Changeset 6687 in orxonox.OLD for branches/network/src/world_entities/world_entity.h
- Timestamp:
- Jan 25, 2006, 11:27:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/world_entity.h
r6512 r6687 111 111 std::vector<Model*> models; //!< The model that should be loaded for this entity. 112 112 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 113 114 BVTree* obbTree; //!< this is the obb tree reference needed for collision detection 114 115
Note: See TracChangeset
for help on using the changeset viewer.