Skip to main content

Flat Fill

The Constant. Generates a uniform float map where every single cell is set to the same specified value.

Ports

PortTypeDirectionDescription
Output FloatOutputThe generated uniform float map.

Details

The Flat Fill node is a utility generator used to provide a "blank canvas" or a baseline value for math operations.

Parameters

  • Fill Value: The constant value written to every cell in the map.

Potential Use Cases

  • Baseline Elevation: Start an elevation graph with a Flat Fill of 0.5 so that noise can both add (raise) and subtract (lower) from the base level.
  • Mask Initialisation: Create a fully "true" or fully "false" mask by filling with 1.0 or 0.0 respectively.
  • Standardised Weights: Use as a neutral input for blend nodes where you want a perfectly even distribution.