Read-only scene access — enumeration, iteration, camera state, spatial tests. Use these from exporters, editor UIs, CPU raytracers, or anything else that needs to inspect the scene without mutating it.
| Page | Topic |
|---|---|
| Query | Mesh + light enumeration, per-mesh introspection |
| Camera Query | Camera state snapshot + ray generation |
| Snapshot | Zero-copy scene + triangle iteration |
| Spatial | AABB, frustum tests, CPU raycasting |