docs(wiki): vertical-model architecture page; drop stale SlabSystem rows (#528)

Documents the shipped vertical building model (#526): stored truth table,
resolution helpers, clamp rules, pointer-decided placement, the load
migration that lives in migrateNodes indefinitely, and the gotchas. The
systems tables stop listing the deleted SlabSystem and point at the
registry geometry path instead.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Wassim SAMAD
2026-07-21 14:44:03 -04:00
committed by GitHub
co-authored by Claude Fable 5
parent adc1ec89f4
commit de13119f86
4 changed files with 84 additions and 2 deletions
-1
View File
@@ -183,7 +183,6 @@ Systems are React components that run in the render loop (`useFrame`) to update
| System | Responsibility |
|--------|---------------|
| `WallSystem` | Generates wall geometry with mitering and CSG cutouts for doors/windows |
| `SlabSystem` | Generates floor geometry from polygons |
| `CeilingSystem` | Generates ceiling geometry |
| `RoofSystem` | Generates roof geometry |
| `ItemSystem` | Positions items on walls, ceilings, or floors (slab elevation) |