Drawing concave shapes with Box2D in flash

me

After being stuck at using box2d, drawing clockwise polygons and concave shapes came a small break through when I bumped into an article and code by Paul Bourke, which was quickly ported over to ActionScript to solve two of my problems, which was to find if the vertices were ordered clockwise or counter-clockwise; and also if . . . → Read More: Drawing concave shapes with Box2D in flash

Box2D, Flixel and concave hulls

me

The code in this article is old, new follow up article here – http://chronosign.com/rant/yadurajiv/2011/01/694

I have been trying all weekend to try and build up a physics based game using Box2D and Flixel. I went ahead and was prototyping till I hit a wall. Before I try to climb a hill which seems to be . . . → Read More: Box2D, Flixel and concave hulls