From 55d038b5eac4c40b95c032ca600f2bb35608820b Mon Sep 17 00:00:00 2001 From: Irlan Robson Date: Thu, 9 Aug 2018 13:10:29 -0300 Subject: [PATCH] Update readme.md --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 308c794..3eb3d67 100644 --- a/readme.md +++ b/readme.md @@ -17,13 +17,18 @@ Bounce is released under the zlib 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