mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
save a few ns on ubode
This commit is contained in:
@@ -3450,9 +3450,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
private const float ROTATION_TOLERANCE = 0.01f;
|
||||
private const float ROTATION_TOLERANCE = 0.002f;
|
||||
private const float VELOCITY_TOLERANCE = 0.1f;
|
||||
private const float ANGVELOCITY_TOLERANCE = 0.005f;
|
||||
private const float ANGVELOCITY_TOLERANCE = 0.002f;
|
||||
private const float POSITION_TOLERANCE = 0.05f; // I don't like this, but I suppose it's necessary
|
||||
private const double TIME_MS_TOLERANCE = 250.0; //llSetPos has a 200ms delay. This should NOT be 3 seconds.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user