Changeset 9235 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc
- Timestamp:
- Jul 5, 2006, 4:39:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r9019 r9235 249 249 this->tickLists.push_back(OM_GROUP_01); 250 250 this->tickLists.push_back(OM_GROUP_01_PROJ); 251 this->tickLists.push_back(OM_GROUP_02); 251 252 252 253 this->drawLists.push_back(OM_ENVIRON_NOTICK); 253 254 this->drawLists.push_back(OM_ENVIRON); 254 this->drawLists.push_back(OM_COMMON);255 255 this->drawLists.push_back(OM_GROUP_00); 256 256 this->drawLists.push_back(OM_GROUP_00_PROJ); 257 257 this->drawLists.push_back(OM_GROUP_01); 258 258 this->drawLists.push_back(OM_GROUP_01_PROJ); 259 this->drawLists.push_back(OM_GROUP_02); 260 this->drawLists.push_back(OM_COMMON); 259 261 260 262 /* init the pnode tree */ … … 343 345 LoadParamXML(root, "GameRule", this, GameWorldData, loadGameRule); 344 346 347 LoadParam(root, "clip-region", this->localCamera, Camera, setClipRegion); 348 345 349 346 350 //LoadParamXML(root, "ParticleEngine", ParticleEngine::getInstance(), ParticleEngine, loadParams); 347 351 //LoadParamXML(root, "PhysicsEngine", PhysicsEngine::getInstance(), PhysicsEngine, loadParams); 348 352 349 this->localCamera->setClipRegion(1, 10000.0);350 353 if( this->sky != NULL) 351 354 this->localCamera->addChild(this->sky);
Note: See TracChangeset
for help on using the changeset viewer.