48 int main(
int argc,
char** argv)
50 std::cout <<
"AppNestedStructureTest" << std::endl;
57 const double stepSize = 1.0/1000.0;
58 const double renderRate = 1.0/60.0;
66 const int segments = 12;
71 const std::string suffix((argc > 1) ? argv[1] :
"default");
72 const int segmentSpan = 3;
73 const int numMuscles = 7;
74 const int numParams = 2;
78 myModel->
attach(myControl);
80 simulation.addModel(myModel);
85 simulation.run(15000);
int main(int argc, char **argv)
Implements a spine model with a rib cage.
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$.
A controller for the template class BaseSpineModelLearning.
Contains the definition of class tgSimView.
void attach(tgObserver< T > *pObserver)