Plugin : Noise
Author:Rex.Rainbow
- Provide 2d/3d perlin noise and simplex noise . Reference: https://github.com/josephg/noisejs/blob/master/perlin.js
Download
Properties
Input
Scale
- Scale of x/y/z input value.
Output
Min
Max
Random seed
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
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