Open mrmalee opened 11 years ago
When generating a matrix from Matrix.createBox the rotation value needs to be in radians
in SWFShape line 408: matrix.createBox(m.xscale / 20, m.yscale / 20, m.rotation, m.translateX / 20, m.translateY / 20);
the value is defined in degree's
dumb github won't let me watch the thread unless I participate (
When generating a matrix from Matrix.createBox the rotation value needs to be in radians
in SWFShape line 408: matrix.createBox(m.xscale / 20, m.yscale / 20, m.rotation, m.translateX / 20, m.translateY / 20);
the value is defined in degree's