Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6177 in orxonox.OLD


Ignore:
Timestamp:
Dec 20, 2005, 2:53:50 AM (18 years ago)
Author:
patrick
Message:

christmas: the world entity is now as it was

File:
1 edited

Legend:

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

    r6170 r6177  
    7676 protected:
    7777  //  CharacterAttributes*    charAttr;         //!< the character attributes of a world_entity
    78    std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
    7978
    8079 private:
     80  std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
    8181  bool                    supportsLOD;        //!< If this model format supports LOD (level of detail) this is true
    8282  BVTree*                 obbTree;            //!< this is the obb tree reference needed for collision detection
Note: See TracChangeset for help on using the changeset viewer.