46 int main(
int argc,
char** argv)
48 std::cout <<
"AppVerticalSpine" << std::endl;
55 const double timestep_physics = 0.0001;
56 const double timestep_graphics = 1.f/60.f;
64 const int segments = 3;
73 myModel->
attach(controller);
Contains the definition of class VerticalSpinePassiveController.
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$.
Contains the definition of class VerticalSpineBendingController.
int main(int argc, char **argv)
void attach(tgObserver< T > *pObserver)