Nicholas Sharp
Nicholas Sharp
This makes sense, I'd be happy to merge a PR for this if anyone has time!
Thanks for filing this! Yes you've got it right. For Polyscope interfacing, the permutations should make it all "just work", and if not its a bug. Actually initially the `Corner`-related...
Nope, no subplot support currently. I'm open to adding such a feature, but it would require some deep changes to Polyscope's internals. I'd only be willing to merge a PR...
There isn't a magic built-in function for this, but it's at the top of my to-implement list :) I actually started some work for it, there's a shader function here...
Thanks for your patience on this, and for providing concrete steps and digging deep to find the commit. It sounds like there is likely an underlying bug, I will definitely...
Fixed by #304
@ASMDlab this was just a small experiment. For the "ground truth" SDF on the right I used libigl https://github.com/libigl/libigl/blob/main/include/igl/signed_distance.h, which is actually a C++ library under the hood (along with...
There are no immediate plans for incorporating the Intrinsic Simplification code into geometry-central, but it would certainly be great to do so if anyone ever has the time!
Yes exactly! (And this is how the container types like `VertexData` are implemented under the hood, lazily resizing only occasionally as a mesh is updated). > Do you offer a...
I created a PR here that exposes these functions, let me know if I missed anything! https://github.com/nmwsharp/geometry-central/pull/196