allow ramp particles to overwrite min and max

This commit is contained in:
Vincent Fischer 2021-09-19 15:53:52 +02:00
parent 7bbcad55e4
commit 535d49e9c3
3 changed files with 35 additions and 2 deletions

View file

@ -226,6 +226,16 @@ indicator.
: List of particles. Note that the tag value is *not* used as-is; its
minimum and maximum values are used to map the tag's range to the
particle list's range.
| min
: int
: no
: If present this will be used as a lower bound instead of the tags minimum value.
Tag values falling outside the defined range will get clamped to min/max.
| max
: int
: no
: If present this will be used as an upper bound instead of the tags maximum value.
Tag values falling outside the defined range will get clamped to min/max.
## EXAMPLES