Thank you kindly, FrankNichols for a patch that:

The following patch fixes http://opensimulator.org/mantis/view.php?id=3107 
[^] by changing call from setRot to llSetRot, the later handles 
child prim being rotated relative to root prim in linked set.
This commit is contained in:
Charles Krinke
2009-02-11 16:01:56 +00:00
parent f70e580f86
commit 6b187ae196

View File

@@ -6286,7 +6286,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return;
LSL_Rotation q = rules.GetQuaternionItem(idx++);
SetRot(part, Rot2Quaternion(q));
llSetRot(q);
break;