44 int main(
int argc,
char** argv)
46 std::cout <<
"AppVerticalSpine" << std::endl;
53 const double timestep_physics = 0.0001;
54 const double timestep_graphics = 1.f/60.f;
62 const int segments = 5;
Contains the definition of class VerticalSpineModel.
void addModel(tgModel *pModel)
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)