Explorar o código

Merge branch 'patch-1' of https://github.com/cjbailey/three.js into dev

Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
b349852b76
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/math/Quaternion.js

+ 2 - 1
src/math/Quaternion.js

@@ -18,7 +18,8 @@ function Quaternion( x, y, z, w ) {
 }
 
 Object.assign( Quaternion, {
-
+	isQuaternion: true,
+	
 	slerp: function ( qa, qb, qm, t ) {
 
 		return qm.copy( qa ).slerp( qb, t );