mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-30 03:50:34 +00:00
back_and_front was not added in hyper.h
This commit is contained in:
parent
5d4df5d9d6
commit
77063c135d
3
hyper.h
3
hyper.h
@ -267,6 +267,8 @@ struct projection_configuration {
|
||||
ld hyperboloid_scaling;
|
||||
ld vr_angle, vr_zshift, vr_scale_factor;
|
||||
|
||||
int back_and_front; /* 0 = do not, 1 = do, 2 = only back */
|
||||
|
||||
projection_configuration() {
|
||||
formula = "z^2"; top_z = 5; model_transition = 1; spiral_angle = 70; spiral_x = 10; spiral_y = 7;
|
||||
rotational_nil = 1;
|
||||
@ -286,6 +288,7 @@ struct projection_configuration {
|
||||
hyperboloid_scaling = 1;
|
||||
vr_zshift = 0;
|
||||
vr_scale_factor = 1;
|
||||
back_and_front = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user