Profile image

how to limit gun rotation??

272 Jasonquij11  one month ago

I wanna get a rotator that go's left and right automatic with activate1
Like the german flakpanzer gepard

  • Log in to leave a comment
  • Profile image

    @SILVERPANZER i dont know how to do it for tower :(

    one month ago
  • Profile image

    Thx*

    one month ago
  • Profile image

    Ths @SILVERPANZER

    one month ago
  • Profile image
    41.0k SILVERPANZER

    For the tower?
    sum(Yaw)
    You can add 1 to the rotator activation group, then add a new element: zeroOnDeactivate in the first column, and true in the second column, you can also add a new element shortestAngle in the joint rotator section, and true in the second column.


    And if for radar, then:
    (sin(Time*X)*clamp01(Activate1))
    X — is a control for the speed of turns in numerical values, such as 60, 90, 180, etc.

    one month ago