Re: Shutting down Java3D
Posted by
runiter on
May 02, 2020; 1:18am
URL: https://forum.jogamp.org/Shutting-down-Java3D-tp4040572p4040577.html
Beautiful, "Canvas3D.removeNotify()" did the trick. Thank you.
I'm calling it from Javafx thread instead of AWT thread. But it seem to work fine regardless.