Hi all,
i have yet another question, this time about Postprocessing and the order.
My setup includes by default the DefaultRenderingPipeline because of the FXAA. In a current project I want to add the VolumetricLightScatteringPostProcess. The problem is, that the FXAA of the DefaultRenderingPipeline is getting ignored.
https://playground.babylonjs.com/#ECI2Q0#337
Next thing I tried is to use the PostProcessRenderPipeline
https://playground.babylonjs.com/#ECI2Q0#341
I’ve also tried to add it in front of fxaa on the render-order.
Is it possible to add the VolumetricLight AND fxaa (either with the DefaultRenderingPipeline or as a single FxaaPostProcess)
Thank you!