NVIDIA NCP-OUSD Question Answer
You have the following layers:
cone1.usda:
#usda 1.0
(
upAxis = "Y"
defaultPrim = "Cone"
)
def Cone "Cone"
{
uniform token axis = "Z"
double radius = 2
double height = 3
}
cone2.usda:
#usda 1.0
(
upAxis = "Z"
defaultPrim = "Cone"
)
def Cone "Cone"
{
uniform token axis = "Z"
double radius = 2
double height = 3
}
The following root layer references these two layers and is opened by a DCC tool that does not apply any sort of corrective transformations to any layer data:
coneScene.usda:
#usda 1.0
(
upAxis = "Z"
)
def Cone "Cone1" (
prepend references = @./cone1.usda@ < /Cone >
)
{
double3 xformOp:translate = (-5, 0, 0)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"]
}
def Cone "Cone2" (
prepend references = @./cone2.usda@ < /Cone >
)
{
double3 xformOp:translate = (5, 0, 0)
uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"]
}
When viewing the scene in the DCC tool, in a view/camera orientation that matches the scene upAxis, what should the orientations of the two cones be?
NVIDIA NCP-OUSD Summary
- Vendor: NVIDIA
- Product: NCP-OUSD
- Update on: May 10, 2026
- Questions: 70

