Interface ISceneRenderer
Provides common functionality for rendering a scene graph.
public interface ISceneRenderer : IDisposable
- Inherited Members
Properties
- RootNode
Gets the root node of the scene graph.
Methods
- Draw()
Draws all nodes in the scene graph.