C++ 3D model loaders

I havn’t been able to find good loaders for .3ds, .max and .ms3d files written in C++. I need loaders which handle everything, including joints (bones), texture\material properties, etc. to run in my OpenGL project. Could someone help me out. Thanks.

in this link you can find a loader for .3ds
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=506

http://nehe.gamedev.net

This site has tutorials about loading models, materials and everything else :slight_smile:

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.