static/js/app.js
@@ -136,7 +136,8 @@ } this.initBackground = function () { if (this.backgroundType) { this.scene.background = new THREE.Color( 0xf0f0f0 ); // this.scene.background = new THREE.Color( 0xf0f0f0 ); this.scene.background = new THREE.Color( 0x333333 ); } else { const cubeTextureLoader = new THREE.CubeTextureLoader(); cubeTextureLoader.setPath( '../static/img/skybox0/' );