Add GlobalIllumination to debug GI probes

This commit is contained in:
Wojciech Figat
2022-06-17 15:07:58 +02:00
parent 9f99d74e53
commit 1db65ac882
3 changed files with 8 additions and 2 deletions

View File

@@ -864,6 +864,11 @@ API_ENUM() enum class ViewMode
/// Draw Global Surface Atlas preview.
/// </summary>
GlobalSurfaceAtlas = 25,
/// <summary>
/// Draw Global Illumination debug preview (eg. irradiance probes).
/// </summary>
GlobalIllumination = 26,
};
/// <summary>