We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e3b1e commit 2827ea2Copy full SHA for 2827ea2
glutil-transform.js
@@ -332,6 +332,7 @@ Transform.prototype.getMatrix=function(){
332
GLMath.quatToMat4(this.rotation));
333
// 3. scaling
334
GLMath.mat4scaleInPlace(this.matrix,this.scale);
335
+ var m=this.matrix;
336
this._isIdentity=(
337
m[0]==1 && m[1]==0 && m[2]==0 && m[3]==0 &&
338
m[4]==0 && m[5]==1 && m[6]==0 && m[7]==0 &&
0 commit comments