MAX_SHAPE_SIDES

Constant MAX_SHAPE_SIDES 

Source
pub const MAX_SHAPE_SIDES: u32 = 64;
Expand description

MD2 caps sides at 100 in the preset format. We clamp to 64 here to keep the per-instance vertex count manageable (64 × 3 = 192 vertices/instance × 1024 instances = ~200K verts max per shape).