35 #include "LinearMath/btVector3.h"
45 int main(
int argc,
char** argv)
47 std::cout <<
"AppSUPERball" << std::endl;
52 const double yaw = 0.0;
53 const double pitch = 0.0;
54 const double roll = 0.0;
66 const double timestep_physics = 0.001;
67 const double timestep_graphics = 1.f/60.f;
80 simulation.addModel(myModel);
int main(int argc, char **argv)
Contains the definition of class T6SphereModel. $Id$.
Contains the definition of class tgSimulation.
Contains the definition of class tgModel.
Contains the definition of class tgSimViewGraphics.
Contains the definition of class tgWorld $Id$.
Contains the definition of class tgBoxGround.