mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Add test USD files.
This commit is contained in:
24
tests/usda/fail-case/customData-novalue-001.usda
Normal file
24
tests/usda/fail-case/customData-novalue-001.usda
Normal file
@@ -0,0 +1,24 @@
|
||||
#usda 1.0
|
||||
(
|
||||
customLayerData = {
|
||||
bool zUp = 1
|
||||
string bora = "my string"
|
||||
dictionary Maya = {
|
||||
bool generated
|
||||
}
|
||||
}
|
||||
|
||||
)
|
||||
|
||||
def Xform "teapot" (
|
||||
kind = "component"
|
||||
)
|
||||
{
|
||||
def Mesh "Teapot" (
|
||||
)
|
||||
{
|
||||
color3f[] primvars:displayColor = [(1, 1, 1)] (
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
7
tests/usda/stage-meta-001.usda
Normal file
7
tests/usda/stage-meta-001.usda
Normal file
@@ -0,0 +1,7 @@
|
||||
#usda 1.0
|
||||
(
|
||||
upAxis = "Y"
|
||||
framesPerSecond = 10
|
||||
statTimeCode = 3
|
||||
endTimeCode = 21
|
||||
)
|
||||
4
tests/usda/stage-meta-upAxis-001.usda
Normal file
4
tests/usda/stage-meta-upAxis-001.usda
Normal file
@@ -0,0 +1,4 @@
|
||||
#usda 1.0
|
||||
(
|
||||
upAxis = "Y"
|
||||
)
|
||||
BIN
tests/usdc/stage-meta-001.usdc
Normal file
BIN
tests/usdc/stage-meta-001.usdc
Normal file
Binary file not shown.
BIN
tests/usdc/stage-meta-upAxis-001.usdc
Normal file
BIN
tests/usdc/stage-meta-upAxis-001.usdc
Normal file
Binary file not shown.
Reference in New Issue
Block a user