Files
tinyusdz/tests/usda/xform-resetxformstack-001.usda
Syoyo Fujita 2637e5800a Improve Xform parsing and pprint.
Initial parsing support of `customLayerData` in Stage metadatum.
2022-08-23 23:06:37 +09:00

14 lines
271 B
Plaintext

#usda 1.0
(
upAxis = "Z"
metersPerUnit = 1
defaultPrim = "root"
)
def Xform "root"
{
matrix4d xformOp:transform = ( (1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (1, 2, 3, 1) )
uniform token[] xformOpOrder = ["!resetXformStack!", "xformOp:transform"]
}