xzw 2 months ago
parent
commit
d1d3a9487e
1 changed files with 1 additions and 1 deletions
  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);