29 #include "BigPuppySymmetricSpiral2.h"
37 #include "LinearMath/btVector3.h"
48 int main(
int argc,
char** argv)
50 std::cout <<
"AppBigPuppySymmetricSpiral2" << std::endl;
53 const double yaw = 0.0;
54 const double pitch = 0.0;
55 const double roll = 0.0;
64 const double timestep_physics = 0.001;
65 const double timestep_graphics = 1.f/60.f;
72 const int segments = 7;
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$.
int main(int argc, char **argv)
Contains the definition of class tgBoxGround.