9thAzure / Complex_Shape_Creation

A Godot Engine addon for creating / modifying shapes
MIT License
6 stars 0 forks source link

Add `apply_transformation`, Directly Editing Points #55

Closed 9thAzure closed 1 month ago

9thAzure commented 1 month ago

Where possible, apply_transformation, instead of regenerating the entire shape again, modifies the points in the shape. It may still regenerate the shape in certain cases where it is impossible to simply move around the shapes to get the desired effect. It allows options for scaling width and corner_size or not (true by default).

It is generally faster than regenerating the entire shape.

There are certain caveats with its use.