瀏覽代碼

Changed BG color

Max Nuding 13 年之前
父節點
當前提交
32b4ce936f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      CubeControl/Led3D.java

+ 1
- 1
CubeControl/Led3D.java 查看文件

363
 
363
 
364
 	// create nice background
364
 	// create nice background
365
 	private Background createBackground() {
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
 		int radius = canvas.getWidth();
367
 		int radius = canvas.getWidth();
368
 		bg.setApplicationBounds(new BoundingSphere(new Point3d(0.0, 0.0, 0.0), radius));
368
 		bg.setApplicationBounds(new BoundingSphere(new Point3d(0.0, 0.0, 0.0), radius));
369
 		return bg;
369
 		return bg;

Loading…
取消
儲存