whiterabbit42k
whiterabbit42k
Hello! So as apart of investigation into potentially improving perf, I've collected some stats, and I've identified two target areas that appear to occupy largest portion of meshing budget: ```...
I've got a new panic i'm seeing during mesh reconstruction in the neighborhood_search file: ``` thread 'fluid_mesher' panicked at 'called `Option::unwrap()` on a `None` value', /home/whiterabbit/.cargo/registry/src/github.com-1ecc6299db9ec823/splashsurf_lib-0.6.1/src/neighborhood_search.rs:363:44 stack backtrace: 0: rust_begin_unwind...
Today I do not see a way to correctly delete particles over time; it would be nice if some api functionality were exposed to allow clients to delete particles over...