diff options
author | UbitUmarov | 2012-09-27 23:14:42 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-27 23:14:42 +0100 |
commit | 58e55ae0756250f58f56cb59f75d18a512f17815 (patch) | |
tree | ee37c20ca5ff4b6de72a17e38852aa5d1b2301fa /OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |
parent | Update the Http server with a few additional properties. Adapt the test (diff) | |
download | opensim-SC_OLD-58e55ae0756250f58f56cb59f75d18a512f17815.zip opensim-SC_OLD-58e55ae0756250f58f56cb59f75d18a512f17815.tar.gz opensim-SC_OLD-58e55ae0756250f58f56cb59f75d18a512f17815.tar.bz2 opensim-SC_OLD-58e55ae0756250f58f56cb59f75d18a512f17815.tar.xz |
make some forgotten changes be done by simulation thread not by caller
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index 3ee5198..f126644 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -134,6 +134,17 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
134 | AddAngForce, | 134 | AddAngForce, |
135 | AngLock, | 135 | AngLock, |
136 | 136 | ||
137 | Buoyancy, | ||
138 | |||
139 | PIDTarget, | ||
140 | PIDTau, | ||
141 | PIDActive, | ||
142 | |||
143 | PIDHoverHeight, | ||
144 | PIDHoverType, | ||
145 | PIDHoverTau, | ||
146 | PIDHoverActive, | ||
147 | |||
137 | Size, | 148 | Size, |
138 | Shape, | 149 | Shape, |
139 | 150 | ||