Implements llSetForce() and llGetForce(). These are experimental and the units may not match the Linden implementation.

This commit is contained in:
Dahlia Trimble
2008-07-24 07:45:58 +00:00
parent d58346e798
commit f74a9bcdc7
11 changed files with 92 additions and 10 deletions

View File

@@ -534,6 +534,7 @@ namespace OpenSim.Region.Physics.OdePlugin
public override PhysicsVector Force
{
get { return new PhysicsVector(_target_velocity.X, _target_velocity.Y, _target_velocity.Z); }
set { return; }
}
public override PhysicsVector CenterOfMass