ardazishvili / Sota

Editable generator of discrete structures for Godot 4
MIT License
31 stars 2 forks source link

make class for HexMeshParams - see TODO #41

Open ardazishvili opened 1 month ago

ardazishvili commented 1 month ago

It's struct and some fields must not have defaults. Use class with constructors

ardazishvili commented 1 month ago

Postpone.

Proper design involves too much changes: e.g. mandatory argument diameter in flat mesh and in polyhedron requires review of design of RegularPolygon, Hexagon, Pentagon, etc.