ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
ZVelocityRange
Jump to navigation
Jump to search
| Flag: | ZVelocityRange |
| File(s): | rules(md).ini |
| Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. |
| Default: | 0 |
| Applicable to: | Particles |
Specifies the vertical velocity range for particles with the BehavesLike=Spark property.
The actual Z velocity is calculated as MinZVelocity ± ZVelocityRange.
If a negative value is specified, it will be treated as 0.