tentone / potree-core

Potree point cloud viewer library core components for easier integration in a three.js project.
https://tentone.github.io/potree-core/
Other
171 stars 53 forks source link

Getting list of unclipped points #8

Open JulianRuiseco opened 4 years ago

JulianRuiseco commented 4 years ago

I have been digging through the code, and I can see how you would get the points that get mapped to pixels by webgl.

Is there any way to get a list of thepcIndex and pIndex of points that survive clipping?

Thank you, Julian