openusd 0.3.0

Rust native USD library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#usda 1.0

def Sphere "MySphere1" (
    payload = @./payload.usda@</MySphere>
)
{
}

def Sphere "MySphere2" (
    prepend payload = @./cube_payload.usda@</PayloadCube>
)
{
}