28 #include "SuperBallLearningController.h"
37 #include "LinearMath/btVector3.h"
47 int main(
int argc,
char** argv)
49 std::cout <<
"AppSUPERball" << std::endl;
54 const double yaw = 0.0;
55 const double pitch = 0.0;
56 const double roll = 0.0;
72 const double timestep_physics = 1.0 / 60.0 / 10.0;
73 const double timestep_graphics = 1.f /60.f;
76 tgSimView view(world, timestep_physics, timestep_graphics);
104 simulation.addModel(myModel);
107 int simLength=60/timestep_physics;
111 simulation.run(simLength);
int main(int argc, char **argv)
Contains the definition of class tgPlaneGround.
Contains the definition of class SuperBallModel. $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.
void attach(tgObserver< T > *pObserver)