Re: glMultTransposeMatrixd bug with AMD graphics card
Posted by
gouessej on
Mar 06, 2023; 12:00pm
URL: https://forum.jogamp.org/glMultTransposeMatrixd-bug-with-AMD-graphics-card-tp4042205p4042294.html
Java3D still relies on the fixed pipeline and it's not the only API in this case. JogAmp's Ardor3D Continuation doesn't need to transpose matrices because of a difference in row-major and column-major matrices and anyway, I transpose matrices without calling the broken methods as far as I remember.