Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4713 in orxonox.OLD


Ignore:
Timestamp:
Jun 26, 2005, 11:35:32 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: vulcano get some smoke

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4709 r4713  
    477477
    478478  // SYSTEM OF THE VULCANO
    479   ParticleSystem* vulcanSysFog = new ParticleSystem(5000, PARTICLE_SPRITE);
    480   vulcanSysFog->setLifeSpan(.5);
    481   vulcanSysFog->setConserve(.8);
     479  ParticleSystem* vulcanSysFog = new ParticleSystem(10000, PARTICLE_SPRITE);
     480  vulcanSysFog->setLifeSpan(3);
    482481  vulcanSysFog->setRadius(0.0, 1.0, 10);
    483482  vulcanSysFog->setRadius(.2, 3, 50);
    484   vulcanSysFog->setRadius(1.0, 0.0, .0);
     483  vulcanSysFog->setRadius(1.0, 0.0, 200);
    485484  vulcanSysFog->setMass (0.0, 1.0);
    486   vulcanSysFog->setColor(0, 1, 1, 0, .5);
    487485  vulcanSysFog->setColor(0, 1, 1, 1, .5);
    488   vulcanSysFog->setColor(1, .4, .4, .4, 0);
    489 
    490   ParticleEmitter* vulcanEmitFog = new ParticleEmitter(Vector(0,1,0), 1, 400, 5);
     486  vulcanSysFog->setColor(.5, .6, .6, .6, .5);
     487  vulcanSysFog->setColor(1, .0, .0, .0, 0);
     488
     489  ParticleEmitter* vulcanEmitFog = new ParticleEmitter(Vector(0,1,0), .5, 400, 150);
    491490  vulcanEmitFog->setType(EMITTER_CUBE);
    492491  vulcanEmitFog->setSize(40);
Note: See TracChangeset for help on using the changeset viewer.