From 17347b2e23292aad11c879d3df4a0e73c31e2ae8 Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 9 Feb 2017 03:05:41 -0600 Subject: fixed up some red and blue stuff and put (hopefully) useful stuff into README. Also made testit.sh use a pre-converted version of the female mesh so people will not need perl to test it. --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 92960c5..08ce918 100644 --- a/src/config.h +++ b/src/config.h @@ -9,8 +9,8 @@ #define DEBUG 1 #define WALK_SPEED 1 #define SPLIT_SCREEN 2 -#define CAMERA_SEPARATION .0125 -#define RED_AND_BLUE 0 +#define CAMERA_SEPARATION -1 +#define RED_AND_BLUE 1 #define SHAPES 16386 #define MAX_SIDES 8 #define WIDTH 4000 -- cgit v1.2.3