28 #include "../../../yamlbuilder/TensegrityModel.h"
29 #include "../../../yamlbuilder/TensegrityModelController.h"
37 #include "LinearMath/btVector3.h"
48 int main(
int argc,
char** argv)
54 throw std::invalid_argument(
"No arguments passed in to the application. You need to specify which YAML file you wouldd like to build.");
58 const double yaw = 0.0;
59 const double pitch = 0.0;
60 const double roll = 0.0;
69 const double timestep_physics = 0.001;
70 const double timestep_graphics = 1.f/60.f;
82 myModel->
attach(controller);
void addModel(tgModel *pModel)
Contains the definition of class tgSimulation.
Contains the definition of class tgModel.
Contains the definition of class tgSimViewGraphics.
int main(int argc, char **argv)
Contains the definition of class tgWorld $Id$.
Contains the definition of class tgBoxGround.
void attach(tgObserver< T > *pObserver)