mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Add assetInfo test USDA file.
This commit is contained in:
18
tests/usda/assetInfo-001.usda
Normal file
18
tests/usda/assetInfo-001.usda
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user