Weighted Blend
The Fader. Linearly interpolates (lerps) between two float inputs based on a weight map.
Ports
| Port | Type | Direction | Description |
|---|---|---|---|
| A | Float | Input | The value when Weight is 0. |
| B | Float | Input | The value when Weight is 1. |
| Weight | Float | Input | The blending factor (0-1). |
| Output | Float | Output | The smooth transition map. |
Details
Useful for soft-blending terrain heights or creating gradients between different noise patterns.
Float