add new files to CMake
This commit is contained in:
@@ -4,6 +4,13 @@ Primary author and maintainer: Erwin Coumans
|
|||||||
Todo: update changelog from April - July 2008
|
Todo: update changelog from April - July 2008
|
||||||
See http://code.google.com/p/bullet/source/list for more complete log in Subversion
|
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
|
2008 Sept 11
|
||||||
- Enable CCD motion clamping for btDiscreteDynamicsWorld, to avoid tunneling. A more advanced solution will be implemented in btContinuousDynamicsWorld.
|
- Enable CCD motion clamping for btDiscreteDynamicsWorld, to avoid tunneling. A more advanced solution will be implemented in btContinuousDynamicsWorld.
|
||||||
|
|
||||||
|
|||||||
@@ -77,6 +77,8 @@ ADD_LIBRARY(LibBulletCollision
|
|||||||
CollisionShapes/btConeShape.h
|
CollisionShapes/btConeShape.h
|
||||||
CollisionShapes/btConvexHullShape.cpp
|
CollisionShapes/btConvexHullShape.cpp
|
||||||
CollisionShapes/btConvexHullShape.h
|
CollisionShapes/btConvexHullShape.h
|
||||||
|
CollisionShapes/btConvexPointCloudShape.cpp
|
||||||
|
CollisionShapes/btConvexPointCloudShape.h
|
||||||
CollisionShapes/btConvexShape.cpp
|
CollisionShapes/btConvexShape.cpp
|
||||||
CollisionShapes/btConvexShape.h
|
CollisionShapes/btConvexShape.h
|
||||||
CollisionShapes/btConvexInternalShape.cpp
|
CollisionShapes/btConvexInternalShape.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user