1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00

ideal Voronoi implemented

This commit is contained in:
Zeno Rogue
2023-09-14 15:06:39 +02:00
parent 50e5cc2c5a
commit 77e5efa28f
4 changed files with 185 additions and 26 deletions

View File

@@ -908,7 +908,8 @@ EX namespace clearing {
return;
}
if(c->land == laClearing && ls::hv_structure() && celldistAlt(c) >= -1) return;
if(c->land == laClearing && ls::horodisk_structure() && celldistAlt(c) >= -1) return;
if(c->land == laClearing && ls::voronoi_structure() && celldistAlt(c) >= -20) return;
if(!eubinary && !horo_ok()) return;
// cell *oc = c;