RayTracingDenoiser icon indicating copy to clipboard operation
RayTracingDenoiser copied to clipboard

NVIDIA Ray Tracing Denoiser

Results 13 RayTracingDenoiser issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to point out a minor thing in the scripts. As it is necessary to use code in NRD.hlsli in the user ray tracing app that integrates the...

Hi, I would like to make a suggestion for a small improvement for the NRD project. As a user, I high appreciate the usage of CMake to make the compilation...

enhancement

I'm confused about NRD checkerboard code from PrePass(RELAX_PrePass.hlsl). Is it checkerboard rendering? But as i known, checkerboard rendering use temporal N frame and N-1 frame to reconstruct full-size. I can...

Git is tracking file permissions, so using `chmod +x` in shell scripts is redundant. To make a shell script executable, it's enough to execute `chmod +x` and commit the file....

I am integration NRD in my rendering software and i am close to have it running. But still I am "close". Here what i get when i use Optix denoiser....

question

I am integrating NRD denoising in my software. But at NRI initialization i get warnings. 1) First i updated my solution to the **10.0.22621.0** windows SDK. Just to be sure...

question

I want to use NRD in my proprietary software that I will sell. Can I do it for free?

question
answered

Hello Dzdhan, I am experimenting with moving all local lights using Path tracing and denoising using NRD. I am following the NRD sample of using Importance sampling using the Light...

question

v4.14.0-fixed, with REBLUR_DIFFUSE: We set viewZ to NRD_FP16_MAX for pixels without depth. And we put NRDs internal textures that are marked as transient into aliased memory. When moving the camera,...

question
answered

Hi! 1) I'm using ReBLUR and ReLAX as learning resources to improve my own denoiser, and after looking into the temporal accumulation stage, I got interested in 2.5D motion vectors....

question
answered