diff --git a/docs/examples/en/controls/OrbitControls.html b/docs/examples/en/controls/OrbitControls.html index b8f38209c9be5e..296a64f8a3de14 100644 --- a/docs/examples/en/controls/OrbitControls.html +++ b/docs/examples/en/controls/OrbitControls.html @@ -273,7 +273,10 @@

[property:Float zoomSpeed]

Speed of zooming / dollying. Default is 1.

- +

[property:Boolean zoomToCursor]

+

+ Setting this property to `true` allows to zoom to the cursor's position. Default is `false`. +

Methods

diff --git a/docs/examples/ko/controls/OrbitControls.html b/docs/examples/ko/controls/OrbitControls.html index 9bf86f3e03c2ed..ce59b76a4f3fa7 100644 --- a/docs/examples/ko/controls/OrbitControls.html +++ b/docs/examples/ko/controls/OrbitControls.html @@ -269,7 +269,10 @@

[property:Float zoomSpeed]

줌잉(Zooming)과 달링(Dollying)의 속도를 설정합니다. 기본값은 1 입니다.

- +

[property:Boolean zoomToCursor]

+

+ Setting this property to `true` allows to zoom to the cursor's position. Default is `false`. +

메서드

diff --git a/docs/examples/zh/controls/OrbitControls.html b/docs/examples/zh/controls/OrbitControls.html index f10f39f3c8e87e..bd05463740812a 100644 --- a/docs/examples/zh/controls/OrbitControls.html +++ b/docs/examples/zh/controls/OrbitControls.html @@ -272,7 +272,10 @@

[property:Float zoomSpeed]

摄像机缩放的速度,其默认值为1。

- +

[property:Boolean zoomToCursor]

+

+ Setting this property to `true` allows to zoom to the cursor's position. Default is `false`. +

Methods