camera-controls icon indicating copy to clipboard operation
camera-controls copied to clipboard

Invert Look Y Axis

Open ToHold opened this issue 2 years ago • 1 comments

It's useful for TPS Shooting Games. Would be cool to have it without fork.

ToHold avatar Oct 06 '23 12:10 ToHold

Hi, thanks for your PR!

Did you try negative value already?

like:

cameraControls.azimuthRotateSpeed = - 0.3;
cameraControls.polarRotateSpeed   = - 0.3;

https://yomotsu.github.io/camera-controls/examples/first-person.html

yomotsu avatar Oct 12 '23 04:10 yomotsu