summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-01-03 00:30:28 -0600
committerepoch <epoch@hacking.allowed.org>2017-01-03 00:30:28 -0600
commitebde46bc82bebf478db67abef5b7dc88c014706b (patch)
tree77121f0c18b1845b8c3cfdfec962e9c5b2ec7e67 /src/config.h
parentf7353ec277198b295c6c842a4a4a07b403b2a572 (diff)
downloadhackvr-ebde46bc82bebf478db67abef5b7dc88c014706b.tar.gz
hackvr-ebde46bc82bebf478db67abef5b7dc88c014706b.zip
lots and lots of shit. opengl shit is barely worked on. new pl script to obj2hackvr using more than just triangles.http://hackaday.com/blog/http://hackaday.com/blog/
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 2e79efb..324d815 100644
--- a/src/config.h
+++ b/src/config.h
@@ -2,6 +2,11 @@
#ifndef _HACKVR_CONFIG_H_
#define _HACKVR_CONFIG_H_
+//Aspect Ratio:
+#define AR_W 4
+#define AR_H 3
+
+#define DEBUG 1
#define WALK_SPEED 1
#define SPLIT_SCREEN 1
#define CAMERA_SEPARATION 4
@@ -10,5 +15,6 @@
#define MAX_SIDES 8
#define WIDTH 1024
#define HEIGHT 768
+#define FORCE_REDRAW 1
#endif