Table of Contents

Class SmoothMinDensity

Namespace
Shard.WorldGen.Nodes
Assembly
Shard.WorldGen.dll

Smooth minimum of two inputs over a blend range.

public sealed class SmoothMinDensity : Density
Inheritance
SmoothMinDensity
Inherited Members

Constructors

SmoothMinDensity(double, Density?, Density?)

Smooth minimum of two inputs over a blend range.

public SmoothMinDensity(double range, Density? inputA, Density? inputB)

Parameters

range double
inputA Density
inputB Density

Methods

Process(Context)

public override double Process(Density.Context context)

Parameters

context Density.Context

Returns

double

SetInputs(Density[])

Wire this node's inputs (no-op for leaf nodes).

public override void SetInputs(Density[] inputs)

Parameters

inputs Density[]