UV Range

Defines a range of coordinates in local 2D space. This is typically associated with the face of a bounding box.

  • U (min/max): Position along the horizontal (U) axis.

  • V (min/max): Position along the vertical (V) axis.


Sample implementation of a UV Range block

Last updated