@kimap/indoor-positioning-sdk-vue2 5.3.3 → 5.3.4
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 +1 -1
- package/src/core/KimapSDK.js +0 -8
package/package.json
CHANGED
package/src/core/KimapSDK.js
CHANGED
|
@@ -1277,14 +1277,6 @@ KimapSDK.prototype._createTechGround = function() {
|
|
|
1277
1277
|
ground.position.y = -0.2;
|
|
1278
1278
|
this.techGroundGroup.add(ground);
|
|
1279
1279
|
};
|
|
1280
|
-
var animationLoop = function() {
|
|
1281
|
-
requestAnimationFrame(animationLoop);
|
|
1282
|
-
var time = performance.now() * 0.001;
|
|
1283
|
-
self._updateRoadAnimation(time);
|
|
1284
|
-
};
|
|
1285
|
-
animationLoop();
|
|
1286
|
-
};
|
|
1287
|
-
};
|
|
1288
1280
|
|
|
1289
1281
|
/**
|
|
1290
1282
|
* 设置项目的layers数据(用于路径规划)
|