|
@@ -54582,7 +54582,9 @@
|
|
|
constructor(manager) {
|
|
|
super(manager);
|
|
|
this.decoderPath = '';
|
|
|
- this.decoderConfig = {};
|
|
|
+ this.decoderConfig = {
|
|
|
+ TOTAL_MEMORY: Potree.settings.TOTAL_MEMORY
|
|
|
+ };
|
|
|
this.decoderBinary = null;
|
|
|
this.decoderPending = null;
|
|
|
this.workerLimit = 4;
|
|
@@ -63173,7 +63175,7 @@
|
|
|
viewer.images360.fastTranMaskPass.render();
|
|
|
}
|
|
|
//if( viewer.objs.children.length == 0 || !params.useModelOnRT ) return //没有模型需要绘制遮挡
|
|
|
- if (viewer.objs.children.filter(e => !e.is4dkkModel && e.visible).length == 0) return; //需要绘制遮挡的小物体个数为0
|
|
|
+ if (viewer.objs.children.filter(e => !e.is4dkkModel && e.visible).length == 0) return; //需要绘制遮挡的小物体(layers为model)的个数为0
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -82717,7 +82719,7 @@
|
|
|
//console.log('action', action._clip.name, action.time, action.weight, action.tempSW_.scale )
|
|
|
});
|
|
|
|
|
|
- //model.mixer.timeScale = 1 ;
|
|
|
+ //model.mixer.timeScale = 1 ;
|
|
|
};
|
|
|
for (var [model, keys] of this.clipKeys) {
|
|
|
if (_loop(keys)) continue;
|