Increase the distance at which avatars glow when moving.

This commit is contained in:
Andrzej Kapolka 2014-03-12 14:56:52 -07:00
parent f85f49caa6
commit 889c1358fc

View file

@ -189,7 +189,7 @@ void Avatar::render(bool forShadowMap) {
{
// glow when moving in the distance
const float GLOW_DISTANCE = 5.0f;
const float GLOW_DISTANCE = 10.0f;
Glower glower(_moving && lengthToTarget > GLOW_DISTANCE && !forShadowMap ? 1.0f : 0.0f);
// render body