Re: Java 3D crash or flickering
Posted by
Sven Gothel on
Aug 21, 2015; 12:17pm
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4035091.html
On 08/20/2015 03:22 PM, Adrien [via jogamp] wrote:
> Thank you both!
>
> The option 'sun.awt.noerasebackground=true' works fine in all our machines
> with every versions of Java.
The 'only' issue at hand here is, that it disables the background erasure
for all components.
It would be great to figure out why our
AWT GLCanvas disableBackgroundErase() anymore:
<
https://jogamp.org/bugzilla/show_bug.cgi?id=1182>
(As discussed below (thread) .. this is the root issue,
the crash when fiddling w/ D3D property settings is another one.
~Sven