Skip to main contentModule streaming
Source - CameraPose
- Camera pose for frustum-based tile prediction.
- FrustumPredictor
- Predicts the next required spatial tiles given a camera pose.
Used for streaming prediction in Phase 6.
- SceneStreamingPlanner
- Combines tile pyramid indexing, frustum prediction, and VRAM eviction.
- StreamBudget
- VRAM / residency budget for a single streaming frame.
- StreamPlan
- Output of the scene streaming planner for one camera step.
- TilePyramid
- A hierarchical index of .10d asset streaming chunks
- VramBudgetEviction
- Eviction policy to manage strict VRAM budgets in 42MB limits.