The Development of Ray Tracing and Its Future

Zijin Wang
Abstract:Ray tracing algorithm is a computer 3D graphics rendering algorithm based on real light path simulation. Compared with most other rendering algorithms, the ray tracing algorithm can provide a more realistic light and shadow effect. This algorithm was initially proposed by Appel in 1968, and improved into a recursive algorithm, and proposed a global illumination model by Whitted in 1980. To this day, ray tracing algorithms are still a hot topic in graphics, and many improvements are being made. Based on the study of natural light paths, ray tracing uses the backward calculation of light paths to restore true colors. The tracing process covers the reflection, refraction, absorption, and other properties of light (accurate calculations), supplemented by other important rendering ideas (further simulation).
Computer Science
What problem does this paper attempt to address?