Hi,

I’m trying to make use of QSGRenderNode in order to change the glBlendFunc to a 
custom mode.

https://doc.qt.io/qt-5/qsgrendernode.html 
<https://doc.qt.io/qt-5/qsgrendernode.html>

However, I don’t can’t understand how to make proper use of this class since 
all the experiments I have run, didn’t result in any change at all. 

Below is the node architecture:

BASE NODE
        LAYER NODE 1
                CHILD NODE 1
                CHILD NODE 2
        LAYER NODE 2
                CHILD NODE 1
                CHILD NODE 2

Each child node is using a custom QSGMaterial to draw a custom shader. 

The goal is to affect the way the color blends.

Does QSGRenderNode will allow me in any to achieve this? How?

Thanks!

Regards,

Nuno
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to