Changeset 8507 in orxonox.OLD for branches/bsp_model/src/world_entities/world_entity.h
- Timestamp:
- Jun 15, 2006, 11:34:52 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/world_entity.h
r8490 r8507 26 26 class BVTree; 27 27 class BoundingVolume; 28 class AABBTreeNode; 28 29 class Model; 29 30 class CollisionHandle; … … 167 168 std::string modelLODName; //!< the name of the model lod file 168 169 BVTree* obbTree; //!< this is the obb tree reference needed for collision detection 170 AABBTreeNode* aabbNode; //!< the tree node of the first level of a axis aligned bounding boxes tree: model dimension 169 171 170 172 bool bCollide; //!< If it should be considered for the collisiontest.
Note: See TracChangeset
for help on using the changeset viewer.