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.