1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

two more Euclidean honeycombs; also split buildpolys into subfunctions

This commit is contained in:
Zeno Rogue
2019-03-01 18:53:20 +01:00
parent b63bcec64b
commit cb8e34204f
9 changed files with 284 additions and 152 deletions

View File

@@ -383,7 +383,7 @@ vector<eGeometry> quotientlist = {
};
vector<eGeometry> list3d = {
gBinary3, gCubeTiling, gCell120, gECell120
gBinary3, gCubeTiling, gRhombic3, gBitrunc3, gCell120, gECell120
};
void ge_select_tiling(const vector<eGeometry>& lst) {