NVIDIAGameWorks / RayTracingDenoiser

NVIDIA Ray Tracing Denoiser
Other
504 stars 46 forks source link

Problems with camera translation #51

Closed xardas110 closed 1 year ago

xardas110 commented 1 year ago

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.

xardas110 commented 1 year ago

I found the solution, I linearized my depth wrong.