45 int main(
int argc,
char** argv)
47 std::cout <<
"AppVerticalSpineCableCollision" << std::endl;
58 const double timestep_physics = 1.0/1000.0;
59 const double timestep_graphics = 1.f/60.f;
67 const int segments = 5;
78 simulation.addModel(myModel);
int main(int argc, char **argv)
Contains the definition of class VerticalSpineModel.
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$.