1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

added fisheye_alpha to hyper.h

This commit is contained in:
Zeno Rogue 2024-01-13 09:02:57 +01:00
parent f883322ecd
commit 5f552799e5

View File

@ -258,7 +258,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, fisheye_param, twopoint_param, axial_angle, stretch, ballproj, euclid_to_sphere;
ld scale, alpha, fisheye_param, fisheye_alpha, twopoint_param, axial_angle, stretch, ballproj, euclid_to_sphere;
ld clip_min, clip_max;
ld halfplane_scale;
ld collignon_parameter;