Image Warping
glCopyTexImage2D()
can be used to create a warped view.
Render the scene normally
Copy to a texture
Draw a warped mesh with the texture
Example:
warp.py