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)
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)
@winterro thanks, it works
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.
@TheMouse i will try
@Eeoo
Usually you can do jt just by editing the numbers.
@TheMouse Is it using clamp() thingy?
Yes, but its hard to describe.