I have a GJS extension that defines a GLSLEffect with a custom vertex shader where I want to use a custom projection matrix, and it would help immensely to see how COGL defines its default MV and P matrices, as a way of understanding the anticipated vertex positions. Is there a way I can query these from my GJS code so I could log the values?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.