Hi,
In my project I am using clipping with stencil like in this example:
https://threejs.org/examples/?q=clipp#webgl_clipping_stencil
Everything works fine, the model i am using is cutted properly and stencil layer shows only on the cutted model area.
But, I wanted to add outline efffect like in this example:
https://threejs.org/examples/?q=outli#webgl_postprocessing_outline
And now, when i am rendering using composer, outline effect works like i wanted, but stencil layer is shown full size and always visible, not like before:
And my question is why is this happening and what can i do with it?