Files
tinyusdz/tests/usda/customData-prim.usda
2022-08-22 23:00:56 +09:00

22 lines
310 B
Plaintext

#usda 1.0
def Xform "teapot" (
kind = "component"
)
{
def Mesh "Teapot" (
customData = {
bool zUp = 1
dictionary Maya = {
bool generated = 1
}
}
)
{
color3f[] primvars:displayColor = [(1, 1, 1)] (
)
}
}