From ec078a99e2924c1709242f981651409f7ae9e940 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 23 Mar 2012 01:41:25 +0000 Subject: working with arduino --- src/mapUtils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapUtils.h') 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); -- cgit v1.2.3