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!
This Pull Request makes small change to
B2DebugDraw
by addingclear()
method and toB2World
, which is using this method for clearing debug draw view. Plus i've addedB2HeapsDebugDraw
class for debug rendering in Heaps framework, Hope that this PR will merged :) And thank you for the port!