joinFn

Joins functions end on end.

Parameters

Name Description Regular Handling Read-Only Handling
Enable
Fit To Range

When enabled, the combined function is scaled back to a 0..1 range. Otherwise, coordinates 0..1 go to the first function, 1..2 to the second, etc.

Baked Baked

Inputs

  • Function 1: (optional)
    • Coordinate Types: float
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
  • Function 2: (optional)
    • Coordinate Types: float
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
    • Supports Variables From Inputs: inputOp1
  • Function 3: (optional)
    • Coordinate Types: float
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
    • Supports Variables From Inputs: inputOp[1-2]
  • Function 4: (optional)
    • Coordinate Types: float
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
    • Supports Variables From Inputs: inputOp[1-3]