From 55d038b5eac4c40b95c032ca600f2bb35608820b Mon Sep 17 00:00:00 2001 From: Irlan Robson Date: Thu, 9 Aug 2018 13:10:29 -0300 Subject: [PATCH 1/2] 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 From 19c54283f7b6970f92c81fa8bb060f10c068470c Mon Sep 17 00:00:00 2001 From: Irlan Robson Date: Fri, 10 Aug 2018 22:19:30 -0300 Subject: [PATCH 2/2] Update readme.md --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3eb3d67..d61e9cb 100644 --- a/readme.md +++ b/readme.md @@ -17,10 +17,9 @@ Bounce is released under the zlib license. * Built-in math library * Tunable settings used across the entire library -#### QHull +#### Quickhull -* Quickhull -* Robust 3D convex hull creation +* Robust 3D convex hull creation and simplification #### Collision