xzw 2 mesi fa
parent
commit
d1d3a9487e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);