Set IBL exposure value to 0.0 while baking ReflectionProbe cubemaps

Signed-off-by: dmcdiar <dmcdiar@amazon.com>
This commit is contained in:
dmcdiar
2021-06-30 18:35:25 -07:00
parent 4d6f3aefd2
commit ca606a5e08
2 changed files with 26 additions and 7 deletions
@@ -163,6 +163,8 @@ namespace AZ
RPI::Ptr<RPI::EnvironmentCubeMapPass> m_environmentCubeMapPass = nullptr;
RPI::RenderPipelineId m_environmentCubeMapPipelineId;
BuildCubeMapCallback m_callback;
RHI::ShaderInputNameIndex m_iblExposureConstantIndex = "m_iblExposure";
float m_previousExposure = 0.0f;
bool m_buildingCubeMap = false;
};