google / liquidfun

2D physics engine for games

Home Page:http://google.github.io/liquidfun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

b2ParticleGroupDef.shape limited to quad?

colludium opened this issue · comments

I've been experimenting with the javascript version (editing the testbed code) and it appears that only shapes with 4 vertices are acceptable, even if the shape is degenerate (with 2 vertices the same to create a triangle). Is this a limitation of the library, or is it a bug? I was hoping for a few more vertices... Thanks.

Digging into the full library and I see that this is a limitation/feature of the library (in javascript, at least).