使用 C# 和 DirectX 解决 3D 缩放问题
使用 c#.net 和 directx 在 Windows 窗体应用程序中缩放给定对象。 我能做什么,请帮助我。
Zoom a give object in windows form application using c#.net with directx.
what can I do, pls help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下载:
http://www.microsoft.com /downloads/en/details.aspx?FamilyID=9ac86eca-206f-4274-97f2-ef6c8b1f478f
开始阅读&对样品进行实验。
希望这有帮助,
Download:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9ac86eca-206f-4274-97f2-ef6c8b1f478f
Start reading & experimenting with the samples.
Hope this helps,
您需要缩放 3D 对象。将对象乘以比例矩阵(例如 Matrix.CreateScale(...))
You need to scale the 3D object. Multiply the object by a scale matrix (e.g. Matrix.CreateScale(...))