-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editing point cloud #61
Comments
Going through the code, I can see files lazlaz.js and renderer.js playing important roles in bigger picture. laslaz.js loads the las/laz file. And going by the name,renderer.js must be displaying the data in laz/laz file using three.js. |
I would start here: https://github.com/verma/plasio/blob/master/js/ui.js#L657 This is where the loading happens, it takes a function which returns a promise which resolve with the loaded data (either local or remote), eventually if you trace this function, it should call another function called |
Thanks a lot @verma. |
I was able to link up three modules(lazlaz.js,ui.js,render.js) and understand the flow.
My objective is to add bounding box for the point cloud. It did add a wireframe box, but orientation is perpendicular to the expected direction. Am I doing it wrongly? @verma , do you have any insight on this behaviour? |
@verma,any input here? |
Hi,
I want to customize this repo to tinker with point cloud rendered from a LAS/LAZ file.
Which code files should I start to look into in particular?
Manish
@verma
@hobu
The text was updated successfully, but these errors were encountered: