#
luxiaotao1123
2022-04-07 4c21e56efdf3acfcd560055fca0969d4868e200c
static/js/app.js
@@ -180,7 +180,7 @@
         this.composer.addPass( this.fxaaPass );
      }
      this.initObjectSelect = function(){
         new ObjectSelect(this.scene, this.camera, this.outlinePass);
         new ObjectSelect(this.scene, this.camera, this.outlinePass, this);
      }
      this.initPointLockControl = function(object){
         this.controls = new PointerLockControls( this.camera, document.body );
@@ -369,7 +369,6 @@
            for (let staData of StaDatas) {
               let staTask = getArrVal(this.staTasks, "no", staData.no);
               if (null == staTask) {
                  console.log(staTask)
                  this.staTasks.push(new StaTask(staData, this));
               } else {
                  if(!staTask.run) {