diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-02 01:40:11 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-02 01:40:11 +0000 |
| commit | 8b005ba4cebd9909496e0d032770efe9844b5675 (patch) | |
| tree | 963ab648ba0876099830edbbd93d9becee96259c /src/mapUtils.h | |
| parent | a728ca18def61a13bbd7d0680dfab011d7ea20ac (diff) | |
camera light orbiting not working
Diffstat (limited to 'src/mapUtils.h')
| -rw-r--r-- | src/mapUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapUtils.h b/src/mapUtils.h index 002f90a..97af934 100644 --- a/src/mapUtils.h +++ b/src/mapUtils.h @@ -13,4 +13,5 @@ void bindTexture(ofBaseHasTexture &t); void unbindTexture(ofBaseHasTexture &t); ofPoint distort(ofPoint pt,float d); void drawBox(float size); +void drawBoard(float x,float y,float z); |
