Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 10:17:57 PM (18 years ago)
Author:
patrick
Message:

work flush

File:
1 edited

Legend:

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

    r9166 r9174  
    7474/** @returns a reference to the obb tree of this worldentity */
    7575  inline BVTree* getOBBTree() const { return this->obbTree; };
     76  inline void setOBBTree(OBBTree* tree) { if( this->obbTree != NULL) this->obbTree = (BVTree*)tree; }
    7677  void drawBVTree(int depth, int drawMode) const;
    7778  inline AABB* getModelAABB() const { return (this->aabbNode)?this->aabbNode->getAABB():NULL;}
Note: See TracChangeset for help on using the changeset viewer.