瀏覽代碼

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…
取消
儲存