30 #include "ContactTestModel.h"
31 #include "ContactTestController.h"
46 int main(
int argc,
char** argv)
48 std::cout <<
"AppContactTestModel" << std::endl;
55 const double timestep_physics = 1.0/2000.0;
56 const double timestep_graphics = 1.f/60.f;
66 myModel->
attach(myController);
68 simulation.addModel(myModel);
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$.
int main(int argc, char **argv)
void attach(tgObserver< T > *pObserver)