GodMan
I’ve read on the forums that the AutoExposure, and bloom need to be in a certain order for the results to be render correctly. Is this correct? I get a little color washing if anyone has seen my post under the projects thread. It’s not bad, but look a little off to me.
graphics->SetSRGB(true);
renderer->SetHDRRendering(true);
effectRenderPath->Append(cache->GetResource<XMLFile>("PostProcess/AutoExposure.xml"));
effectRenderPath->Append(cache->GetResource<XMLFile>("PostProcess/BloomHDR.xml"));
effectRenderPath->Append(cache->GetResource<XMLFile>("PostProcess/Tonemap.xml"));
effectRenderPath->Append(cache->GetResource<XMLFile>("PostProcess/FXAA2.xml"));
effectRenderPath->SetEnabled("BloomHDR", true);
effectRenderPath->SetEnabled("FXAA2", true);
effectRenderPath->SetShaderParameter("BloomHDRMix", Vector2(exposure, 2.0f));