It looks like you're new here. If you want to get involved, click one of these buttons!
local triangle = b2.PolygonShape.new() triangle:set( 0, -20, -5, -10 5, -10, )
local triangle = b2.PolygonShape.new() triangle:set( 0, -20, 5, -10, -5, -10 )
Comments
So you don't need to treat this as bug.
It would help newbies like me.