Files
tinyusdz/tests/usda/timesamples-none-001.usda

20 lines
294 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,
}
float xformOp:rotateZ:spin = None
uniform token[] xformOpOrder = ["xformOp:rotateZ:spin"]
}