Nodes > Functions > Channels > Construct Vector
Combines multiple input values into a single output value.
For example, 4 float values can be combined into a vec4 value. A single vec2 can be combined with a float to create a vec3.
Inputs
Name | Type | Description |
---|---|---|
Value | float | First input value |
Value | float | Second input value |
Value | float | Third input value |
Value | float | Fourth input value |
Outputs
Name | Type | Description |
---|---|---|
Value | float | Combined output value |
Was this page helpful?