1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-28 03:21:23 +00:00

standard binary tiling, also improved the looks of variant binary tiling, and optimized shvid for pure

This commit is contained in:
Zeno Rogue
2019-07-22 11:21:27 +02:00
parent 2598bbcdd5
commit 2d30f3830c
10 changed files with 94 additions and 46 deletions

View File

@@ -138,7 +138,7 @@ void geometry_information::prepare_basics() {
if(geometry == gHoroRec) hexvdist = rhexf = .5, tessf = .5, scalefactor = .5, crossf = hcrossf7/2;
#endif
#if CAP_BT && MAXMDIM >= 4
if(binarytiling && WDIM == 3) binary::build_tmatrix();
if(binarytiling) binary::build_tmatrix();
#endif
scalefactor = crossf / hcrossf7;