Namespace Bonsai.Shaders.Rendering
Classes
- DrawScene
Represents an operator that draws the specified scene.
- SceneConfiguration
Provides configuration information for scene resources.
- SceneConfigurationCollection
Represents a collection of scene configuration objects.
- SceneNode
Represents a node in the scene graph containing a transform and a set of mesh geometries to render.
- SceneResources
Represents an operator that creates a collection of scene resources to be loaded into the resource manager.
- SceneTransform
Represents an operator that gets the transform matrix of the specified scene node.
- UpdateProjectionMatrix
Represents an operator that updates the projection matrix used to render the specified scene.
- UpdateTransform
Represents an operator that updates the transform matrix of the specified scene node.
- UpdateViewMatrix
Represents an operator that updates the view matrix used to render the specified scene.
Interfaces
- ISceneRenderer
Provides common functionality for rendering a scene graph.