Open
Description
Expected/Desired Behavior or Experience:
Ability to create complex 2-D shapes by using boolean operators (union, intersection, and difference) to combine simpler shapes. Basically Constructive Solid Geometry (CSG) for 2-D shapes. The resulting shape should be a MultiShapeConf
structure (which can take on any convex or concave shape).
Actual Behavior:
Nothing like this is already available as part of the PlayRho library.
Related Issue(s):
- Issue Concave polygons not supported: what are pros/cons of for this? #11 has some information related to this issue.