Profile image

Rotator rotation angle limit question

488 BEAKU422  14 days ago

This time, I'm making a tank and need a stabilizer, so I'm making it with a rotator, but since I didn't give it a rotation angle limit, there's a phenomenon where the gun goes through the tank. I want to use PitchAngle to limit the angle, is there a way?

  • Log in to leave a comment
  • Profile image
    2,662 griges

    i think its easier if the rotator only start from 0 to 1, rather -1 to 1, so it cant go down..
    but if you want to use pitchAngle just add

    -(PitchAngle/x)

    with x is rotator angle range

    14 days ago