dmtzcain
(dmtzcain)
1
In blueprints the input is a 7.5 in a range between 0 and 10
I want to return a number between a new-minimal and new-max value that is relative to num in the range between old-minimal and old-max values.
In this case I want the new-minimal and new-max values to be 7 to 11. Then the return would be 10.
Is there a node for this?
If not, how would a function for this look like?
Thanks!
D
There is no node for this.
But also, it makes no sense.
Why is the new range 7-11 when the number was 7.5?
dmtzcain
(dmtzcain)
3
I’m looking for a proportional tool where I can input new ranges.
The new ranges are also inputs. the return is the number proportional to the new range.
You can map one range to another range?
1 Like
Ivan3z
(Ivan3z)
5
you can make a rule of three too… I don’t know if there is a node for rules of three
Ivan3z
(Ivan3z)
6
or maybe you want a random number
dmtzcain
(dmtzcain)
7
Your hero badge is well earned. Thank you ClockworkOcean, I think this is exactly the node I was looking for.
1 Like