Click here to Skip to main content
15,868,016 members
Articles / Game Development

Ray Tracing has become Diligent

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
11 Jan 2021CPOL18 min read 9.6K   9  
An introduction to ray tracing API in Diligent Engine
This article introduces ray tracing API in Diligent Engine by the example of a simple application that simulates physics-based light transport in a scene to render soft shadows, multiple-bounce reflections and refractions, and dispersion.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Being a 3D graphics enthusiast for many years, I have worked on various rendering technologies including deformable terrain, physically-based water, shadows, volumetric and post-processing effects and other. I run Diligent Graphics as a place where I can experiment, learn new technologies, try new algorithms and share my ideas.

Comments and Discussions