28 #include "T12SuperBallPayloadController.h"
36 #include "LinearMath/btVector3.h"
46 int main(
int argc,
char** argv)
48 std::cout <<
"AppT12SuperBallPayload" << std::endl;
53 const double yaw = 0.0;
54 const double pitch = M_PI/15.0;
55 const double roll = 0.0;
66 const double timestep_physics = 1.0 / 60.0 / 10.0;
67 const double timestep_graphics = 1.f /60.f;
Contains the definition of class T12SuperBallPayload. $Id$.
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.
void attach(tgObserver< T > *pObserver)