3D Perlin Noise
3D Perlin Noise
In: Generators/Noises
Intermediate
Description
Generates a procedural noise when a baked Position Map is plugged into the input slot. It is meant for use with the GPU engine only.
Very similar to Perlin Noise and Gaussian Noise, but instead works in 3D Space, based on the UV coordinates.
This noise can be tested with Cube 3D GBuffers as input instead of an actual baked map (as seen in the Example Image below).
Parameters
- Scale: 0.0 - 64.0
Set the global scale for the effect. - Size: 0.0 - 2.0
Perform non-uniform scaling on X, Y and Z axes separately.