Re: Canvas3D resize problem
Posted by
runiter on
Feb 22, 2014; 4:08pm
URL: https://forum.jogamp.org/Canvas3D-resize-problem-tp4031602p4031686.html
Judging from the exception it seem to be called from javax.media.j3d.J3dThread.run()
In that case, what's the code to set the context inside J3dThread? I'm not very familiar with thread contexts