summaryrefslogtreecommitdiff
path: root/src/mapUtils.h
blob: 002f90a05b7a92f80c0dd1236ae6c2d582b8dd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);