mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
a better default value for ball rotation
This commit is contained in:
parent
a0627495fd
commit
bcf250a9fb
@ -137,7 +137,7 @@ projection_configuration::projection_configuration() {
|
||||
axial_angle = 90;
|
||||
ptr_model_orientation = new trans23;
|
||||
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;
|
||||
offside = 0; offside2 = M_PI;
|
||||
small_hyperboloid = false;
|
||||
|
Loading…
Reference in New Issue
Block a user