* llSetPrimitiveParams PRIM_FLEXIBLE is now supported.

0.6.0-stable
Teravus Ovares 2008-06-06 22:44:48 +00:00
parent 8c507b633b
commit bd2361ae33
1 changed files with 1 additions and 0 deletions

View File

@ -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