Files
tinyusdz/tests/usda/material-binding-004.usda
Syoyo Fujita 8e4948ca3e Improve support of material binding.
code format to example code.
2023-12-04 02:27:33 +09:00

13 lines
192 B
Plaintext

#usda 1.0
def Xform "geom"
{
# collection
rel material:binding:collection:beauty = </mymat>
rel material:binding:collection:mypurpose:beauty = </mymat0>
def Mesh "mymesh"
{
}
}