Tweak for final mapping Asana hackathon
authorMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 24 Nov 2013 00:27:27 +0000 (16:27 -0800)
committerMark Slee <mcslee@Mark-Slees-MacBook-Pro.local>
Sun, 24 Nov 2013 00:32:33 +0000 (16:32 -0800)
_Mappings.pde

index 6877e63335415de61c1b2b2b483419743a06e6f5..171ff13e26808b056c55392661fecb621050a8a4 100644 (file)
@@ -214,8 +214,12 @@ float current_x_position = 0;
   }
 
   
-  for (Cube cube : singleCubes) cubes[cubeIndex++] = cube;
-  for (Cube cube : dcubes)                 cubes[cubeIndex++] = cube;
+  for (Cube cube : singleCubes) {
+    cubes[cubeIndex++] = cube;
+  }
+  for (Cube cube : dcubes) {
+    cubes[cubeIndex++] = cube;
+  }
   for (StaggeredTower st : scubes) {
     tower = new ArrayList<Cube>();
     for (int i=0; i < st.n; i++) {
@@ -255,6 +259,7 @@ public PandaMapping[] buildPandaList() {
         new ChannelMapping(ChannelMapping.MODE_CUBES, new int[] { 1, 2, 3 }),
         new ChannelMapping(ChannelMapping.MODE_CUBES, new int[] { 4, 5, 6 }),
         new ChannelMapping(ChannelMapping.MODE_CUBES, new int[] { 7, 8, 9 }),
+
         new ChannelMapping(ChannelMapping.MODE_CUBES, new int[] { 10, 11, 12 }),
         new ChannelMapping(ChannelMapping.MODE_CUBES, new int[] { 16, 17, 18 }),
 //        new ChannelMapping(ChannelMapping.MODE_CUBES, new int[] { 34, 35, 36}),