-
Notifications
You must be signed in to change notification settings - Fork 257
Lib.field.adjust.NoiseDisplaceSDF
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Displaces the distance of an SDF with a Perlin-like noise offset.
NOTE: this operator will break the Lipschitz continuity of your field and will cause artifacts when raymarching. It's sometimes possible to reduce some of these artifacts by reducing the step size for raymarching.
Please check the Additional documentation in [RaymarchSdf]
| Name (Relevancy & Type) | Description |
|---|---|
| InputField (ShaderGraphNodeRequired) | - |
| Amount (Single) | Amount of the displacement. |
| Scale (Single) | The scale of the noise field. |
| Offset (Vector3) | Offset to the noise field. Try to animate this with [AnimVec3]. |
| Name | Type |
|---|---|
| Result | T3.Core.DataTypes.ShaderGraphNode |
⚠ Everything else is automatically generated and will be overwritten regularly.