Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5378 in orxonox.OLD for trunk/src/world_entities/environment.cc


Ignore:
Timestamp:
Oct 14, 2005, 6:54:55 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: crosshair now more compliant with Element2D
Element2D now also nows size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environment.cc

    r5361 r5378  
    3838  this->loadModel("models/ships/bolido.obj");
    3939
    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());
    4242}
    4343
Note: See TracChangeset for help on using the changeset viewer.