Animate 3D object on windows desktop

▼魔方 西西 提交于 2019-12-03 22:15:07

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

  • 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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!