* Added an internal throttle on ODE physics updates

* Added a ThrottleUpdates member to PhysicsActor to expose 'throttle' ability to the Scene.
* Updated the ode.dll file with a fix to invalid data passed to ODE's heightfield collision calculator.
This commit is contained in:
Teravus Ovares
2007-11-09 21:01:55 +00:00
parent 6c77ae5507
commit e9e72fe907
6 changed files with 56 additions and 5 deletions

View File

@@ -201,7 +201,11 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
get { return false; }
set { return; }
}
public override bool ThrottleUpdates
{
get { return false; }
set { return; }
}
public override bool Flying
{
get { return flying; }