1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-21 21:42:07 +00:00

four new models, Mercator improved

This commit is contained in:
Zeno Rogue
2018-03-26 19:06:47 +02:00
parent fa49fc550f
commit 7c84280b73
7 changed files with 265 additions and 78 deletions
+1
View File
@@ -340,6 +340,7 @@ void initConfig() {
addsaver(stereo::fov, "field-of-vision", 90);
addsaverenum(stereo::mode, "stereo-mode");
addsaver(vid.euclid_to_sphere, "euclid to sphere projection", 1.5);
addsaver(vid.twopoint_param, "twopoint parameter", 1);
#if CAP_SHMUP
shmup::initConfig();