1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 19:48:06 +00:00

binary tiling in 3D works

This commit is contained in:
?
2019-02-21 18:47:32 +01:00
committed by Zeno Rogue
parent e73d2f2f22
commit 96e4ff6c9d
6 changed files with 197 additions and 9 deletions

View File

@@ -4,8 +4,14 @@
namespace hr {
#if DIM == 3
eGeometry geometry = gBinaryTiling;
eVariation variation = eVariation::pure;
#else
eGeometry geometry;
eVariation variation;
#endif
// hyperbolic points and matrices