动画Windows桌面上的3D对象对象、动画、桌面上、Windows

2023-09-07 22:56:39 作者:孟婆,你的汤好难喝

我要画和动画的Windows桌面,用户可以使用(狗为例)交互的3D对象。用户交互假设的点击中,(iregular形状)对话框供用户输入等。

I need to draw and animate a 3D object on windows desktop that the user can interact with (a dog for example). User interaction assumes clicks, display of (iregular shape) dialogs for user input etc.

你知道任何具体的方式实现这一目标?

我想我有几个选择,任何recomendations,哪一个是最好的,最简单?

I am thinking I have several options, any recomendations, which one is best, easiest?

在WPF 的OpenGL 的DirectX XNA

是否有任何库(免费或付费),可以帮助?

Are there any libraries (free or paid) that can help?

推荐答案

我已经做了一些reasearch,似乎像WPF是一个不错的选择。

I have done some reasearch and it seems like WPF is a good choice.

在它可以导入3D模型和动画 它们或子部分。 我可以用鼠标进行交互 单件模型。 我可以申请的纹理。玩 灯光和摄像机等。 也很容易使用。 It can import 3D models and animate them or sub-parts. I can interact with the mouse on individual pieces of the model. I can apply textures. Play with lights and camera etc. Also easy to use.

模式是3D建模工具(3DStudioMax,玛雅等)创建,然后它出口的XAML WPF中使用。

Model is created in 3D modeling tool (3DStudioMax, Maya etc.) and then it's exported to XAML for use in WPF.