资 源 简 介
This project is my work towards completion of one of the requirements of my Master of Science program at Mechanical and Aerospace Engineering Department at the State University of New York at Buffalo.
It (currently) requires osg (open scene graph) and Bullet-Physics libraries installed on your computer.
Installation of OSG and Bullet:
OSG:
http://www.openscenegraph.org/projects/osg/wiki/Support/GettingStarted
Bullet Physics:
Follow steps stipulated at: http://www.bulletphysics.com/Bullet/BulletFull/main.html
On unix, you might need to modify the Makefile according to your installation directories.
To give a brief summary: The project intends to compare some of the open source physics engines with respect to some predefined common properties like - restitution, friction, free fall, and many more. The project also intends to develop a visual debugger application that could be used across multiple physics engines.
Other details of