Comparing version 0.0.100 to 0.0.101
{ | ||
"name": "ogl", | ||
"version": "0.0.100", | ||
"version": "0.0.101", | ||
"description": "WebGL Library", | ||
@@ -5,0 +5,0 @@ "exports": "./src/index.mjs", |
@@ -72,3 +72,2 @@ import * as EulerFunc from './functions/EulerFunc.js'; | ||
tmpMat4.fromQuaternion(q); | ||
this.onChange(); | ||
return this.fromRotationMatrix(tmpMat4, order); | ||
@@ -75,0 +74,0 @@ } |
@@ -123,3 +123,2 @@ import * as QuatFunc from './functions/QuatFunc.js'; | ||
QuatFunc.fromEuler(this, euler, euler.order); | ||
this.onChange(); | ||
return this; | ||
@@ -126,0 +125,0 @@ } |
327914
9028