Bumped up the search radius to 50

This commit is contained in:
Atlante45 2014-07-29 11:52:25 -07:00
parent 56f335bb65
commit 6c21c44beb

View file

@ -261,7 +261,7 @@ function update(deltaTime){
MyAvatar.position.z != avatarOldPosition.z) {
avatarOldPosition = MyAvatar.position;
var SEARCH_RADIUS = 10;
var SEARCH_RADIUS = 50;
var foundModels = Models.findModels(MyAvatar.position, SEARCH_RADIUS);
// Let's remove indicator that got out of radius
for (model in models) {