Ver Fonte

Update Matrix4.html

Dan há 6 anos atrás
pai
commit
bf3ad12c25
1 ficheiros alterados com 1 adições e 1 exclusões
  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,