From ebde46bc82bebf478db67abef5b7dc88c014706b Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 3 Jan 2017 00:30:28 -0600 Subject: 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/ --- src/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.h') 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 -- cgit v1.2.3