lib.img.generate.FractalNoise - tooll3/t3 GitHub Wiki
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'.
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) | - |
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.