Files
tinyusdz/tests/usda/listop-prepend-000.usda
2022-09-12 22:44:22 +09:00

15 lines
169 B
Plaintext

#usda 1.0
(
metersPerUnit = 1
upAxis = "Y"
defaultPrim = "hello"
)
def Cone "hello"
(
)
{
custom double yheight = 1.2
prepend rel myheight = </hello>
}