Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2005, 12:59:06 AM (19 years ago)
Author:
patrick
Message:

christmas: link error

File:
1 edited

Legend:

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

    r6169 r6170  
    7272  /** @returns a Reference to the Iterator */
    7373  std::list<WorldEntity*>::iterator& getEntityIterator() { return this->objectListIterator; }
     74
     75
    7476 protected:
    7577  //  CharacterAttributes*    charAttr;         //!< the character attributes of a world_entity
     78   std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
    7679
    7780 private:
    78   std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
    7981  bool                    supportsLOD;        //!< If this model format supports LOD (level of detail) this is true
    8082  BVTree*                 obbTree;            //!< this is the obb tree reference needed for collision detection
Note: See TracChangeset for help on using the changeset viewer.