Add assetInfo test USDA file.

This commit is contained in:
Syoyo Fujita
2023-01-21 18:09:41 +09:00
parent 88c7fa8672
commit 8495de9566

View File

@@ -0,0 +1,18 @@
#usda 1.0
(
metersPerUnit = 1
upAxis = "Y"
defaultPrim = "hello"
)
def Cone "hello"
(
assetInfo = {
asset bora = @boraC:\Users@
string name = "baked_mesh"
}
)
{
uniform token axis = "X"
double height = 1.2
}