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
When we scale a model, the Scale(Vec3& scale_factors) method is invoked on "some" of the model components. It's not clear if these scale factors should be pushed down to individual components vs. maintained and applied on the fly. One idea suggested by @aseth1 in PR #538 is that Frame contains scale factors (like it is now, which are determined by a ModelScaler) and then it is up to Components that depend on (connect to) Frames to use these values to perform their own scaling.