Table of Contents

Interface ISceneRenderer

Namespace
Bonsai.Shaders.Rendering
Assembly
Bonsai.Shaders.Rendering.dll

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

SceneNode

Methods

Draw()

Draws all nodes in the scene graph.

void Draw()