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++) {