mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* llSetPrimitiveParams PRIM_FLEXIBLE is now supported.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user