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