Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 15, 2005, 2:32:27 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/world_entities: smoother aiming, and also displaying Distance (this is not too nice, but quite good to explain a few Things …

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/world_entities/weapons/laser.cc

    r5512 r5567  
    8585    Laser::explosionParticles->setName("LaserExplosionParticles");
    8686    Laser::explosionParticles->setLifeSpan(.5, .3);
    87     Laser::explosionParticles->setRadius(0.0, 3.0);
     87    Laser::explosionParticles->setRadius(0.0, 10.0);
    8888    Laser::explosionParticles->setRadius(.5, 6.0);
    8989    Laser::explosionParticles->setRadius(1.0, 3.0);
Note: See TracChangeset for help on using the changeset viewer.