Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2006, 2:33:30 PM (18 years ago)
Author:
patrick
Message:

new structure in docs

File:
1 edited

Legend:

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

    r9869 r9888  
    7474  virtual void collidesWithGround(const Vector& feet, const Vector& ray_1, const Vector& ray_2);
    7575
    76 
    7776  /** @returns a reference to the obb tree of this worldentity */
    7877  inline BVTree* getOBBTree() const { return this->obbTree; };
     
    8079  void drawBVTree(int depth, int drawMode) const;
    8180  inline AABB* getModelAABB() const { return (this->aabbNode)?this->aabbNode->getAABB():NULL;}
     81
    8282
    8383  /* --- Collision Reaction Block --- */
Note: See TracChangeset for help on using the changeset viewer.