Changeset 5419 in orxonox.OLD for trunk/src/world_entities/environment.cc
- Timestamp:
- Oct 22, 2005, 10:55:51 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environment.cc
r5378 r5419 38 38 this->loadModel("models/ships/bolido.obj"); 39 39 40 if(this->obbTree == NULL)41 this->obbTree = new OBBTree(4, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount()); 40 /* if(this->obbTree == NULL) 41 this->obbTree = new OBBTree(4, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount());*/ 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.