Using VB.NET in XNA


This example show you how to use VB.NET in your XNA game.

Because by default XNA supports C#.NET

http://code.msdn.microsoft.com/VBXNA

Debugging a 3d game.


With the Visual Studio integration in XNA,Now you can debug 3d or 2d game and see what really happening inside the memory.

Also you can see how 3d and 2d data being proceed in.NET CLR.

GraphicDevice manager Class

debug1

Model class -store 3d model data.

debug2

 

Matrix array -Store all 3d data for transformations.

debug3

 

 

example I use in this debugging.

http://www.mediafire.com/?ipyxyvjp2or