gi_probes.rst 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .. _doc_gi_probes:
  2. GI Probes
  3. ==========
  4. Introduction
  5. ------------
  6. Just like with :ref:`doc_reflection_probes`, and as stated in
  7. the :ref:`doc_spatial_material`, objects can show reflected or diffuse light.
  8. GI Probes are similar to Reflection Probes, but they use a different and more
  9. complex technique to produce indirect light and reflections.
  10. The strength of GI Probes is real-time, high quality, indirect light. While the
  11. scene needs a quick pre-bake for the static objects that
  12. will be used, lights can be added, changed or removed, and this will be updated
  13. in real-time. Dynamic objects that move within one of these
  14. probes will also receive indirect lighting from the scene automatically.
  15. Just like with ReflectionProbe, GIProbes can be blended (in a bit more limited
  16. way), so it is possible to provide full real-time lighting
  17. for a stage without having to resort to lightmaps.
  18. The main downside of GIProbes are:
  19. - A small amount of light leaking can occur if the level is not carefully designed. This must be artist-tweaked.
  20. - Performance requirements are higher than for lightmaps, so it may not run properly in low-end integrated GPUs (may need to reduce resolution).
  21. - Reflections are voxelized, so they don't look as sharp as with ReflectionProbe. However, in exchange they are volumetric, so any room size or shape works for them. Mixing them with Screen Space Reflection also works well.
  22. - They consume considerably more video memory than Reflection Probes, so they must be used by care in the right subdivision sizes.
  23. Setting Up
  24. ----------
  25. Just like a ReflectionProbe, simply set up the GIProbe by wrapping it around
  26. the geometry that will be affected.
  27. .. image:: img/giprobe_wrap.png
  28. Afterwards, make sure to enable the geometry will be baked. This is important in
  29. order for GIPRobe to recognize objects, otherwise they will be ignored:
  30. .. image:: img/giprobe_bake_property.png
  31. Once the geometry is set-up, push the Bake button that appears on the 3D editor
  32. toolbar to begin the pre-baking process:
  33. .. image:: img/giprobe_bake.png
  34. Adding Lights
  35. --------------
  36. Unless there are materials with emission, GIProbe does nothing by default.
  37. Lights need to be added to the scene to have an effect.
  38. The effect of indirect light can be viewed quickly (it is recommended you turn
  39. off all ambient/sky lighting to tweak this, though, as shown below):
  40. .. image:: img/giprobe_indirect.png
  41. In some situations, though, indirect light may be too weak. Lights have an
  42. indirect multiplier to tweak this:
  43. .. image:: img/giprobe_light_indirect.png
  44. And, as GIPRobe lighting updates in real-time, this effect is immediate:
  45. .. image:: img/giprobe_indirect_energy_result.png
  46. Reflections
  47. -----------
  48. For materials with high metalness and low roughness, it's possible to appreciate
  49. voxel reflections. Keep in mind that these have far less detail than Reflection
  50. Probes or Screen Space Reflections but fully reflect volumetrically.
  51. .. image:: img/giprobe_voxel_reflections.png
  52. GIProbes can easily be mixed with Reflection Probes and Screen Space Reflections,
  53. as a full 3-stage fallback-chain. This allows to have precise reflections where needed:
  54. .. image:: img/giprobe_ref_blending.png
  55. Interior vs Exterior
  56. --------------------
  57. GI Probes normally allow mixing with lighting from the sky. This can be disabled
  58. when turning on the *Interior* setting.
  59. .. image:: img/giprobe_interior_setting.png
  60. The difference becomes clear in the image below, where light from the sky goes
  61. from spreading inside to being ignored.
  62. .. image:: img/giprobe_interior.png
  63. As complex buildings may mix interiors with exteriors, combining GIProbes
  64. for both parts works well.
  65. Tweaking
  66. --------
  67. GI Probes support a few parameters for tweaking:
  68. .. image:: img/giprobe_tweaking.png
  69. - **Subdiv** Subdivision used for the probe. The default (128) is generally good for small to medium size areas. Bigger subdivisions use more memory.
  70. - **Extents** Size of the probe. Can be tweaked from the gizmo.
  71. - **Dynamic Range** Maximum light energy the probe can absorb. Higher values allow brighter light, but with less color detail.
  72. - **Energy** Multiplier for all the probe. Can be used to make the indirect light brighter (although it's better to tweak this from the light itself).
  73. - **Propagation** How much light propagates through the probe internally.
  74. - **Bias** Value used to avoid self-occlusion when doing voxel cone tracing, should generally be above 1.0 (1==voxel size).
  75. - **Normal Bias** Alternative type of bias useful for some scenes. Experiment with this one if regular bias does not work.
  76. Quality
  77. -------
  78. GIProbes are quite demanding. It is possible to use lower quality voxel cone
  79. tracing in exchange of more performance.
  80. .. image:: img/giprobe_quality.png