lower threshold for ignoring rotation updates

one hundred fold smaller
This commit is contained in:
Andrew Meadows 2015-02-24 17:16:00 -08:00
parent 3230857b0d
commit 0456cb298f

View file

@ -1002,7 +1002,7 @@ void EntityItem::computeShapeInfo(ShapeInfo& info) const {
}
const float MIN_POSITION_DELTA = 0.0001f;
const float MIN_ALIGNMENT_DOT = 0.9999f;
const float MIN_ALIGNMENT_DOT = 0.999999f;
const float MIN_VELOCITY_DELTA = 0.01f;
const float MIN_DAMPING_DELTA = 0.001f;
const float MIN_GRAVITY_DELTA = 0.001f;