* llSetPrimitiveParams PRIM_FLEXIBLE is now supported.
parent
8c507b633b
commit
bd2361ae33
|
@ -1066,6 +1066,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
|||
part.Shape.FlexiForceX = (float)Force.x;
|
||||
part.Shape.FlexiForceY = (float)Force.y;
|
||||
part.Shape.FlexiForceZ = (float)Force.z;
|
||||
part.Shape.PathCurve = 0x80;
|
||||
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue