Explorar o código

Update docs/api/core/Face3.html

Testing editing via GitHub interface
AlteredQualia %!s(int64=13) %!d(string=hai) anos
pai
achega
e3c5a26500
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docs/api/core/Face3.html

+ 3 - 1
docs/api/core/Face3.html

@@ -16,7 +16,9 @@
 
 		<h2>Example</h2>
 
-		<code>var face = new THREE.Face3( 0, 1, 2, new THREE.Vector3( 0, 1, 0 ), new THREE.Color( 0xffaa00 ), 0 );</code>
+		<code>var normal = new THREE.Vector3( 0, 1, 0 );
+		var color = new THREE.Color( 0xffaa00 );
+		var face = new THREE.Face3( 0, 1, 2, normal, color, 0 );</code>
 
 
 		<h2>Constructor</h2>