Changeset 4072 in orxonox.OLD for orxonox/branches/md2_loader/src/story_entities
- Timestamp:
- May 6, 2005, 12:17:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/story_entities/world.cc
r4066 r4072 196 196 cn->reset(); 197 197 198 ResourceManager::getInstance()->debug();198 //ResourceManager::getInstance()->debug(); 199 199 ResourceManager::getInstance()->unloadAllByPriority(RP_LEVEL); 200 ResourceManager::getInstance()->debug();200 //ResourceManager::getInstance()->debug(); 201 201 202 202 delete WorldInterface::getInstance(); … … 208 208 TextEngine::getInstance()->flush(); 209 209 210 AnimationPlayer::getInstance()->debug();210 //AnimationPlayer::getInstance()->debug(); 211 211 delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence. 212 212 //delete garbagecollecor … … 446 446 // lightMan->setPosition(20, 10, -20); 447 447 // lightMan->setDiffuseColor(0,0,0); 448 lightMan->debug();448 //lightMan->debug(); 449 449 lightMan->setPosition(-5.0, 10.0, -40.0); 450 450 … … 466 466 glNewList (objectList, GL_COMPILE); 467 467 468 // 469 trackManager->debug(2);468 //trackManager->drawGraph(.01); 469 //trackManager->debug(2); 470 470 glEndList(); 471 471
Note: See TracChangeset
for help on using the changeset viewer.