radialSlice

radialSlice

Parameters

Name Description Regular Handling Read-Only Handling
Enable
Axis

The axis around which to take the slice.

Runtime Semi-Baked
  • X:
  • Y:
  • Z:
Angle Mode
  • Center & Width:
  • Start & End:
Center Angle Runtime Baked
Angle Width Runtime Baked
Start Angle Runtime Baked
End Angle Runtime Baked
Invert Runtime Baked
Enable Smoothing

Whether to smooth the transition on each side of the slice down to a size of zero.

Runtime Semi-Baked
Smooth Radius

The amount of smoothing distance.

Runtime Baked

Inputs

  • SDF: (required)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: Sdf
  • Center Angle Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: inputOp1
  • Angle Width Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: inputOp1 centerField
  • Start Angle Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: inputOp1
  • End Angle Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: inputOp1 startField