@aibee/crc-bmap 0.0.116 → 0.0.117
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/lib/bmap.cjs.min.js +1 -1
- package/lib/bmap.cjs.min.js.map +3 -3
- package/lib/bmap.esm.js +1 -4
- package/lib/bmap.esm.js.map +2 -2
- package/lib/bmap.esm.min.js +4 -4
- package/lib/bmap.esm.min.js.map +3 -3
- package/lib/bmap.min.js +1 -1
- package/lib/bmap.min.js.map +3 -3
- package/package.json +1 -1
package/lib/bmap.esm.js
CHANGED
|
@@ -527,14 +527,11 @@ import {
|
|
|
527
527
|
DirectionalLight,
|
|
528
528
|
AmbientLight,
|
|
529
529
|
Path,
|
|
530
|
-
Vector2
|
|
531
|
-
AxesHelper
|
|
530
|
+
Vector2
|
|
532
531
|
} from "three";
|
|
533
532
|
import { MapControls } from "three/examples/jsm/controls/MapControls";
|
|
534
533
|
function initScene() {
|
|
535
534
|
const scene = new Scene();
|
|
536
|
-
const axes = new AxesHelper(1e3);
|
|
537
|
-
scene.add(axes);
|
|
538
535
|
scene.background = new Color(16777215);
|
|
539
536
|
return scene;
|
|
540
537
|
}
|