/* * 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);