Files
tinyusdz/tests/usda/rotate-002.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

9 lines
134 B
Plaintext

#usda 1.0
def Xform "hello"
{
double3 xformOp:rotateXYZ = (10, 23, 43.2)
uniform token[] xformOpOrder = ["xformOp:rotateXYZ"]
}