mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
25 lines
431 B
Plaintext
25 lines
431 B
Plaintext
#usda 1.0
|
|
|
|
def Xform "teapot" (
|
|
kind = "component"
|
|
)
|
|
{
|
|
def Mesh "Teapot" (
|
|
customData = {
|
|
bool[] zUp = [1]
|
|
int2[] i2val = [(1, 2)]
|
|
int3[] i3val = [(1, 2, 3)]
|
|
int4[] i4val = [(1, 2, 3, 4)]
|
|
dictionary Maya = {
|
|
bool generated = 1
|
|
}
|
|
}
|
|
)
|
|
{
|
|
|
|
color3f[] primvars:displayColor = [(1, 1, 1)] (
|
|
)
|
|
|
|
}
|
|
}
|