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