1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-19 18:29:36 +00:00

a better default value for ball rotation

This commit is contained in:
Zeno Rogue 2024-06-27 22:35:55 +02:00
parent a0627495fd
commit bcf250a9fb

View File

@ -137,7 +137,7 @@ projection_configuration::projection_configuration() {
axial_angle = 90; axial_angle = 90;
ptr_model_orientation = new trans23; ptr_model_orientation = new trans23;
ptr_ball = new transmatrix; ptr_ball = new transmatrix;
*ptr_ball = cspin(1, 2, 20._deg); *ptr_ball = cspin(2, 1, 20._deg);
ptr_camera = new transmatrix; *ptr_camera = Id; ptr_camera = new transmatrix; *ptr_camera = Id;
offside = 0; offside2 = M_PI; offside = 0; offside2 = M_PI;
small_hyperboloid = false; small_hyperboloid = false;