-
Notifications
You must be signed in to change notification settings - Fork 246
lib.point.sim.SimNoiseOffset
Thomas Mann edited this page Jan 17, 2024
·
3 revisions
Adds Perlin curl noise to a point buffer.
Note: Different from [AddNoise], this effect modifies the original buffer and is therefore not deterministic.
| Name (Relevancy & Type) | Description |
|---|---|
| GPoints (BufferWithViewsRequired) | - |
| Amount (Single) | - |
| Frequency (Single) | - |
| Phase (Single) | - |
| Variation (Single) | - |
| AmountDistribution (Vector3) | - |
| RotLookupDistance (Single) | - |
| UseCurlNoise (Boolean) | - |
| IsEnabled (Boolean) | - |
| Name | Type |
|---|---|
| OutBuffer | T3.Core.DataTypes.BufferWithViews |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.