NVIDIAGameWorks/RayTracingDenoiser

Problems with camera translation

xardas110 opened this issue · 1 comments

Currently the denoiser works like a charm when I'm rotating the camera, but when I translate the camera then image lags behind and becomes blurry, until i stop moving.

I suspect my problem is somehow related to this:
image

Is there any step by step guide how to do this? The sample code provided was not very helpful to this problem.

I found the solution, I linearized my depth wrong.