You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -659,6 +660,8 @@ Set current camera position as the default position
659
660
Normalize camera azimuth angle (horizontal rotation) between -180 and 180 degrees.
660
661
This is useful when you want to keep the azimuth angle normalized before calling methods like `.setLookAt()`, `.lerpLookAt()`, `.setTarget()`, `.setPosition()`, and `.reset()`.
661
662
663
+
When combined with the `.smoothRotationTheta` property (enabled by default), theta transitions always follow the shortest rotational path during smoothing.
664
+
662
665
This method returns the CameraControls instance itself, so you can chain it with other methods.
0 commit comments