@article{https://doi.org/10.1111/cgf.14381,
author = {Dupuy, J. and Vanhoey, K.},
title = {A Halfedge Refinement Rule for Parallel Catmull-Clark Subdivision},
journal = {Computer Graphics Forum},
volume = {40},
number = {8},
pages = {57-70},
keywords = {CCS Concepts, • Computing methodologies → Massively parallel algorithms, Rendering},
doi = {https://doi.org/10.1111/cgf.14381},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/cgf.14381},
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1111/cgf.14381},
abstract = {Abstract We show that Catmull-Clark subdivision induces an invariant one-to-four refinement rule for halfedges that reduces to simple algebraic expressions. This has two important consequences. First, it allows to refine the halfedges of the input mesh, which completely describe its topology, concurrently in breadth-first order. Second, it makes the computation of the vertex points straightforward as the halfedges provide all the information that is needed. We leverage these results to derive a novel parallel implementation of Catmull-Clark subdivision suitable for the GPU. Our implementation supports non-quad faces, extraordinary vertices, boundaries and semi-sharp creases seamlessly. Moreover, we show that its speed scales linearly with the number of processors, and yields state-of-the-art performances on modern GPUs.},
year = {2021}
}