Table of Contents

Class CreateOrthographic

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates an orthographic projection matrix.

public class CreateOrthographic : Source<Matrix4>
Inheritance
CreateOrthographic
Inherited Members

Properties

FarClip

Gets or sets the distance to the far clip plane.

Height

Gets or sets the height of the projection volume.

NearClip

Gets or sets the distance to the near clip plane.

Width

Gets or sets the width of the projection volume.

Methods

Generate()

Generates an observable sequence that returns a 4x4 orthographic projection matrix with the specified parameters.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of orthographic matrices with the specified parameters, where each Matrix4 object is emitted only when an observable sequence emits a notification.