Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2005, 12:05:50 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: particles now move at the desired velocity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4343 r4348  
    194194         
    195195          emitterBox->fill(new Label("Velocity"));
    196           Slider* velocity = new Slider("Velocity", 0, 2);
    197           velocity->setExactness(3);
     196          Slider* velocity = new Slider("Velocity", 0, 20);
     197          velocity->setExactness(2);
    198198          velocity->connectSignal("value_changed", (void*)velocity, emitterChange );
    199199          emitterBox->fill(velocity);
Note: See TracChangeset for help on using the changeset viewer.