Changeset 5058 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Aug 17, 2005, 12:02:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/npc.cc
r5054 r5058 30 30 this->setClassID(CL_NPC, "NPC"); 31 31 32 this->loadModel("models/ships/bolido.obj"); 33 if( this->obbTree == NULL) 34 this->obbTree = new OBBTree(4, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount()); 32 this->loadModelWithScale("models/ships/bolido.obj",5); 35 33 } 36 34
Note: See TracChangeset
for help on using the changeset viewer.