9thAzure / Complex_Shape_Creation

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

Add Beginnings of `RegularGeometry` #53

Closed 9thAzure closed 2 months ago

9thAzure commented 2 months ago

Adds the classes RegularGeometry and RegularGeometry.SizeIncrease, both of which are meant to be static classes and cannot be instantiated. The methods in these classes are meant to be more complex versions of their equivalents in the nodes (for instance, operating on only parts of a points array).

The only method currently implemented is add_rounded_corners. This is to help solve other issues (specifically #52). As such, this isn't the complete implementation, so things like c# support aren't implemented yet.