@kimap/indoor-positioning-sdk-vue2 5.2.4 → 5.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimap/indoor-positioning-sdk-vue2",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "description": "Vue2自包含室内定位SDK - 完全兼容Webpack3+Babel6 | Vue2 Self-Contained Indoor Positioning SDK",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -821,7 +821,7 @@
821
821
  }
822
822
  // 混合10%白色,让颜色更浅一点
823
823
  var color = new THREE.Color(mtlColor);
824
- color.lerp(new THREE.Color(0xffffff), 0.1);
824
+ color.lerp(new THREE.Color(0xffffff), 0.3);
825
825
  finalColor = color.getHex();
826
826
  }
827
827
 
@@ -589,7 +589,7 @@ SceneCore.prototype._processMaterial = function(child, materials, colorMap) {
589
589
  }
590
590
  // 混合10%白色,让颜色更浅一点
591
591
  var color = new THREE.Color(mtlColor);
592
- color.lerp(new THREE.Color(0xffffff), 0.1);
592
+ color.lerp(new THREE.Color(0xffffff), 0.3);
593
593
  finalColor = color.getHex();
594
594
  }
595
595