Table of Contents

Class SceneResources

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

Represents an operator that creates a collection of scene resources to be loaded into the resource manager.

public class SceneResources : ResourceLoader
Inheritance
SceneResources
Inherited Members

Properties

PostProcessSteps

Gets or sets a value specifying post processing steps to run on the data for generating or optimizing vertex data.

RotationX

Gets or sets the model rotation about the X-axis. This property is only used during the loading stage.

RotationY

Gets or sets the model rotation about the Y-axis. This property is only used during the loading stage.

RotationZ

Gets or sets the model rotation about the Z-axis. This property is only used during the loading stage.

Scale

Gets or sets the uniform scale factor to apply to the model transform nodes.

Scenes

Gets the collection of scene resources to be loaded into the resource manager.

ShaderName

Gets or sets the name of the shader program used to render scene materials.

Methods

GetResources()

Returns the set of resources to be loaded into the resource manager.