Static "LoD" hack opinions
- by David Lively
I've been playing with implementing dynamic level of detail for rendering a very large mesh in XNA.
It occurred to me that (duh) the whole point of this is to generate small triangles close to the camera, and larger ones far away. Given that, rather than constantly modifying or swapping index buffers based on a feature's rendered size or distance…