mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add setter for Acceleration on physics objects.
This commit is contained in:
@@ -841,6 +841,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
public override Vector3 Acceleration
|
||||
{
|
||||
get { return _acceleration; }
|
||||
set { _acceleration = value; }
|
||||
}
|
||||
|
||||
public void SetAcceleration(Vector3 accel)
|
||||
|
||||
@@ -673,6 +673,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
}
|
||||
return _acceleration;
|
||||
}
|
||||
set { _acceleration = value; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user