mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
extra commandline option
This commit is contained in:
parent
11e7ddc8ee
commit
60c3f383b9
12
models.cpp
12
models.cpp
@ -816,6 +816,18 @@ EX namespace models {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(vpconf.model_orientation);
|
||||
}
|
||||
else if(argis("-mets")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(vpconf.euclid_to_sphere);
|
||||
}
|
||||
else if(argis("-mhyp")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(vpconf.hyperboloid_scaling);
|
||||
}
|
||||
else if(argis("-mdepth")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(vpconf.depth_scaling);
|
||||
}
|
||||
else if(argis("-mnil")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(vpconf.rotational_nil);
|
||||
|
Loading…
Reference in New Issue
Block a user