From e3c5a2650096d17040fa4ad995536138ece73457 Mon Sep 17 00:00:00 2001 From: AlteredQualia Date: Tue, 14 Aug 2012 05:12:01 +0300 Subject: [PATCH] Update docs/api/core/Face3.html Testing editing via GitHub interface --- docs/api/core/Face3.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/core/Face3.html b/docs/api/core/Face3.html index 0ce67f3b43..f81e0f370d 100644 --- a/docs/api/core/Face3.html +++ b/docs/api/core/Face3.html @@ -16,7 +16,9 @@

Example

- var face = new THREE.Face3( 0, 1, 2, new THREE.Vector3( 0, 1, 0 ), new THREE.Color( 0xffaa00 ), 0 ); + 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 );

Constructor

-- GitLab