Files
tinyusdz/tests/usda/capsule-000.usda
Syoyo Fujita 55424b871e Support Xform for all GPrim and Light prim.
Implement some missing prim attributes.
2022-09-08 22:44:21 +09:00

15 lines
157 B
Plaintext

#usda 1.0
(
metersPerUnit = 1
upAxis = "Z"
defaultPrim = "hello"
)
def Capsule "hello"
(
)
{
uniform token axis = "X"
double height = 1.2
}