Exploring Real Time Vr Path Tracing Development Full Assembly Test
Exploring Real Time Vr Path Tracing Development Full Assembly Test reveals several interesting facts.
- No specular resampling yet, just a few frames of accumulation. I did introduce a new feature for the diffuse component today.
- 3 videos in 1, no light sampling, no denoiser.
- Pure diffuse, no next event estimation, no probe guiding, no denoiser. Internal buffers have been reworked (they now contain the ...
- Fullscreen debug to display reservoir health from purple (M=0) to green (M=256). This will be used to distribute ray budget for ...
- Indirect samples are now stored as points in the pixel surface hemisphere, as opposed to world space position in the previous ...
In-Depth Information on Real Time Vr Path Tracing Development Full Assembly Test
All functional code is now done and verified against the naive 3 bounces w/ caustic rays on Oculus Quest 1 using a RTX 3080 (no denoiser). I am pretty confident I can get this noise free at max ... Testing Testing real time
The reservoirs are now spatiotemporal. I have also introduced a minimum disk size, thanks to @Pjbomb2 for the idea. Tonight ...
Stay tuned for more updates related to Real Time Vr Path Tracing Development Full Assembly Test.