[][src]Constant box2d_rs::b2_settings::B2_MAX_POLYGON_VERTICES

pub const B2_MAX_POLYGON_VERTICES: usize = 8;

The maximum number of vertices on a convex polygon. You cannot increase this too much because b2BlockAllocator has a maximum object size.