mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 06:35:12 +00:00
added fisheye_alpha to hyper.h
This commit is contained in:
2
hyper.h
2
hyper.h
@@ -258,7 +258,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, 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 clip_min, clip_max;
|
||||||
ld halfplane_scale;
|
ld halfplane_scale;
|
||||||
ld collignon_parameter;
|
ld collignon_parameter;
|
||||||
|
|||||||
Reference in New Issue
Block a user