Ray tracing is a rendering technique that simulates the physical behavior of light — tracing individual light rays as they bounce, reflect, and refract — to produce realistic reflections, shadows, and global illumination in games and 3D graphics.
Ray tracing is a rendering method that simulates how light actually travels through a scene. Instead of faking reflections and shadows with pre-computed tricks (as traditional "rasterization" does), the GPU traces the path of individual light rays from the camera into the scene, calculating how each ray bounces off surfaces, passes through glass, and contributes to the final color of every pixel. The result is dramatically more realistic lighting — accurate reflections in puddles and windows, soft contact shadows, and natural global illumination.
**How ray tracing works technically:** For each pixel, the GPU casts a ray into the 3D scene and finds the first surface it hits. From that point it casts secondary rays toward light sources (for shadows), in the mirror direction (for reflections), and through transparent surfaces (for refraction). Each bounce is computed with physically-based math. This is enormously expensive — millions of rays per frame — which is why dedicated hardware (NVIDIA RT cores, AMD Ray Accelerators) exists to accelerate it. "Path tracing" is the most complete form, tracing many bounces for fully realistic lighting; Cyberpunk 2077's path-tracing mode is a showcase.
**Why it matters to buyers:** Ray tracing is the single biggest visual leap in modern gaming, but it's also one of the most demanding. A GPU that runs a game at 120fps with rasterization may drop to 40-60fps with ray tracing enabled. NVIDIA's RTX 40-series leads in ray-tracing performance; AMD's RDNA 3 is competitive in rasterization but trails in heavy RT. Upscaling (DLSS, FSR) is often essential to make ray tracing playable at high resolutions.
**What to look for:** - NVIDIA RTX cards (RT cores) currently lead in ray-tracing performance - AMD RDNA 4 (RX 9000) closed much of the gap with RDNA 3 - Pair ray tracing with DLSS/FSR upscaling to recover frame rate - Most impactful in games designed around it (Cyberpunk 2077, Alan Wake 2, Control) - Console support: PS5 and Xbox Series X have basic ray-tracing hardware, used selectively
Real-world 2026: full path tracing remains demanding even on an RTX 4090; mid-range cards handle moderate ray tracing (reflections, shadows) better than full path tracing. For most gamers, ray tracing is a "nice to have" toggle rather than a must-run feature.