Drawing problem when height > width
Posted by Djak on Jan 27, 2011; 9:49am
URL: https://forum.jogamp.org/Drawing-problem-when-height-width-tp2361172.html
Hi :)
I've got a bug in an application using JOGL1.1.1 and a GLCanvas. When I reshape the Frame, if height frame is greater than width frame then nothing is drawn in the GLCanvas. Scene is drawn back again when height becomes lower than width.
Anyone may have a clue on this ?
Thanks in advance ^^