@@ -13,6 +13,7 @@ This directory contains the lance-graph-side implementation plans for the 3DGS g
1313- Graph/DataFusion/Cypher query interfaces.
1414- Integration wiring to ` ndarray::hpc::splat3d ` , ` ndarray::hpc::pillar ` , and HHTL kernels.
1515- Runtime selection policy, traversal, scheduling, and certified tile decisions.
16+ - Cross-domain raw-field fanout into ultrasound, genetics, neuronal networks, and 4x4 cognitive-shader blocks.
1617
1718## Markdown convention
1819
@@ -33,7 +34,7 @@ file paths when shown as groups
3334
3435Use inline code only for short identifiers such as ` lance-graph ` , ` TileId ` , or ` 3DGS-certified-query-render-plan.md ` .
3536
36- ## Plans
37+ ## Geospatial 3DGS plans
3738
3839``` text
39403DGS-Cesium-feature-mapping-plan.md
@@ -45,6 +46,16 @@ Use inline code only for short identifiers such as `lance-graph`, `TileId`, or `
45463DGS-epiphany-roadmap-plan.md
4647```
4748
49+ ## Cross-domain fanout plans
50+
51+ ``` text
52+ 3DGS-cross-pollination-raw-field-plan.md
53+ 3DGS-ultrasound-SaMD-plan.md
54+ 3DGS-genetics-4x4-fanout-plan.md
55+ 3DGS-neuronal-network-4x4-plan.md
56+ 3DGS-4x4-cognitive-shader-integration-plan.md
57+ ```
58+
4859## Cross-repo boundary
4960
5061` lance-graph ` should not own CPU SIMD renderer internals. It should call stable kernels from ` ndarray ` .
@@ -63,4 +74,18 @@ ndarray 3DGS SIMD + certification kernels
6374certified render/query decision report
6475```
6576
66- Central principle: keep geospatial orchestration and numerical hot paths separate, but make their DTO boundary explicit and testable.
77+ The 4x4 raw-field fanout flow is:
78+
79+ ``` text
80+ raw field source
81+ ->
82+ lance-graph provenance + graph/schema registration
83+ ->
84+ 4x4 cognitive-shader block request
85+ ->
86+ ndarray Mat4 / Sym4 / Block4 SoA kernels
87+ ->
88+ certified block decision report
89+ ```
90+
91+ Central principle: keep orchestration and numerical hot paths separate, but make their DTO boundary explicit and testable.
0 commit comments