diff options
author | Teravus Ovares | 2008-06-06 22:44:48 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-06 22:44:48 +0000 |
commit | bd2361ae33c49a0a31f07049ff9172c70191ef49 (patch) | |
tree | 042728ac66fd98afc7243a9f767aefcfcb416de9 /OpenSim/Region/ScriptEngine/Common | |
parent | * Added Light control from script in LLSetPrimitiveParams. (diff) | |
download | opensim-SC_OLD-bd2361ae33c49a0a31f07049ff9172c70191ef49.zip opensim-SC_OLD-bd2361ae33c49a0a31f07049ff9172c70191ef49.tar.gz opensim-SC_OLD-bd2361ae33c49a0a31f07049ff9172c70191ef49.tar.bz2 opensim-SC_OLD-bd2361ae33c49a0a31f07049ff9172c70191ef49.tar.xz |
* llSetPrimitiveParams PRIM_FLEXIBLE is now supported.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 796b065..3260dad 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -1066,6 +1066,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
1066 | part.Shape.FlexiForceX = (float)Force.x; | 1066 | part.Shape.FlexiForceX = (float)Force.x; |
1067 | part.Shape.FlexiForceY = (float)Force.y; | 1067 | part.Shape.FlexiForceY = (float)Force.y; |
1068 | part.Shape.FlexiForceZ = (float)Force.z; | 1068 | part.Shape.FlexiForceZ = (float)Force.z; |
1069 | part.Shape.PathCurve = 0x80; | ||
1069 | 1070 | ||
1070 | } | 1071 | } |
1071 | else | 1072 | else |