Explorar el Código

Docs: More clean up. (#24954)

Michael Herzog hace 2 años
padre
commit
bf34b6fea5

+ 1 - 2
docs/examples/en/controls/OrbitControls.html

@@ -94,9 +94,8 @@
 		<h3>
 			[property:Float dampingFactor]</h3>
 		<p>
-			The damping inertia used if [page:.enableDamping] is set to true.<br> Note that for this to work, you must
+			The damping inertia used if [page:.enableDamping] is set to `true`. Default is `0.05`.<br> Note that for this to work, you must
 			call [page:.update] () in your animation loop.
-			Default is 0.05. 
 		</p>
 
 		<h3>[property:HTMLDOMElement domElement]</h3>

+ 1 - 1
docs/examples/ko/controls/OrbitControls.html

@@ -91,7 +91,7 @@
 
 		<h3>
 			[property:Float dampingFactor]</h3>
-		<p> [page:.enableDamping]이 true일 경우 에니메이션 루프에서 [page:.update]()를 호출해야만 감쇠 관성를 사용할 수 있습니다.
+		<p> [page:.enableDamping]이 `true`일 경우 에니메이션 루프에서 [page:.update]()를 호출해야만 감쇠 관성를 사용할 수 있습니다. Default is `0.05`.
 		</p>
 
 		<h3>[property:HTMLDOMElement domElement]</h3>

+ 1 - 1
docs/examples/zh/controls/OrbitControls.html

@@ -93,7 +93,7 @@
 		<h3>
 			[property:Float dampingFactor]</h3>
 		<p>
-			当[page:.enableDamping]设置为true的时候,阻尼惯性有多大。<br>
+			当[page:.enableDamping]设置为`true`的时候,阻尼惯性有多大。 Default is `0.05`.<br>
 			请注意,要使得这一值生效,你必须在你的动画循环里调用[page:.update]()。
 		</p>