Creating Optimal Meshes for Ray Tracing

When you are creating triangle meshes for ray tracing or reusing meshes that have been successfully used in rasterization-based rendering, there are some pitfalls that can cause surprising performance issues. Some mesh properties that have been acceptable in rasterization can be problematic in ray tracing or require specific handling to work as expected. This post … Continued

Parallel Shader Compilation for Ray Tracing Pipeline States

In ray tracing, a single pipeline state object (PSO) can contain any number of shaders. This number can grow large, depending on scene content and ray types handled with the PSO; construction cost of the state object can significantly increase. The DXR API makes it possible to distribute part of the creation work to multiple … Continued

Introduction to Ray Tracing in Unreal Engine 4.22

Epic Games is adding ‘Early Access’ support for ray tracing through the DirectX Raytracing API (DXR) to Unreal Engine with the pending release of Unreal Engine 4.22. Demos dating back to GDC 2018 show impressive ray tracing results using DXR. However, UE 4.22 integrates ray tracing support into the mainline branch, making ray tracing available to … Continued

RTX Coffee Break: Ray Tracing and Denoising (9:52 minutes)

Ray tracing can lead to very noisy images without the right tools. In this video, we explain the challenges of developing a real-time denoising solution, and describe the results NVIDIA has achieved using RTX.   Five Things to Remember: The realistic budget is 1-2 samples per pixel (which is insufficient to get anything reliable) with … Continued

Accelerated Ray Tracing in One Weekend in CUDA

Recent announcements of NVIDIA’s new Turing GPUs, RTX technology, and Microsoft’s DirectX Ray Tracing have spurred a renewed interest in ray tracing. Using these technologies vastly simplifies the ability to write applications using ray tracing. But what if you’re curious about how ray tracing actually works? One way to learn is to code your own ray tracing … Continued

Introduction to NVIDIA RTX and DirectX Ray Tracing

“Ray tracing is the future, and it always will be!” has been the tongue-in-cheek phrase used by graphics developers for decades when asked whether real-time ray tracing will ever be feasible. Everyone seems to agree on the first part: ray tracing is the future. That’s because ray tracing is the only technology we know of … Continued

Call for Papers: Real-Time Ray Tracing

Real-time ray tracing – the holy grail of graphics, considered unattainable for decades – is now possible for video games. Thanks to advances in GPU hardware and integration in standards like DirectX, game developers will eagerly add ray tracing to take the next step in visual quality and ease of content creation. To help game … Continued