Expand description
Scene graph system for organizing and managing plot objects
Provides hierarchical organization of plot elements with efficient culling, level-of-detail, and batch rendering capabilities.
Structs§
- Bounding
Box - Axis-aligned bounding box
- Draw
Call - Draw call for efficient batching
- Frustum
- View frustum for culling
- LodLevel
- Level of detail configuration
- Material
- Material properties for rendering
- Plane
- Plane equation ax + by + cz + d = 0
- Render
Data - Rendering data for a scene node
- Scene
- Scene graph managing hierarchical plot objects
- Scene
Node - Scene node representing a renderable object
- Scene
Statistics - Scene statistics for debugging and optimization
Enums§
- Alpha
Mode - Alpha blending mode
Type Aliases§
- NodeId
- Unique identifier for scene nodes