doc/architecture/overall_pipeline.md aktualisiert
This commit is contained in:
@@ -129,7 +129,7 @@ This allows units to be chained in arbitrary order as long as their precondition
|
|||||||
### Local, topology-aware access
|
### Local, topology-aware access
|
||||||
The half-edge structure encodes vertices, halfedges, faces, and their adjacency relations, which is essential for typical geometry operations (e.g. local neighborhood queries, traversal, edge flips).
|
The half-edge structure encodes vertices, halfedges, faces, and their adjacency relations, which is essential for typical geometry operations (e.g. local neighborhood queries, traversal, edge flips).
|
||||||
|
|
||||||
### Algorithms do not need to know where the mesh came from (file vs. analytic vs. procedural); they only rely on this uniform interface.
|
Algorithms do not need to know where the mesh came from (file vs. analytic vs. procedural); they only rely on this uniform interface.
|
||||||
|
|
||||||
### Extensibility via attributes
|
### Extensibility via attributes
|
||||||
The universal mesh may carry extensible per-vertex, per-edge, and per-face attributes (e.g. UVs, curvature, experimental scalar fields).
|
The universal mesh may carry extensible per-vertex, per-edge, and per-face attributes (e.g. UVs, curvature, experimental scalar fields).
|
||||||
|
|||||||
Reference in New Issue
Block a user