From d76e697668feb11b49158e3a8c196001908c5b7a Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Thu, 21 Dec 2023 23:17:36 +0000 Subject: [PATCH] Add comment to README in top level of BulletPhysics/ dir saying old sources and nothing interesting here. --- BulletPhysics/bulletTrunk/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BulletPhysics/bulletTrunk/README b/BulletPhysics/bulletTrunk/README index 8f370538..0222bb18 100644 --- a/BulletPhysics/bulletTrunk/README +++ b/BulletPhysics/bulletTrunk/README @@ -1,3 +1,9 @@ +============================================ +December 2023: This is an old, old, old attempt at building the Bullet physics engine that +happened to get checked into opensim-libs. +If you are interested in Bullet physics for OpenSimulator, check out the BulletSim +physics module in opensim-libs/trunk/unmanaged/BulletSim. +============================================ Bullet is a 3D Collision Detection and Rigid Body Dynamics Library for games and animation. Free for commercial use, including Playstation 3, open source under the ZLib License.