Skip to content

Commit c0928f7

Browse files
authored
Update ArcballControls.js
1 parent 4fdc4dc commit c0928f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/controls/ArcballControls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const _EPS = 0.000001;
9696
* Arcball controls allow the camera to be controlled by a virtual trackball with full touch support and advanced navigation functionality.
9797
* Cursor/finger positions and movements are mapped over a virtual trackball surface represented by a gizmo and mapped in intuitive and
9898
* consistent camera movements. Dragging cursor/fingers will cause camera to orbit around the center of the trackball in a conservative
99-
* way (returning to the starting point will make the camera to return to its starting orientation).
99+
* way (returning to the starting point will make the camera return to its starting orientation).
100100
*
101101
* In addition to supporting pan, zoom and pinch gestures, Arcball controls provide focus< functionality with a double click/tap for intuitively
102102
* moving the object's point of interest in the center of the virtual trackball. Focus allows a much better inspection and navigation in complex

0 commit comments

Comments
 (0)