minor: I was wrong about OffsetPosition - sometimes it genuinely does return offset position!
Add method doc to explain this.remove-scene-viewer
parent
b2356340d2
commit
adfe713b43
|
@ -526,6 +526,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// If sitting, returns the offset position from the prim the avatar is sitting on.
|
||||||
|
/// Otherwise, returns absolute position in the scene.
|
||||||
|
/// </summary>
|
||||||
public Vector3 OffsetPosition
|
public Vector3 OffsetPosition
|
||||||
{
|
{
|
||||||
get { return m_pos; }
|
get { return m_pos; }
|
||||||
|
|
Loading…
Reference in New Issue