# Global illumination (GI) Scattering Glowing Shadows

Global illumination (GI) scattering glowing shadows is a complex interplay of light and shadow in 3D graphics and rendering. It involves several different concepts:

* **Global illumination (GI):** This refers to the way light bounces and interacts with all surfaces in a scene, not just the ones directly lit by the light source. This creates soft, indirect lighting, shadows that are affected by nearby objects, and other subtle lighting effects. ![Image of Global illumination in CGI](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQFH5A5IcQ6FJ_kSb04sNa_BSjNkuh6pmtRxxDP6z5UF6D3Of9yQEueSl_w1kiK)
* **Scattering:** This describes how light interacts with and changes direction as it hits a surface. Different materials scatter light differently, which affects the color and intensity of the light and the shadows it casts. For example, a rough surface will scatter light in many directions, creating soft shadows, while a smooth surface will reflect light more specularly, creating sharper shadows. ![Image of Light scattering](https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQR3v7EAHqdacIipO0b-1WLD_Dup8bXf8Qz3awVR-nbidt8pPxaGLj7z6EHuTkF)
* **Glowing shadows:** This is a specific effect where shadows appear to have a faint, inner glow. This can be caused by several factors, such as subsurface scattering (light penetrating and bouncing around inside a translucent object), light bouncing off nearby objects and into the shadow, or even artistic choice.

&#x20;![Image of Glowing shadows in CGI](https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSW3Z_l8XTWoiHdreUoLbn-NOiDzPHkiz-uWOFu-I4XZXLT5PjvlzhYUphNLBqu)

So, when you put all these together, "global illumination scattering glowing shadows" describes a scene with soft, indirect lighting, shadows that are affected by nearby objects and materials, and some areas of the shadows that have a faint glow. This can create a very realistic and atmospheric look, especially in scenes with natural light or complex environments.

Here are some examples of where you might see global illumination scattering glowing shadows:

* In a sunlit forest, where light filters through the leaves and creates soft shadows on the ground, with patches of sunlight illuminating the underside of leaves and branches.
* In a dimly lit room with candles, where the candlelight bounces off the walls and furniture, creating soft shadows and warm glows in the corners.
* In a computer-generated image or animation of a fantasy world, where magical crystals or other objects emit a faint light that illuminates the surrounding shadows.

Overall, global illumination scattering glowing shadows is a powerful tool for creating realistic and atmospheric lighting in 3D graphics and rendering. It can add depth, complexity, and beauty to your scenes.
