mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
15 lines
157 B
Plaintext
15 lines
157 B
Plaintext
#usda 1.0
|
|
(
|
|
metersPerUnit = 1
|
|
upAxis = "Z"
|
|
defaultPrim = "hello"
|
|
)
|
|
|
|
def Capsule "hello"
|
|
(
|
|
)
|
|
{
|
|
uniform token axis = "X"
|
|
double height = 1.2
|
|
}
|