First page Back Continue Last page Overview Graphics
Introduction
Techie Approach
Use LOD for rendering
Page off disk, to get past RAM limits
- Quick 'n easy: use mmap()
- Or use a background loader thread
Unfortunately, these add complexity, constraints & time-to-market