Files
tinyusdz/tests/usda/targetPath-relative-000.usda
Syoyo Fujita 521cd9e463 Add some Xformable utility APIs.
Add relative targetPath test USD files.
2022-11-30 22:52:08 +09:00

10 lines
93 B
Plaintext

#usda 1.0
def Xform "hello"
{
def Sphere "world"
{
rel mypath = <../hello>
}
}