read object from .mesh or .obj file

Post Reply
xxh12321
Posts: 7
Joined: Wed Jan 25, 2012 2:27 pm

read object from .mesh or .obj file

Post by xxh12321 »

I am here to ask how to create btTriangleMesh by a .mesh or .obj file because I don't know the structure of these binary file.
Any help will be highly appreciated.
kloplop321
Posts: 55
Joined: Sun Jan 01, 2012 7:37 pm

Re: read object from .mesh or .obj file

Post by kloplop321 »

If you want to support many different formats, take a look at assimp. It has an easy interface for what you need.
User avatar
freemancw
Posts: 5
Joined: Sun Jan 22, 2012 6:09 pm
Location: Chapel Hill, NC, USA
Contact:

Re: read object from .mesh or .obj file

Post by freemancw »

Just another option: I believe that the Autodesk FBX SDK can import .obj files, and it is very easy to work with once you get over an initial learning curve.
Post Reply