From 82e1a72bf16e869867c629e983e8dd111e65f974 Mon Sep 17 00:00:00 2001 From: user2595 Date: Mon, 2 Mar 2026 18:11:53 +0100 Subject: [PATCH] doc/architecture/overall_pipeline.md aktualisiert --- doc/architecture/overall_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/architecture/overall_pipeline.md b/doc/architecture/overall_pipeline.md index d081745..28539f8 100644 --- a/doc/architecture/overall_pipeline.md +++ b/doc/architecture/overall_pipeline.md @@ -129,7 +129,7 @@ This allows units to be chained in arbitrary order as long as their precondition ### 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). -### 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 The universal mesh may carry extensible per-vertex, per-edge, and per-face attributes (e.g. UVs, curvature, experimental scalar fields).