|
@@ -1,24 +1,41 @@
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
-<div class="desc">todo</div>
|
|
|
+<div class="desc">
|
|
|
+Triangle face.
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+<h2>Example</h2>
|
|
|
+
|
|
|
+<code>var face = new THREE.Face3( 0, 1, 2, new THREE.Vector3( 0, 1, 0 ), new THREE.Color( 0xffaa00 ), 0 );</code>
|
|
|
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
-<h3>[name]()</h3>
|
|
|
+<h3>[name]( [page:Number a], [page:Number b], [page:Number c], [page:Vector3 normal], [page:Color color], [page:Number materialIndex] )</h3>
|
|
|
|
|
|
|
|
|
<h2>Properties</h2>
|
|
|
|
|
|
-<h3>.[page:Vector3 todo]</h3>
|
|
|
+<h3>.[page:Number a]</h3>
|
|
|
|
|
|
+<h3>.[page:Number b]</h3>
|
|
|
|
|
|
-<h2>Methods</h2>
|
|
|
+<h3>.[page:Number c]</h3>
|
|
|
|
|
|
-<h3>.todo( [page:Vector3 todo] )</h3>
|
|
|
-<div>
|
|
|
-todo — todo<br />
|
|
|
-</div>
|
|
|
+<h3>.[page:Vector3 normal]</h3>
|
|
|
+
|
|
|
+<h3>.[page:Array vertexNormals]</h3>
|
|
|
+
|
|
|
+<h3>.[page:Color color]</h3>
|
|
|
+
|
|
|
+<h3>.[page:Array vertexColors]</h3>
|
|
|
+
|
|
|
+<h3>.[page:Array vertexTangets]</h3>
|
|
|
+
|
|
|
+<h3>.[page:Number materialIndex]</h3>
|
|
|
+
|
|
|
+<h3>.[page:Vector3 centroid]</h3>
|
|
|
|
|
|
|
|
|
<h2>Source</h2>
|