aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
authorRobert Adams2012-12-01 15:39:13 -0800
committerRobert Adams2012-12-01 15:39:13 -0800
commitb124aae05e6aeca02f692a7a5d96569b804612bd (patch)
tree306bde2370b7c9c548957f0251c78dcc3d5344f3 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
parentBulletSim: remove time scaling of computed vehicle absolute velocity since Bu... (diff)
downloadopensim-SC_OLD-b124aae05e6aeca02f692a7a5d96569b804612bd.zip
opensim-SC_OLD-b124aae05e6aeca02f692a7a5d96569b804612bd.tar.gz
opensim-SC_OLD-b124aae05e6aeca02f692a7a5d96569b804612bd.tar.bz2
opensim-SC_OLD-b124aae05e6aeca02f692a7a5d96569b804612bd.tar.xz
BulletSim: Add DumpActivationInfo2 function. Change static objects from DISABLE_SIMULATION to ISLAND_SLEEPING. Update DLLs and SOs to add DumpActivationInfo2 function.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 0c80611..5e70a23 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -971,6 +971,8 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
971 // Should handle fetching the right type from the ini file and converting it. 971 // Should handle fetching the right type from the ini file and converting it.
972 // -- a delegate for getting the value as a float 972 // -- a delegate for getting the value as a float
973 // -- a delegate for setting the value from a float 973 // -- a delegate for setting the value from a float
974 // -- an optional delegate to update the value in the world. Most often used to
975 // push the new value to an in-world object.
974 // 976 //
975 // The single letter parameters for the delegates are: 977 // The single letter parameters for the delegates are:
976 // s = BSScene 978 // s = BSScene