#
luxiaotao1123
2021-12-17 c087c4b39244d8da62aa4119258500b411b79ffc
static/js/app.js
@@ -179,13 +179,16 @@
         // plane.position.y = - 200;
         // plane.receiveShadow = true;
         // this.addObject(plane);
         //
         // const helper = new THREE.PolarGridHelper( 2000, 100 );
         const helper = new THREE.GridHelper( 8000, 300 );
         helper.position.y = - 0;
         helper.material.opacity = 0.25;
         helper.material.transparent = true;
         this.addObject( helper );
         // this.addObject(new Floor({position: {}}))
      }
      this.initStoreObjects = function (object) {
         if (this.firstTime === 1) {
@@ -212,7 +215,6 @@
                  }
               }
            }
         }
      }