mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
#usda 1.0
|
|
|
|
def Xform "muda"
|
|
{
|
|
float xformOp:rotateZ:tilt = 12
|
|
|
|
float xformOp:rotateZ:spin.timeSamples = {
|
|
0: 0,
|
|
192: 1440,
|
|
}
|
|
|
|
uniform token[] xformOpOrder = ["xformOp:rotateZ:tilt", "xformOp:rotateZ:spin"]
|
|
|
|
}
|