Stream: brlcad

Topic: mesh


view this post on Zulip starseeker (Dec 02 2022 at 04:57):

Not quite sure yet how useful this might end up being, but just found out that the Co3Ne surface reconstruction method from https://github.com/BrunoLevy/geogram comes far closer than any method I've ever tried before to constructing a valid mesh from a point cloud generated from the of the super-thin havoc armor solids.

view this post on Zulip Sean (Dec 02 2022 at 05:01):

don't know about their meshing, but their automatic parameterization and texturing features look very impressive

view this post on Zulip Sean (Dec 02 2022 at 05:02):

what's the use case for surface reconstruction? to get more into point cloud data? for nurbs, it wouldn't make sense (to me at least) to throw away the associativity that is already known except maybe as a last resort or maybe for tessellating a single surface that failed otherwise

view this post on Zulip starseeker (Dec 02 2022 at 13:15):

The use case is the last restore fallback in facetize - what we're using SPSR for right now

view this post on Zulip starseeker (Dec 02 2022 at 13:16):

I don't know if it'd be a viable all-up replacement for SPSR for that case, or useful in the cases where SPSR can't do anything reasonable - might be worth an experiment.

view this post on Zulip starseeker (Dec 02 2022 at 13:18):

They've got SPSR too, looks like, so either way they might be a viable alternative to our embedded SPSR code.

view this post on Zulip starseeker (Dec 02 2022 at 16:28):

Need to be a little careful to make sure I've got all the non-commercial and/or incompatibly licensed bits of geogram off/removed, but so far it's looking like the key features of interest are still viable without any of those components. Their cmake/platforms logic looks like it's crying out to be replaced with configure time testing...

view this post on Zulip starseeker (Dec 02 2022 at 16:29):

Although if we can use a vanilla build sans non-commercial elements that'll be moot


Last updated: Oct 09 2024 at 00:44 UTC