pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
201 stars 88 forks source link

LAZ/LAS Format support #61

Open ninok opened 4 years ago

ninok commented 4 years ago

Support point clouds in LAZ format, e.g.: https://github.com/potree/potree/blob/develop/pointclouds/lion_takanawa_laz/cloud.js

potree can load these files but pnext/three-loader crashes with:

main.ts:56 TypeError: Cannot read property 'byteSize' of undefined
    at new PointAttributes (point-attributes.ts:127)
    at load-poc.ts:88