mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
#usda 1.0
|
|
|
|
def Mesh "bora" {
|
|
uniform token collection:mycol:expansionRule = "expandPrims"
|
|
rel collection:mycol:includes = [</bora>, </dora>]
|
|
bool collection:mycol:includeRoot = 1
|
|
rel collection:mycol:excludes = [</bora/dora>, </dora/muda>]
|
|
}
|