Browse Source

removed axis

Max Nuding 11 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,7 +188,7 @@ public class Led3D extends MouseAdapter {
188 188
 			}
189 189
 		}
190 190
 
191
-		drawLedFeetVertical(5, 5, -5, 50, 0.02f); //
191
+		/*drawLedFeetVertical(5, 5, -5, 50, 0.02f); //
192 192
 		drawLedFeetHorizontal(5, 5, -5, 50, 0.02f, 0); // x, y, and z axis
193 193
 		drawLedFeetHorizontal(5, 5, -5, 50, 0.02f, 90);
194 194
 
@@ -204,7 +204,7 @@ public class Led3D extends MouseAdapter {
204 204
 		transform.setTranslation(vector);
205 205
 		tg.setTransform(transform);
206 206
 		tg.addChild(center);
207
-		feetGroup.addChild(tg);	
207
+		feetGroup.addChild(tg);*/	
208 208
 
209 209
 
210 210
 		// Add an ambient light

Loading…
Cancel
Save