Просмотр исходного кода

Merge pull request #10779 from Mugen87/dev

Docs: Correct LatheGeometry
Mr.doob 8 лет назад
Родитель
Сommit
8c62e17b5c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/api/geometries/LatheGeometry.html

+ 2 - 2
docs/api/geometries/LatheGeometry.html

@@ -12,7 +12,7 @@
 
 		<h1>[name]</h1>
 
-		<div class="desc">Class for generating meshes with axial symmetry. Possible uses include donuts, pipes, vases etc. The lathe rotate around the Y axis.</div>
+		<div class="desc">Creates meshes with axial symmetry like vases. The lathe rotates around the Y axis.</div>
 
 		<iframe id="scene" src="scenes/geometry-browser.html#LatheGeometry"></iframe>
 
@@ -55,7 +55,7 @@
 		phiLength — the radian (0 to 2PI) range of the lathed section 2PI is a closed lathe, less than 2PI is a portion. Default is 2PI.
 		</div>
 		<div>
-		This creates a LatheBufferGeometry based on the parameters.
+		This creates a LatheGeometry based on the parameters.
 		</div>
 
 		<h2>Source</h2>