|
@@ -39,7 +39,7 @@ var geometry = new THREE.PolyhedronGeometry( verticesOfCube, indicesOfFaces, 6,
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
|
|
|
- <h3>[name]([page:Array vertices], [page:Array indices], [page:Float radius], [page:Integer detail])</h3>
|
|
|
+ <h3>[name]([param:Array vertices], [param:Array indices], [param:Float radius], [param:Integer detail])</h3>
|
|
|
<div>
|
|
|
vertices — [page:Array] of points of the form [1,1,1, -1,-1,-1, ... ] <br />
|
|
|
indices — [page:Array] of indices that make up the faces of the form [0,1,2, 2,3,0, ... ] <br />
|