Added glow effect to search beam

This commit is contained in:
Anthony J. Thibault 2016-07-08 14:33:22 -07:00
parent 9242147394
commit 7d1f52da70

View file

@ -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,