19 #ifndef TG_BLOCK_FIELD
20 #define TG_BLOCK_FIELD
34 #include "LinearMath/btVector3.h"
54 Config(btVector3 origin = btVector3(0.0, 0.0, 0.0),
55 btScalar friction = 0.5,
56 btScalar restitution = 0.0,
57 btVector3 minPos = btVector3(-100.0, 0.0, -100.0),
58 btVector3 maxPos = btVector3(100.0, 0.0, 100.0),
60 double blockLength = 5.0,
61 double blockWidth = 5.0,
62 double blockHeight = 5.0);
119 virtual void step(
double dt);
150 #endif // TETRA_COLLISIONS_WALL
Contains the definition of class tgModel.
virtual void step(double dt)
virtual void setup(tgWorld &world)
virtual void onVisit(tgModelVisitor &r)