1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-08 01:33:02 +00:00

gSmallElliptic geometry

This commit is contained in:
Zeno Rogue
2018-05-01 19:34:09 +02:00
parent bf0ce8d2f0
commit 5a9bc6c014
6 changed files with 33 additions and 28 deletions

View File

@@ -107,6 +107,7 @@ void precalc() {
if(sphere ? v1 < v2 : v1 > v2) fmin = f; else fmax = f;
}
tessf = fmin;
if(elliptic && S7 == 4) tessf = M_PI/2;
if(vertexdegree == 3) {
fmin = 0, fmax = sphere ? M_PI / 2 : 2;