summaryrefslogtreecommitdiff
path: root/morpher/src/normBindTexture.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-03-28 16:28:45 +0100
committerTim Redfern <tim@eclectronics.org>2012-03-28 16:28:45 +0100
commit623e1924aeea83ea70c8ae7f645b067f17a293ea (patch)
tree6016c770098ef923e6fac0be12040703d99fcbb2 /morpher/src/normBindTexture.h
parenta47b39541a7f60dfdda921c9598abe947e1e6ad9 (diff)
mesh loader and morpher working
Diffstat (limited to 'morpher/src/normBindTexture.h')
-rw-r--r--morpher/src/normBindTexture.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/morpher/src/normBindTexture.h b/morpher/src/normBindTexture.h
new file mode 100644
index 0000000..f2bcb71
--- /dev/null
+++ b/morpher/src/normBindTexture.h
@@ -0,0 +1,11 @@
+#ifndef NORMBINDTEXTURE_H
+#define NORMBINDTEXTURE_H
+
+#include "ofMain.h"
+
+void bindTexture(ofBaseHasTexture &t);
+void unbindTexture(ofBaseHasTexture &t);
+void bindTex(ofTexture &tex);
+void unbindTex(ofTexture &tex);
+
+#endif // NORMBINDTEXTURE_H