|
|
|
|
|
by thraveboy
3606 days ago
|
|
Yep. For the radiosity based global illumination things, it's the most common way of framing and solving the way light energy is passed through an environment. And most of the work is in minimizing the computationally expensive visibility operations (shadows, etc) by determining how much light energy is going to pass between two surfaces (based on distance, size, orientation, visibility, etc), and then computing using the fewest rays and the right level of resolution of the energy to efficiently utilize compute resources. Basically... :) |
|