Procházet zdrojové kódy

Update LOD documents

Takahiro před 6 roky
rodič
revize
7e3c98a138
2 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 3 3
      docs/api/en/objects/LOD.html
  2. 3 3
      docs/api/zh/objects/LOD.html

+ 3 - 3
docs/api/en/objects/LOD.html

@@ -55,9 +55,9 @@ scene.add( lod );
 
 		<h3>[property:boolean autoUpdate]</h3>
 		<p>
-		Default is true. If set, then the renderer calls [page:.update] every frame.
-		When it isn't, then you have to manually call by yourself in the render loop
-		for levels of detail to be updated dynamically.
+		Whether the LOD object is updated automatically by the renderer per frame or not.
+		If set to false, you have to call [page:LOD.update]() in the render loop by yourself.
+		Default is true.
 		</p>
 
 		<h3>[property:array levels]</h3>

+ 3 - 3
docs/api/zh/objects/LOD.html

@@ -53,9 +53,9 @@ scene.add( lod );
 
 		<h3>[property:boolean autoUpdate]</h3>
 		<p>
-		Default is true. If set, then the renderer calls [page:.update] every frame.
-		When it isn't, then you have to manually call by yourself in the render loop
-		for levels of detail to be updated dynamically.
+		Whether the LOD object is updated automatically by the renderer per frame or not.
+		If set to false, you have to call [page:LOD.update]() in the render loop by yourself.
+		Default is true.
 		</p>
 
 		<h3>[property:array levels]</h3>