UsdTransform2d

MDL Identifier: UsdTransform2d

Description: Node that takes a 2d input and applies an affine transformation to it

Display Name

Type

Parameter

Default

Description

in

float2

in

float2(0.0,0.0)

Input data to be transformed by this node.For instance, you can connect the output of a float2 primvar reader to this input to transform it

rotation

float

rotation

float(0.0)

Counter-clockwise rotation in degrees around the origin

scale

float2

scale

float2(1.0,1.0)

Scale around the origin to be applied to all components of the data

translation

float2

translation

float2(0.0,0.0)

Translation to be applied to all components of the data