Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 9:20:39 PM (15 years ago)
Author:
polakma
Message:

altfire now available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc

    r2391 r2398  
    4343        RegisterObject(ParticleProjectile);
    4444
    45         this->particles_ = new ParticleInterface(this->getScene()->getSceneManager(), "Orxonox/shot2_small", LODParticle::normal);
     45        this->particles_ = new ParticleInterface(this->getScene()->getSceneManager(), "Orxonox/shot3_small", LODParticle::normal);
    4646        this->particles_->addToSceneNode(this->getNode());
    47         //this->particles_->setKeepParticlesInLocalSpace(true);
     47        this->particles_->setKeepParticlesInLocalSpace(0);
    4848
    4949        this->particles_->getAllEmitters()->setDirection(-WorldEntity::FRONT);
Note: See TracChangeset for help on using the changeset viewer.