Multi Directional Warp

Transforms

Warps input along multiple directions simultaneously.

Select a node to adjust its parameters. Double-click a node to inspect.

Inputs

  • input
  • intensity_map

Parameters

ParameterTypeDefaultRangeDescription
intensity
Intensity
float100 to 500Scales each directional warp using the offset-adjusted intensity map.
warp_angle
Warp Angle
float00 to 1Base warp direction in turns. 0.25 = 90°, 0.5 = 180°, 1.0 = 360°.
intensity_map_offset
Intensity Map Offset
float00 to 1Map value treated as neutral. Values above move forward; values below move backward.
directions
Directions
int11 to 128Number of evenly-spaced warp directions.
mode
Mode
enumaverageHow to combine warped results across directions.
  • average : Average directional warp results together.
  • min : Keep the darkest result across all sampled warp directions.
  • max : Keep the brightest result across all sampled warp directions.
bidirectional
Bidirectional
enumtrueWhen enabled, each direction also warps in reverse, anchoring shapes in place.
  • false : Warp only in each forward direction.
  • true : Also warp in the reverse direction for each sampled direction.
filter_mode
Filter
enumbilinearTexture filtering mode.
  • bilinear : Use bilinear sampling for smoother resampling.
  • nearest : Use nearest-neighbor sampling for hard pixel edges.

Outputs

  • output (default format: inherit)