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

replaced 'simple model: projection' with 'layered equidistant'

This commit is contained in:
Zeno Rogue
2024-07-15 13:56:08 +02:00
parent 72501c20f6
commit 497790e54b
2 changed files with 8 additions and 5 deletions

View File

@@ -278,6 +278,7 @@ EX namespace models {
if(m == mdPerspective && gproduct) return XLAT("native perspective");
if(gproduct) return PIU(get_model_name(m));
if(nonisotropic) {
if(m == mdHorocyclic && sl2) return XLAT("layered equidistant");
if(m == mdHorocyclic && !sol) return XLAT("simple model: projection");
if(m == mdPerspective) return XLAT("simple model: perspective");
if(m == mdGeodesic) return XLAT("native perspective");