問題1
You are setting up an outdoor scene with realistic lighting and want to simulate the effect of the sun. Which UsdLux light type is most appropriate for this purpose, providing a directional light source with parallel rays?
You are setting up an outdoor scene with realistic lighting and want to simulate the effect of the sun. Which UsdLux light type is most appropriate for this purpose, providing a directional light source with parallel rays?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題2
You are a developer creating an OpenUSD exporter for an application that also supports import of USD assets. To enable collaborative workflows, you're adding an "export as overrides" option.
Which approach correctly describes which structure your exporter should generate?
You are a developer creating an OpenUSD exporter for an application that also supports import of USD assets. To enable collaborative workflows, you're adding an "export as overrides" option.
Which approach correctly describes which structure your exporter should generate?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題3
What is the only reliable way in OpenUSD of encoding the motion of primitives whose topology is varying over time?
What is the only reliable way in OpenUSD of encoding the motion of primitives whose topology is varying over time?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題4
Which of the following methods allows you to edit the color of an instanceProxy mesh in OpenUSD while keeping the prim instanced?
Which of the following methods allows you to edit the color of an instanceProxy mesh in OpenUSD while keeping the prim instanced?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題5
Which of these data is lost when flattening a stage?
Which of these data is lost when flattening a stage?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題6
Review the following code for creating 1000 sphere instances. When this code is executed, why will the authored prims not yield any instancing efficiencies?
for i in range(1000):
xform = UsdGeom.Xform.Define(stage, f"/test_{i}")
sphere_path = xform.GetPath().AppendPath("sphere")
UsdGeom.Sphere.Define(stage, sphere_path)
xform.GetPrim().SetInstanceable(True)
xform.AddTranslateOp().Set((i * 2, 0, 0))
Review the following code for creating 1000 sphere instances. When this code is executed, why will the authored prims not yield any instancing efficiencies?
for i in range(1000):
xform = UsdGeom.Xform.Define(stage, f"/test_{i}")
sphere_path = xform.GetPath().AppendPath("sphere")
UsdGeom.Sphere.Define(stage, sphere_path)
xform.GetPrim().SetInstanceable(True)
xform.AddTranslateOp().Set((i * 2, 0, 0))
正確答案: B
說明:(僅 NewDumps 成員可見)
問題7
What geometric attribute should be kept in sync when updating point position values on an object?
What geometric attribute should be kept in sync when updating point position values on an object?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題8
When a user is trying to change the drawMode of an element to bounds, and it doesn't work, what should you look into?
When a user is trying to change the drawMode of an element to bounds, and it doesn't work, what should you look into?
正確答案: B
說明:(僅 NewDumps 成員可見)