doc/architecture/overall_pipeline.md aktualisiert

This commit is contained in:
user2595
2026-03-02 18:11:53 +01:00
parent a2e3dae414
commit 82e1a72bf1

View File

@@ -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).