Changeset 4730 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 29, 2005, 1:46:15 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4728 r4730 415 415 416 416 LoadParam<ParticleEngine>(root, "ParticleEngine", ParticleEngine::getInstance(), &ParticleEngine::loadParams); 417 LoadParam<PhysicsEngine>(root, "PhysicsEngine", PhysicsEngine::getInstance(), &PhysicsEngine::loadParams); 417 418 418 419 // find Track … … 494 495 //////////// 495 496 496 Field* gravity = new Gravity(); 497 gravity->setMagnitude(30.0); 498 497 Gravity* test = new Gravity(); 499 498 500 499 // SYSTEM TRAILING THE PLAYER … … 525 524 particleEngine->addConnection(emitter, system); 526 525 527 new PhysicsConnection(system, gravity);526 //new PhysicsConnection(system, gravity); 528 527 // new PhysicsConnection(this->localPlayer, gravity); 529 528 … … 552 551 553 552 554 // new PhysicsConnection(testEntity, gravity); 555 556 // printing out some debug stuff 557 NullParent::getInstance()->debug(0); 558 this->localPlayer->whatIs(); 559 this->whatIs(); 560 GraphicsEngine::getInstance()->whatIs(); 553 PhysicsEngine::getInstance()->debug(); 554 561 555 } 562 556
Note: See TracChangeset
for help on using the changeset viewer.