I have the next question:
For example, I have the next gui layout:
I want to setup stencil and layers in some way, to get next result (just a scroll)
But, if I have the layers behind the stencil node (In this example it is back node. But in real projects it can be a lot of nodes), my Scroll zone will be rendered behind of all nodes.
By manual, as I am understand, clipping will rendered like they don’t have any layer. But also there is some notes about render order with clipping with layers.
So, what is the best way to setup nodes, layers and stencil to get needed behavior? Or I need always ignore layers in case like this, with scroll zone inside window?
Example here: layer_stencil_test.zip (111.5 KB)