openusd 0.3.0

Rust native USD library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#usda 1.0
(
    defaultPrim = "World"
)

def "World"
{
    double radius = 1.0
    string name = "root"

    def "Child"
    {
        double height = 2.0
    }
}