Login  Register

Re: Canvas3D disappears when resizing JComponets on Windows10

Posted by ThomasR on Feb 05, 2016; 3:23pm
URL: https://forum.jogamp.org/Canvas3D-disappears-when-resizing-JComponets-on-Windows10-tp4036118p4036123.html

Hi,

Here is slightly modified test case I grabbed from this list. It exhibits the problem. In fact,
the Canvas3D is not visible on the initial setVisible. I believe the graphics is a GEForce 700
series and I installed the latest drivers from Nvidia, though it's a new system anyway.
I've not had any problems on other Windows machines XP and 7.

Java3DSimpleTest.java

Tom