From 7eb7b1a64d5a22ae707c0a9d4115cb3c326f472f Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 19 Apr 2012 03:14:18 +0100 Subject: working border --- gaunt01/src/testApp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gaunt01/src/testApp.h') diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index ff53510..c25defe 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -97,6 +97,9 @@ class testApp : public ofBaseApp{ ofLight light; ofPlane* bounds; + + vector border; + bool drawingborder; }; -- cgit v1.2.3