From bff5094217123ae479da9aabcce5ba01c448dd07 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Fri, 10 Jan 2014 16:58:26 -0800 Subject: [PATCH] Update readme.txt note about Bullet2 into Bullet3 merge. --- readme.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 3bf4e2478..3ea5e832b 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,13 @@ Bullet 3.x GPU rigid body pipeline using OpenCL. + Note that the Bullet 2.x svn repository from http://bullet.googlecode.com -is being merged into this repository. This merging is work-in-progress. +is being merged into this repository. + +1) The old Bullet2 demos are moved from ObsoleteDemos to AllBullet2Demos +2) A new Bullet 3 API is created +3) All Bullet2 functionality is added to Bullet 3 +Until this is done, you can use the Demos3/BasicGpuDemo/b3GpuDynamicsWorl +or explore the Demos3/GpuDemos to check out Bullet 3. The entire collision detection and rigid body dynamics is executed on the GPU.