Skip to content

2D Xform

Python: "map_xform_2d"

The xform_2d map node transforms (e.g., offset, scale, rotate, ...) the texture coordinates of the 2D map node(s) it is connected to.

Icon

Common

Node alias

Python: "map_alias"

Human-readable node alias.

Alias color

Python: "map_alias_color"

Identificative node color.

Main

Coordinate space

Python: "map_xform_space"

Defines whether the map issues its own volumetric (object or world) mapping coordinates for seamless 3D tiling, or uses the existing object UVs. The instance UVs mode is applicable to instances (e.g., in scatter) and plucks the UVs of the base at the instancing point.

Crop U (low)

Python: "map_xform_crop_x_lo"

Lower limit of the UVW space in the U direction.

Crop U (high)

Python: "map_xform_crop_x_hi"

Upper limit of the UVW space in the U direction.

Crop U direction

Python: "map_xform_crop_x"

Shrinks the UVW space to a non-unitary interval along the U direction.

Crop V (low)

Python: "map_xform_crop_y_lo"

Lower limit of the UVW space in the V direction.

Crop V (high)

Python: "map_xform_crop_y_hi"

Upper limit of the UVW space in the V direction.

Crop V direction

Python: "map_xform_crop_y"

Shrinks the UVW space to a non-unitary interval along the V direction.

Master repeat

Python: "map_xform_repeat"

Inverse scale the map is generated at. This parameter pre-multiplies the X/Y/Z repeat values. Note that local/world spaces tile at 1mx1mx1m by default.

Repeat U

Python: "map_xform_repeat_x"

Repeats the map along the X/U axis. Increasing this value increases repetition.

Enable U repetition

Python: "map_xform_tile_x"

Allows map repetition along the X/U axis. When disallowed, the map becomes zero outside the [0..1] (or cropped) X/U interval.

Clamp vs. repeat (U)

Python: "map_xform_clamp_x"

Toggles between clamped vs. repeated output outside the [0..1] (or cropped) X/U interval.

Repeat V

Python: "map_xform_repeat_y"

Repeats the map along the Y/V axis. Increasing this value increases repetition.

Enable V repetition

Python: "map_xform_tile_y"

Allows map repetition along the Y/V axis. When disallowed, the map becomes zero outside the [0..1] (or cropped) Y/V interval.

Clamp vs. repeat (V)

Python: "map_xform_clamp_y"

Toggles between clamped vs. repeated output outside the [0..1] (or cropped) X/V interval.

Translate U

Python: "map_xform_translate_x"

Offsets the map along the X/U axis.

Translate V

Python: "map_xform_translate_y"

Offsets the map along the Y/V axis.

Rotate

Python: "map_xform_rotate_z"

Rotates the map about the Z/W axis. Positive values rotate the map counter-clockwise.