sigurimesh
Sigurimesh is a term used in computer graphics to describe a class of polygon meshes designed to provide stable topology under subdivision and edits while preserving per-vertex and per-face attributes. It is not a formal standard, but a concept that appears in academic coursework, tutorials, and some open-source projects as a practical mesh representation.
In common usage, a sigurimesh employs a connectivity model such as half-edge or a similar structure to
Typical operations include feature-preserving subdivision, edge collapses for simplification, and constraint-based smoothing. Implementations may vary, and
Applications of sigurimesh span 3D modeling, character creation, procedural content generation, and research in mesh processing.
See also: polygon mesh, subdivision surface, half-edge data structure, mesh decimation.