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

Memory usage keeps growing, which can cause stalling or even crashes #40

Closed mqly11 closed 1 month ago

mqly11 commented 2 months ago

I don't know if this is a problem, but over time, my memory is constantly occupied, eventually causing the page and computer to be stuck, and even the mobile terminal will crash

tentone commented 1 month ago

This happens as the point cloud gets loaded it gets bigger and bigger.

You can limit the ammount of points to be loaded in the config parameters.