Name:
Anonymous
2006-11-02 4:08
Where can I download sample c++ code that reads maya exported 3D models to draw using openGL? It has been very hard searching for it...
Name:
Anonymous
2006-11-06 12:40
sourceforge.net is your friend but
http://sourceforge.net/projects/objloader/ is not really simple but just extract the core if you want your own code or just use something like this:
http://www.scs.fsu.edu/~burkardt/pl_src/obj2opengl/obj2opengl.html
or use mel to save the vertexies in a format you could use for your program.