Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5058 in orxonox.OLD


Ignore:
Timestamp:
Aug 17, 2005, 12:02:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: models of NPC's are bigger now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/npc.cc

    r5054 r5058  
    3030  this->setClassID(CL_NPC, "NPC");
    3131
    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);
    3533}
    3634
Note: See TracChangeset for help on using the changeset viewer.