SQuad: Compact Representation for Triangle Meshes
Topraj Gurung, Daniel Laney, Peter Lindstrom, Jarek Rossignac
In Computer Graphics Forum, 30(2), April 2011.
Abstract: The SQuad data structure represents the connectivity of a triangle mesh by its "S table" of about 2 rpt (integer references per triangle). Yet it allows for a simple implementation of expected constant-time, random-access operators for traversing the mesh, including in-order traversal of the triangles incident upon a vertex. SQuad is more compact than the Corner Table (CT), which stores 6 rpt, and than the recently proposed SOT, which stores 3 rpt. However, in-core access is generally faster in CT than in SQuad, and SQuad requires rebuilding the S table if the connectivity is altered. The storage reduction and memory coherence opportunities it offers may help to reduce the frequency of page faults and cache misses when accessing elements of a mesh that does not fit in memory. We provide the details of a simple algorithm that builds the S table and of an optimized implementation of the SQuad operators.
Article URL: http://dx.doi.org/10.1111/j.1467-8659.2011.01866.x
BibTeX format:
@article{Gurung:2011:SCR,
  author = {Topraj Gurung and Daniel Laney and Peter Lindstrom and Jarek Rossignac},
  title = {SQuad: Compact Representation for Triangle Meshes},
  journal = {Computer Graphics Forum},
  volume = {30},
  number = {2},
  pages = {355--364},
  month = apr,
  year = {2011},
}
Search for more articles by Topraj Gurung.
Search for more articles by Daniel Laney.
Search for more articles by Peter Lindstrom.
Search for more articles by Jarek Rossignac.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."