Kurt Sansom
Kurt Sansom
Has there been progress on this?
I am having this same issue.
Are you talking about ACVD? here are the links for the three papers mentioned in ACVD repo. https://hal.archives-ouvertes.fr/hal-00537025/document https://hal.archives-ouvertes.fr/hal-00534535/document http://www2.imm.dtu.dk/projects/MeshMed/2011/MeshMed2011Proceedings.pdf (starting at page 176)
Essentially that is anisotropic remeshing. “Increase the density at areas of high curvature” I didn’t see where this option is in pyavcd. In acvd there was an option to specify...
create_node_set_field is not timestep aware, and therefore causes this to break if there is a timestep in the model.
@dgutman is there any update on this?
Is there any progress on this front in terms of sampling the surface normal from the distance field?
It looks like the C++ api example is out of date from the current API? I am having a hard time figuring out a simple example of a sphere and...
I couldn't get my example to work, I think I was missing the namespaces but I did get this to work. ``` /* C++ example */ #include "libfive.h" int main(int,...
I decided to hack it a bit, and I think I have something that works. I will create a merge request in a bit mostly for as a way to...