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
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
This is a question related to scaling of the Frame.
Should the frame edge length be reset after scaling?
Or the Frame could have its own shader, instead being created as a geometry object.
When written: my_frame.matrix = Scale.from_factors([scale, scale, scale]).matrix
Example: user has a model that is scaled by 0.001, the frames in this situation looks like points:
For sure the other way around is to scale the compas frame and do not touch the viewer matrix.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I think the best way is to integrate the variable 'frame view scale' into the configuration file so the user can set the frame size as they want!
This is a question related to scaling of the Frame.
Should the frame edge length be reset after scaling?
Or the Frame could have its own shader, instead being created as a geometry object.
When written:
my_frame.matrix = Scale.from_factors([scale, scale, scale]).matrix
Example: user has a model that is scaled by 0.001, the frames in this situation looks like points:
For sure the other way around is to scale the compas frame and do not touch the viewer matrix.
The text was updated successfully, but these errors were encountered: