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)
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
#usda 1.0
|
|
|
|
def Xform "hello"
|
|
{
|
|
double3 xformOp:rotateXYZ = (10, 23, 43.2)
|
|
uniform token[] xformOpOrder = ["xformOp:rotateXYZ"]
|
|
}
|
|
|