ardazishvili / Sota

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

analyze if it reasonable to sort meshes while calculate distances from polygon corners to border of group #55

Closed ardazishvili closed 1 month ago

ardazishvili commented 1 month ago

Check calculate_corner_points_distances_to_border - polyhedron AND flat cases. Grep for compare_increasing

ardazishvili commented 1 month ago

I found no reason to sort meshes, see #58

ardazishvili commented 1 month ago

Sorting removed in #58