Module scene

Module scene 

Source
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§

BoundingBox
Axis-aligned bounding box
DrawCall
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
RenderData
Rendering data for a scene node
Scene
Scene graph managing hierarchical plot objects
SceneNode
Scene node representing a renderable object
SceneStatistics
Scene statistics for debugging and optimization

Enums§

AlphaMode
Alpha blending mode

Type Aliases§

NodeId
Unique identifier for scene nodes