#
luxiaotao1123
2021-12-28 c6cad2beaad34513b123915ab71be5638adb891b
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/' );