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.
SceneNode RootNode { get; }
Property Value
Methods
Draw()
Draws all nodes in the scene graph.
void Draw()