pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
201 stars 88 forks source link

Loader worker pool #105

Closed aattnnss closed 2 years ago

aattnnss commented 2 years ago

Fixed an issue where Chromium based browsers will crash because of too many web workers when loading a large number of pointclouds at once. The problem is fixed by utilizing a pool of reusable and self-terminating workers.

fahadm commented 2 years ago

Looks good! Thank you for the contribution!