Explorar el Código

Fix typo in FaceNormalsHelper

Tristan VALCKE hace 9 años
padre
commit
22be147ddf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/helpers/FaceNormalsHelper.html

+ 1 - 1
docs/api/helpers/FaceNormalsHelper.html

@@ -32,7 +32,7 @@
 
 		helper = new THREE.FaceNormalsHelper( box, 2, 0x00ff00, 1 );
 
-		scene.add( object );
+		scene.add( box );
 		scene.add( helper );
 		</code>
 

粤ICP备19079148号