-
Notifications
You must be signed in to change notification settings - Fork 199
lib.img.generate.FractalNoise
Thomas Mann edited this page Jan 17, 2024
·
5 revisions
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.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features