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

Fix orthographic camera scaling (point-size) and loading issues #37

Closed pmi-gbs closed 4 days ago

pmi-gbs commented 5 months ago

This fixes an issue with wrong scaling of the orthographic camera in the shader. And with the loading heuristics as well.

It's mostly adapted from the original potree.

tentone commented 4 days ago

Hello

Thanks a lot for your contribution!

Merged!