linkSdf

linkSdf

Keywords:
  • chain
  • link

SDF for a chain link shape (an elongated loop).

Parameters

Name Description Regular Handling Read-Only Handling
Translate

Moves the center of the shape.

Runtime Baked
Length

The length of the chain link.

Runtime Baked
Radius

The radius or width of the chain shape as a whole.

Runtime Baked
Thickness

The thickness of the link.

Runtime Baked

Inputs

  • Height field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
  • Radius field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: lengthField
  • Thickness field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: lengthField radiusField