On 11/27/2012 08:59 PM, ac [via jogamp] wrote:
> It seems that it is platform specific: right after the frame.add(canvasNEWT,
> BorderLayout.CENTER) call, the output window appears black on Windows, until
> the first frame is finished and the buffers are swapped. But on OSX, the
> window will show some garbage left in the framebuffer, which is cleared only
> at the end of the first frame.
>
Right - we don't clear the FBO content at creation.
You think we shall do that ?
Maybe in GLFBODrawableImpl, or in FBObject directly ?
And then .. in which color ? Default black '0' ?
~Sven