mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 19:22:48 +00:00
history displays projection just as geom-exp
This commit is contained in:
parent
80d14c0196
commit
a179a2b80d
@ -1024,7 +1024,7 @@ namespace conformal {
|
|||||||
// bool notconformal0 = (pmodel >= 5 && pmodel <= 6) && !euclid;
|
// bool notconformal0 = (pmodel >= 5 && pmodel <= 6) && !euclid;
|
||||||
// bool notconformal = notconformal0 || abs(vid.alpha-1) > 1e-3;
|
// bool notconformal = notconformal0 || abs(vid.alpha-1) > 1e-3;
|
||||||
|
|
||||||
dialog::addSelItem(XLAT("model used"), get_model_name(pmodel), 'm');
|
dialog::addSelItem(XLAT("projection"), current_proj_name(), 'm');
|
||||||
|
|
||||||
if(!bounded && !euclid) dialog::addBoolItem(XLAT("prepare the line animation"), (on), 'e');
|
if(!bounded && !euclid) dialog::addBoolItem(XLAT("prepare the line animation"), (on), 'e');
|
||||||
if(on) dialog::addSelItem(XLAT("animation speed"), fts(lvspeed), 'a');
|
if(on) dialog::addSelItem(XLAT("animation speed"), fts(lvspeed), 'a');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user