From 4336201eb607f90a0011efdfee3a3f5928f94e4b Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 08 十二月 2021 17:00:49 +0800
Subject: [PATCH] #

---
 static/js/app.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/js/app.js b/static/js/app.js
index efbbbda..e8dedd1 100644
--- a/static/js/app.js
+++ b/static/js/app.js
@@ -124,7 +124,7 @@
 		}
 		this.initStats = function () {
 			this.stats = new Stats();
-			this.dom.appendChild( this.stats.dom );
+			// this.dom.appendChild( this.stats.dom );
 		}
 		this.initBackground = function () {
 			const cubeTextureLoader = new THREE.CubeTextureLoader();
@@ -134,7 +134,7 @@
 				"posy.jpg", "negy.jpg",
 				"posz.jpg", "negz.jpg"
 			]);
-			// this.scene.background = new THREE.Color( 0xf0f0f0 );
+			this.scene.background = new THREE.Color( 0x17c5dc );
 		}
 		this.removeObject = function (nameorid) {
 			for (let i = 0; i < this.objects.length; i++) {

--
Gitblit v1.9.1