Skip to content

0.2.0

Compare
Choose a tag to compare
@hexus hexus released this 18 May 23:33
· 61 commits to master since this release

v0.2.0 - 18th June 2017

  • Added heuristics for square tiles to improve skipped collisions (#38) at the
    expense of some inconsistencies when bodies exit tiles from inside.
  • Allowed physics bodies to disable and enable heuristics for themselves using
    body.slopes.heuristics. null uses default, false disables and true
    enables.