Re: Java3D window blinking
Posted by pierre on Aug 04, 2016; 11:09pm
URL: https://forum.jogamp.org/Java3D-window-blinking-tp4033522p4037023.html
I develop my app on the MacOS (10.11) with Eclipse. I updated to the JOGAMP Java3D 1.6 and use the latest Oracle Java 8 u102., and everything works great on the Mac.
But when I port my Eclipse Workspace over to my Windows64 10 laptop, and run the app, the app has the "window non-refresh" problem. Actually, the Swing parts of the window are repainting correctly, but the Canvas3D panel doesn't repaint after:
1) iconify the Window (shrink down to an icon in the dock), then re-inflate window
2) dragging the window so that a portion is clipped at the edge of the display.
Actually, if I look closely, after the re-inflate window, the correct 3D rendering is up there for a split-second, then the Canvas3D area is painted over solid white.