aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
authorKitto Flora2009-12-22 00:20:04 -0500
committerKitto Flora2009-12-22 00:20:04 -0500
commit0a29842caf5dbe711490b9b323ae922c418c6c30 (patch)
tree17f1403561f8bf1238dae53ff29f126b645b6793 /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
parentMerge branch 'master' into careminster (diff)
downloadopensim-SC-0a29842caf5dbe711490b9b323ae922c418c6c30.zip
opensim-SC-0a29842caf5dbe711490b9b323ae922c418c6c30.tar.gz
opensim-SC-0a29842caf5dbe711490b9b323ae922c418c6c30.tar.bz2
opensim-SC-0a29842caf5dbe711490b9b323ae922c418c6c30.tar.xz
Include ChOdePlugin
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs21
1 files changed, 4 insertions, 17 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index b99baa2..06ed8fb 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -1197,26 +1197,13 @@ namespace OpenSim.Region.Physics.OdePlugin
1197 public override PIDHoverType PIDHoverType { set { return; } } 1197 public override PIDHoverType PIDHoverType { set { return; } }
1198 public override float PIDHoverTau { set { return; } } 1198 public override float PIDHoverTau { set { return; } }
1199 1199
1200 public override Quaternion APIDTarget 1200 public override Quaternion APIDTarget{ set { return; } }
1201 {
1202 set { return; }
1203 }
1204 1201
1205 public override bool APIDActive 1202 public override bool APIDActive{ set { return; } }
1206 {
1207 set { return; }
1208 }
1209 1203
1210 public override float APIDStrength 1204 public override float APIDStrength{ set { return; } }
1211 {
1212 set { return; }
1213 }
1214
1215 public override float APIDDamping
1216 {
1217 set { return; }
1218 }
1219 1205
1206 public override float APIDDamping{ set { return; } }
1220 1207
1221 1208
1222 public override void SubscribeEvents(int ms) 1209 public override void SubscribeEvents(int ms)