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
Using scale() early on seems to break rendering of translate() gizmos: scaleY(0.4) rotate(60deg) translateY(80%) rotate(-75deg) translateY(-80%) rotate(75deg)
Slowly decrementing/incrementing of the scaleY shows that translate functions lose track of their intended target destination. Need to check the rendering code of this and how transform view is applied.
The text was updated successfully, but these errors were encountered:
Using
scale()
early on seems to break rendering oftranslate()
gizmos:scaleY(0.4) rotate(60deg) translateY(80%) rotate(-75deg) translateY(-80%) rotate(75deg)
Slowly decrementing/incrementing of the
scaleY
shows thattranslate
functions lose track of their intended target destination. Need to check the rendering code of this and how transform view is applied.The text was updated successfully, but these errors were encountered: