Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2007, 12:44:44 AM (16 years ago)
Author:
nicolasc
Message:
  • moved particle(-system) to a better place
  • included particlesystem (but could not get it working)
  • some minor cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/orxonox.cc

    r534 r535  
    6161#include "spaceship_steering.h"
    6262
     63#include "particle/ParticleInterface.h"
    6364
    6465//network stuff
     
    424425    steering_->addNode(node);
    425426
     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
    426435  }
    427436
Note: See TracChangeset for help on using the changeset viewer.