Cafu Engine
cf::ClipSys::CollisionModelStaticT::TerrainRefT Class Reference

Public Member Functions

 TerrainRefT (const TerrainT *Terrain_, MaterialT *Material_, const BoundingBox3dT &BB_)
 

Public Attributes

const TerrainTTerrain
 The pointer to the actual terrain instance this class is referring to. The instances are kept "outside", as they are shared with the graphics world (scene graph). More...
 
MaterialTMaterial
 The material on the surface of this terrain. More...
 
BoundingBox3dT BB
 The bounding box of this terrain. More...
 
unsigned long CheckCount
 Used in order to avoid processing things twice. More...
 

Member Data Documentation

BoundingBox3dT cf::ClipSys::CollisionModelStaticT::TerrainRefT::BB

The bounding box of this terrain.

unsigned long cf::ClipSys::CollisionModelStaticT::TerrainRefT::CheckCount
mutable

Used in order to avoid processing things twice.

MaterialT* cf::ClipSys::CollisionModelStaticT::TerrainRefT::Material

The material on the surface of this terrain.

const TerrainT* cf::ClipSys::CollisionModelStaticT::TerrainRefT::Terrain

The pointer to the actual terrain instance this class is referring to. The instances are kept "outside", as they are shared with the graphics world (scene graph).


The documentation for this class was generated from the following files: