ardazishvili / Sota

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

Add RidgeConnection, RidgeBased classes #59

Closed ardazishvili closed 1 month ago

ardazishvili commented 1 month ago

Add RidgeConnection and RidgeVertex classes Useful instead of pairs or pairs of Vector3

Add RidgeBased class Put common fields of RidgeHexGrid and PolyhedronRidgeProcessor in it. This class should be filled with more ridge-related code later.

This PR contains hotfix of module build. Regression introduced in #35

Resolves #50, resolves #51