You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcompressionLevel=1;constsphericalHarmonicsDegree=1;// const splatAlphaRemovalThreshold = 5; // out of 255returnPlyLoader.loadFromURL(url,opts?.onProgress,false,false,1,compressionLevel,true,sphericalHarmonicsDegree).then((splatBuffer)=>{console.debug("Downloaded optimized splat");KSplatLoader.downloadFile(splatBuffer,`${filename||"converted_file"}.ksplat`);returnsplatBuffer;});
SplatPartitioner.js:55 Uncaught TypeError: Cannot read properties of undefined (reading 'splatCount')
at SplatPartitioner.partitionGenerator (SplatPartitioner.js:55:64)
at SplatPartitioner.partitionUncompressedSplatArray (SplatPartitioner.js:19:34)
at SplatBufferGenerator.generateFromUncompressedSplatArray (SplatBufferGenerator.js:18:56)
The text was updated successfully, but these errors were encountered:
Trying to download ksplats - this worked in the previous 0.4.5 version but throws in 0.4.7 for e.g. this splat: https://huggingface.co/cakewalk/splat-data/resolve/main/garden.splat
The text was updated successfully, but these errors were encountered: