aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics
diff options
context:
space:
mode:
authorRobert Adams2013-09-09 14:53:16 -0700
committerRobert Adams2013-09-11 09:12:19 -0700
commitc5eabb28b4c933cfacefa85381e290372fbc094e (patch)
treec79acadaa6de935d18865a1bc0d5c9162e23747a /OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics
parentBulletSim: add extended physics LSL constants for axis specification. (diff)
downloadopensim-SC_OLD-c5eabb28b4c933cfacefa85381e290372fbc094e.zip
opensim-SC_OLD-c5eabb28b4c933cfacefa85381e290372fbc094e.tar.gz
opensim-SC_OLD-c5eabb28b4c933cfacefa85381e290372fbc094e.tar.bz2
opensim-SC_OLD-c5eabb28b4c933cfacefa85381e290372fbc094e.tar.xz
BulletSim: add LSL function and plumbing for setting a spring
equilibrium point in the physics engine constraint.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics')
-rwxr-xr-xOpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs b/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs
index b0b0bc6..9daf9d7 100755
--- a/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs
+++ b/OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs
@@ -408,8 +408,10 @@ public class ExtendedPhysics : INonSharedRegionModule
408 public const int PHYS_PARAM_LINK_TYPE = 14419; 408 public const int PHYS_PARAM_LINK_TYPE = 14419;
409 [ScriptConstant] 409 [ScriptConstant]
410 public const int PHYS_PARAM_USE_LINEAR_FRAMEA = 14420; 410 public const int PHYS_PARAM_USE_LINEAR_FRAMEA = 14420;
411 [ScriptConstant]
412 public const int PHYS_PARAM_SPRING_EQUILIBRIUM_POINT = 14421;
411 413
412 public const int PHYS_PARAM_MAX = 14420; 414 public const int PHYS_PARAM_MAX = 14421;
413 415
414 // Used when specifying a parameter that has settings for the three linear and three angular axis 416 // Used when specifying a parameter that has settings for the three linear and three angular axis
415 [ScriptConstant] 417 [ScriptConstant]