1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

small hyperboloid projection

This commit is contained in:
Zeno Rogue
2024-06-27 22:32:09 +02:00
parent 8aee11dd5f
commit 3a255db948
3 changed files with 16 additions and 2 deletions

View File

@@ -258,6 +258,7 @@ struct projection_configuration {
ld offside, offside2;
ld aitoff_parameter, miller_parameter, loximuthal_parameter, winkel_parameter;
bool show_hyperboloid_flat;
bool small_hyperboloid;
bool collignon_reflected;
string formula;
eModel basic_model;