FractalNoise¶
Generates a procedural fractal noise image effect also known as pink noise or fractional noise that can be used to create visual patterns that look like cloud, smoke, dust and scratches on film and similar
Available Noise Ops [WorleyNoise] [FractalNoise] [ShardNoise]
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| ColorA (Vector4) | — |
| ColorB (Vector4) | — |
| GainAndBias (Vector2) | — |
| Scale (Single) | — |
| Stretch (Vector2) | — |
| Offset (Vector2) | — |
| RandomPhase (Single) | — |
| Iterations (Int32) | — |
| WarpXY (Vector2) | — |
| WarpZ (Single) | — |
| Resolution (Int2) | — |
| GenerateMips (Boolean) | — |
| OutputFormat (Format) | — |
Outputs¶
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |