mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 07:40:00 +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,
|
||||
color: EQUIP_SPHERE_COLOR,
|
||||
alpha: EQUIP_SPHERE_ALPHA,
|
||||
emissive: true,
|
||||
solid: true,
|
||||
visible: true,
|
||||
ignoreRayIntersection: true,
|
||||
|
|
Loading…
Reference in a new issue