mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
add give a body to default rootVelocity
This commit is contained in:
@@ -396,7 +396,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
|
||||
}
|
||||
|
||||
public abstract Vector3 Velocity { get; set; }
|
||||
public virtual Vector3 rootVelocity { get; }
|
||||
public virtual Vector3 rootVelocity { get { return Vector3.Zero; } }
|
||||
|
||||
public abstract Vector3 Torque { get; set; }
|
||||
public abstract float CollisionScore { get; set;}
|
||||
|
||||
Reference in New Issue
Block a user