1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-10 02:33:00 +00:00

use_atan configurable for RotatedHyperboles

This commit is contained in:
Zeno Rogue
2018-12-24 01:10:55 +01:00
parent c56287ae38
commit 39ce061fa7
4 changed files with 12 additions and 2 deletions

View File

@@ -342,6 +342,7 @@ void initConfig() {
addsaver(conformal::formula, "formula");
addsaverenum(conformal::basic_model, "basic model");
addsaver(conformal::use_atan, "use_atan");
addsaver(vid.consider_shader_projection, "shader-projection", true);