mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
added fisheye_alpha to hyper.h
This commit is contained in:
parent
f883322ecd
commit
5f552799e5
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user