added minimum turn option, to discretize turns in VR
[laserbrain_demo] / src / opt.h
index 68a87ab..458dba0 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -9,6 +9,7 @@ struct Options {
        bool music;
        bool reflect;
        const char *data_url;
+       float min_turn;
 };
 
 extern Options opt, def_opt;