#usda 1.0
(
defaultPrim = "Scene"
upAxis = "Y"
)
# Wrapper that pulls in test.usda's /World tree as a deferred payload.
# Used by the payload_control example to show LoadAll vs LoadNone behavior.
def Xform "Scene"
{
def Xform "Asset" (
prepend payload = @./test.usda@</World>
)
{
}
}