diff options
| author | Tim Redfern <tim@eclectronics.org> | 2011-12-31 18:14:38 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2011-12-31 18:14:38 +0000 |
| commit | a728ca18def61a13bbd7d0680dfab011d7ea20ac (patch) | |
| tree | 47f6555e649b1dcdf459d9e2180ac7352b77e403 /src/mapUtils.h | |
| parent | 4f1d5b3a6efe1de7885b37b091595f7bbc8a9b29 (diff) | |
succesfully combined camera and FBO
Diffstat (limited to 'src/mapUtils.h')
| -rw-r--r-- | src/mapUtils.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mapUtils.h b/src/mapUtils.h new file mode 100644 index 0000000..002f90a --- /dev/null +++ b/src/mapUtils.h @@ -0,0 +1,16 @@ +/* + * mapUtils.h + * + * Created by Tim Redfern on 20/12/2011. + * global utils for projection mapping + * + */ +#pragma once + +#include "ofMain.h" + +void bindTexture(ofBaseHasTexture &t); +void unbindTexture(ofBaseHasTexture &t); +ofPoint distort(ofPoint pt,float d); +void drawBox(float size); + |
