mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 05:04:14 +02:00
Added glow effect to search beam
This commit is contained in:
parent
9242147394
commit
7d1f52da70
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ function MyController(hand) {
|
|||
this.overlayLineOn = function (closePoint, farPoint, color) {
|
||||
if (this.overlayLine === null) {
|
||||
var lineProperties = {
|
||||
lineWidth: 5,
|
||||
glow: 1.0,
|
||||
start: closePoint,
|
||||
end: farPoint,
|
||||
color: color,
|
||||
|
|
Loading…
Reference in a new issue