Skip to content

Scaling, how/where to maintain scale factors #557

@aymanhab

Description

@aymanhab

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions