Pick coordinates of a 3D point #1732
Answered
by
gchoqueux
clemencestr
asked this question in
Q&A
-
Hello, We want to select a point in our points cloud and display its coordinates. We are using view.pickObjectsAt but it always returns the coordinates of the current bounding box but not the coordinates of the point. let objectsPicked = potreeLayer.pickObjectsAt(view, event, 0); Does anyone have any idea why ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
gchoqueux
Nov 9, 2021
Replies: 1 comment
-
Hello yes, it's error in example, i fix the issue in #1746 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
clemencestr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
yes, it's error in example, i fix the issue in #1746