Table of Contents

Class UpdateProjectionMatrix

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

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

public class UpdateProjectionMatrix : Sink
Inheritance
UpdateProjectionMatrix
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 projection matrix used to render the scene using each of the matrix values in an observable sequence.

Process<TSource>(IObservable<TSource>)

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