Make the equip sphere emissive

maybe this will make it visible in low ambient light situations?
This commit is contained in:
David Kelly 2016-09-15 17:12:35 -07:00
parent 84ffda5281
commit 1acfe017e1

View file

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