mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 01:33:02 +00:00
gSmallElliptic geometry
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user