@Noname918181 No big deal, your explanation is cleaner anyway. I just like to advertise that new clamp feature, it totally fixed a bunch of issues I had on my last plane.
@Zoowarp clamp01(x + y) would probably work better. The clamp function lets you set the minimum and maximum input, whereas without clamp you have to worry about the two inputs stacking beyond what they could do individually. Clamp is lovely, take some time to read up on it
@BogdanX for 2 inputs would it be
clamp((x,-0.5,0.5)+(y,-0.5,0.5))
? the numbers used are just example measurements@Noname918181 No big deal, your explanation is cleaner anyway. I just like to advertise that new clamp feature, it totally fixed a bunch of issues I had on my last plane.
@F104Deathtrap yeah forgot about that
@Zoowarp clamp01(x + y) would probably work better. The clamp function lets you set the minimum and maximum input, whereas without clamp you have to worry about the two inputs stacking beyond what they could do individually. Clamp is lovely, take some time to read up on it
@Noname918181 aha ok its simple then... not exactly good at funky trees stuff yet. Thanks!!
might end up calling on you a few more times, sorry xD
Possible.
Input:
X + X
(X= desired input)