NVIDIA NCP-OUSD Question Answer
Considering the two files cars.usda and parkingLot.usda in the exhibit. When opening a stage with parkingLot.usda as the root layer, you observed this prim hierarchy:
ParkingLot
car01
You expected this:
ParkingLot
car01
chassis
parkingLot.usda:
#usda 1.0
(
upAxis = "Y"
)
def Xform "ParkingLot" (kind = "group")
{
def "car01" (references = @cars.usda@) {}
}
cars.usda:
#usda 1.0
(
upAxis = "Y"
)
def Xform "redCar" (kind = "component")
{
def Mesh "chassis" {}
}
def Xform "blueCar" (kind = "component")
{
def Mesh "chassis" {}
}
What are ways to fix this issue?

