Analysing noise functions inside Houdini part 1

Posted on August 12, 2013

3D Flow Noise VEX node

Generates 1D and 3D Perlin Flow Noise from 3D and 4D data.

1_3DFlowNoise

This operator generates 1D and 3D Perlin Flow noise from 3D and 4D data. There are two forms of Perlin flow noise: a non-periodic noise which changes randomly throughout the N-dimensional space, and a periodic form which repeats itself over a given range of the space. The periodic form can be used to generate patterns which ’tile’ over N-dimensional space (i.e. a noise-based texture map which repeats seamlessly).

The noise has a range of (0, 1) with a median value of 0.5. The distribution of the noise depends on the dimension, with higher dimensions approaching a Gaussian distribution of noise values.

Flow noise is very similar to Perlin noise, as in Periodic Noise, but with an extra flow parameter. The flow parameter can be thought of as an extra dimension, but a dimension whose period is always 1. Moving through the flow dimension rotates the noise vectors rather than adjusts slices through a noise space; however, so generates a more flowing appearance to the animation, and hence the name.

This operator is just the building block noise, for higher levels consult the Anti-Aliased Flow Noise which performs multiple iterations.

1_4DFlowNoise

1a_4DFlowNoise

3D Dampened Noise

2_3DDampenedNoise

3D Anti Aliased Flow Noise

3_3DAAFlowNoise

3D Periodic Noise

4_3DPeriodicNoise

3D Anti Aliased Perlin Noise

5_3DAAPerlinNoise

3D Anti Aliased Simplex Noise

6_3DAASimplexNoise

Be the first to leave a comment

Leave a Reply


%d bloggers like this: