1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 19:27:54 +00:00

rogueviz adjusted to the changes

This commit is contained in:
Zeno Rogue
2023-08-14 20:13:52 +02:00
parent beb679ccab
commit 07857e612a
14 changed files with 32 additions and 35 deletions

View File

@@ -34,7 +34,7 @@ vector<reaction_t> models_to_use = {
else {
pmodel = mdHyperboloid;
pconf.top_z = 4;
pconf.ballangle = -20;
pconf.ball() = spin(-20._deg);
pconf.scale = .75;
}
spherename = "Euclidean sphere";