Workspace 6.21.5
|
Creates a new StreakGlypher; a glypher that draws a "streak" at each node. A streak is effectively a visual representation of the distance that a particle has moved between two (or more) frames. To use the glypher, a ParticleTimeline must be supplied.
Inputs: | |||
---|---|---|---|
Enabled | bool | ||
Interval | int | If greater than zero, only every Xth particle will be drawn. | |
Particle timeline | CSIRO::DataExecution::ObjectDictionary | The ParticleTimeline is a DataCollection containing arrays of particle information at each relevant timestep that the particles are involved in. The glypher uses the ParticleTimeline to render streaks between the sets of particles. | |
Radius state name | QString | ||
Color state name | QString | ||
Default radius | double | ||
Default color | QColor | ||
Level of detail | int | A higher level-of-detail means a higher quality streak glyph. | |
Maximum drawable length in z direction | double | Restricts the length of streaks. | |
Scale factor | double | Allows streaks to be scaled down or scaled up, which can be useful for complex visual scenes. | |
Draw as trailing | bool | ||
Outputs: | |||
Glypher | CSIRO::Rendering::StreakGlypher |