mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 21:59:49 +02:00
ignore intersection for 'close' button highlight overlay
This commit is contained in:
parent
24a12a2f8f
commit
6409580b03
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ WebTablet = function (url, width, dpi, hand, clientOnly, location, visible) {
|
||||||
solid: true,
|
solid: true,
|
||||||
outerRadius: 25 * tabletScaleFactor,
|
outerRadius: 25 * tabletScaleFactor,
|
||||||
innerRadius: 17 * tabletScaleFactor,
|
innerRadius: 17 * tabletScaleFactor,
|
||||||
|
ignoreIntersection: true,
|
||||||
alpha: 1.0,
|
alpha: 1.0,
|
||||||
color: { red: 255, green: 255, blue: 255 },
|
color: { red: 255, green: 255, blue: 255 },
|
||||||
visible: visible,
|
visible: visible,
|
||||||
|
|
Loading…
Reference in a new issue