openfl / box2d

Haxe port of Box2D, a popular rigid-body 2D physics engine
Other
96 stars 29 forks source link

Add heaps debug draw view #17

Closed Beeblerox closed 6 years ago

Beeblerox commented 6 years ago

This Pull Request makes small change to B2DebugDraw by adding clear() method and to B2World, which is using this method for clearing debug draw view. Plus i've added B2HeapsDebugDraw class for debug rendering in Heaps framework, Hope that this PR will merged :) And thank you for the port!

jgranick commented 6 years ago

Looks great, thank you!