From 623e1924aeea83ea70c8ae7f645b067f17a293ea Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Mar 2012 16:28:45 +0100 Subject: mesh loader and morpher working --- morpher/src/normBindTexture.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 morpher/src/normBindTexture.h (limited to 'morpher/src/normBindTexture.h') 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 -- cgit v1.2.3