MAX_POLYGON_VERTICES
constMAX_POLYGON_VERTICES:8=8
Defined in: physics/polygonHull2D.ts:27
The most vertices Box2D stores in ONE polygon (B2_MAX_POLYGON_VERTICES). It
caps a convex piece, not what an author may draw: a ring past it is divided
into pieces that each fit.