29 #include "RBStringTest.h"
46 int main(
int argc,
char** argv)
48 std::cout <<
"AppNestedStructureTest" << std::endl;
56 const double stepSize = 1.0/1000.0;
64 const int segments = 10;
69 const double radius = 0.2;
70 const double density = 2;
73 const double stiffness = 1000.0;
74 const double damping = .01*stiffness;
80 myModel->
attach(*muscleControl);
82 simulation.addModel(myModel);
int main(int argc, char **argv)
Contains the definition of class tgSimulation.
Contains the definition of class tgModel.
Contains the definition of class tgSimViewGraphics.
Definition of class tgNode.
Contains the definition of class tgWorld $Id$.
void attach(tgObserver< T > *pObserver)