Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4844 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
Jul 12, 2005, 11:25:53 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: debuged the getDimension funciton, some mods on rectangle class

File:
1 edited

Legend:

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

    r4842 r4844  
    3838  this->init();
    3939  this->loadParams(root);
     40
     41  SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
    4042}
    4143
     
    8688  this->setClassID(CL_TERRAIN, "Terrain");
    8789
    88   SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
    89 
    90 
    91 
    9290  this->objectList = 0;
    9391}
     
    9896
    9997  //LoadParam<Terrain>(root, "DebugTerrain",  );
    100 
    101 
    10298}
    10399
Note: See TracChangeset for help on using the changeset viewer.