37 #include "LinearMath/btVector3.h"
38 #include "LinearMath/btQuaternion.h"
47 int main(
int argc,
char** argv)
50 std::cout <<
"AppMuscleNPTest" << std::endl;
53 const double yaw = 0.0;
54 const double pitch = 0.0;
55 const double roll = 0.0;
61 btVector3 eulerAngles = btVector3(0.0, 0.0, 0.0);
62 btScalar friction = 0.5;
63 btScalar restitution = 0.0;
65 btVector3 size = btVector3(0.0, 0.1, 0.0);
66 btVector3 origin = btVector3(0.0, 0.0, 0.0);
70 double triangleSize = 5.0;
71 double waveHeight = 3.0;
74 size, origin, nx, ny, margin, triangleSize,
84 const double timestep_physics = 1.0/1000.0;
85 const double timestep_graphics = 1.f/1000.f;
Contains the definition of class tgHillyGround.
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.
For testing MuscleNP contacts.
Rand seeding simular to the evolution and terrain classes.
Contains the definition of class tgEmptyGround.
int main(int argc, char **argv)