Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5708 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Nov 22, 2005, 3:31:30 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: newer data-revision

File:
1 edited

Legend:

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

    r5684 r5708  
    7878  LoadParam(root, "model", this, WorldEntity, loadModel)
    7979      .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);
    8181
    8282}
     
    119119  {
    120120    PRINTF(4)("creating obb tree\n");
    121    
    122    
     121
     122
    123123    this->obbTree = new OBBTree(depth, (sVec3D*)this->model->getVertexArray(), this->model->getVertexCount());
    124124    return true;
Note: See TracChangeset for help on using the changeset viewer.