Importing Maya files in OpenGL

How Can I import objects from Maya to any OpenGL program. I’m using MSVS 6.0. Is there any kind of library, that can do it or I must make it alone?

thanks

There is a OBJ loader on Nate Robins web site, he uses it in his openGL tutor programs. I have the link on my web site: http://www.angelfire.com/linux/nexusone/

There maybe some other library’s out there, just do a google search for “OpenGL Maya objects” or something like that.

Originally posted by siver:
[b]How Can I import objects from Maya to any OpenGL program. I’m using MSVS 6.0. Is there any kind of library, that can do it or I must make it alone?

thanks[/b]

You can find a tutorial on loading Maya obj’s
at: http://www.gametutorials.com/Tutorials/opengl/OpenGL_Pg4.htm
4 tutorials from the bottom of the page.