model loaders [Previous] results 1 to 4 of 4 [Next]
OpenGL Programming Examples
http://openglsamples.sourceforge.net/projects/index.php/blog/index/
This site contains implementations of several loaders, in simple to use examples. The loaders included are: TGA image loader, OBJ, PLY, MD2 and PLY model loaders. It also covers some basic opengl features such as GLUTs models.
2010-11-13
Space Simulator 3DS loader
http://www.spacesimulator.net/tut4_3dsloader.html
A clear explanation of the 3DS file format, followed by some C code to load vertex data.
2005-01-14
Model loading for OpenGL
http://www.gametutorials.com/Tutorials/OpenGL/OpenGL_Pg4.htm
3DS, ASE and OBJ file loaders for OpenGL. In here you can find the source code along with some documentation about the file formats.
2001-10-01
Loading 3DS Files
P.P.A.Narayanan
http://www.gamedev.net/reference/articles/article1259.asp
Not really a tutorial, but C code. The code seems simple enough though. Note that is not a full 3DS loader, it only loads vertex and face data plus materials.
2000-12-26