OpenVDB Support
unread,Apr 8, 2013, 12:21:42 PM4/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openvd...@googlegroups.com
Hi,
This is unfortunately expected. Dual contouring meshing schemes can generate non-manifold surfaces, this is an inherent side effect of placing one single vertex in each cell. The isNonManifold method is used in the VolumeToMesh scheme to avoid adapting in regions were the grid is non-manifold. Several papers try to deal with this issue and I'm looking forward to investigating this more.
"Dual marching cubes - Nielson, G.M."
"Manifold Dual Contouring - Scott Schaefer, Tao Ju, Joe Warren"
"Dual contouring with topology-preserving simplification using enhanced cell representation - Hong, W.; Kaufman, A."
/Mihai