Parcourir la source

Update Matrix4.html

Dan il y a 6 ans
Parent
commit
bf3ad12c25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/api/en/math/Matrix4.html

+ 1 - 1
docs/api/en/math/Matrix4.html

@@ -56,7 +56,7 @@
 
 			This means that calling
 		<code>
-var m = new Matrix4();
+var m = new THREE.Matrix4();
 
 m.set( 11, 12, 13, 14,
        21, 22, 23, 24,