You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow you full control of a matrix if needed. Also note the _didSetMatrix flag, which could maybe be inverted and renamed to something like "_shouldCalculateMatrix".
The text was updated successfully, but these errors were encountered:
makes sense. also realized I never actually use _skewX/Y as I go straight to the matrix.
could also foresee problems with rotation returning a bogus value (maybe have it check _shouldCalculateMatrix and either return _rotation or _matrix.GetRotation()).
in practice it shouldn't make much difference -- I feel like you're either going to be in data-driven setMatrix land (where you don't care about _rotation) or code-set Pos/Scale/Rot land (where you don't care about _skewX/Y)
#223
This will allow you full control of a matrix if needed. Also note the _didSetMatrix flag, which could maybe be inverted and renamed to something like "_shouldCalculateMatrix".
The text was updated successfully, but these errors were encountered: