Table of Contents

Class WarpPerspective

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates a warp perspective transform matrix for planar projection mapping.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class WarpPerspective
Inheritance
WarpPerspective
Inherited Members

Properties

Destination

Gets or sets the coordinates of the four quadrangle vertices specifying the perspective transform.

Methods

Process<TSource>(IObservable<TSource>)

Creates a warp perspective transform matrix for planar projection mapping whenever an observable sequence emits a notification.