#
whycq
2021-12-08 fa141ffda5d56cd106cab5d03e6d410fa8572e64
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++) {