polyhedronSdf

polyhedronSdf

Parameters

Name Description Regular Handling Read-Only Handling
Type Runtime Baked
U Runtime Baked
V Runtime Baked
W Runtime Baked
Radius Runtime Baked
Enable Faces Runtime Semi-Baked
Face Radius Runtime Baked
Enable Segments Runtime Semi-Baked
Segment Radius Runtime Baked
Segment Size Runtime Baked
Enable Vertices Runtime Semi-Baked
Vertex Radius Runtime Baked
Vertex Size Runtime Baked
Combine Runtime Baked
  • Simple Union:
  • Simple Intersect:
  • Simple Difference:
  • Smooth Union:
  • Smooth Intersect:
  • Smooth Difference:
  • Round Union:
  • Round Intersect:
  • Round Difference:
  • Chamfer Union:
  • Chamfer Intersect:
  • Chamfer Difference:
  • Stair Union:
  • Stair Intersect:
  • Stair Difference:
  • Column Union:
  • Column Intersect:
  • Column Difference:
Blend Radius
Blend Number
Blend Offset
UVW Field
Face Radius Field
Segment Radius Field
Segment Size Field
Vertex Radius Field
Vertex Size Field

Inputs

  • Radius Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
  • UVW Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: vec4
    • Supports Variables From Inputs: radiusField
  • Face Radius Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: radiusField uvwField
  • Segment Radius Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: radiusField uvwField faceRadiusField
  • Segment Size Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: radiusField uvwField faceRadiusField segmentRadiusField
  • Vertex Radius Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: radiusField uvwField faceRadiusField segmentRadiusField segmentSizeField
  • Vertex Size Field: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: radiusField uvwField faceRadiusField segmentRadiusField segmentSizeField vertexRadiusField
  • Vertex Shape: (optional)
    • Coordinate Types: vec3
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: Sdf
    • Supports Variables From Inputs: radiusField uvwField faceRadiusField segmentRadiusField segmentSizeField vertexRadiusField vertexSizeField