diff options
author | Robert Adams | 2012-12-01 15:39:13 -0800 |
---|---|---|
committer | Robert Adams | 2012-12-01 15:39:13 -0800 |
commit | b124aae05e6aeca02f692a7a5d96569b804612bd (patch) | |
tree | 306bde2370b7c9c548957f0251c78dcc3d5344f3 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | |
parent | BulletSim: remove time scaling of computed vehicle absolute velocity since Bu... (diff) | |
download | opensim-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 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSScene.cs | 2 |
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 |