Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using MAYA 3D Model in a .Net application

If I want to render a 3D model created by Maya and do some animation with it in a .net application what should be my choice of platform - plain WPF or XNA?

like image 634
Anindya Chatterjee Avatar asked Sep 02 '10 09:09

Anindya Chatterjee


1 Answers

XNA is an interesting platform, but I have noticed it having some performance issues when loading in models. I have not used WPF to do this, but XNA does also require installing of its framework, to run the application. I suggest you avoid it, for the hurdles you must jump to get what you want out of it. DirectX libraries are a good way to accomplish this, there are thousands of examples of this being used out there. Very Good,Good, Ok

You can also use a .X exporter for Maya to import your models. Something like this DirectX Maya Exporter

like image 58
Jimmie Clark Avatar answered Nov 08 '22 08:11

Jimmie Clark