mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	do not display relativistic modes in model list
This commit is contained in:
		| @@ -200,6 +200,7 @@ EX namespace models { | |||||||
|       } |       } | ||||||
|     if(hyperbolic && desitter_projections && among(pm, mdRelPerspective, mdRelOrthogonal)) return true; |     if(hyperbolic && desitter_projections && among(pm, mdRelPerspective, mdRelOrthogonal)) return true; | ||||||
|     if(sl2) return among(pm, mdGeodesic, mdEquidistant, mdRelPerspective, mdRelOrthogonal, mdHorocyclic, mdPerspective); |     if(sl2) return among(pm, mdGeodesic, mdEquidistant, mdRelPerspective, mdRelOrthogonal, mdHorocyclic, mdPerspective); | ||||||
|  |     if(among(pm, mdRelOrthogonal, mdRelPerspective)) return false; | ||||||
|     if(nonisotropic) return among(pm, mdDisk, mdPerspective, mdHorocyclic, mdGeodesic, mdEquidistant, mdFisheye, mdLiePerspective, mdLieOrthogonal); |     if(nonisotropic) return among(pm, mdDisk, mdPerspective, mdHorocyclic, mdGeodesic, mdEquidistant, mdFisheye, mdLiePerspective, mdLieOrthogonal); | ||||||
|     if(sphere && pm == mdBall) return false; |     if(sphere && pm == mdBall) return false; | ||||||
|     if(sphere && (mdinf[pm].flags & mf::horocyclic)) return false; |     if(sphere && (mdinf[pm].flags & mf::horocyclic)) return false; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue