Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6695 in orxonox.OLD for trunk/src/world_entities/world_entity.h


Ignore:
Timestamp:
Jan 25, 2006, 2:39:53 PM (18 years ago)
Author:
patrick
Message:

merged the network branche to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.h

    r6512 r6695  
    111111  std::vector<Model*>     models;             //!< The model that should be loaded for this entity.
    112112  const char*             md2TextureFileName; //!< the file name of the md2 model texture, only if this
     113  const char*             modelLODName;       //!< the name of the model lod file
    113114  BVTree*                 obbTree;            //!< this is the obb tree reference needed for collision detection
    114115
Note: See TracChangeset for help on using the changeset viewer.