First page Back Continue Last page Overview Graphics
Chunked LOD
Usage
You start with some data, typically a heightfield grid and a big texture
You preprocess the heightfield, which generates a tree of chunked meshes (.CHU)
You preprocess the texture, to generate a texture quadtree (.TQT)
The run-time viewer reads .CHU and .TQT, and executes the pseudocode we just saw