Plugin : Noise

Author:Rex.Rainbow

Download

Properties

Input

  • Process of input value.

Scale

  • Scale of x/y/z input value.

Output

  • Process of output value.

Min

  • Minimum value of output.

Max

  • Maximum value of output.

Random seed

  • Random seed.

Seed

  • Random seed.

Seed random

  • Add a random number to the seed, up to this value.

Actions

Range

Action:Set range of output value

  • Set range of output value.
    • Min ( number ) : Minimum value of output.
    • Max ( number ) : Maximum value of output.

Scale

Action:Set scale

  • Set input scale.
    • Scale ( number ) : Scale of x/y/z input value.

Simplex

Action:Set seed

  • Set the random seed.
    • Seed ( number ) : Random seed.

Expressions

Output

Expression:Min

  • Get minimum value of output.

Expression:Max

  • Get maxmum value of output.

Expression:LastNoise

  • Get last generated noise.

Perlin noise

Expression:Perlin

  • Get 2d perlin noise, or add 3rd parameters to get 3d perlin noise
    • X ( number ) : Enter the X coordinate
    • Y ( number ) : Enter the Y coordinate

Seed

Expression:Seed

  • Get the seed.

Simplex noise

Expression:Simplex

  • Get 2d simplex noise, or add 3rd parameters to get 3d simplex noise
    • X ( number ) : Enter the X coordinate
    • Y ( number ) : Enter the Y coordinate

Conditions