Flat Fill
The Constant. Generates a uniform float map where every single cell is set to the same specified value.
Ports
| Port | Type | Direction | Description |
|---|---|---|---|
| Output | Float | Output | The 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.5so 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.0or0.0respectively. - Standardised Weights: Use as a neutral input for blend nodes where you want a perfectly even distribution.
Float