Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by
Manu on
Dec 06, 2012; 7:27pm
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4027430.html
InteractiveMesh wrote
Emmanuel, is the Canvas3D positioned correctly when displayed in the separated window?
I can't test that feature. When I try to display the Canvas3D instance in a separated window, the program hangs. As it happens too when I try to quit the application with your implementation, I guess it comes from the
cleanup method of
SimpleUniverse class called when the
ancestor of Canvas3D is removed.
Emmanuel Puybaret