mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
bugfix
This commit is contained in:
parent
4bface6860
commit
02f0b1e714
@ -201,7 +201,7 @@ EX namespace models {
|
||||
if(hyperbolic && desitter_projections && among(pm, mdRelPerspective, mdRelOrthogonal)) return true;
|
||||
if(sl2) return among(pm, mdGeodesic, mdEquidistant, mdRelPerspective, mdRelOrthogonal, mdHorocyclic, mdPerspective);
|
||||
if(nonisotropic) return among(pm, mdDisk, mdPerspective, mdHorocyclic, mdGeodesic, mdEquidistant, mdFisheye, mdLiePerspective, mdLieOrthogonal);
|
||||
if(sphere && pm == pmBall) return false;
|
||||
if(sphere && pm == mdBall) return false;
|
||||
if(sphere && (mdinf[pm].flags & mf::horocyclic)) return false;
|
||||
if(GDIM == 2 && is_perspective(pm)) return false;
|
||||
if(pm == mdGeodesic && !nonisotropic) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user