Question 21
What is the base class for Group and Component kinds, which should not be directly assigned to any prim?
Question 22
You are debugging a stage where a prim is expected to have opinions from a referenced asset, but those opinions are not appearing in the composed scene. Which of the following are logical things to check to troubleshoot this issue?
Question 23
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?
Question 24
In what way do variant sets in OpenUSD enhance flexibility in scene descriptions?
Question 25
Which flag switches UsdPreviewSurface to specular workflow?
