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 660d54f commit 46c4ed0Copy full SHA for 46c4ed0
Samples/USDViewer/src/USDViewer.cpp
@@ -469,6 +469,8 @@ void USDViewer::EditSelectedPrimTransform()
469
// New local matrix is the delta between new global matrix and parent global matrix
470
float4x4 NewLocalMatrix = NewGlobalMatrix * ParentGlobalMatrix.Inverse();
471
XFormable.MakeMatrixXform().Set(USD::ToGfMatrix4d(NewLocalMatrix));
472
+ // For now, reset TAA when the transform changes
473
+ m_Stage.TaskManager->ResetTAA();
474
}
475
476
0 commit comments