Using two cameras to render different layers problem
Hello,
Can someone please explain to me how to fix the following issue:
I have two cameras, one with postprocessing which uses bloom and one to render a volumetric headlight for my player object (I do this to prevent the post processing stack bloom on the main camera, from affecting my volumetric light).
Everything works great until my volumetric light goes behind some object that the second camera does not see. How could I make it go behind objects without double rendering my mesh for all objects? Is there any possible way of achieving this?
Thank!
Your answer
Follow this Question
Related Questions
Render 2 cameras with same depth. Not split screen. 0 Answers
How to display a canvas through multiple cameras + use camera culling mask with UI? 0 Answers
Is using multiple cameras, culling masks, and layers expensive on mobile? 1 Answer
How to exclude object from near camera clipping 1 Answer
Missing shadows when using a custom oblique projection matrix 0 Answers