Browse Source

removed axis

Max Nuding 12 years ago
parent
commit
4bd6980ed5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CubeControl/Led3D.java

+ 2
- 2
CubeControl/Led3D.java View File

188
 			}
188
 			}
189
 		}
189
 		}
190
 
190
 
191
-		drawLedFeetVertical(5, 5, -5, 50, 0.02f); //
191
+		/*drawLedFeetVertical(5, 5, -5, 50, 0.02f); //
192
 		drawLedFeetHorizontal(5, 5, -5, 50, 0.02f, 0); // x, y, and z axis
192
 		drawLedFeetHorizontal(5, 5, -5, 50, 0.02f, 0); // x, y, and z axis
193
 		drawLedFeetHorizontal(5, 5, -5, 50, 0.02f, 90);
193
 		drawLedFeetHorizontal(5, 5, -5, 50, 0.02f, 90);
194
 
194
 
204
 		transform.setTranslation(vector);
204
 		transform.setTranslation(vector);
205
 		tg.setTransform(transform);
205
 		tg.setTransform(transform);
206
 		tg.addChild(center);
206
 		tg.addChild(center);
207
-		feetGroup.addChild(tg);	
207
+		feetGroup.addChild(tg);*/	
208
 
208
 
209
 
209
 
210
 		// Add an ambient light
210
 		// Add an ambient light

Loading…
Cancel
Save