Login  Register

Re: Java 3D crash or flickering

Posted by Adrien on Aug 25, 2015; 9:33am
URL: https://forum.jogamp.org/Java-3D-crash-or-flickering-tp4035074p4035132.html

Hi Julien,

Yes, sun.java2d.d3d=false in the previous exception.

Maybe I should have mentioned that earlier that we had similar problems with Java 3D 1.5.

OK, I'll create a bug report. Is it find to describe it using Java 3D? I guess I have to create it here: https://jogamp.org/bugzilla/

I've run your simple test with 2 windows and it works perfectly.

I'm working on an application that has been using Java 3D for years, though we are thinking of redoing the 3D viewer, but we were hoping to keep on using Java 3D.
I'm working on an industrial application which uses a (sort of) orbit behaviour. So, quite similar to OpenFlow 3D viewer but with much smaller data. We only display simple shapes (spheres, cubes, cylinder, ...), nothing fancy.
So we need something high level and simple to use for an industrial application.
Along the JOGL applications, I believe that JReality would probably be a good option.
Otherwise, there is Xith, but the project seem to be dead and JMonkey but it is very much video game orientated.
Do you have any suggestion?