diff options
author | KittoFlora | 2009-10-26 00:10:23 +0100 |
---|---|---|
committer | KittoFlora | 2009-10-26 00:10:23 +0100 |
commit | 8428b25939d39711e732eeb3928e8a8e64aad8a9 (patch) | |
tree | 4431c6743c579dcaa83a5f979496ccc574ae25e3 /OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |
parent | Commented out instrumentation in ODEPrim.cs (diff) | |
download | opensim-SC-8428b25939d39711e732eeb3928e8a8e64aad8a9.zip opensim-SC-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.gz opensim-SC-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.bz2 opensim-SC-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.xz |
Add llRotLookat pt1.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODECharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 71ace16..8272083 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -1205,6 +1205,28 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1205 | public override bool PIDHoverActive { set { return; } } | 1205 | public override bool PIDHoverActive { set { return; } } |
1206 | public override PIDHoverType PIDHoverType { set { return; } } | 1206 | public override PIDHoverType PIDHoverType { set { return; } } |
1207 | public override float PIDHoverTau { set { return; } } | 1207 | public override float PIDHoverTau { set { return; } } |
1208 | |||
1209 | public override Quaternion APIDTarget | ||
1210 | { | ||
1211 | set { return; } | ||
1212 | } | ||
1213 | |||
1214 | public override bool APIDActive | ||
1215 | { | ||
1216 | set { return; } | ||
1217 | } | ||
1218 | |||
1219 | public override float APIDStrength | ||
1220 | { | ||
1221 | set { return; } | ||
1222 | } | ||
1223 | |||
1224 | public override float APIDDamping | ||
1225 | { | ||
1226 | set { return; } | ||
1227 | } | ||
1228 | |||
1229 | |||
1208 | 1230 | ||
1209 | public override void SubscribeEvents(int ms) | 1231 | public override void SubscribeEvents(int ms) |
1210 | { | 1232 | { |