|
-
September 15th, 2010, 06:34 PM
#1
How to load maya scene
Can someone just give me a basic idea how to load a maya scene in C++. I just need a basic idea as I don't even have the maya software yet. I just want to be reassured that I can create a 3D scene in Maya and run it in C++.
-
September 20th, 2010, 12:12 PM
#2
Re: How to load maya scene
You can't run the scene from Maya in C++. You need be either using OpenGL/DirectX or a 3D engine like Ogre3D to visualize the scene.
Apart from that, I have successfully loaded Maya/Max scenes through their FBX format. Loading Maya scenes directly is not a good idea, at least from my experience, as they do not provide an API for it. They do, however, provide a SDK for FBX.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|