chopFn

function
chopFn
RayTK
v0.40

Function that looks up values in a CHOP.

Parameters

Name Description Regular Handling Read-Only Handling
Contexttype
Chop

The CHOP that values are pulled from.

Extend Mode

How to handle coordinates outside the range.

Baked Baked
  • Hold: Extends the first/last value on each end.
  • Zero: Produces a value of zero outside the range.
  • Repeat: Repeats the range.
  • Mirror: Repeats the range but flips every other part.
Range

The range of indices to map to the full range of the CHOP.

Runtime Baked