Added GPU SoftBody constraint solvers for DirectX 11 (Direct Compute) and OpenCL, thanks to AMD.

See also http://code.google.com/p/bullet/issues/detail?id=390
Added Demos/DX11ClothDemo
(an OpenCL cloth demo will follow soon)
This commit is contained in:
erwin.coumans
2010-07-20 16:09:53 +00:00
parent 5fd08505ba
commit 11fa2e8b43
99 changed files with 117195 additions and 0 deletions

View File

@@ -77,6 +77,12 @@ ADD_LIBRARY(BulletMultiThreaded
../MiniCL/cl_MiniCL_Defs.h
)
#for now, only Direct 11 (Direct Compute)
IF(USE_DX11)
SUBDIRS(GpuSoftBodySolvers)
ENDIF(USE_DX11)
IF (BUILD_SHARED_LIBS)
TARGET_LINK_LIBRARIES(BulletMultiThreaded BulletDynamics BulletCollision)
ENDIF (BUILD_SHARED_LIBS)