Box2D Helper
Reference
debugDraw(scale, world)
Renders everything in a box2d world to the processing window.
Name
Type
Description
scale
float
scale factor for physics. See also:
scaleFactor
world
World
world that this function renders. See also:
createWorld
Returns
void
Related:
drawJoint()
drawShape()
Homepage