mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 09:24:06 +00:00
fixup: axial_angle
This commit is contained in:
parent
15540e91e6
commit
f9d28371b7
3
hyper.h
3
hyper.h
@ -257,7 +257,7 @@ enum eModel : int;
|
|||||||
struct projection_configuration {
|
struct projection_configuration {
|
||||||
eModel model; /**< which projection, see classes.cpp */
|
eModel model; /**< which projection, see classes.cpp */
|
||||||
ld xposition, yposition; /**< move the center to another position */
|
ld xposition, yposition; /**< move the center to another position */
|
||||||
ld scale, alpha, camera_angle, fisheye_param, twopoint_param, stretch, ballangle, ballproj, euclid_to_sphere;
|
ld scale, alpha, camera_angle, fisheye_param, twopoint_param, axial_angle, stretch, ballangle, ballproj, euclid_to_sphere;
|
||||||
ld clip_min, clip_max;
|
ld clip_min, clip_max;
|
||||||
ld model_orientation, halfplane_scale, model_orientation_yz;
|
ld model_orientation, halfplane_scale, model_orientation_yz;
|
||||||
ld collignon_parameter;
|
ld collignon_parameter;
|
||||||
@ -308,6 +308,7 @@ struct projection_configuration {
|
|||||||
vr_scale_factor = 1;
|
vr_scale_factor = 1;
|
||||||
back_and_front = 0;
|
back_and_front = 0;
|
||||||
dualfocus_autoscale = false;
|
dualfocus_autoscale = false;
|
||||||
|
axial_angle = 90;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user