add new files to CMake

This commit is contained in:
erwin.coumans
2008-10-01 23:45:54 +00:00
parent d2a282dc07
commit 1800169604
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,13 @@ Primary author and maintainer: Erwin Coumans
Todo: update changelog from April - July 2008
See http://code.google.com/p/bullet/source/list for more complete log in Subversion
2008 Sept 30
- Improved Soft Body support, fixed issues related to soft body colliding against concave triangle meshes
- Shared more code between regular version and SPU/BulletMultiThreaded, in particular GJK/EPA
2008 Sept 28
- Fixed rotation issues in Dynamic Maya Plugin
2008 Sept 11
- Enable CCD motion clamping for btDiscreteDynamicsWorld, to avoid tunneling. A more advanced solution will be implemented in btContinuousDynamicsWorld.

View File

@@ -77,6 +77,8 @@ ADD_LIBRARY(LibBulletCollision
CollisionShapes/btConeShape.h
CollisionShapes/btConvexHullShape.cpp
CollisionShapes/btConvexHullShape.h
CollisionShapes/btConvexPointCloudShape.cpp
CollisionShapes/btConvexPointCloudShape.h
CollisionShapes/btConvexShape.cpp
CollisionShapes/btConvexShape.h
CollisionShapes/btConvexInternalShape.cpp