1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 22:25:12 +00:00

3D:: 120-cell

This commit is contained in:
?
2019-02-25 04:05:23 +01:00
committed by Zeno Rogue
parent 1fcf58e17a
commit 33d4854c14
10 changed files with 215 additions and 6 deletions

View File

@@ -192,7 +192,7 @@ typedef complex<ld> cld;
#if MAXDIM == 3
#define DIM 2
#else
#define DIM ((geometry == gBinary3 || geometry == gCubeTiling) ? 3 : 2)
#define DIM ((geometry == gBinary3 || geometry == gCubeTiling || geometry == gCell120) ? 3 : 2)
#endif
#define MDIM (DIM+1)