ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
66 stars 13 forks source link

loading new data that does not contain octrees does not remove octree loading bars #68

Closed agurvich closed 2 years ago

agurvich commented 2 years ago

not only does it not remove loading bars but it looks like it keeps all the data too, octrees should be discarded and flags for showing loading bars should be set to false

agurvich commented 2 years ago

requires #87 to be fixed first since we need flask to load new data

agurvich commented 2 years ago

this is fixed with the new UI