We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222ba29 commit f42ca6fCopy full SHA for f42ca6f
Samples/USDViewer/src/USDViewer.cpp
@@ -364,6 +364,8 @@ void USDViewer::LoadStage()
364
}
365
DelegateCI.TextureBindingMode = m_BindingMode;
366
367
+ DelegateCI.MaxJointCount = 256;
368
+
369
const pxr::GfRange3d SceneAABB = ComputeStageAABB(*m_Stage.Stage);
370
371
m_Stage.MetersPerUnit = pxr::UsdGeomGetStageMetersPerUnit(m_Stage.Stage);
0 commit comments