mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-29 21:13:00 +00:00
made -dual work outside of Archimedean, and -unrectified, -untruncated and -warped work outside of goldberg, i.e. also in bitruncated and pure
This commit is contained in:
@@ -1306,14 +1306,17 @@ int read_geom_args() {
|
||||
}
|
||||
else if(argis("-unrectified")) {
|
||||
PHASEFROM(2);
|
||||
gp::param = gp::univ_param();
|
||||
set_variation(eVariation::unrectified);
|
||||
}
|
||||
else if(argis("-untruncated")) {
|
||||
PHASEFROM(2);
|
||||
gp::param = gp::univ_param();
|
||||
set_variation(eVariation::untruncated);
|
||||
}
|
||||
else if(argis("-warped")) {
|
||||
PHASEFROM(2);
|
||||
gp::param = gp::univ_param();
|
||||
set_variation(eVariation::warped);
|
||||
}
|
||||
#if MAXMDIM >= 4
|
||||
|
||||
Reference in New Issue
Block a user