[ANSWERED] limit scale value behavior
-
hi,
I thought I could invert a variable from / to \ by setting min input 100 and max input 0,
but I realize it doesn't change anything..; am I understanding wrong the purpose of inverting limit scale min/max inputs?
I know I can do so with reverting min/Max outputs but it's just to understand why ;) -
The Limit Scale Value works as follows;
- We have a value inside our Value input
- Using our Limit Min / Limit Max input we can decide what values are coming in of the actor. All values that are lower then Limit Min will be put at Limit Min and all values higher then Limit Max will be put at the numeric value that we entered in Limit Max.
- Using our Out min / Out max we can now rescale our value that is sent to our output.
For example;
We have a numeric value that goes from 1 till 100, we want to only receive 50 till 100 and rescale that from 0 till 10.
Limit Min; 50
Limit Max; 100
Out Min; 0
Out Max; 10
Our values that we will receive
Input Output 1 - 49.99 0 50 0 55 1 60 2 65 3 70 4 75 5 80 6 85 7 90 8 95 9 100 10 >100 till inf 10 To answer your question; normally you use Out Min / Out max and reverse those two to get an inverted value.
-
@juriaan thanks boxes have priorities too !