Skip to content

Commit 81facb7

Browse files
authored
Docs: Improve OrbitControls page. (#26404)
1 parent 98e4fc8 commit 81facb7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

docs/examples/en/controls/OrbitControls.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,10 @@ <h3>[property:Float zoomSpeed]</h3>
273273
Speed of zooming / dollying. Default is 1.
274274
</p>
275275

276-
276+
<h3>[property:Boolean zoomToCursor]</h3>
277+
<p>
278+
Setting this property to `true` allows to zoom to the cursor's position. Default is `false`.
279+
</p>
277280

278281
<h2>Methods</h2>
279282

docs/examples/ko/controls/OrbitControls.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,10 @@ <h3>[property:Float zoomSpeed]</h3>
269269
줌잉(Zooming)과 달링(Dollying)의 속도를 설정합니다. 기본값은 1 입니다.
270270
</p>
271271

272-
272+
<h3>[property:Boolean zoomToCursor]</h3>
273+
<p>
274+
Setting this property to `true` allows to zoom to the cursor's position. Default is `false`.
275+
</p>
273276

274277
<h2>메서드</h2>
275278

docs/examples/zh/controls/OrbitControls.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@ <h3>[property:Float zoomSpeed]</h3>
272272
摄像机缩放的速度,其默认值为1。
273273
</p>
274274

275-
275+
<h3>[property:Boolean zoomToCursor]</h3>
276+
<p>
277+
Setting this property to `true` allows to zoom to the cursor's position. Default is `false`.
278+
</p>
276279

277280
<h2>Methods</h2>
278281

0 commit comments

Comments
 (0)