Closed mehdizarepour closed 4 years ago
@marcglasberg any solutions?
Don't do this. Save the cumulative scale/rotation/translate information yourself, in variables, and then calculate the Matrix4 transform from the original scale 1, rotation 0, and position 0.
Hi! I want to transform a widget on
onScaleUpdate
event then I usedMatrix4Transform
like this:It works fine, but the problem is, I want to keep last transform on
Matrix4
object and use it on the next transform, then I've tried usingfrom
contractor like this:But it does not work how I expected, as you can see it's too sharp: am I using it wrong? any suggestion?