How to display point cloud data enclosed in a bounding box? #2373
Unanswered
pavandayala
asked this question in
Q&A
Replies: 2 comments
-
@pavandayala solved ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would be interested in the solution of your problem. Did you get ahead with it? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to display point cloud data enclosed in a bounding box, and need to hide other data outside bounding box, using "points" material in three.js. I have bounding box co-ordinates, scale and rotation values. Either I have to limit the point cloud data within these co-ordinates or have to hide the other points. Unable to find any solution. Please suggest if its possible to do with three.js or any other library to be used
Beta Was this translation helpful? Give feedback.
All reactions