Added Box2D

This commit is contained in:
Julian Nießner
2018-05-06 12:43:20 +02:00
parent cb5469bb89
commit d175d433a8
351 changed files with 123545 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Version 2.3.0
Polygon creation now computes the convex hull. Vertices no longer need to be ordered.
The convex hull code will merge vertices closer than dm_linearSlop. This may lead to failure on very small polygons.
Added b2MotorJoint.
Bug fixes.