liabru

Results 233 comments of liabru

Sorry I missed this earlier. I tried this using the latest release of `matter-js` and `polydecomp` and it works fine using your original code e.g. Bodies.fromVertices(100, 100, [{x: 0, y:...

Are you saying that `Matter.Bodies.fromVertices(400, 400, polygons)` alone doesn't work? Assuming your `polygons` is like `[[vector ...], [vector...]...]`, I think that should do the job. > The issue seems to...

This is a known issue but thanks for showing your solution, this might be something I need to implement as standard as this comes up often.