Nodes > Functions > Util > Combine Normals

Averages multiple normal vectors using input strengths as weights.
Inputs
| Name | Type | Description |
|---|---|---|
| Normal1 | float | First normal vector |
| Strength1 | float | Weight to use for the first normal vector |
| Normal2 | float | Second normal vector |
| Strength2 | float | Weight to use for the second normal vector |
Outputs
| Name | Type | Description |
|---|---|---|
| Normal | float | Weighted average of the normal vectors |
Properties
| Name | Type | Description |
|---|---|---|
| Input Count | int | Number of input vectors to combine |
Was this page helpful?