Large Textures
Scrolling Texture Memory
- If visible region small, can update texture memory without tiles
- Update texture memory with visible region using glTexImage2D or glTexSubImage2D
- To avoid seams, re-map texture coordinates of visible region into texture map (0 -> 1) using texture matrix