diff options
author | Robert Adams | 2013-05-21 21:32:30 -0700 |
---|---|---|
committer | Robert Adams | 2013-05-22 21:01:00 -0700 |
commit | ffc9b3dda766c15e053b9296d15356533f7e99f8 (patch) | |
tree | 8519d5e430e3da763a052e2382d019943135b025 /prebuild.xml | |
parent | BulletSim: fix problem with walking up stairs that are oriented (diff) | |
download | opensim-SC-ffc9b3dda766c15e053b9296d15356533f7e99f8.zip opensim-SC-ffc9b3dda766c15e053b9296d15356533f7e99f8.tar.gz opensim-SC-ffc9b3dda766c15e053b9296d15356533f7e99f8.tar.bz2 opensim-SC-ffc9b3dda766c15e053b9296d15356533f7e99f8.tar.xz |
BulletSim: add code to experimentally use asset hull data.
Default to 'off' as it needs debugging.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 9fbe08b..f51e8f0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1753,6 +1753,7 @@ | |||
1753 | <Reference name="OpenSim.Region.CoreModules"/> | 1753 | <Reference name="OpenSim.Region.CoreModules"/> |
1754 | <Reference name="OpenSim.Framework.Console"/> | 1754 | <Reference name="OpenSim.Framework.Console"/> |
1755 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1755 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1756 | <Reference name="OpenSim.Region.Physics.Meshing"/> | ||
1756 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> | 1757 | <Reference name="OpenSim.Region.Physics.ConvexDecompositionDotNet"/> |
1757 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1758 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> |
1758 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1759 | <Reference name="log4net.dll" path="../../../../bin/"/> |