Table of Contents

Class SmoothFloorDensity

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

Soft lower limit: smooth maximum of the input node with a limit.

public sealed class SmoothFloorDensity : Density
Inheritance
SmoothFloorDensity
Inherited Members

Constructors

SmoothFloorDensity(double, double, Density?)

public SmoothFloorDensity(double limit, double smoothRange, Density? input)

Parameters

limit double
smoothRange double
input 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[]