rnd(M03): add rendered ground query facade

This commit is contained in:
2026-07-16 00:49:28 +04:00
parent 6117e5282e
commit b697a896e8
12 changed files with 416 additions and 158 deletions
@@ -40,7 +40,7 @@ terrain-height probe away from direct streamer state/queue access.
## Contracts and data
- Input: immutable `GodotWorldPosition` in Godot world units
- Output: immutable `TerrainGroundSample` plus optional detached diagnostic Dictionary
- Output: renderer-owned immutable `RenderedGroundSample` plus optional detached diagnostic Dictionary
- Sampling source: loaded quality or tile-LOD Mesh and its live tile transform
- M02 ADT query cache, renderer cache versions and coordinate contracts: unchanged