Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 7:28:41 PM (19 years ago)
Author:
patrick
Message:

more aiming system work. nothing visible yet

File:
1 edited

Legend:

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

    r9162 r9166  
    7575  inline BVTree* getOBBTree() const { return this->obbTree; };
    7676  void drawBVTree(int depth, int drawMode) const;
    77   inline AABB* getModelAABB() { return (this->aabbNode)?this->aabbNode->getAABB():NULL;}
     77  inline AABB* getModelAABB() const { return (this->aabbNode)?this->aabbNode->getAABB():NULL;}
    7878
    7979  /* --- Collision Reaction Block --- */
     
    198198  int                     list_write;                      //!< entity's list
    199199  int                     list_handle;                     //!< handle for list changes
    200  
     200
    201201  float                   health_write;
    202202  int                     health_handle;
    203  
     203
    204204  float                   healthMax_write;
    205205  int                     healthMax_handle;
Note: See TracChangeset for help on using the changeset viewer.