mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:38:27 +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) {
|
this.overlayLineOn = function (closePoint, farPoint, color) {
|
||||||
if (this.overlayLine === null) {
|
if (this.overlayLine === null) {
|
||||||
var lineProperties = {
|
var lineProperties = {
|
||||||
lineWidth: 5,
|
glow: 1.0,
|
||||||
start: closePoint,
|
start: closePoint,
|
||||||
end: farPoint,
|
end: farPoint,
|
||||||
color: color,
|
color: color,
|
||||||
|
|
Loading…
Reference in a new issue