openusd 0.3.0

Rust native USD library
Documentation
#usda 1.0
(
    defaultPrim = "Root"
)

def Xform "Root"
{
    def Mesh "InstancePrototype" (
        instanceable = true
    )
    {
    }

    def Mesh "NotInstanceable" (
        instanceable = false
    )
    {
    }
}