Profile image

[Resolved]Camera Yaw Speed?

924 Eeoo  14 days 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
    924 Eeoo

    @winterro thanks, it works

    13 days ago
  • Profile image
    90.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.

    13 days ago
  • Profile image
    924 Eeoo

    @TheMouse i will try

    14 days ago
  • Profile image
    33.8k TheMouse

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

    14 days ago
  • Profile image
    924 Eeoo

    @TheMouse Is it using clamp() thingy?

    14 days ago
  • Profile image
    33.8k TheMouse

    Yes, but its hard to describe.

    14 days ago