Files
tinyusdz/tests/usda/triple-quoted-string-in-meta-001.usda
Syoyo Fujita 7a5322af77 Support triple-quoted string.
Support parsing&printing string-only data in stage/prim/attr meta.
2022-08-24 22:31:05 +09:00

18 lines
115 B
Plaintext

#usda 1.0
(
)
def Xform "hello"
(
"""
bora
dora
"""
)
{
def Sphere "world"
{
double radius = 1.2
}
}