Procedural Nodes
Checkerboard |
---|
Generates a checkerboard of alternating colors between inputs Color A and Color B based on input UV. |
Noise
Gradient Noise | Simple Noise |
---|---|
Generates a gradient, or Perlin, noise based on input UV. | Generates a simple, or Value, noise based on input UV. |
Voronoi | |
Generates a Voronoi, or Worley, noise based on input UV. |
Shape
Ellipse | Polygon |
---|---|
Generates an ellipse shape based on input UV at the size specified by inputs Width and Height. | Generates a regular polygon shape based on input UV at the size specified by inputs Width and Height. The polygon's amount of sides is determined by input Sides. |
Rectangle | Rounded Rectangle |
Generates a rectangle shape based on input UV at the size specified by inputs Width and Height. | Generates a rounded rectangle shape based on input UV at the size specified by inputs Width and Height. The radius of each corner is defined by input Radius. |