@aibee/crc-bmap 0.0.120 → 0.0.121
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 +3 -3
- package/lib/bmap.esm.js.map +1 -1
- package/lib/bmap.esm.min.js +1 -1
- package/lib/bmap.esm.min.js.map +2 -2
- 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
|
@@ -3710,9 +3710,9 @@ var GlbModel = class extends Object3D11 {
|
|
|
3710
3710
|
|
|
3711
3711
|
// src/elements/lane.ts
|
|
3712
3712
|
import { BufferGeometry as BufferGeometry3, ExtrudeGeometry as ExtrudeGeometry4, LineSegments as LineSegments3, Mesh as Mesh6, Object3D as Object3D12, Vector3 as Vector313 } from "three";
|
|
3713
|
-
import { mergeGeometries as mergeGeometries2 } from "three/examples/jsm/utils/BufferGeometryUtils
|
|
3714
|
-
import { Line2 } from "three/examples/jsm/lines/
|
|
3715
|
-
import { LineGeometry } from "three/examples/jsm/lines/
|
|
3713
|
+
import { mergeGeometries as mergeGeometries2 } from "three/examples/jsm/utils/BufferGeometryUtils";
|
|
3714
|
+
import { Line2 } from "three/examples/jsm/lines/Line2";
|
|
3715
|
+
import { LineGeometry } from "three/examples/jsm/lines/LineGeometry";
|
|
3716
3716
|
var Lane = class extends Object3D12 {
|
|
3717
3717
|
constructor(context, options) {
|
|
3718
3718
|
super();
|