Update leenkx/Sources/iron/math/Quat.hx
This commit is contained in:
parent
ee8d3314b5
commit
d1edb1464e
@ -429,6 +429,12 @@ class Quat {
|
|||||||
else
|
else
|
||||||
this.mult(qz);
|
this.mult(qz);
|
||||||
|
|
||||||
|
// TO DO quick fix doesnt make sense.
|
||||||
|
this.x = -this.x;
|
||||||
|
this.y = -this.y;
|
||||||
|
this.z = -this.z;
|
||||||
|
this.w = -this.w;
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user