Skip to content

Commit

Permalink
Docs: Improve OrbitControls page. (#26404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Jul 10, 2023
1 parent 98e4fc8 commit 81facb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/examples/en/controls/OrbitControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@ <h3>[property:Float zoomSpeed]</h3>
Speed of zooming / dollying. Default is 1.
</p>


<h3>[property:Boolean zoomToCursor]</h3>
<p>
Setting this property to `true` allows to zoom to the cursor's position. Default is `false`.
</p>

<h2>Methods</h2>

Expand Down
5 changes: 4 additions & 1 deletion docs/examples/ko/controls/OrbitControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,10 @@ <h3>[property:Float zoomSpeed]</h3>
줌잉(Zooming)과 달링(Dollying)의 속도를 설정합니다. 기본값은 1 입니다.
</p>


<h3>[property:Boolean zoomToCursor]</h3>
<p>
Setting this property to `true` allows to zoom to the cursor's position. Default is `false`.
</p>

<h2>메서드</h2>

Expand Down
5 changes: 4 additions & 1 deletion docs/examples/zh/controls/OrbitControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@ <h3>[property:Float zoomSpeed]</h3>
摄像机缩放的速度,其默认值为1。
</p>


<h3>[property:Boolean zoomToCursor]</h3>
<p>
Setting this property to `true` allows to zoom to the cursor's position. Default is `false`.
</p>

<h2>Methods</h2>

Expand Down

0 comments on commit 81facb7

Please sign in to comment.