Update readme.md

This commit is contained in:
Irlan Robson 2018-08-09 13:10:29 -03:00 committed by GitHub
parent 45f8ae2928
commit 55d038b5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,18 @@ Bounce is released under the <b>zlib</b> license.
* Built-in math library
* Tunable settings used across the entire library
#### QHull
* Quickhull
* Robust 3D convex hull creation
#### Collision
* Dynamic tree broadphase
* Static tree "midphase"
* SAT
* GJK
* Spheres, capsules, hulls, triangle meshes
* Spheres, capsules, convex hulls, triangle meshes
* Optimized pair management
#### Dynamics