mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Fix materialBinding and some builtin attribute is not handled when constructing Xform Prim. Fix FindBoundMaterial fails to find Material in parent Prim.
12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
#usda 1.0
|
|
|
|
def Xform "geom"
|
|
{
|
|
# common material
|
|
rel material:binding = </mymat>
|
|
|
|
def Mesh "mymesh"
|
|
{
|
|
}
|
|
}
|