can I pass a under-estimate SDF to Manifold::LevelSet? #977
-
I've got an approximate SDF which has the same zero level set, but under-estimates distances away from the surface. Will Asking because I'd like to get rid of my own Marching Cubes implementation which produces some degenerate triangles in output. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, in fact our current levelset doesn't assume a distance function at all - the sign is all that's needed. We've been talking about optimizing it for the case where the function is known to be a distance or an underestimate, but haven't done so yet. |
Beta Was this translation helpful? Give feedback.
Yes, in fact our current levelset doesn't assume a distance function at all - the sign is all that's needed. We've been talking about optimizing it for the case where the function is known to be a distance or an underestimate, but haven't done so yet.