Skip to main content
GameDev.net gamedev.net

Path Tracing News

The latest Path Tracing coverage curated for game developers.

A Stable Transport-Mechanism Descriptor for Per-Pixel Rendering Difficulty

A new rendering-difficulty descriptor classifies each contribution event by transport mechanism instead of relying on noisy per-pixel variance. Across seven scenes, it stays stable from 64 to 4096 spp and …

Research arXiv cs.GR · 1 month ago
Q&A;: How Capcom Brought Path Tracing to RE ENGINE Across PRAGMATA and Resident Evil Requiem

Capcom is bringing path tracing into RE ENGINE for PRAGMATA and Resident Evil Requiem, pushing its rendering stack toward a more physically based look. The move signals that full ray/path-traced …

Official NVIDIA Graphics · 2 months ago
Neural Render Proxies for Interactive and Differentiable Lighting

Disney Research’s neural render proxy cuts lighting iteration from minutes or hours to interactive relighting, while still supporting differentiable workflows. It’s aimed at static scenes with fixed cameras and materials, …

Research Disney Research Studios · 2 months, 2 weeks ago
Illumination-Aware Spatial Subdivision for Path Guiding

Disney Research Studios is pushing path guiding beyond simple sample-count splits by making the k-d tree react to illumination variation. The method adds lookahead cells that hold compact light-field signatures, …

Research Disney Research Studios · 2 months, 2 weeks ago
Spectral Subsurface Scattering from RGB via Biophysical Skin Inversion

A new paper claims it can infer full spectral skin scattering from a single RGB diffuse albedo, which could cut down the hand-tuning usually needed for believable subsurface skin. For …

Research arXiv cs.GR · 2 months, 3 weeks ago
HiPR: Hierarchical Progressive Rendering for Immediate Feedback

A new render-scheduling approach for path tracing tries to make scene edits feel responsive instead of forcing a full-frame recompute. HiPR updates only a prioritized subset of pixels after changes, …

Research arXiv cs.GR · 2 months, 3 weeks ago
Cross-View Variance Correlation in Path-Traced Stereo:A Hidden Shortcut in Synthetic Training Data

Path-traced stereo training data may be leaking a hidden cue: the per-pixel variance fields of the two views stay strongly correlated after disparity alignment, even though the Monte Carlo noise …

Research arXiv cs.GR · 2 months, 3 weeks ago
HoloPathTracer: Fast and Accurate Wave Path Tracing for Holography

Wave-optics holography is getting closer to something game teams could actually prototype with. This paper combines path tracing with the Rayleigh–Sommerfeld integral, so it can preserve depth continuity, view-dependent effects, …

Research arXiv cs.GR · 3 months ago
PTIR-GS: Path-Traced Inverse Rendering with Global Illumination in 3D Gaussian Fields

A new inverse-rendering approach for 3D Gaussian fields tries to close a long-standing gap between training and final rendering. Instead of optimizing materials in screen space, it keeps forward rendering …

Research arXiv cs.GR · 3 months, 1 week ago
PureLight: Learning Complex Luminaires with Light Tracing

arXiv cs.GR details PureLight, a neural rendering method for complex luminaires that uses light tracing to tame difficult emitter setups. The system learns exit-surface radiance with a normalizing flow, then …

Research arXiv cs.GR · 3 months, 2 weeks ago
Megakernel vs Wavefront GPU Path Tracing

Wavefront path tracing came out about 16% faster than a megakernel path tracer in this GPU study, mainly because it kept cache behavior healthier. The authors also note neither implementation …

Research arXiv cs.GR · 3 months, 3 weeks ago
NVIDIA Release RTX Powered Godot Fork

NVIDIA's latest release of an RTX-powered fork of Godot introduces advanced path tracing capabilities, significantly enhancing graphics quality. This update is particularly relevant for graphics programmers and artists looking to …

Blog Gamefromscratch · 6 months ago