File size: 287 Bytes
bc26422 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #usda 1.0
(
defaultPrim = "CeilingLight"
upAxis = "Z"
)
def "CeilingLight" (
assetInfo = {
asset identifier = @assets/CeilingLight/CeilingLight.usd@
string name = "CeilingLight"
}
prepend references = @./CeilingLight.geom.usd@</CeilingLight>
)
{
}
|