aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletXPlugin
diff options
context:
space:
mode:
authorCharles Krinke2008-09-28 21:53:56 +0000
committerCharles Krinke2008-09-28 21:53:56 +0000
commitebbbd37605e2954c877454ed8cafd4027f0bdc10 (patch)
tree7e8dfed49511939877ffd9fec6981d3be29864e4 /OpenSim/Region/Physics/BulletXPlugin
parentA little bit further with LLSetVehicleVectorParam. (diff)
downloadopensim-SC_OLD-ebbbd37605e2954c877454ed8cafd4027f0bdc10.zip
opensim-SC_OLD-ebbbd37605e2954c877454ed8cafd4027f0bdc10.tar.gz
opensim-SC_OLD-ebbbd37605e2954c877454ed8cafd4027f0bdc10.tar.bz2
opensim-SC_OLD-ebbbd37605e2954c877454ed8cafd4027f0bdc10.tar.xz
Added the plumbing for llSetVehicleRotationParam
in the classes between the LSL implementation and the underlying physics engines.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin')
-rw-r--r--OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
index acd4cb1..e62f966 100644
--- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
+++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
@@ -959,6 +959,11 @@ namespace OpenSim.Region.Physics.BulletXPlugin
959 { 959 {
960 960
961 } 961 }
962
963 public override void VehicleRotationParam(int param, OpenMetaverse.Quaternion rotation)
964 {
965
966 }
962 967
963 public override PhysicsVector CenterOfMass 968 public override PhysicsVector CenterOfMass
964 { 969 {