mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 20:46:42 +02:00
Bumped up the search radius to 50
This commit is contained in:
parent
56f335bb65
commit
6c21c44beb
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ function update(deltaTime){
|
||||||
MyAvatar.position.z != avatarOldPosition.z) {
|
MyAvatar.position.z != avatarOldPosition.z) {
|
||||||
avatarOldPosition = MyAvatar.position;
|
avatarOldPosition = MyAvatar.position;
|
||||||
|
|
||||||
var SEARCH_RADIUS = 10;
|
var SEARCH_RADIUS = 50;
|
||||||
var foundModels = Models.findModels(MyAvatar.position, SEARCH_RADIUS);
|
var foundModels = Models.findModels(MyAvatar.position, SEARCH_RADIUS);
|
||||||
// Let's remove indicator that got out of radius
|
// Let's remove indicator that got out of radius
|
||||||
for (model in models) {
|
for (model in models) {
|
||||||
|
|
Loading…
Reference in a new issue