CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Location
    Wantagh,NY
    Posts
    151

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

  2. #2
    Join Date
    Nov 2009
    Posts
    6

    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
  •  





Click Here to Expand Forum to Full Width

Featured