added initial support for per-triangle material properties in a non-convex mesh. needs testing.

This commit is contained in:
ejcoumans 2006-08-10 08:20:15 +00:00
parent 16781831dc
commit 369fabd300

View File

@ -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 )