Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 12, 2005, 10:55:44 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: calculating dimension of an object. not linking now

File:
1 edited

Legend:

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

    r4836 r4842  
    2424#include "load_param.h"
    2525
     26#include "spatial_separation.h"
     27
    2628using namespace std;
    2729
     
    8385{
    8486  this->setClassID(CL_TERRAIN, "Terrain");
     87
     88  SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);
     89
     90
    8591
    8692  this->objectList = 0;
Note: See TracChangeset for help on using the changeset viewer.