2
0
Эх сурвалжийг харах

Update docs/api/core/Face3.html

Testing editing via GitHub interface
AlteredQualia 13 жил өмнө
parent
commit
e3c5a26500

+ 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>