How to read a 3D picture file in OpenGL?

Started by
1 comment, last by Enigm@ 24 years, 4 months ago
Have a look at Nate Miller's page for a 'finished' .ase loader (which I believe MAX can export).
http://members.home.com/vandals1/programming.html

I'm in the middle of writing a Lightwave object loader and I have some pointers on writing loaders for simple object formats and generating texture coords.
http://home.clara.net/paulyg/object.htm

and
http://home.clara.net/paulyg/uv.htm


------------------
Paul Groves.
http://home.clara.net/paulyg
OpenGL for Beginners

[This message has been edited by Pauly (edited December 08, 1999).]

Paul Grovespauls opengl page
Advertisement
Does anybody know how to read a 3D file format like Lightwave or 3DStudioMax in OpenGL? Are there some tutorials about that stuff? Is there something like a textfile in
which are the vertices or the colors defined
for the specified 3D file?
Hi Pauly,

I have to thank you !!!

Now I have the starting point...

This topic is closed to new replies.

Advertisement