mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-08 11:22:31 +00:00
only the Geodesic model available in SL2
This commit is contained in:
@@ -198,6 +198,7 @@ EX namespace models {
|
||||
|
||||
EX bool model_available(eModel pm) {
|
||||
if(prod) return pm == mdPerspective;
|
||||
if(sl2) return pm == mdGeodesic;
|
||||
if(nonisotropic) return among(pm, mdDisk, mdPerspective, mdGeodesic, mdEquidistant);
|
||||
if(pm == mdGeodesic && !sol) return false;
|
||||
if(sphere && (pm == mdHalfplane || pm == mdBall))
|
||||
|
Reference in New Issue
Block a user