Documentation
Transform transform.polar
The Polar node on the VFX Loom graph canvas.
Fig. 1 The Polar node in its resting, collapsed state on the VFX Loom graph canvas.

Overview

Remaps between cartesian and polar space.

Polar/radial image sampler. Wrap maps a strip into a circle; Unwrap maps a circle into a strip. In Wrap mode edges govern the radial axis.

Category
Transform
Internal ID
transform.polar
Version
VFX Loom 1.0

Inputs

InputTypeRequiredDefaultMeaning
in Image Required See the overview for the node's documented behavior.

Properties

PropertyTypeDefaultAnimatableRange / optionsEffect
Direction Enum Wrap Not declared Strip → Circle · Circle → Strip Selects the direction behavior; each option changes the operation described in the overview.
Center Vector2 (.5,.5) Yes Animatable control; changing it over time varies the node response.
Rotation Scalar 0 degrees Yes Hard -360..360 · UI range: soft Animatable control; changing it over time varies the node response.
Radius Scalar .5 Yes Hard 0..1 · UI range: soft Animatable control; changing it over time varies the node response.
Inner Radius Scalar 0 Yes Hard 0..1 · UI range: soft Animatable control; changing it over time varies the node response.
Repeats Scalar 1 Not declared Hard 1..12 · Step 1 Local control documented by the production node behavior.
Sampling Enum Bilinear Not declared Smooth · Nearest Selects the sampling behavior; each option changes the operation described in the overview.
Edges Enum Black Not declared Fade out · Extend · Tile · Mirror Selects the edges behavior; each option changes the operation described in the overview.

Outputs

OutputTypeMeaning
out Image The production node output described by the overview.

Usage

In practice

  • Use Polar when the graph needs Remaps between cartesian and polar space.
  • Polar/radial image sampler. Wrap maps a strip into a circle; Unwrap maps a circle into a strip. In Wrap mode edges govern the radial axis.
  • Use it where the graph needs coordinate or image-space movement; keep sampling and edge policy aligned with the source artwork.

Notes / limitations

  • No component bounds or step is declared for Center; no step is declared for Rotation, Radius, or Inner Radius.