#usda 1.0
(
defaultPrim = "Scene"
upAxis = "Y"
)
# References a forge:// URI. The Rust AssetResolver in forge_demo.rs maps
# forge://asset/cube → ./forge_target.usda; without that mapping, USD will
# fail to resolve the payload.
def Xform "Scene"
{
def Xform "Asset" (
prepend payload = @forge://asset/cube@</World>
)
{
}
}