Profile image

[Resolved]Camera Yaw Speed?

1,613 Eeoo  6 months ago

Is there a way to increase/decrease the speed on camera-controlled rotator without making it confusing where the rotator is turning? and also is there a way to limit the rotator turning angle?

hepl
(sorry for my bad english)

  • Log in to leave a comment
  • Profile image
    1,613 Eeoo

    @winterro thanks, it works

    6 months ago
  • Profile image
    93.4k winterro

    Smooth(Input, rate per second)
    Limits speed

    You could do something like this

    (Input for camera)<90 & (input for camera)>-90 ? (Input for camera) : (0)

    Should limit traverse.

    -90/90 stands for degrees of rotation.

    6 months ago
  • Profile image
    1,613 Eeoo

    @TheMouse i will try

    6 months ago
  • Profile image
    59.2k TheMouse

    @Eeoo
    Usually you can do jt just by editing the numbers.

    6 months ago
  • Profile image
    1,613 Eeoo

    @TheMouse Is it using clamp() thingy?

    6 months ago
  • Profile image
    59.2k TheMouse

    Yes, but its hard to describe.

    6 months ago