Adding noise to your Curves
In this section, we will show you how to manipulate your Curves by adding a noise pattern to them. This will be handy if you’re making anything that involves a curved line of some sort, for example, a lightning bolt or a tree trunk.
In the following figure, you can see the nodes that we will be using in this section.
Figure 8.1: The nodes you’ll need
Let us take a quick look at the individual nodes:
- The Noise Texture node – We will need the Noise Texture node to add noise randomization to our Curve.
- The Combine XYZ node – This node will be used to combine the x, y, and z values into a vector value that we can use in the Offset input of the next node that we will need to add noise to our Curve.
- The Set Position node – This is the most important node in this section because it is responsible for modifying our Curve. The task of this node is to set the position of different...