How render .LAZ or .LAS point cloud 3D models in react three fiber

1k Views Asked by At

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.

0

There are 0 best solutions below