Rtgi 0.17.0.2 Release
Let’s be honest: RTGI has looked good since version 0.12. The question is, how much better can screen-space ray marching get?
The Good:
0.17.0.2 inherits the improved temporal reprojection from earlier 0.17 builds. In motion, the image is noticeably cleaner. The old “boiling” noise on rough surfaces (wood, gravel, fabric) is now a faint shimmer instead of a distracting swarm. Color bleeding from a red brick wall onto white plaster feels more natural, with smoother falloff.
The “Still Screen-Space” Reality:
Because RTGI lacks world-space data, you still get the classic limitations: light bounces disappear at screen edges, and objects entering the frame initially lack indirect illumination. 0.17.0.2 does not—and cannot—fix this. What it does better is masking those artifacts. The fade-in of bounced light when you pan the camera is quicker and less jarring than in 0.16.
Intersection Mode Fix:
Previously, the “Intersection” debug mode (which visualizes ray hit points) could show speckled garbage on some depth buffers. In 0.17.0.2, this is resolved. A niche fix, but crucial for shader developers using RTGI as a reference. rtgi 0.17.0.2 release
Verdict on visuals: If you were happy with 0.16, 0.17.0.2 is a clear improvement in temporal stability. If you expected path tracing quality, you’re misunderstanding the shader’s scope.
| Category | Score (out of 10) | Notes | |-------------------|-------------------|-------| | Visual Improvement| 7 | Cleaner temporal stability, but same physical limits. | | Performance | 8 | Small but real gains; better frame pacing. | | Stability | 9 | Crash fixes and AMD compatibility are huge. | | Ease of Setup | 6 | Still requires depth buffer fiddling in some games. | | Documentation | 7 | Changelog clear, but no new user guide. | | Value (free update)| 10 | If you own 0.17.x, it’s free. If you don’t, worth $5. |
Overall: 8.2/10
Highly Recommended for existing RTGI users. Worth the upgrade from 0.16 for AMD owners and ghosting-sensitive players. Not a game-changer, but a refined masterwork. Let’s be honest: RTGI has looked good since version 0
One of the long-standing criticisms of screen-space GI is the handling of rough, glossy, or metallic surfaces. The new hybrid mode blends two different ray lengths based on material roughness values sampled from the depth buffer. This results in more accurate reflections on wet roads or polished wood, especially in games like Cyberpunk 2077 (when used alongside the built-in RT) or Skyrim with ENB.
Even as native ray tracing becomes standard in AAA games, RTGI remains vital for three reasons:
Within 48 hours of release, the official Discord server saw over 1,200 messages. Early adopters are praising the reduction in flickering. Reddit user u/LightingGuru wrote: | Category | Score (out of 10) |
"0.17.0.2 finally makes RTGI look like a proper lighting solution rather than a noisy effect. The temporal stability is night and day in motion. This is the version I’ve been waiting for since 0.12."
Some users have reported that the new Hybrid Roughness mode can cause slight oversaturation in very dark scenes. The developer has acknowledged this and suggests lowering the Indirect Lighting Boost slider from 1.0 to 0.85 for a more natural look.
We’re happy to announce the immediate availability of RTGI version 0.17.0.2. While not a major feature overhaul, this patch focuses on what matters most: stability, accuracy, and a smoother experience across a wider range of titles.
For those new to the project, RTGI (ReSTIR Global Illumination) is a post-processing screen-space ray tracing shader that injects real-time, hardware-agnostic global illumination into DirectX 9–12 games. No RTX hardware required.