From c1e0f4085ea1fbd247c662ad2fdb30eaa79ccd5b Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 16 Dec 2006 06:31:29 +0000 Subject: [PATCH] double precision --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5c6c0ad6f..82b938070 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,9 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 Dec 15 + - added contribution to allow double precision collision detection/dynamics. Define BT_USE_DOUBLE_PRECISION in your project and libraries that include Bullet + 2006 Dec 14 - merged contact and non-contact constraint solving into one loop, will improve stability of jointed bodies during collisions - added first draft for hingeConstraint motor