Render camera view to texture

Is there an easy way to render what the camera sees to a texture? And then display that texture on a surface in 3D space?

1 Like

See TestRenderToTexture.java.

3 Likes