mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
added ability to update group position
This commit is contained in:
@@ -603,6 +603,13 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
this.OffsetPosition = newPos;
|
||||
ScheduleTerseUpdate();
|
||||
}
|
||||
|
||||
public void UpdateGroupPosition(LLVector3 pos)
|
||||
{
|
||||
LLVector3 newPos = new LLVector3(pos.X, pos.Y, pos.Z);
|
||||
this.GroupPosition = newPos;
|
||||
ScheduleTerseUpdate();
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region rotation
|
||||
|
||||
Reference in New Issue
Block a user