소스 검색

Changed BG color

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

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

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

Loading…
취소
저장