Hi all,
I am having issues with rendered content disappearing after a split second. Let me explain more fully: when I run a JOGL windowed app, I briefly see rendered content (e.g. a triangle) in the jframe, but then it is replaced by a completely gray background. If I resize the frame, I see the content flicker by again, but as soon as the resize is complete, bam, average gray background again.
I am running the 64 bit JRE on Vista. I tried to use the 32 bit JRE and JOGL library with the same results. The application I used to test is the first test application in the ‘Getting Started’ topic, with all the imports fixed for the latest version of JOGL, gldrawable replaced by glautodrawable, and no animator.
Any pointers? I am really scratching my head over this.