From 76e9a4ccdb5c05cf469498c5c72d634bbdaa94bb Mon Sep 17 00:00:00 2001 From: vaughnrichard <43914381+vaughnrichard@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:56:29 -0700 Subject: [PATCH 1/2] Added documentation for target --- docs/examples/en/controls/TrackballControls.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/examples/en/controls/TrackballControls.html b/docs/examples/en/controls/TrackballControls.html index ed2fd22311620f..f13c8cada3d74a 100644 --- a/docs/examples/en/controls/TrackballControls.html +++ b/docs/examples/en/controls/TrackballControls.html @@ -171,6 +171,11 @@

[property:Boolean staticMoving]

Whether or not damping is disabled. Default is `false`.

+

[property:Vector3 target]

+

+ The point in world space the controls are centered around. +

+

[property:Number zoomSpeed]

The zoom speed. Default is `1.2`. From c4d2a2c2f580737fdddbdd7fde250fbdd0404d01 Mon Sep 17 00:00:00 2001 From: vaughnrichard <43914381+vaughnrichard@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:12:15 -0700 Subject: [PATCH 2/2] Updated documentation message --- docs/examples/en/controls/TrackballControls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/en/controls/TrackballControls.html b/docs/examples/en/controls/TrackballControls.html index f13c8cada3d74a..12ecef6181fd8b 100644 --- a/docs/examples/en/controls/TrackballControls.html +++ b/docs/examples/en/controls/TrackballControls.html @@ -173,7 +173,7 @@

[property:Boolean staticMoving]

[property:Vector3 target]

- The point in world space the controls are centered around. + The focus point of the controls.

[property:Number zoomSpeed]