1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-12 12:39:43 +00:00

3D:: better conformal::rotation system

This commit is contained in:
Zeno Rogue
2019-06-13 17:03:10 +02:00
parent 635c02803c
commit 9eae663fe3
3 changed files with 42 additions and 33 deletions

View File

@@ -250,6 +250,7 @@ void initConfig() {
addsaver(conformal::bandsegment, "band segment");
addsaver(conformal::rotation, "conformal rotation");
addsaver(conformal::rotation_xz, "conformal rotation_xz");
addsaver(conformal::rotation_xy2, "conformal rotation_2");
addsaver(conformal::do_rotate, "conformal rotation mode", 1);
addsaver(conformal::model_orientation, "model orientation", 0);
addsaver(conformal::model_orientation_yz, "model orientation-yz", 0);