mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:26:25 +02:00
Make the equip sphere emissive
maybe this will make it visible in low ambient light situations?
This commit is contained in:
parent
84ffda5281
commit
1acfe017e1
1 changed files with 1 additions and 0 deletions
|
@ -634,6 +634,7 @@ EquipHotspotBuddy.prototype.updateHotspot = function(hotspot, timestamp) {
|
||||||
dimensions: diameter * EQUIP_SPHERE_SCALE_FACTOR,
|
dimensions: diameter * EQUIP_SPHERE_SCALE_FACTOR,
|
||||||
color: EQUIP_SPHERE_COLOR,
|
color: EQUIP_SPHERE_COLOR,
|
||||||
alpha: EQUIP_SPHERE_ALPHA,
|
alpha: EQUIP_SPHERE_ALPHA,
|
||||||
|
emissive: true,
|
||||||
solid: true,
|
solid: true,
|
||||||
visible: true,
|
visible: true,
|
||||||
ignoreRayIntersection: true,
|
ignoreRayIntersection: true,
|
||||||
|
|
Loading…
Reference in a new issue