소스 검색

Docs: Updated CubeGeometry.

Mr.doob 12 년 전
부모
커밋
6582db9894
2개의 변경된 파일4개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 6
      docs/api/extras/geometries/CubeGeometry.html
  2. 0 2
      docs/api/extras/geometries/CylinderGeometry.html

+ 4 - 6
docs/api/extras/geometries/CubeGeometry.html

@@ -14,16 +14,14 @@
 
 		<h2>Constructor</h2>
 
-		<h3>[name]([page:Float width], [page:Float height], [page:Float depth], [page:Integer segmentsWidth], [page:Integer segmentsHeight], [page:Integer segmentsDepth], [page:Array materials], [page:Array sides])</h3>
+		<h3>[name]([page:Float width], [page:Float height], [page:Float depth], [page:Integer widthSegments], [page:Integer heightSegments], [page:Integer depthSegments])</h3>
 		<div>
 		width — Width of the sides on the X axis.<br />
 		height — Height of the sides on the Y axis.<br />
 		depth — Depth of the sides on the Z axis.<br />
-		segmentsWidth — Number of segmented faces along the width of the sides.<br />
-		segmentsHeight — Number of segmented faces along the height of the sides.<br />
-		segmentsDepth — Number of segmented faces along the depth of the sides.<br />
-		materials — An array containing six [page:Material]s.<br />
-		sides — An array containig six [page:Boolean]s defining whether the side needs to be created.
+		widthSegments — Number of segmented faces along the width of the sides.<br />
+		heightSegments — Number of segmented faces along the height of the sides.<br />
+		depthSegments — Number of segmented faces along the depth of the sides.
 		</div>
 
 		<h2>Source</h2>

+ 0 - 2
docs/api/extras/geometries/CylinderGeometry.html

@@ -32,10 +32,8 @@
 
 		<h2>Methods</h2>
 
-	
 		<h3>.computeCentroids();</h3>
 		<h3>.computeFaceNormals();</h3>
-		<br />
 
 
 		<h2>Source</h2>