From 18001696045960d61cb777bba4ef2d58b36c7d23 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Wed, 1 Oct 2008 23:45:54 +0000 Subject: [PATCH] add new files to CMake --- ChangeLog.txt | 7 +++++++ src/BulletCollision/CMakeLists.txt | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 48b452266..b9db6ad86 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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. diff --git a/src/BulletCollision/CMakeLists.txt b/src/BulletCollision/CMakeLists.txt index d77ca6444..780ab1bcd 100644 --- a/src/BulletCollision/CMakeLists.txt +++ b/src/BulletCollision/CMakeLists.txt @@ -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