mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
22 lines
310 B
Plaintext
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)] (
|
|
)
|
|
|
|
}
|
|
}
|