Package panamagl.offscreen
Class AWTThreadRedirect
java.lang.Object
panamagl.offscreen.AWTThreadRedirect
- All Implemented Interfaces:
ThreadRedirect
Ensure the task is executed by the AWT Event Thread.
OpenGL being single threaded, we need to always perform rendering queries from the same UI thread.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AWTThreadRedirect
public AWTThreadRedirect()
-
-
Method Details
-
run
- Specified by:
runin interfaceThreadRedirect
-