braingdx icon indicating copy to clipboard operation
braingdx copied to clipboard

Complex polygon support for box2d

Open bitbrain opened this issue 4 years ago • 0 comments

This is a follow-up to https://github.com/bitbrain/braingdx/issues/130

box2d has a limitation of 8 vertices per polygon. As a result, we should introduce triangle stripping and create multiple fixtures per body, as shown in this repository.

bitbrain avatar Nov 29 '19 19:11 bitbrain