How to use LASLoader and convert to threejs? #3179
RyugaRyuzaki
started this conversation in
General
Replies: 1 comment
-
If I understand your question correctly, you should just need to create a THREE.js geometry from the loaded attribute arrays. It is a bit out of scope for loaders.gl, but you can look at other THREE.js point cloud loaders, e.g. https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/PCDLoader.js#L440. You could probably build a small wrapper class around the loaders.gl loader which does the above and makes into a THREE.js loader. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm trying to implement pointcloud to threejs with .las. I can load it but the result is different. Can anyone can guidline me some idea? thank !
Beta Was this translation helpful? Give feedback.
All reactions