Table of Contents

Class DrawMesh

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that draws the specified mesh geometry.

[Combinator]
[WorkflowElementCategory(ElementCategory.Sink)]
public class DrawMesh
Inheritance
DrawMesh
Inherited Members

Properties

MeshName

Gets or sets the name of the mesh geometry to draw.

ShaderName

Gets or sets the name of the material shader program used in the drawing operation.

Methods

Process(IObservable<Mesh>)

Draws each of the mesh geometries in an observable sequence.

Process<TSource>(IObservable<TSource>)

Draws the specified mesh geometry whenever an observable sequence emits a notification.