UsdTransform2d
Overview
Th UsdTransform2d map is part of the USD Preview Surface spec. It’s primary purpose is to transform st coordinates which are input from a UsdPrimvarReader_float2 and output them to a UsdUVTexture map.
Attribute Reference
General attributes
in
Rgb bindable
default: [ 1, 1, 1 ]
This input provides the data. It is usually connected to a UsdPrimvarReader_float2 that will provide the data.
rotation
Float
default: 0.0
Counter-clockwise rotation in degrees around the origin to be applied to all components of the data.
scale
Vec2f
default: [ 1, 1 ]
Scale around the origin to be applied to all components of the data.
translation
Vec2f
default: [ 0, 0 ]
Translation to be applied to all components of the data.