38 #include "LinearMath/btVector3.h"
49 int main(
int argc,
char** argv)
51 std::cout <<
"AppBigPuppy" << std::endl;
54 const double yaw = 0.0;
55 const double pitch = 0.0;
56 const double roll = 0.0;
65 const double timestep_physics = 0.001;
66 const double timestep_graphics = 1.f/60.f;
78 simulation.addModel(myModel);
int main(int argc, char **argv)
Implementing a hand-tuned controller for a quadruped based roughly on the Flemons BigPuppy model...
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.
void attach(tgObserver< T > *pObserver)