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