Procedural Noise

Generate a procedural noise image

Description

Generate a procedural noise image

Mode

Mode Enumerable
  • Value = 0

  • Perlin = 1

  • Cubic = 2

  • Simplex = 3

  • White Noise = 4

Interpolation Mode

Interpolation Mode Enumerable
  • Linear = 0

  • Hermite = 1

  • Quintic = 2

Usage

Adjusting the frequency changes the density of the underlying grid.

Depth moves in the z axis through the point field

The mode changes the type of noise that is calculated.

The interpolation mode changes the way the noise falloff is calculated.

Last updated