Class SmoothFloorDensity
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
Methods
Process(Context)
public override double Process(Density.Context context)
Parameters
Returns
SetInputs(Density[])
Wire this node's inputs (no-op for leaf nodes).
public override void SetInputs(Density[] inputs)
Parameters
inputsDensity[]