setLocalTransform#

Fully qualified name: usdex::core::setLocalTransform

bool usdex::core::setLocalTransform(
const pxr::UsdGeomXformable &xformable,
const pxr::GfMatrix4d &matrix,
pxr::UsdTimeCode time = pxr::UsdTimeCode::Default(),
)#

Set the local transform of an xformable from a 4x4 matrix.

Parameters:
  • xformable – The xformable to set local transform on.

  • matrix – The matrix value to set.

  • time – Time at which to write the value.

Returns:

A bool indicating if the local transform was set.