summaryrefslogtreecommitdiff
path: root/src/mapUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapUtils.h')
-rw-r--r--src/mapUtils.h16
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);
+