mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
18 lines
257 B
Plaintext
18 lines
257 B
Plaintext
#usda 1.0
|
|
(
|
|
upAxis = "Z"
|
|
metersPerUnit = 1
|
|
defaultPrim = "muda"
|
|
)
|
|
|
|
def Xform "muda"
|
|
{
|
|
float xformOp:rotateZ:spin.timeSamples = {
|
|
0: 0,
|
|
100: None,
|
|
192.1: 1440,
|
|
}
|
|
|
|
uniform token[] xformOpOrder = ["xformOp:rotateZ:spin"]
|
|
}
|