Skip to content

Commit 00c6efe

Browse files
committed
Add Cesium BindSpace4 headstone exploration to index
1 parent 9e6ef9f commit 00c6efe

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.claude/plans/3DGS-PLAN-INDEX.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3DGS Implementation Plan Index — lance-graph
22

3-
This directory contains the lance-graph-side implementation plans for the 3DGS geospatial rebuild, the PR-X12 cross-pollination expansion, and PhiSpiral256 SoA integration.
3+
This directory contains the lance-graph-side implementation plans for the 3DGS geospatial rebuild, the PR-X12 cross-pollination expansion, PhiSpiral256 SoA integration, and the Cesium/BindSpace4 headstone exploration.
44

55
## lance-graph responsibility
66

@@ -10,6 +10,7 @@ This directory contains the lance-graph-side implementation plans for the 3DGS g
1010
- 3D Tiles reader/writer/server trajectory.
1111
- ArcGIS and Cesium source ingestion.
1212
- Blender scene graph / mesh / material / camera transcode corridor.
13+
- Cesium/BindSpace4 L1-L4 stream bridge as a headstone/capstone exploration.
1314
- Lance/Arrow schemas for tiles, splats, features, metadata, and certificates.
1415
- Graph/DataFusion/Cypher query interfaces.
1516
- Integration wiring to `ndarray::hpc::splat3d`, `ndarray::hpc::pillar`, and HHTL kernels.
@@ -51,6 +52,7 @@ Use inline code only for short identifiers such as `lance-graph`, `TileId`, or `
5152
3DGS-certified-query-render-plan.md
5253
3DGS-epiphany-roadmap-plan.md
5354
3DGS-SplatShaderBlas-BLASGraph-crosspollination-plan.md
55+
3DGS-Cesium-BindSpace4-headstone-exploration.md
5456
```
5557

5658
## Blast-radius and datalake plans
@@ -106,6 +108,20 @@ ndarray 3DGS SIMD + certification kernels
106108
certified render/query decision report
107109
```
108110

111+
The Cesium/BindSpace4 internal stream flow is:
112+
113+
```text
114+
Cesium / 3D Tiles external envelope
115+
->
116+
lance-graph tile/content/feature graph
117+
->
118+
BindSpace4 L1-L4 sidecar stream
119+
->
120+
ndarray 3DGS / depth / PhiSpiral / certificate kernels
121+
->
122+
certified tile, content, residual, or render decision
123+
```
124+
109125
The BLAS-backed 3DGS orchestration flow is:
110126

111127
```text

0 commit comments

Comments
 (0)