From: Mark Slee Date: Tue, 6 Aug 2013 22:30:21 +0000 (-0700) Subject: Rename CHANNEL_WIDTH to Cube. instead of Strip. X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4972d7c49147c77eff778c12f6e967921fda644c;p=SugarCubes.git Rename CHANNEL_WIDTH to Cube. instead of Strip. --- diff --git a/_Internals.pde b/_Internals.pde index f81e6b2..49f9681 100644 --- a/_Internals.pde +++ b/_Internals.pde @@ -215,7 +215,7 @@ void draw() { } void drawCube(Cube c) { - drawBox(c.x, c.y, c.z, c.rx, c.ry, c.rz, Cube.EDGE_WIDTH, Cube.EDGE_HEIGHT, Cube.EDGE_WIDTH, Strip.CHANNEL_WIDTH); + drawBox(c.x, c.y, c.z, c.rx, c.ry, c.rz, Cube.EDGE_WIDTH, Cube.EDGE_HEIGHT, Cube.EDGE_WIDTH, Cube.CHANNEL_WIDTH); } void drawBox(float x, float y, float z, float rx, float ry, float rz, float xd, float yd, float zd, float sw) { diff --git a/code/GLucose.jar b/code/GLucose.jar index 19d2e16..a116287 100644 Binary files a/code/GLucose.jar and b/code/GLucose.jar differ