pub fn build_debug_mesh(
chunks: &[Chunk],
radius: f32,
chunk_res: u32,
) -> DebugMeshDataExpand description
Realize the selected chunks into a per-LOD-coloured triangle soup. Each chunk
becomes chunk_res×chunk_res triangles all carrying the chunk’s LOD colour.