const MESH_PRESETS: &[(&str, u32, u32)];Expand description
Concrete mesh sizes for the named quality presets. Kept in lockstep
with onedrop_renderer::MeshQuality::size; we duplicate here so the
dropdown can list “Custom” without forcing a round-trip through the
renderer crate just for labels.