19 #ifndef TG_BOX_GROUND_H
20 #define TG_BOX_GROUND_H
38 #include "LinearMath/btScalar.h"
39 #include "LinearMath/btVector3.h"
54 Config( btVector3 eulerAngles = btVector3(0.0, 0.0, 0.0),
55 btScalar friction = 0.5,
56 btScalar restitution = 0.0,
57 btVector3 size = btVector3(500.0, 1.5, 500.0),
58 btVector3 origin = btVector3(0.0, 0.0, 0.0) );
114 #endif // TG_BOX_GROUND_H
Contains the definition of class tgBulletGround.
virtual btRigidBody * getGroundRigidBody() const