소스 검색

removed axis

Max Nuding 12 년 전
부모
커밋
4bd6980ed5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      CubeControl/Led3D.java

+ 2
- 2
CubeControl/Led3D.java 파일 보기

@@ -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…
취소
저장