1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-09 14:49:43 +00:00

binary::3D:: more efficient tmatrix

This commit is contained in:
?
2019-02-22 21:06:07 +01:00
committed by Zeno Rogue
parent c66a76e00f
commit cf34b90373
2 changed files with 23 additions and 25 deletions

View File

@@ -175,6 +175,7 @@ void precalc() {
}
#endif
if(binarytiling) hexvdist = rhexf = 1, tessf = 1, scalefactor = 1, crossf = hcrossf7;
if(binarytiling && DIM == 3) binary::build_tmatrix();
scalefactor = crossf / hcrossf7;
orbsize = crossf;