Table of Contents

Class UpdateViewMatrix

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

Represents an operator that updates the view matrix used to render the specified scene.

public class UpdateViewMatrix : Sink
Inheritance
UpdateViewMatrix
Inherited Members

Properties

CameraName

Gets or sets the name of the camera used to render the scene.

SceneName

Gets or sets the name of the scene to update.

Methods

Process(IObservable<Matrix4>)

Updates the view matrix used to render the scene using each of the matrix values in an observable sequence.

Process<TSource>(IObservable<TSource>)

Updates the view matrix used to render the scene whenever an observable sequence emits a notification.