romi / plant-3d-explorer

Browser application to visualize 3D scanned plants
https://romi.github.io/plant-3d-explorer/
GNU Affero General Public License v3.0
7 stars 6 forks source link

Cloud downsampling #162

Closed EvanZarrella closed 2 years ago

EvanZarrella commented 2 years ago

This should not create any problems even without the plantdb and plant 3d vision updated. I believe this is working but I'm especially concerned about performance issues as the solution works but is rather CPU intensive.

I see various path for improvements the first being a forced downsampling before drawing the first frame.

PS : sorry for the unclean git tree

fabfabBesnard commented 2 years ago

this works well. The pointcloud is a bit long to be uploaded when the visualization starts, but after a few seconds, it's perfectly fine, there's no major lag when moving the pointcloud in 3D. So even the performance can be improved, it's largely acceptable like this.

fabfabBesnard commented 2 years ago

Please resolve confilcts of the damned package-lock.json and merge !