Compositing 2 PostProcess

Hi,

is it possible to have 2 different Post Processes of the same camera and add one on top of the other using an alpha value?
And more complex blending modes like multiply, etc…?

Thanks a lot

Hello!

Take a look at How To Use A Post Process Render Pipeline | Babylon.js Documentation (babylonjs.com) and Render Target Texture With Multiple Passes | Babylon.js Documentation (babylonjs.com)

1 Like

Hi, thanks for your suggestions. I did read that part of the docs before submitting the question, but I haven’t managed to understand if I can composite different pipelines directly in the shader manager.

The option of using a Render Texture was my first option but it has some performance and logical issues for what I’m trying to achieve. But from what I see the RenderTargetTexture (RTT) is probably the correct way to do it.

I try to implement it this way, bless

1 Like

Hello @Mescalina just checking in, were you able to achieve what you wanted? :slight_smile: