mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 23:43:18 +02:00
PR feedback
This commit is contained in:
parent
2ddd46f30b
commit
ade17e6456
1 changed files with 1 additions and 7 deletions
|
@ -56,12 +56,6 @@ var HAND_HEAD_MIX_RATIO = 0.0; // 0 = only use hands for search/move. 1 = only
|
|||
|
||||
var PICK_WITH_HAND_RAY = true;
|
||||
|
||||
var EQUIP_SPHERE_COLOR = {
|
||||
red: 116,
|
||||
green: 90,
|
||||
blue: 238
|
||||
};
|
||||
var EQUIP_SPHERE_ALPHA = 0.15;
|
||||
var EQUIP_SPHERE_SCALE_FACTOR = 0.65;
|
||||
|
||||
|
||||
|
@ -604,7 +598,7 @@ EquipHotspotBuddy.prototype.updateHotspot = function(hotspot, timestamp) {
|
|||
targetSize: 1,
|
||||
overlays: []
|
||||
};
|
||||
|
||||
|
||||
var diameter = hotspot.radius * 2;
|
||||
|
||||
// override default sphere with a user specified model, if it exists.
|
||||
|
|
Loading…
Reference in a new issue