put AVATAR_MIN_ROTATION_DOT back to previous value

This commit is contained in:
Seth Alves 2015-09-03 16:08:46 -07:00
parent 0c8848a463
commit 218521fc02

View file

@ -114,7 +114,7 @@ const QString DEFAULT_FULL_AVATAR_MODEL_NAME = QString("Default");
// how often should we send a full report about joint rotations, even if they haven't changed?
const float AVATAR_SEND_FULL_UPDATE_RATIO = 0.02;
// this controls how large a change in joint-rotation must be before the interface sends it to the avatar mixer
const float AVATAR_MIN_ROTATION_DOT = 0.99999999f;
const float AVATAR_MIN_ROTATION_DOT = 0.9999999f;
// Where one's own Avatar begins in the world (will be overwritten if avatar data file is found).