mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:29:50 +02:00
Increased show-radius to 20 meters
This commit is contained in:
parent
9397108b3b
commit
3f9aa00fd6
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
// Created by Thijs Wenker on 12/7/16
|
// Created by Thijs Wenker on 12/7/16
|
||||||
// Copyright 2016 High Fidelity, Inc.
|
// Copyright 2016 High Fidelity, Inc.
|
||||||
//
|
//
|
||||||
// Shows 2km long red beams for each avatar outside of the 10 meter radius of your avatar, tries to ignore AC Agents.
|
// Shows 2km long red beams for each avatar outside of the 20 meter radius of your avatar, tries to ignore AC Agents.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
||||||
var MIN_DISPLAY_DISTANCE = 10.0; // meters
|
var MIN_DISPLAY_DISTANCE = 20.0; // meters
|
||||||
var BEAM_COLOR = {red: 255, green: 0, blue: 0};
|
var BEAM_COLOR = {red: 255, green: 0, blue: 0};
|
||||||
var SHOW_THROUGH_WALLS = false;
|
var SHOW_THROUGH_WALLS = false;
|
||||||
var BEACON_LENGTH = 2000.0; // meters
|
var BEACON_LENGTH = 2000.0; // meters
|
||||||
|
|
Loading…
Reference in a new issue