Table of Contents

Class VoronoiNode

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll
public class VoronoiNode : ImageNodeBase, INode, IHasID, IGroupable, IHasSeed
Inheritance
VoronoiNode
Implements
Inherited Members
Extension Methods

Constructors

VoronoiNode()

Properties

amplitudeExponent
inverse
lacunarity
layerCount
offset
persistence
remapCurve
scale
seed

Seed value used by the implementing type when generating randomized results.

warpAngleMax
warpAngleMin
warpIntensity
warpMode

Methods

Execute(GraphContext)

Default coroutine execution path that runs ExecuteImmediate(GraphContext) and yields once.

ExecuteImmediate(GraphContext)

Executes the node synchronously using the supplied graph context.