diff options
author | Teravus Ovares | 2007-11-20 04:38:08 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-20 04:38:08 +0000 |
commit | 5a71d03b7ac1de0b599f651c62bf1e33a3d1745d (patch) | |
tree | dd85b6f7d5fb5069fd281a70dd79e6daf267a1bd /OpenSim/Region/Physics/PhysXPlugin | |
parent | POS physics. tweaking stair-climbing which broke with my last change (diff) | |
download | opensim-SC_OLD-5a71d03b7ac1de0b599f651c62bf1e33a3d1745d.zip opensim-SC_OLD-5a71d03b7ac1de0b599f651c62bf1e33a3d1745d.tar.gz opensim-SC_OLD-5a71d03b7ac1de0b599f651c62bf1e33a3d1745d.tar.bz2 opensim-SC_OLD-5a71d03b7ac1de0b599f651c62bf1e33a3d1745d.tar.xz |
*Huge* structural changes in ODE/OdePrim to get all of the calls in threadlocked code. ODEPrim was almost completely re-written.
Copy/Space test needed.
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index 8956f1a..799a7d4 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -135,7 +135,10 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
135 | { | 135 | { |
136 | return AddPrim(position, size, rotation); | 136 | return AddPrim(position, size, rotation); |
137 | } | 137 | } |
138 | public override void AddPhysicsActorTaint(PhysicsActor prim) | ||
139 | { | ||
138 | 140 | ||
141 | } | ||
139 | public override void Simulate(float timeStep) | 142 | public override void Simulate(float timeStep) |
140 | { | 143 | { |
141 | try | 144 | try |