openusd 0.3.0

Rust native USD library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#usda 1.0
(
    expressionVariables = {
        string ASSET_PATH = "expr_assets"
    }
)

def "asset0" (
    references = @`"${ASSET_PATH}/extraAssets.usda"`@
)
{
}