Questions tagged [global-illumination]

24 questions
10
votes
1 answer

(Realtime-) Global Illumination starting point

What techniques should someone look at when getting into real time global illumination (for dynamic lighting scenarios)? It's hard to get a real grip on the different mentioned techniques without knowing anything about the subject. If I wanted to…
TravisG
  • 4,402
  • 4
  • 36
  • 59
9
votes
1 answer

Light Propagation Volumes: Anisotropic filtering of volume data

I've implemented the Cascaded Light Propagation Volumes algorithm (no indirect shadowing yet) for real-time diffuse global illumination detailed here and here. It works fine but I'm still trying to fix one artifact in particular. Short summary You…
TravisG
  • 4,402
  • 4
  • 36
  • 59
3
votes
1 answer

Does a game engine affect the quality of pre-baked Global Illumination?

If I were to pre-bake Global Illumination into light maps using a high quality renderer like Mental Ray or PRman, and loaded it into two different engines such as Unity and Unreal, would there be a noticeable difference in quality? If there is a…
Simon
  • 33
  • 3