diff options
author | Robert Adams | 2013-09-09 14:53:16 -0700 |
---|---|---|
committer | Robert Adams | 2013-09-11 09:12:19 -0700 |
commit | c5eabb28b4c933cfacefa85381e290372fbc094e (patch) | |
tree | c79acadaa6de935d18865a1bc0d5c9162e23747a /OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics | |
parent | BulletSim: add extended physics LSL constants for axis specification. (diff) | |
download | opensim-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-x | OpenSim/Region/OptionalModules/Scripting/ExtendedPhysics/ExtendedPhysics.cs | 4 |
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] |