From a8fd706ff4f0ad0c2fb565bb45b61c9b83c9cdd2 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 10 十二月 2021 11:12:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- 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