Changeset 535 for code/branches/FICN/src/orxonox/orxonox.cc
- Timestamp:
- Dec 16, 2007, 12:44:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/orxonox.cc
r534 r535 61 61 #include "spaceship_steering.h" 62 62 63 #include "particle/ParticleInterface.h" 63 64 64 65 //network stuff … … 424 425 steering_->addNode(node); 425 426 427 /* 428 particle::ParticleInterface *e = new particle::ParticleInterface(mgr,"engine","strahl"); 429 e->particleSystem_->setParameter("local_space","true"); 430 e->setPositionOfEmitter(0, Vector3(0,0,-10)); 431 e->setDirection(Vector3(0,0,-1));*/ 432 // e->addToSceneNode(node); 433 434 426 435 } 427 436
Note: See TracChangeset
for help on using the changeset viewer.