mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
nilv:: projection names
This commit is contained in:
parent
e62a3c0d8e
commit
23e147a731
@ -654,7 +654,7 @@ namespace conformal {
|
||||
|
||||
string get_model_name(eModel m) {
|
||||
if(m == mdDisk && DIM == 3 && hyperbolic) return XLAT("ball model/Gans");
|
||||
if(sol) {
|
||||
if(nonisotropic) {
|
||||
if(m == mdDisk) return XLAT("simple model: projection");
|
||||
if(m == mdPerspective) return XLAT("simple model: perspective");
|
||||
if(m == mdGeodesic) return XLAT("native perspective");
|
||||
|
@ -448,7 +448,7 @@ void ge_select_tiling(const vector<eGeometry>& lst) {
|
||||
}
|
||||
|
||||
string current_proj_name() {
|
||||
if(pmodel != mdDisk || sol)
|
||||
if(pmodel != mdDisk || nonisotropic)
|
||||
return conformal::get_model_name(pmodel);
|
||||
else if(hyperbolic && vid.alpha == 1)
|
||||
return XLAT("Poincaré model");
|
||||
|
Loading…
Reference in New Issue
Block a user