xzw 2 tháng trước cách đây
mục cha
commit
d1d3a9487e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/workers/BinaryDecoderWorker.js

+ 1 - 1
src/workers/BinaryDecoderWorker.js

@@ -370,7 +370,7 @@ onmessage = function (event) {
             attributeBuffers['covs'] = { buffer: buff3, attribute: pointAttribute };
             
             //sh
-            if(Potree.settings.splatSH){
+            if(0){
                 let sh = Potree.settings.splatSH
                 let maxRest = 3 * ((sh+1)*(sh+1) - 1) //sh=2时要24个数
                 let buff = new ArrayBuffer(numPoints * maxRest*4);