소스 검색

White background

hutattedonmyarm 12 년 전
부모
커밋
0b2dec7f87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      CubeControl/Led3D.java

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

@@ -368,7 +368,7 @@ public class Led3D extends MouseAdapter {
368 368
 
369 369
 	// create nice background
370 370
 	private Background createBackground() {
371
-		Background bg = new Background(0.8f, 0.4f, 0.0f);
371
+		Background bg = new Background(1.0f, 1.0f, 1.0f);
372 372
 		int radius = canvas.getWidth();
373 373
 		bg.setApplicationBounds(new BoundingSphere(new Point3d(0.0, 0.0, 0.0), radius));
374 374
 		return bg;

Loading…
취소
저장