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/POSPlugin/POSCharacter.cs | |
parent | Commented out instrumentation in ODEPrim.cs (diff) | |
download | opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.zip opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.gz opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.bz2 opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.xz |
Add llRotLookat pt1.
Diffstat (limited to 'OpenSim/Region/Physics/POSPlugin/POSCharacter.cs')
-rw-r--r-- | OpenSim/Region/Physics/POSPlugin/POSCharacter.cs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs b/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs index 35fc616..135f49e 100644 --- a/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs +++ b/OpenSim/Region/Physics/POSPlugin/POSCharacter.cs | |||
@@ -307,6 +307,27 @@ namespace OpenSim.Region.Physics.POSPlugin | |||
307 | { | 307 | { |
308 | set { return; } | 308 | set { return; } |
309 | } | 309 | } |
310 | |||
311 | public override Quaternion APIDTarget | ||
312 | { | ||
313 | set { return; } | ||
314 | } | ||
315 | |||
316 | public override bool APIDActive | ||
317 | { | ||
318 | set { return; } | ||
319 | } | ||
320 | |||
321 | public override float APIDStrength | ||
322 | { | ||
323 | set { return; } | ||
324 | } | ||
325 | |||
326 | public override float APIDDamping | ||
327 | { | ||
328 | set { return; } | ||
329 | } | ||
330 | |||
310 | 331 | ||
311 | public override void SubscribeEvents(int ms) | 332 | public override void SubscribeEvents(int ms) |
312 | { | 333 | { |