Skip to content

lib.img.generate.FractalNoise

Thomas Mann edited this page Jan 17, 2024 · 5 revisions

FractalNoise

in lib.img.generate


Generates animated 2D Perlin noise.

NOTE: The legacy version is very resource-intensive at higher resolutions and might not run in real-time at 1080p. The OpenSimplex is a faster implementation from 'https://www.shadertoy.com/view/ttdGR8'.


Input Parameters

Name (Relevancy & Type) Description
PixelShaderPath (String) -
ColorA (Vector4) -
ColorB (Vector4) -
Offset (Vector2) -
Stretch (Vector2) -
Scale (Single) -
Phase (Single) -
Bias (Single) -
Resolution (Int2) -
WarpOffset (Vector3) -
Iterations (Int32) -
Method (Int32) -
GenerateMips (Boolean) -

Outputs

Name Type
TextureOutput SharpDX.Direct3D11.Texture2D

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally