paint tool fixes; translator jitter removed when temporal AA enabled;

This commit is contained in:
Turánszki János
2022-04-28 11:33:32 +02:00
parent d0b3f63511
commit d2985abd41
5 changed files with 155 additions and 123 deletions
+4 -1
View File
@@ -453,7 +453,10 @@ void Translator::Draw(const CameraComponent& camera, CommandList cmd) const
device->EventBegin("Editor - Translator", cmd);
XMMATRIX VP = camera.GetViewProjection();
CameraComponent cam_tmp = camera;
cam_tmp.jitter = XMFLOAT2(0, 0); // remove temporal jitter
cam_tmp.UpdateCamera();
XMMATRIX VP = cam_tmp.GetViewProjection();
MiscCB sb;