Login  Register

Re: Java 3D crash or flickering

Posted by Adrien on Aug 21, 2015; 12:03pm
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4035090.html

Do you mean that 'sun.awt.noerasebackground=true' is not a clean solution?

According to the oracle doc: "Setting sun.java2d.noddraw=true is now interpreted exactly the same as disabling that via sun.java2d.d3d=false.". I've already tested with "sun.java2d.noddraw=true" and "sun.java2d.d3d=false" and it didn't make any difference.