1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00

ternary tiling

This commit is contained in:
Zeno Rogue
2019-09-30 23:36:15 +02:00
parent a971ffd427
commit 255186840f
6 changed files with 101 additions and 21 deletions

View File

@@ -4619,7 +4619,7 @@ void draw_grid_at(cell *c, const transmatrix& V) {
}
#endif
#if CAP_BT
else if(binarytiling && WDIM == 2) {
else if(binarytiling && WDIM == 2 && geometry != gTernary) {
ld yx = log(2) / 2;
ld yy = yx;
ld xx = 1 / sqrt(2)/2;