Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 11:34:52 PM (19 years ago)
Author:
patrick
Message:

bsp: added a new aabb (axis aligned bounding box) for each model to measure the model size in each direction and its center

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/world_entities/world_entity.h

    r8490 r8507  
    2626class BVTree;
    2727class BoundingVolume;
     28class AABBTreeNode;
    2829class Model;
    2930class CollisionHandle;
     
    167168  std::string             modelLODName;       //!< the name of the model lod file
    168169  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
    169171
    170172  bool                    bCollide;           //!< If it should be considered for the collisiontest.
Note: See TracChangeset for help on using the changeset viewer.