Browse Source

Merge pull request #17214 from danlohman/patch-1

Update Matrix4.html
Mr.doob 6 years ago
parent
commit
e0ecdf7ee1
1 changed files with 1 additions and 1 deletions
  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
 			This means that calling
 		<code>
 		<code>
-var m = new Matrix4();
+var m = new THREE.Matrix4();
 
 
 m.set( 11, 12, 13, 14,
 m.set( 11, 12, 13, 14,
        21, 22, 23, 24,
        21, 22, 23, 24,