Feature #1368
More Alt Start positions in Generators
Start date:
2004-12-11
% Done:
0%
Description
Could the Alt Start mechanism used with particle
generators be changed to allow as many Alt Start
positions as needed? For example a gib explosion would
require several different types of particle. This would
allow many different model particles to share the same
generator, reducing the number of active generators
while also allowing much more detailed effects.
What I suggest is something like:
Generator {
...
ALT START = .4 // The randomness of this start position
Stage{ ... }
Stage{ ... }
Stage{ ... }
ALT END
ALT START = .6
Stage{ ... }
Stage{ ... }
ALT END
}
Doomsday then picks one group of stages as a random alt
start.
Labels: Graphics
Related issues
History
#1 Updated by skyjake about 11 years ago
- Tags set to Particles
#2 Updated by skyjake about 11 years ago
- Priority changed from Normal to Low
#3 Updated by skyjake almost 5 years ago
- Category set to Enhancement
- Target version set to Rendering
#4 Updated by skyjake almost 5 years ago
- Related to Feature #1699: Particle renderer 2.0 added