xzw преди 4 месеца
родител
ревизия
d1d3a9487e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);