[gameprogrammer] Physics library

I'm looking for a free physics library where I can load an arbitrary mesh from file and have it handle all the details of collision with other objects.

I was looking at Newton Dynamics but it seems like you can't do that. You would have to create your own editor to place its primitves (boxes, spheres) that approximate your model. That's so much trouble for the simple thing that I am doing I would be better off just writing my own physics engine.

I also took a look at ODE but it doesn't compile.

Any ideas?


--------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: