From de766399e2442fbc438123c1c8763e0ae90e6158 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 20 Apr 2012 03:36:39 +0100 Subject: numerous problems --- gaunt01/src/testApp.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gaunt01/src/testApp.h') diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index dd52d76..a5ee556 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -3,6 +3,7 @@ #include #include "ofMain.h" +#include "tesselator.h" #include "ofxOpenCv.h" #include "ofxRay.h" @@ -90,6 +91,22 @@ class testApp : public ofBaseApp{ //vector players; trapdoor trapDoor; ofMesh ground; + + vector groundlines; + ofTessellator tess; + + void makeGround(int doornumber); + + vector trapdoors; + float trapdoorSize; + float trapdoorSlotSize; + int numtrapdoorSlots; + + int trapdoorCounter; + float trapdoorTime; //time per trap door + float trapdoorTimer; + + ofSoundPlayer* doorsounds; ofVec3f* testpts; -- cgit v1.2.3