X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Mappings.pde;h=9f57e1803791beb1474425d1efcd6095f7d463df;hb=95c500328fc60b4ce81756023dc731e36de2a162;hp=e42f6d7063341c6609c674e00dfd172f72ee902a;hpb=f0cc0ba566c8d933eefe780ea1ae921fa5c385bd;p=SugarCubes.git diff --git a/_Mappings.pde b/_Mappings.pde index e42f6d7..9f57e18 100644 --- a/_Mappings.pde +++ b/_Mappings.pde @@ -22,6 +22,8 @@ public Model buildModel() { final Cube.Wiring WFR = Cube.Wiring.FRONT_RIGHT; final Cube.Wiring WRL = Cube.Wiring.REAR_LEFT; final Cube.Wiring WRR = Cube.Wiring.REAR_RIGHT; + + final float CH = Cube.EDGE_HEIGHT; // The model is represented as an array of towers. The cubes in the tower // are represenented relatively. Each tower has an x, y, z reference position,