Changeset 4844 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Jul 12, 2005, 11:25:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/terrain.cc
r4842 r4844 38 38 this->init(); 39 39 this->loadParams(root); 40 41 SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f); 40 42 } 41 43 … … 86 88 this->setClassID(CL_TERRAIN, "Terrain"); 87 89 88 SpatialSeparation* ssp = new SpatialSeparation((AbstractModel*)this->model, 10.0f);89 90 91 92 90 this->objectList = 0; 93 91 } … … 98 96 99 97 //LoadParam<Terrain>(root, "DebugTerrain", ); 100 101 102 98 } 103 99
Note: See TracChangeset
for help on using the changeset viewer.