Hi,
I'm not sure what's the proper term but is there a way to create multiple mapping in one interpolation?
For "single" mapping, it would look like this
Driver Driven
0 0%
10 100%
This means at 5 Driver it will output 50% Driven.
For "multiple" mapping, (which is what I am after), it would look like this:
Driver Driven
0 0
2 35%
5 80%
9 95%
10 100%
So, at 1 driver point, it will output 17.5%
At, 6 driver point, it will output, 83.75% so on and so forth.
The only theoretical solution I have is to have separate range mapper for each mapping and clamp the output.
My problem with this is if I change/add/delete a mapping point, I'd have to redo several range mapper nodes, etc.
Is there a way around this?