fixup: axial_angle

This commit is contained in:
Zeno Rogue 2023-03-23 01:36:46 +01:00
parent 15540e91e6
commit f9d28371b7
1 changed files with 2 additions and 1 deletions

View File

@ -257,7 +257,7 @@ enum eModel : int;
struct projection_configuration {
eModel model; /**< which projection, see classes.cpp */
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 model_orientation, halfplane_scale, model_orientation_yz;
ld collignon_parameter;
@ -308,6 +308,7 @@ struct projection_configuration {
vr_scale_factor = 1;
back_and_front = 0;
dualfocus_autoscale = false;
axial_angle = 90;
}
};