Mesh library

Started by
3 comments, last by basement 17 years, 9 months ago
I'm working on a small game-engine but I don't feel like coding a mesh-loader myself. Is there any mesh library or something that I can use to load a known 3d-format?
Advertisement
If you are using directx, you can use all the built in functions like D3DXLoadMeshFromX() to do it all for you.
CircleSoft has released DirectMesh.
I'm using OpenGL thought =/
There is lib3ds: http://lib3ds.sourceforge.net/

This topic is closed to new replies.

Advertisement