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

Fix typo in FaceNormalsHelper

Tristan VALCKE 9 жил өмнө
parent
commit
22be147ddf

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