mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
18 lines
115 B
Plaintext
18 lines
115 B
Plaintext
#usda 1.0
|
|
(
|
|
)
|
|
|
|
def Xform "hello"
|
|
(
|
|
"""
|
|
bora
|
|
dora
|
|
"""
|
|
)
|
|
{
|
|
def Sphere "world"
|
|
{
|
|
double radius = 1.2
|
|
}
|
|
}
|