Base Manifold Meshes from Skeletons

Comenius University Bratislava

We propose an algorithm that generates a base manifold mesh from an input skeleton, based on Skeleton to Quad Dominant Mesh (SQM) algorithm which converts skeletons to meshes composed mainly from quadrilaterals. Each node in skeleton has assigned a sphere with a predefined radius. SQM algorithm first creates branch node polyhedrons for each sphere corresponding to a branch node. These polyhedrons are bridged with quadrilaterals in order to create the final base mesh. We have extended the algorithm to support generation of meshes from cyclic skeletons. We have also generalized skeleton nodes to ellipsoids instead of spheres. Finally, we extended the algorithm to generate meshes from linear skeletons without branching and from skeletons which root node is not a branch node. The generated base mesh is tessellated on GPU for better visual results.

Downloads

Paper [PDF ~1 MB]
Github Repository

Citation

Michal Piovarči and Martin Madaras Base Manifold Meshes from Skeletons, CESCG 2014

@inproceedings{Piovarci2014,
  author = { Michal Piovar\v{c}i and Martin Madaras },
  title = {Base Manifold Meshes from Skeletons},
  journal = {CESCG},
  year = {2014},
}

Collaborations