Files
tinyusdz/tests/usda/matrix-001.usda
Syoyo Fujita f975d4e8ad Fix Rotate***(e.g. RotateXYZ) matrix multiplication order.
Fully implement pxrUSD compatible Rotation matrix generation(use ifdef
to switch. disabled by default)
2022-12-22 05:04:00 +09:00

8 lines
348 B
Plaintext

#usda 1.0
def Xform "hello"
{
matrix4d xformOp:transform = ( (0.7102852087270047, -0.7026225180689177, 0.0426206448347375, 0.0), (0.6670022079522818, 0.6911539437437854, 0.2782342190209419, 0.0), (-0.224951054343865, -0.16919758612316493, 0.9595671941035071, 0.0), (0.0, 0.0, 0.0, 1.0) )
uniform token[] xformOpOrder = ["xformOp:transform"]
}