mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 15:32:53 +00:00
arg:: -twopoint
This commit is contained in:
parent
47fd094c6f
commit
bb1fb4bd74
@ -1226,6 +1226,10 @@ namespace conformal {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(conformal::top_z);
|
shift_arg_formula(conformal::top_z);
|
||||||
}
|
}
|
||||||
|
else if(argis("-twopoint")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift_arg_formula(vid.twopoint_param);
|
||||||
|
}
|
||||||
else if(argis("-hp")) {
|
else if(argis("-hp")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(conformal::halfplane_scale);
|
shift_arg_formula(conformal::halfplane_scale);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user