diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-03-23 01:41:25 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-03-23 01:41:25 +0000 |
| commit | ec078a99e2924c1709242f981651409f7ae9e940 (patch) | |
| tree | 53c9f71aa378ebaaf24aa77c9624e18803bbaeed /src/mapUtils.h | |
| parent | 79c3cd01ef47524e80bd2d242807ad60c5de1e0d (diff) | |
working with arduino
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 4c56b2d..c362e66 100644 --- a/src/mapUtils.h +++ b/src/mapUtils.h @@ -16,4 +16,5 @@ void unbindTex(ofTexture &tex); ofPoint distort(ofPoint pt,float d); void drawBox(float size); void drawBoard(float x,float y,float z); +void drawCylinder(float r,float h,float x,float y,float z); |
