This’ll reset the matrix to it’s default and in so doing will clear any 3d rotation fuzziness that may have been generated if you use rotationX or rotationY or anything.
myDisplayObject.transform.matrix = new Matrix(1, 0, 0, 1, myDisplayObject.x, myDisplayObject.y);
Tech Reference: AS3
Leave a Reply