Login  Register

Re: Blank Window - Porting Joe Groff's OpenGL Tutorial to JOGL

Posted by Moridin on Oct 04, 2010; 11:00am
URL: https://forum.jogamp.org/Blank-Window-Porting-Joe-Groff-s-OpenGL-Tutorial-to-JOGL-tp1623993p1629013.html

Hi,

I already am, the SimpleScene class is the GLEventListener that i pass to the Canvas object.  I then use an FPSAnimator to run the display() method in the SimpleScene class.

It must be an error in my OpenGL somewhere.

M