If I use the P2D renderer the black diagonal line is covered by the last draw rectangle. If I use P3D or OPENGL, the diagonal line is not covered even though I use hint(DISABLE_DEPTH_TEST); How can I recreate the rendering settings of P2D in P3D or OPENGL?