@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
package/src/KimapCore.browser.js
CHANGED
package/src/core/SceneCore.js
CHANGED
|
@@ -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.
|
|
592
|
+
color.lerp(new THREE.Color(0xffffff), 0.3);
|
|
593
593
|
finalColor = color.getHex();
|
|
594
594
|
}
|
|
595
595
|
|