I encountered some strange behaviour, would somebody care to explain? I got these three layers above each other: red plane pbr, then texture plane pbr, on top texture quad renderer. The latter use the same transparent texture. The quad renderer blends against the background - as expected, but the pbr plane blends to the object beneath and not to the background.
here’s a solution that potentially gives correct results by also manipulating the emissive intensity (did not do thorough tests though and am not 100% sure here).
The original issue here is:
By using Materials you kind of give away lot of control over rendering to get all those nifty PBR/light/shadow/depthsorting/etc. features that the engine provides. It’s really hard to see through all these features and how they interact. One would wish for thorough documentation of the system and how VVVV is implementing it, however this is a pretty big topic. Stride docs can help but it’s far from easy to dig through all this…