LWJGL renders a 3D scene onto an offscreen framebuffer object and the result is displayed inside a JavaFX node. A JavaFX node is rendered to an Image and then uploaded to an OpenGL texture, which in ...