1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

rendering equation (#6656)

This commit is contained in:
Maximo Comperatore
2024-08-21 05:44:15 -03:00
committed by GitHub
parent c2a36e6c38
commit 83c95fbc18

View File

@@ -1,3 +1,7 @@
# Rendering Equation
The **Render Equation**, also known as the **Rendering Equation**, is a fundamental principle in computer graphics that serves as the basis for most advanced lighting algorithms today. First introduced by James Kajiya in 1986, it defines how light interacts with physical objects in a given environment. The equation tries to simulate light's behavior, taking into account aspects such as transmission, absorption, scattering, and emission. The equation can be computationally intensive to solve accurately. It's worth mentioning, however, that many methods have been developed to approximate and solve it, allowing the production of highly realistic images in computer graphics.
Visit the following resources to learn more:
- [@video@Interactive Graphics 12 - The Rendering Equation](https://www.youtube.com/watch?v=wawf7Am6xy0)