mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:50:19 +02:00
Set VR laser ends to be unlit
This commit is contained in:
parent
1238aa1297
commit
b032f322ee
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ var Pointer = function(hudLayer, pickType, pointerData) {
|
|||
solid: true,
|
||||
color: COLORS_GRAB_SEARCHING_HALF_SQUEEZE,
|
||||
alpha: 0.9,
|
||||
unlit: true,
|
||||
ignorePickIntersection: true,
|
||||
renderLayer: this.renderLayer,
|
||||
visible: true
|
||||
|
@ -66,6 +67,7 @@ var Pointer = function(hudLayer, pickType, pointerData) {
|
|||
solid: true,
|
||||
color: COLORS_GRAB_SEARCHING_FULL_SQUEEZE,
|
||||
alpha: 0.9,
|
||||
unlit: true,
|
||||
ignorePickIntersection: true,
|
||||
renderLayer: this.renderLayer,
|
||||
visible: true
|
||||
|
|
Loading…
Reference in a new issue