PDA

View Full Version : Maya to OpenGL Exporter


gpr1me
01-24-2006, 03:37 PM
I want to start exportig my Maya models and Animations into OpenGL. Is there a program that i can use to do this?

I am using Maya 7 if that helps.

mummey
01-27-2006, 06:36 PM
I want to start exportig my Maya models and Animations into OpenGL. Is there a program that i can use to do this?

I am using Maya 7 if that helps.

Really Short Answer: No

Not as Short of an Answer: No, OpenGL does not have a native file format.

What you _can_ do is export the models in the Wavefront file format (obj) and write a program that reads in the data from the obj file and displays it using OpenGL. This is possible and has been done many times.

zenicle
01-29-2006, 01:45 PM
If you wanted to gain complete control over what you're exporting you can always use the API and write your own exporter (...or at least modify someone elses to get what you want!?!)
I'll post some info up if this is something you were after?

CGTalk Moderation
01-29-2006, 01:45 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.