Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Collapse
Record - A record of one edge collapse operation (for progressive meshes / undo).
- Decimation
Metrics - Statistics from a decimation run.
- Decimation
Stats - Statistics about a decimation run.
- Edge
Collapse Record - A record of one progressive mesh simplification step (edge collapse).
- Edge
Priority Queue - A min-priority queue of edges sorted by QEM cost.
- Mesh
Edge - A directed edge in the mesh.
- Normal
Cone - A normal cone: represents the range of normals in a region.
- Progressive
Mesh - Progressive mesh: stores the sequence of collapses so the mesh can be coarsened incrementally and the collapses can be reversed.
- Progressive
Mesh Simple - Progressive mesh: stores the base (simplified) mesh and a list of refinement records.
- QemDecimation
- A QEM-based decimator that wraps
SimpleMeshand provides adaptive error thresholds, boundary preservation, and feature scoring. - Quadric
Matrix - 4×4 symmetric quadric matrix used for QEM mesh simplification.
- Simple
Mesh - A simple triangle mesh with vertices and index triples.
Enums§
- Edge
Feature - Feature detection result for an edge.