22#ifndef _BULLETHEIGHTMAPGEOM_HH_
23#define _BULLETHEIGHTMAPGEOM_HH_
31class btHeightfieldTerrainShape;
51 public:
virtual void Init();
53 private: btHeightfieldTerrainShape* heightFieldShape;
Height map collision.
Definition BulletHeightmapShape.hh:43
virtual ~BulletHeightmapShape()
Destructor.
virtual void Init()
Load the heightmap.
BulletHeightmapShape(CollisionPtr _parent)
Constructor.
HeightmapShape collision shape builds a heightmap from an image.
Definition HeightmapShape.hh:46
boost::shared_ptr< Collision > CollisionPtr
Definition PhysicsTypes.hh:113
Forward declarations for the common classes.
Definition Animation.hh:27