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