Profile image

dual input rotators

9,103 ZWLenning  4.5 years ago

anyone have the syntax for dual input rotators (for future projects)? is it even possible?

  • Log in to leave a comment
  • Profile image
    9,103 ZWLenning

    @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

    4.5 years ago
  • Profile image

    @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.

    4.5 years ago
  • Profile image

    @F104Deathtrap yeah forgot about that

    4.5 years ago
  • Profile image

    @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

    4.5 years ago
  • Profile image
    9,103 ZWLenning

    @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

    4.5 years ago
  • Profile image

    Possible.
    Input: X + X
    (X= desired input)

    4.5 years ago