28 #include "TensegrityModel.h"
36 #include "LinearMath/btVector3.h"
47 int main(
int argc,
char** argv)
50 const double yaw = 0.0;
51 const double pitch = 0.0;
52 const double roll = 0.0;
61 const double timestep_physics = 0.001;
62 const double timestep_graphics = 1.f/60.f;
int main(int argc, char **argv)
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 tgBoxGround.