Zoom a give object in windows form applicati开发者_C百科on using c#.net with directx. what can I do, pls help me.
Download:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9ac86eca-206f-4274-97f2-ef6c8b1f478f
Start reading & experimenting with the samples.
Hope this helps,
You need to scale the 3D object. Multiply the object by a scale matrix (e.g. Matrix.CreateScale(...))
精彩评论