mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Fully implement pxrUSD compatible Rotation matrix generation(use ifdef to switch. disabled by default)
8 lines
348 B
Plaintext
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"]
|
|
}
|