Vector Node
Access: Nodes > Basic > Vector
Under the hood, Mari passes around a set of four numbers along a connection between two nodes. The Vector node is solely used as a set of four numbers (x, y, z, and w). You can use the Vector node in conjunction with nearly any node, depending on your workflow. For example, you can use it to adjust the position or color information, or you can use it as a number to change the value of another node, for instance, a shading node.
Vector Node Inputs
No input.
Vector Node Properties
X
|
First component of the vector. If applied to RGBA, this is the red component. |
Y
|
Second component of the vector. If applied to RGBA, this is the green component. |
Z
|
Third component of the vector. If applied to RGBA, this is the blue component. |
W
|
Fourth component of the vector. If applied to RGBA, this is the alpha component. |
Vector: Node Graph Workflow Example
Changing the Position of Noise
In this example, let’s use a Vector node to change the position of a wood procedural applied to the object.
1. | Create a Wood node. |
2. | Create an Add node and connect it to the Position input of the Wood node. Create a Vector and a Position node and connect them respectively to the A and B inputs of the Add node. |
Notice how moving the X slider of the Vector node (see Vector Node Properties) moves the texture on the X axis as the position information is changed.
Changing the Color of an Object
In this example, let's use a Vector node to change the color of the object.
1. | Create a Color node. |
2. | Open the Color node's Node Properties and change the Color to blue. |
3. | Create an Add node. Create a Vector node and connect the Vector node and the Color node respectively to the A and B inputs of the Add node. |
Notice how moving the Y slider of the Vector node (see Vector Node Properties) changes the green component of the Color node.
Using the Vector Node as a Number
In this example, let's use a Vector node to make changes to the Roughness channel of the Principled BRDF shader.
1. | Create a Tiled node and a Principled BRDF node. Connect the Tiled node to the Base Color input of the Principled BRDF shader. |
This is the visual output of the texture applied using the Tiled node.
2. | Create a Vector node and connect it to the Roughness input of the Principled BRDF. |
Notice how moving the X slider of the Vector node (see Vector Node Properties) changes the roughness of the surface.
In this example, the Vector node is used as a number.