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
> Closes#120
# Work done
* Added `PlaneMeshBuilder::with_scale` option to scale generated mesh
* Added `ColumnMeshBuilder::with_scale` option to scale generated mesh
The scale factor is applied before the rotation and offset, and I don't
know if the API is clear enough or if it's the right way to do it.
Maybe it should be called `local_scale` ?
Is your feature request related to a problem? Please describe.
Mesh generation, through plane and column builder are missing a scaling option
Describe the solution you'd like
Both builder should have an optional Vec2/Vec3 scale factor
The text was updated successfully, but these errors were encountered: