mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
mdHorocyclic is named 'simple model' in Nil
This commit is contained in:
parent
416ee95aac
commit
6dfec2140e
@ -226,6 +226,7 @@ EX namespace models {
|
|||||||
if(m == mdDisk && GDIM == 3 && (hyperbolic || nonisotropic)) return XLAT("ball model/Gans");
|
if(m == mdDisk && GDIM == 3 && (hyperbolic || nonisotropic)) return XLAT("ball model/Gans");
|
||||||
if(m == mdPerspective && prod) return XLAT("native perspective");
|
if(m == mdPerspective && prod) return XLAT("native perspective");
|
||||||
if(nonisotropic) {
|
if(nonisotropic) {
|
||||||
|
if(m == mdHorocyclic && !sol) return XLAT("simple model: projection");
|
||||||
if(m == mdPerspective) return XLAT("simple model: perspective");
|
if(m == mdPerspective) return XLAT("simple model: perspective");
|
||||||
if(m == mdGeodesic) return XLAT("native perspective");
|
if(m == mdGeodesic) return XLAT("native perspective");
|
||||||
if(among(m, mdEquidistant, mdFisheye, mdHorocyclic)) return XLAT(mdinf[m].name_hyperbolic);
|
if(among(m, mdEquidistant, mdFisheye, mdHorocyclic)) return XLAT(mdinf[m].name_hyperbolic);
|
||||||
|
Loading…
Reference in New Issue
Block a user