limitField

limitField

Keywords:
  • clamp
  • limit
  • loop
  • value
  • zigzag

Limits the values produced by a float or vector field.

This is similar to the Limit CHOP.

Parameters

Name Description Regular Handling Read-Only Handling
Enable
Limit Type Runtime Semi-Baked
  • Clamp:
  • Loop:
  • Zig-Zag:
  • Clamp Low:
  • Clamp High:
  • Smooth Clamp:
  • Smooth Clamp Low:
  • Smooth Clamp High:
Low Bound
High Bound
Blending

Inputs

  • Input Field: (required)
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
  • Low Value Field: (required)
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
    • Supports Variables From Inputs: inputOp1
  • High Value Field: (required)
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float vec4
    • Supports Variables From Inputs: inputOp1 lowField
  • Blending Field: (required)
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext VertexContext PixelContext
    • Return Types: float
    • Supports Variables From Inputs: inputOp1 lowField highField