mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Implements llSetForce() and llGetForce(). These are experimental and the units may not match the Linden implementation.
This commit is contained in:
@@ -340,6 +340,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin
|
||||
public override PhysicsVector Force
|
||||
{
|
||||
get { return PhysicsVector.Zero; }
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override PhysicsVector CenterOfMass
|
||||
@@ -669,6 +670,7 @@ namespace OpenSim.Region.Physics.PhysXPlugin
|
||||
public override PhysicsVector Force
|
||||
{
|
||||
get { return PhysicsVector.Zero; }
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override PhysicsVector CenterOfMass
|
||||
|
||||
Reference in New Issue
Block a user