Files
tinyusdz/tests/usda/customData-attr.usda
2022-11-27 20:26:09 +09:00

25 lines
376 B
Plaintext

#usda 1.0
def Mesh "Teapot" (
)
{
point3f[] points = [(0.1, 0.21, 0.41)] (
customData = {
bool zUp = 1
dictionary Maya = {
bool generated = 1
}
}
)
color3f[] primvars:displayColor = [(1, 1, 1)] (
customData = {
bool zUp = 1
dictionary Maya = {
bool generated = 1
}
}
)
}