Lib.field.generate.sdf.FractalSDF - tixl3d/tixl GitHub Wiki

FractalSDF

in Lib.field.generate.sdf


Generates a procedural MandelBox field which can be rendered with [RaymarchField] and visualized with [VisualizeFieldDistance].

For a simple and interactive tutorial on the TiXL rendering pipeline, see [HowToRaymarchField].

It can be modified with [BendField] , [TransformField] , [PolarRepeat] and more.

Similar nodes: [BoxSDF], [CapsuleLineSDF], [FractalSDF].


Input Parameters

Name (Relevancy & Type) Description
Scale (Single) The overall detail of the fractal.
Minrad (Single) The complexity of the fractal.
Clamping (Vector3) An internal parameter that shapes the fractal.
The x and y components only have an effect with a z-compent > 0.
Increment (Vector3) And additional parameter to manipulate the fractal.
Fold (Vector2) -
Iterations (Int32) The quality and complexity of the fractal greatly depends on the number of iterations. So does the performance.

Iterations above 10 might not be able to raymarch in 1080p.

Outputs

Name Type
Result T3.Core.DataTypes.ShaderGraphNode

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️