Changeset 4348 in orxonox.OLD for orxonox/trunk/src/subprojects/particles
- Timestamp:
- May 28, 2005, 12:05:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4343 r4348 194 194 195 195 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); 198 198 velocity->connectSignal("value_changed", (void*)velocity, emitterChange ); 199 199 emitterBox->fill(velocity);
Note: See TracChangeset
for help on using the changeset viewer.