CPotree icon indicating copy to clipboard operation
CPotree copied to clipboard

Corrupted Octree Nodes?

Open m-schuetz opened this issue 2 years ago • 0 comments

Some octree nodes report a byteSize of 0 but numPoints larger than 0. This was causing crashes, now these nodes are ignored, instead: https://github.com/potree/CPotree/blob/eddc94626d50cf1aaf8b4d2352b6257b487179db/include/filter.h#L336

Why is this happening, though? Is the hierarchy description wrong? Is octree.bin actually missing point data? Is CPotree incorrectly parsing the hierarchy?

m-schuetz avatar Nov 25 '22 13:11 m-schuetz