Simian: fixes previous commit

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2469 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
2009-03-05 22:33:30 +00:00
parent 193a7c531b
commit 2dc837eff1

View File

@@ -25,6 +25,8 @@ namespace Simian
public Vector3 RotationAxis = Vector3.UnitY;
/// <summary>A continual rotational impulse</summary>
public Vector3 Torque;
/// <summary>Last point the object was attached to (right hand by default)</summary>
public AttachmentPoint LastAttachmentPoint = AttachmentPoint.RightHand;
/// <summary>Seat offset</summary>
public Vector3 SitPosition;
/// <summary>Seat rotation</summary>