pub const RENDER_QUALITY: &[(&str, f64)];Expand description
The “Render Quality” dropdown levels shown in Settings, each mapped to a
display-tessellation LOD factor. Higher quality = finer mesh = SMALLER factor
(chord tolerance = extent · 1.5e-3 · factor). Order is coarse→fine, the order
the ComboBox lists them. lod_factor stays the internal representation the
tessellation path reads; only the SETTINGS UI/serialization speaks in levels.