Skip to content

Commit

Permalink
USD Viewer: enable vertex color packing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 18, 2025
1 parent 578c1f6 commit 7c78289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/USDViewer/src/USDViewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ void USDViewer::LoadStage()
DelegateCI.AsyncTextureLoading = m_AsyncTextureLoading;
DelegateCI.PackVertexNormals = true;
DelegateCI.PackVertexPositions = true;
DelegateCI.PackVertexColors = true;
DelegateCI.TextureLoadBudget = Uint64{1024} << Uint64{20};
DelegateCI.GeometryLoadBudget = Uint64{64} << Uint64{20};

Expand Down

0 comments on commit 7c78289

Please sign in to comment.