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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user