Add Constant
VEX node
Adds the specified constant value to the incoming integer, float, vector or vector4 value.
See also: Add, Subtract Constant, Subtract, While
This operator adds the specified constant value to the incoming integer, float, vector or vector4 value.
It represents a simpler version of the Add operator because it does not require a second input. It is ideal as an increment (i++) operation in a While loop.
Usages in other examples
| Example name | Example for | |
|---|---|---|
| Fire Pit example |
Material shader |
|
| Down Hill Lava Flow |
Material shader |