pub fn remove_everything()Expand description
Removes all structures, groups, slice planes, floating quantities, and clears callbacks.
Unlike shutting down, this preserves render engine state and options.
Useful for resetting the scene while keeping the app running.
Matches C++ Polyscope’s removeEverything() (commit f34f403).