From 05a6658271b94829f01c485d5d2c2d479db09a1b Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 12 Aug 2006 00:08:02 +0000 Subject: [PATCH] added Quake BSP physics demo --- changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes.txt b/changes.txt index d55c4fcea..4fc40b4a8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,10 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 August 11 + Added Quake BspDemo + Improved CCD for compound and non-convex objects + 2006 August 10 Added per-triangle material (friction/restitution) support for non-convex meshes. See ConcaveDemo for usage.