DEFAULT_MESH_COLS

Constant DEFAULT_MESH_COLS 

Source
pub const DEFAULT_MESH_COLS: u32 = 48;
Expand description

Fallback warp mesh resolution. Used by call-sites that bypass RenderConfig (tests, benches). The real default comes from RenderConfig::mesh_cols/mesh_rows, which MeshQuality::Medium resolves to 48×36. MD2 ships 32×24 → 192×96.