radialSlice

radialSlice

Parameters

  • Enable:
  • Axis: The axis around which to take the slice.
    • X:
    • Y:
    • Z:
  • Angle Mode:
    • Center & Width:
    • Start & End:
  • Center Angle:
  • Angle Width:
  • Start Angle:
  • End Angle:
  • Invert:
  • Enable Smoothing: Whether to smooth the transition on each side of the slice down to a size of zero.
  • Smooth Radius: The amount of smoothing distance.

Inputs

  • SDF: (required)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: Sdf
  • Center Angle Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float
  • Angle Width Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float
  • Start Angle Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float
  • End Angle Field: (optional)
    • Coordinate Types: vec2 vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float