mdHorocyclic is named 'simple model' in Nil

This commit is contained in:
Zeno Rogue 2019-11-09 12:50:38 +01:00
parent 416ee95aac
commit 6dfec2140e
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ EX namespace models {
if(m == mdDisk && GDIM == 3 && (hyperbolic || nonisotropic)) return XLAT("ball model/Gans");
if(m == mdPerspective && prod) return XLAT("native perspective");
if(nonisotropic) {
if(m == mdHorocyclic && !sol) return XLAT("simple model: projection");
if(m == mdPerspective) return XLAT("simple model: perspective");
if(m == mdGeodesic) return XLAT("native perspective");
if(among(m, mdEquidistant, mdFisheye, mdHorocyclic)) return XLAT(mdinf[m].name_hyperbolic);