Explorar o código

Update Matrix3.js

Michael Herzog %!s(int64=4) %!d(string=hai) anos
pai
achega
e38d4325b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Matrix3.js

+ 1 - 1
src/math/Matrix3.js

@@ -198,7 +198,7 @@ class Matrix3 {
 
 	getNormalMatrix( matrix4 ) {
 
-		return this.setFromMatrix4( matrix4 ).copy( this ).invert().transpose();
+		return this.setFromMatrix4( matrix4 ).invert().transpose();
 
 	}