How can I load 3ds file into OpenGL

Started by
1 comment, last by mishka 22 years, 5 months ago
Hi everybody!!! Soon come Christmas, so Happy New Year!!! But I need help and the question is: how can I load files from 3D MAX programme into my Open GL programme in Visual C. Thanks for help!
lapko
Advertisement
your best bet is to search at sourceforge.net for Lib3DS. It can load practically all 3ds files. It even has an OpenGL example program.

Edited by - sysmark on November 19, 2001 3:20:49 AM
The specs of the 3DS file format are there http://www.dcs.ed.ac.uk/home/mxr/gfx/3d/3DS.spec

You can roll your own object loader :D

Ok, just kidding, you''re better off with a library :D
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement