Login  Register

Re: Java 3D crash or flickering

Posted by cmello on Jun 04, 2016; 1:13pm
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4036791.html

Hey guys,

Is there something I can do to help? For example debugging on Windows.

Is the Java3D an open source project that accepts contributions?

Thank you a lot for the attention.

Best regards
Mello

On Fri, Jun 3, 2016 at 10:24 AM, philjord [via jogamp] <[hidden email]> wrote:
imagejan, cmello,
Thanks for those tests, it seems like the line
  profile = GLProfile.getMaxFixedFunc(true);

Is not picking up any of the possible profiles for some reason.

ctrueden,
If you are looking for a fast way to get this patched the next test would be for you to modify the JoglPipeline class

replace line 132:

profile = GLProfile.getMaxFixedFunc(true);

with

profile = GLProfile.getGL2ES1();

And get it tested on an affected machine, it things work then we have teh culprit and can concentrate on a decent solution.

Thanks,
Phil.


If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4036787.html
To unsubscribe from Java 3D crash or flickering, click here.
NAML