Make yMin correct with unlit bassBox on model
[SugarCubes.git] / _Mappings.pde
index 2c28b450d6a3fae1b28485f93afaa46e82cb1810..5daf703331ffcfd86212e0c917772d219698b303 100644 (file)
@@ -255,7 +255,9 @@ public Model buildModel() {
   };
 
   // The bass box!
-  BassBox bassBox = new BassBox(BBX, 0, BBZ);
+  BassBox bassBox = BassBox.unlitBassBox(BBX, 0, BBZ); // frame exists, no lights
+  // BassBox bassBox = BassBox.noBassBox(); // no bass box at all
+  // BassBox bassBox = new BassBox(BBX, 0, BBZ); // bass box with lights
  
   // The speakers!
   List<Speaker> speakers = Arrays.asList(new Speaker[] {