Add test USD files.

This commit is contained in:
Syoyo Fujita
2022-10-29 19:42:17 +09:00
parent 3d2dfe5a12
commit 7a19d8d1a9
5 changed files with 35 additions and 0 deletions

View 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)] (
)
}
}

View File

@@ -0,0 +1,7 @@
#usda 1.0
(
upAxis = "Y"
framesPerSecond = 10
statTimeCode = 3
endTimeCode = 21
)

View File

@@ -0,0 +1,4 @@
#usda 1.0
(
upAxis = "Y"
)

Binary file not shown.

Binary file not shown.