1

I have successfully rendered 3D Model with react-three-fiber, which is react wrapper for three.js, The .glb, .gltf files examples are in docs so this was ok. I want to do similarly render point cloud in .laz format

I tried LASLoader which definitely parse this file, but it's result is not equivalent to scene which is just passed in <primitive object={scene} /> tag

I am also open to know best ways possible to host point cloud in web with events (like onClick etc), capabilities.

Ajit T Stephen
  • 431
  • 1
  • 8
  • 21
  • I'm actually trying to do the same thing at the moment (with `laz` files) so looking for a way to convert them to gltf and use them that way. Your LASLoader link is helpful thanks. – timhc22 Dec 25 '22 at 13:07
  • 1
    What i did was, convert to PCD and use PCDLoader from three js. Worked like charm. use cloud compare for easy conversion – Ajit T Stephen Jan 03 '23 at 09:48

0 Answers0