diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-11 11:19:41 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-11 11:19:41 +0000 |
| commit | d06fe4264b760e4be5880456cfd50f817dbeb1ea (patch) | |
| tree | 613fe26f410e083d324498767233adcbec838d16 /liveengine/src/viewport.h | |
| parent | 61fc4a4da64b82fad53f7080ee47181ab2272221 (diff) | |
tracking kinda working
Diffstat (limited to 'liveengine/src/viewport.h')
| -rwxr-xr-x | liveengine/src/viewport.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/liveengine/src/viewport.h b/liveengine/src/viewport.h index 51c56c8..4c59e2a 100755 --- a/liveengine/src/viewport.h +++ b/liveengine/src/viewport.h @@ -12,7 +12,8 @@ #define NOTHING 0
#define BLOCKS 1
-#define LIST 2
+#define LIST 2 +#define SOLID 3
void bindTexture(ofBaseHasTexture &t);
void unbindTexture(ofBaseHasTexture &t);
@@ -28,7 +29,7 @@ class viewport viewport(int _w,int _h,int _x,int _y,float _r,int _ox,int _oy);
void setup(int _w,int _h,int _x,int _y,float _r,int _ox,int _oy);
void draw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift);
- void mapdraw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift);
+ void mapdraw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift,bool drawCloud);
void setcam(map<string,string>&settings); double getSetting(const string& setting); |
