From 393ce7b1b70bb1e768558562fcf77e53f965193b Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 09 十二月 2021 15:00:16 +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