Changeset 5708 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Nov 22, 2005, 3:31:30 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r5684 r5708 78 78 LoadParam(root, "model", this, WorldEntity, loadModel) 79 79 .describe("the fileName of the model, that should be loaded onto this world-entity. (must be relative to the data-dir)") 80 ->defaultValues(2, NULL, 1.0f);80 .defaultValues(2, NULL, 1.0f); 81 81 82 82 } … … 119 119 { 120 120 PRINTF(4)("creating obb tree\n"); 121 122 121 122 123 123 this->obbTree = new OBBTree(depth, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount()); 124 124 return true;
Note: See TracChangeset
for help on using the changeset viewer.