开发者

Zoom problem in 3D using C# with DirectX

开发者 https://www.devze.com 2023-02-10 19:17 出处:网络
Zoom a give object in windows form applicati开发者_C百科on using c#.net with directx. what can I do, pls help me.Download:

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(...))

0

精彩评论

暂无评论...
验证码 换一张
取 消