Files
tinyusdz/tests/usda/ref.usda
Syoyo Fujita 152c1fffa7 Add wise_enum
Refactor PrimAttr.
Change file layout of USDA parser unit test.
2021-08-29 21:33:06 +09:00

21 lines
304 B
Plaintext

#usda 1.0
(
defaultPrim = "Marble"
)
def Xform "Marble" (
kind = "component"
)
{
def Sphere "marble_geom"
{
rel material:binding = </Marble/GlassMaterial>
color3f[] primvars:displayColor = [ (0, 1, 0) ]
}
def Material "GlassMaterial"
{
# Interface inputs, shading networks, etc.
}
}