Matrix4 getInverse(Matrix4 matrix) { print( 'THREE.Matrix4: .getInverse() has been removed. Use matrixInv.copy( matrix ).invert(); instead.'); return copy(matrix).invert(); }