From 369fabd300857f080e6accdd5c1fceb603618edc Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 10 Aug 2006 08:20:15 +0000 Subject: [PATCH] added initial support for per-triangle material properties in a non-convex mesh. needs testing. --- changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes.txt b/changes.txt index e73385ac7..d55c4fcea 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,9 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 August 10 + Added per-triangle material (friction/restitution) support for non-convex meshes. See ConcaveDemo for usage. + 2006 August 9 Added CMake support (see http://cmake.org) This can autogenerate makefiles, projectfiles cross platform (including MacOS X Xcode )