@realsee/dnalogel 3.42.0 → 3.44.0
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/CHANGELOG.md +8 -1
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +4 -2
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +2 -1
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DSprite.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +6 -1
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +2 -0
- package/dist/Sculpt/Meshes/Line.d.ts +19 -1
- package/dist/Sculpt/utils/color.d.ts +1 -1
- package/dist/index.cjs.js +102 -68
- package/dist/index.js +7597 -7330
- package/dist/index.umd.js +103 -69
- package/dist/shared-utils/five/getPosition.d.ts +12 -4
- package/dist/shared-utils/five/initialCSS3DRender.d.ts +2 -0
- package/dist/shared-utils/math/deg2Rad.d.ts +1 -1
- package/dist/shared-utils/math/rad2Deg.d.ts +1 -1
- package/dist/shared-utils/positionToVector3.d.ts +6 -6
- package/{libs/shared-utils/three/PointSelector.d.ts → dist/shared-utils/three/PointSelector/index.d.ts} +23 -7
- package/dist/shared-utils/three/{PointHelper.d.ts → PointSelector/utils/PointHelper.d.ts} +11 -3
- package/dist/shared-utils/three/PointSelector/utils/PointHelper2.d.ts +30 -0
- package/dist/shared-utils/three/{PointSelectorHelper.d.ts → PointSelector/utils/PointSelectorHelper.d.ts} +9 -10
- package/dist/shared-utils/three/PointSelector/utils/typing.d.ts +8 -0
- package/dist/shared-utils/three/index.d.ts +2 -3
- package/libs/AreaMakerPlugin/Controller.js +5 -18
- package/libs/AreaMakerPlugin/index.js +4 -17
- package/libs/AreaMakerPlugin/utils/Item.js +13 -26
- package/libs/CSS3DRenderPlugin/Controller.js +9 -6
- package/libs/CSS3DRenderPlugin/index.js +12 -9
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +6 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +4 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +73 -56
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +11 -4
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +2 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +14 -14
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DSprite.d.ts +4 -0
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DSprite.js +13 -0
- package/libs/CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js +85 -0
- package/libs/CruisePlugin/BaseController.js +20 -33
- package/libs/CruisePlugin/Move.js +25 -23
- package/libs/CruisePlugin/Work.js +10 -8
- package/libs/CruisePlugin/index.js +23 -21
- package/libs/CurrentPanoImagePlugin/Controller.js +30 -43
- package/libs/CurrentPanoImagePlugin/index.js +5 -18
- package/libs/GuideLinePlugin/Controller.js +15 -13
- package/libs/GuideLinePlugin/GuideLineItem.js +19 -17
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +4 -5
- package/libs/GuideLinePlugin/GuideLineModeItem.js +21 -19
- package/libs/GuideLinePlugin/index.js +23 -21
- package/libs/ModelMakerPlugin/Controller.js +19 -30
- package/libs/ModelMakerPlugin/index.js +11 -22
- package/libs/ModelTVVideoPlugin/Plugin.js +13 -10
- package/libs/ModelTVVideoPlugin/index.js +12 -9
- package/libs/Object3DHelperPlugin/Controller.js +7 -5
- package/libs/Object3DHelperPlugin/index.js +23 -21
- package/libs/PanoCompassPlugin/Controller.js +18 -15
- package/libs/PanoCompassPlugin/index.js +21 -18
- package/libs/PanoDoorLabelPlugin/BaseController.js +24 -37
- package/libs/PanoDoorLabelPlugin/Controller.js +56 -69
- package/libs/PanoDoorLabelPlugin/index.js +5 -18
- package/libs/PanoMeasurePlugin/Components/Controller0.js +40 -47
- package/libs/PanoMeasurePlugin/Components/Controller1.js +72 -79
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +6 -1
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -39
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/EditController.js +177 -153
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +60 -74
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Controller/index.js +59 -60
- package/libs/PanoMeasurePlugin/Model/area.js +30 -44
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +3 -16
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +42 -49
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -1
- package/libs/PanoMeasurePlugin/index.js +35 -40
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +23 -36
- package/libs/PanoSpatialTagPlugin/Plugin.js +41 -38
- package/libs/PanoSpatialTagPlugin/index.js +10 -7
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +80 -93
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +55 -69
- package/libs/PanoTagPlugin/Components/Tag/index.js +135 -145
- package/libs/PanoTagPlugin/Components/TagContainer.js +42 -52
- package/libs/PanoTagPlugin/Components/TagItem.js +74 -84
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +87 -88
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +29 -39
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +11 -21
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +18 -28
- package/libs/PanoTagPlugin/controller/TagRender.js +18 -16
- package/libs/PanoTagPlugin/controller/TagUtil.js +12 -9
- package/libs/PanoTagPlugin/controller/index.js +27 -25
- package/libs/PanoTagPlugin/index.js +28 -26
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +43 -57
- package/libs/PanoVideoPlugin/Controller.js +52 -65
- package/libs/PanoVideoPlugin/VideoMeshController.js +11 -25
- package/libs/PanoVideoPlugin/index.js +8 -21
- package/libs/PipelinePlugin/Controller.js +44 -57
- package/libs/PipelinePlugin/index.js +5 -18
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +20 -34
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +16 -30
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +39 -53
- package/libs/Sculpt/Meshes/Box.js +3 -3
- package/libs/Sculpt/Meshes/Cylinder.js +14 -14
- package/libs/Sculpt/Meshes/Line.d.ts +19 -1
- package/libs/Sculpt/Meshes/Line.js +40 -41
- package/libs/Sculpt/Meshes/LineWithDots.js +5 -6
- package/libs/Sculpt/Meshes/Point.js +3 -3
- package/libs/Sculpt/Meshes/Polyline.js +3 -3
- package/libs/Sculpt/Meshes/Prism.js +11 -12
- package/libs/Sculpt/Meshes/Rectangle.js +3 -3
- package/libs/Sculpt/Objects/Point/Editor.js +10 -10
- package/libs/Sculpt/Objects/Polygon/Editor.js +6 -6
- package/libs/Sculpt/Objects/Polyline/Editor.js +4 -4
- package/libs/Sculpt/index.js +3 -3
- package/libs/Sculpt/utils/Modules/Global.js +1 -1
- package/libs/Sculpt/utils/color.d.ts +1 -1
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -3
- package/libs/base/BasePlugin.js +4 -4
- package/libs/floorplan/Components/Compass.js +29 -31
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +9 -22
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +6 -19
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +5 -18
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -18
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +48 -61
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -18
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +28 -41
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -18
- package/libs/floorplan/index.js +3 -3
- package/libs/index.js +140 -137
- package/libs/shared-utils/five/getPosition.d.ts +12 -4
- package/libs/shared-utils/five/getPosition.js +23 -23
- package/libs/shared-utils/five/index.js +2 -2
- package/libs/shared-utils/five/initialCSS3DRender.d.ts +2 -0
- package/libs/shared-utils/five/initialCSS3DRender.js +17 -0
- package/libs/shared-utils/five/lookObject.js +3 -3
- package/libs/shared-utils/index.js +38 -40
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/math/deg2Rad.d.ts +1 -1
- package/libs/shared-utils/math/rad2Deg.d.ts +1 -1
- package/libs/shared-utils/positionToVector3.d.ts +6 -6
- package/{dist/shared-utils/three/PointSelector.d.ts → libs/shared-utils/three/PointSelector/index.d.ts} +23 -7
- package/libs/shared-utils/three/{PointSelector.js → PointSelector/index.js} +54 -45
- package/libs/shared-utils/three/{PointHelper.d.ts → PointSelector/utils/PointHelper.d.ts} +11 -3
- package/libs/shared-utils/three/PointSelector/utils/PointHelper.js +95 -0
- package/libs/shared-utils/three/PointSelector/utils/PointHelper2.d.ts +30 -0
- package/libs/shared-utils/three/PointSelector/utils/PointHelper2.js +153 -0
- package/libs/shared-utils/three/{PointSelectorHelper.d.ts → PointSelector/utils/PointSelectorHelper.d.ts} +9 -10
- package/libs/shared-utils/three/PointSelector/utils/PointSelectorHelper.js +60 -0
- package/libs/{PanoMeasurePlugin/Modules/rangePiece → shared-utils/three/PointSelector/utils}/html.js +3 -4
- package/libs/shared-utils/three/PointSelector/utils/typing.d.ts +8 -0
- package/libs/shared-utils/three/index.d.ts +2 -3
- package/libs/shared-utils/three/index.js +3 -3
- package/package.json +3 -3
- package/dist/shared-utils/three/PointDomHelper.d.ts +0 -18
- package/libs/shared-utils/three/PointDomHelper.d.ts +0 -18
- package/libs/shared-utils/three/PointDomHelper.js +0 -62
- package/libs/shared-utils/three/PointHelper.js +0 -73
- package/libs/shared-utils/three/PointSelectorHelper.js +0 -52
- /package/dist/{PanoMeasurePlugin/Modules/rangePiece → shared-utils/three/PointSelector/utils}/html.d.ts +0 -0
- /package/libs/{PanoMeasurePlugin/Modules/rangePiece → shared-utils/three/PointSelector/utils}/html.d.ts +0 -0
|
@@ -37,12 +37,12 @@ import { waitFiveLoaded as M } from "../shared-utils/five/fiveLoaded.js";
|
|
|
37
37
|
import { vectorToCoordinates as A } from "../shared-utils/vectorToCoordinate.js";
|
|
38
38
|
import G from "./BaseController.js";
|
|
39
39
|
import "hammerjs";
|
|
40
|
-
import "
|
|
41
|
-
import "
|
|
42
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
40
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
41
|
+
import "@realsee/five/line";
|
|
43
42
|
import "../shared-utils/three/THREESphere.js";
|
|
44
43
|
import "animejs";
|
|
45
44
|
import { notNil as Q } from "../shared-utils/isNil.js";
|
|
45
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
46
46
|
import "../GuideLinePlugin/Controller.js";
|
|
47
47
|
import "../base/BasePluginWithData.js";
|
|
48
48
|
import "../base/BasePlugin.js";
|
|
@@ -185,17 +185,19 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
185
185
|
import "../vendor/svelte/store/index.js";
|
|
186
186
|
import "../CSS3DRenderPlugin/index.js";
|
|
187
187
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
188
|
-
import "../
|
|
188
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
189
189
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
190
|
-
import "
|
|
191
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
190
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
192
191
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
193
192
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
194
193
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
195
194
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
196
195
|
import "../shared-utils/three/getObjectVisible.js";
|
|
197
196
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
197
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
198
198
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
199
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
200
|
+
import "../shared-utils/five/fiveModelLoad.js";
|
|
199
201
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
200
202
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
201
203
|
import "../shared-utils/three/THREERaycaster.js";
|
|
@@ -216,7 +218,7 @@ import "./utils/getFiveStateOnCurve.js";
|
|
|
216
218
|
import "../shared-utils/formatRad.js";
|
|
217
219
|
import "./Work.js";
|
|
218
220
|
import "./utils/coordinatesToVector.js";
|
|
219
|
-
class
|
|
221
|
+
class cr extends G {
|
|
220
222
|
constructor(t, e) {
|
|
221
223
|
super(t, e);
|
|
222
224
|
k(this, "state", {
|
|
@@ -604,5 +606,5 @@ class dr extends G {
|
|
|
604
606
|
}
|
|
605
607
|
}
|
|
606
608
|
export {
|
|
607
|
-
|
|
609
|
+
cr as default
|
|
608
610
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { typing as
|
|
1
|
+
import { typing as It } from "./typing/index.js";
|
|
2
2
|
import t from "./Work.js";
|
|
3
3
|
import i from "./Move.js";
|
|
4
4
|
import "../GuideLinePlugin/index.js";
|
|
@@ -8,22 +8,8 @@ import "../base/BasePlugin.js";
|
|
|
8
8
|
import "../shared-utils/Subscribe.js";
|
|
9
9
|
import "three";
|
|
10
10
|
import "hammerjs";
|
|
11
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
12
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
13
|
-
import "../shared-utils/positionToVector3.js";
|
|
14
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
15
11
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
16
|
-
import "
|
|
17
|
-
import "../shared-utils/util.js";
|
|
18
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
19
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
20
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
21
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
22
|
-
import "../shared-utils/three/centerPoint.js";
|
|
23
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
24
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
25
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
26
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
12
|
+
import "@realsee/five/line";
|
|
27
13
|
import "../shared-utils/three/THREESphere.js";
|
|
28
14
|
import "animejs";
|
|
29
15
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -32,6 +18,7 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
32
18
|
import "../shared-utils/five/transformPosition.js";
|
|
33
19
|
import "../shared-utils/five/getFiveModel.js";
|
|
34
20
|
import "../shared-utils/url/absoluteUrl.js";
|
|
21
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
35
22
|
import "../shared-utils/equal.js";
|
|
36
23
|
import "../shared-utils/isTruelyObject.js";
|
|
37
24
|
import "../GuideLinePlugin/GuideLineItem/index.js";
|
|
@@ -48,6 +35,7 @@ import "../vendor/gl-vec2/dot.js";
|
|
|
48
35
|
import "../shared-utils/math/intersecting.js";
|
|
49
36
|
import "../shared-utils/five/mode.js";
|
|
50
37
|
import "../shared-utils/three/blink.js";
|
|
38
|
+
import "../shared-utils/util.js";
|
|
51
39
|
import "../shared-utils/isNil.js";
|
|
52
40
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
53
41
|
import "../shared-utils/animationFrame/index.js";
|
|
@@ -55,6 +43,7 @@ import "../shared-utils/three/loadTexture.js";
|
|
|
55
43
|
import "../PanoTagPlugin/controller/index.js";
|
|
56
44
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
57
45
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
46
|
+
import "../shared-utils/positionToVector3.js";
|
|
58
47
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
59
48
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
60
49
|
import "../PanoTagPlugin/utils/throttle.js";
|
|
@@ -137,6 +126,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
137
126
|
import "@realsee/five/gltf-loader";
|
|
138
127
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
139
128
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
129
|
+
import "../shared-utils/three/centerPoint.js";
|
|
140
130
|
import "../shared-utils/three/Quadrangle.js";
|
|
141
131
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
142
132
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -166,6 +156,18 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
166
156
|
import "../vendor/svelte/store/index.js";
|
|
167
157
|
import "../CSS3DRenderPlugin/index.js";
|
|
168
158
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
159
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
160
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
161
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
162
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
163
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
164
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
165
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
166
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
167
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
168
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
169
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
170
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
169
171
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
170
172
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
171
173
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
@@ -188,13 +190,13 @@ import "./utils/safeCall.js";
|
|
|
188
190
|
import "../shared-utils/five/fiveLoaded.js";
|
|
189
191
|
import "./BaseController.js";
|
|
190
192
|
import "./utils/getFiveStateOnCurve.js";
|
|
191
|
-
const
|
|
193
|
+
const Et = (o, r) => new t(o, r), Ft = (o, r) => new i(o, r);
|
|
192
194
|
export {
|
|
193
|
-
|
|
195
|
+
Et as CruisePlugin,
|
|
194
196
|
t as CruisePluginController,
|
|
195
|
-
|
|
197
|
+
It as CruisePluginTypes,
|
|
196
198
|
i as MoveController,
|
|
197
|
-
|
|
199
|
+
Ft as MovePlugin,
|
|
198
200
|
t as WalkController,
|
|
199
|
-
|
|
201
|
+
Et as default
|
|
200
202
|
};
|
|
@@ -1,38 +1,37 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var m = Object.defineProperty;
|
|
2
|
+
var p = Object.getOwnPropertySymbols;
|
|
3
3
|
var v = Object.prototype.hasOwnProperty, b = Object.prototype.propertyIsEnumerable;
|
|
4
|
-
var
|
|
4
|
+
var g = (h, o, e) => o in h ? m(h, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[o] = e, l = (h, o) => {
|
|
5
5
|
for (var e in o || (o = {}))
|
|
6
|
-
v.call(o, e) &&
|
|
7
|
-
if (
|
|
8
|
-
for (var e of
|
|
9
|
-
b.call(o, e) &&
|
|
10
|
-
return
|
|
6
|
+
v.call(o, e) && g(h, e, o[e]);
|
|
7
|
+
if (p)
|
|
8
|
+
for (var e of p(o))
|
|
9
|
+
b.call(o, e) && g(h, e, o[e]);
|
|
10
|
+
return h;
|
|
11
11
|
};
|
|
12
|
-
var n = (
|
|
13
|
-
var f = (
|
|
12
|
+
var n = (h, o, e) => (g(h, typeof o != "symbol" ? o + "" : o, e), e);
|
|
13
|
+
var f = (h, o, e) => new Promise((i, t) => {
|
|
14
14
|
var s = (d) => {
|
|
15
15
|
try {
|
|
16
16
|
u(e.next(d));
|
|
17
|
-
} catch (
|
|
18
|
-
t(
|
|
17
|
+
} catch (c) {
|
|
18
|
+
t(c);
|
|
19
19
|
}
|
|
20
20
|
}, a = (d) => {
|
|
21
21
|
try {
|
|
22
22
|
u(e.throw(d));
|
|
23
|
-
} catch (
|
|
24
|
-
t(
|
|
23
|
+
} catch (c) {
|
|
24
|
+
t(c);
|
|
25
25
|
}
|
|
26
26
|
}, u = (d) => d.done ? i(d.value) : Promise.resolve(d.value).then(s, a);
|
|
27
|
-
u((e = e.apply(
|
|
27
|
+
u((e = e.apply(h, o)).next());
|
|
28
28
|
});
|
|
29
|
-
import * as
|
|
29
|
+
import * as r from "three";
|
|
30
30
|
import { Controller as M } from "../base/BasePlugin.js";
|
|
31
31
|
import { tweenProgress as A } from "../shared-utils/animationFrame/BetterTween.js";
|
|
32
32
|
import "hammerjs";
|
|
33
|
-
import "
|
|
34
|
-
import "
|
|
35
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
33
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
34
|
+
import "@realsee/five/line";
|
|
36
35
|
import "../shared-utils/three/THREESphere.js";
|
|
37
36
|
import "animejs";
|
|
38
37
|
import { equal as w } from "../shared-utils/equal.js";
|
|
@@ -44,22 +43,10 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
44
43
|
import "../shared-utils/five/transformPosition.js";
|
|
45
44
|
import "../shared-utils/five/getFiveModel.js";
|
|
46
45
|
import "../shared-utils/url/absoluteUrl.js";
|
|
46
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
47
47
|
import "../shared-utils/animationFrame/index.js";
|
|
48
|
-
import "../shared-utils/positionToVector3.js";
|
|
49
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
50
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
51
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
52
|
-
import "../shared-utils/util.js";
|
|
53
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
54
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
55
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
56
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
57
|
-
import "../shared-utils/three/centerPoint.js";
|
|
58
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
59
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
60
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
61
48
|
import "../shared-utils/isTruelyObject.js";
|
|
62
|
-
class
|
|
49
|
+
class E extends M {
|
|
63
50
|
constructor(e, i) {
|
|
64
51
|
super(e);
|
|
65
52
|
// ==================== public properties ====================
|
|
@@ -75,7 +62,7 @@ class te extends M {
|
|
|
75
62
|
pluginHidden: ""
|
|
76
63
|
});
|
|
77
64
|
// ==================== private properties ====================
|
|
78
|
-
n(this, "group", new
|
|
65
|
+
n(this, "group", new r.Group());
|
|
79
66
|
n(this, "mesh");
|
|
80
67
|
n(this, "textureLoadingPromise");
|
|
81
68
|
n(this, "opacityAnimeTween");
|
|
@@ -139,9 +126,9 @@ class te extends M {
|
|
|
139
126
|
yRotate: 0,
|
|
140
127
|
imageURL: this.absoluteUrl("/release/web/logo.7febb17f.png")
|
|
141
128
|
}, i == null ? void 0 : i.config);
|
|
142
|
-
this._config = s, this.group.name = "current-pano-image-plugin-group", this.mesh = new
|
|
143
|
-
new
|
|
144
|
-
new
|
|
129
|
+
this._config = s, this.group.name = "current-pano-image-plugin-group", this.mesh = new r.Mesh(
|
|
130
|
+
new r.PlaneBufferGeometry(this.config.width, this.config.width),
|
|
131
|
+
new r.MeshBasicMaterial({ transparent: !0, opacity: 0, depthTest: !1 })
|
|
145
132
|
), this.mesh.visible = !1, this.group.add(this.mesh), this.updateMeshQuaternion(this.config.yRotate), this.state.visible || (this.checkMsg.pluginHidden = "初始值设置为隐藏"), this.state.enabled || (this.checkMsg.pluginDisabled = "初始值设置为禁用"), this.state.enabled && this._enable({ userAction: !1 }), this.five.once("dispose", this.dispose);
|
|
146
133
|
}
|
|
147
134
|
/** 插件配置项 */
|
|
@@ -222,7 +209,7 @@ class te extends M {
|
|
|
222
209
|
updateConfig(e, i = {}) {
|
|
223
210
|
var a;
|
|
224
211
|
const t = this.config, s = l(l({}, t), e);
|
|
225
|
-
this._config = s, t.imageURL !== s.imageURL && this.reloadTexture(s.imageURL), t.yOffset !== s.yOffset && this.updateMeshPosition(this.five.getCurrentState().panoIndex), t.yRotate !== s.yRotate && this.updateMeshQuaternion(s.yRotate), t.width !== s.width && (this.mesh.geometry = new
|
|
212
|
+
this._config = s, t.imageURL !== s.imageURL && this.reloadTexture(s.imageURL), t.yOffset !== s.yOffset && this.updateMeshPosition(this.five.getCurrentState().panoIndex), t.yRotate !== s.yRotate && this.updateMeshQuaternion(s.yRotate), t.width !== s.width && (this.mesh.geometry = new r.PlaneBufferGeometry(s.width, s.width)), this.hooks.emit("configChange", { prevConfig: t, config: s, userAction: (a = i.userAction) != null ? a : !0 });
|
|
226
213
|
}
|
|
227
214
|
/** 问什么看不到模型 */
|
|
228
215
|
__whyCantSeeMesh() {
|
|
@@ -257,19 +244,19 @@ class te extends M {
|
|
|
257
244
|
const i = P(e);
|
|
258
245
|
this.textureLoadingPromise = i;
|
|
259
246
|
const t = yield i;
|
|
260
|
-
t.minFilter =
|
|
247
|
+
t.minFilter = r.LinearFilter, this.textureLoadingPromise === i && (this.onTextureLoaded(t), this.textureLoadingPromise = null);
|
|
261
248
|
}
|
|
262
249
|
this.updateMeshVisible();
|
|
263
250
|
});
|
|
264
251
|
}
|
|
265
252
|
/** north_rad 变化时,需要更新模型的旋转角度 */
|
|
266
253
|
updateMeshQuaternion(e) {
|
|
267
|
-
const i = new
|
|
254
|
+
const i = new r.Quaternion();
|
|
268
255
|
i.multiplyQuaternions(
|
|
269
256
|
// 沿着自身 X 轴旋转 -90 度
|
|
270
|
-
new
|
|
257
|
+
new r.Quaternion().setFromAxisAngle(new r.Vector3(1, 0, 0), -Math.PI / 2),
|
|
271
258
|
// 沿着自身 Z 轴旋转 rad 弧度
|
|
272
|
-
new
|
|
259
|
+
new r.Quaternion().setFromAxisAngle(new r.Vector3(0, 0, 1), e)
|
|
273
260
|
), this.mesh.quaternion.copy(i);
|
|
274
261
|
}
|
|
275
262
|
_enable(e) {
|
|
@@ -286,5 +273,5 @@ class te extends M {
|
|
|
286
273
|
}
|
|
287
274
|
}
|
|
288
275
|
export {
|
|
289
|
-
|
|
276
|
+
E as CurrentPanoImagePluginController
|
|
290
277
|
};
|
|
@@ -3,22 +3,8 @@ import "three";
|
|
|
3
3
|
import "../base/BasePlugin.js";
|
|
4
4
|
import "../shared-utils/Subscribe.js";
|
|
5
5
|
import "hammerjs";
|
|
6
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
7
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
8
|
-
import "../shared-utils/positionToVector3.js";
|
|
9
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
10
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
11
|
-
import "
|
|
12
|
-
import "../shared-utils/util.js";
|
|
13
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
14
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
15
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
16
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
17
|
-
import "../shared-utils/three/centerPoint.js";
|
|
18
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
19
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
20
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
21
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
7
|
+
import "@realsee/five/line";
|
|
22
8
|
import "../shared-utils/three/THREESphere.js";
|
|
23
9
|
import "animejs";
|
|
24
10
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -27,13 +13,14 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
27
13
|
import "../shared-utils/five/transformPosition.js";
|
|
28
14
|
import "../shared-utils/five/getFiveModel.js";
|
|
29
15
|
import "../shared-utils/url/absoluteUrl.js";
|
|
16
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
30
17
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
31
18
|
import "../shared-utils/animationFrame/index.js";
|
|
32
19
|
import "../shared-utils/equal.js";
|
|
33
20
|
import "../shared-utils/isTruelyObject.js";
|
|
34
21
|
import "../shared-utils/three/loadTexture.js";
|
|
35
|
-
const
|
|
22
|
+
const k = (r, o) => new t(r, o);
|
|
36
23
|
export {
|
|
37
|
-
|
|
38
|
-
|
|
24
|
+
k as CurrentPanoImagePlugin,
|
|
25
|
+
k as default
|
|
39
26
|
};
|
|
@@ -33,13 +33,13 @@ import W from "../CruisePlugin/Work.js";
|
|
|
33
33
|
import { objectAssignDeepExports as S } from "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
34
34
|
import * as V from "three";
|
|
35
35
|
import "hammerjs";
|
|
36
|
-
import "
|
|
37
|
-
import "
|
|
38
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
39
|
-
import { waitFiveModelLoaded as H } from "../shared-utils/five/fiveModelLoad.js";
|
|
36
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
37
|
+
import "@realsee/five/line";
|
|
40
38
|
import "../shared-utils/three/THREESphere.js";
|
|
41
39
|
import "animejs";
|
|
42
|
-
import { uuid as
|
|
40
|
+
import { uuid as H } from "../shared-utils/uuid.js";
|
|
41
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
42
|
+
import { waitFiveModelLoaded as U } from "../shared-utils/five/fiveModelLoad.js";
|
|
43
43
|
import "../base/BasePlugin.js";
|
|
44
44
|
import "../shared-utils/Subscribe.js";
|
|
45
45
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -181,16 +181,18 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
181
181
|
import "../vendor/svelte/store/index.js";
|
|
182
182
|
import "../CSS3DRenderPlugin/index.js";
|
|
183
183
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
184
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
184
185
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
185
|
-
import "
|
|
186
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
186
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
187
187
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
188
188
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
189
189
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
190
190
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
191
191
|
import "../shared-utils/three/getObjectVisible.js";
|
|
192
192
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
193
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
193
194
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
195
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
194
196
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
195
197
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
196
198
|
import "../shared-utils/three/THREERaycaster.js";
|
|
@@ -215,8 +217,8 @@ import "../CruisePlugin/utils/coordinatesAngle.js";
|
|
|
215
217
|
import "../CruisePlugin/utils/coordinatesToVector.js";
|
|
216
218
|
import "../CruisePlugin/utils/safeCall.js";
|
|
217
219
|
import "../shared-utils/five/fiveLoaded.js";
|
|
218
|
-
const b = "GuideLinePlugin", g = `${b}`,
|
|
219
|
-
class
|
|
220
|
+
const b = "GuideLinePlugin", g = `${b}`, be = (s) => `${g}--${s}`;
|
|
221
|
+
class ge extends N {
|
|
220
222
|
constructor(t, i) {
|
|
221
223
|
super(t, i);
|
|
222
224
|
h(this, "name", b);
|
|
@@ -259,9 +261,9 @@ class ce extends N {
|
|
|
259
261
|
}
|
|
260
262
|
}, d = (D = (w = e.routes) == null ? void 0 : w.map((l) => {
|
|
261
263
|
var A;
|
|
262
|
-
return S({}, n, { id: (A = l.id) != null ? A :
|
|
264
|
+
return S({}, n, { id: (A = l.id) != null ? A : H(), pano_group: l.panoIndexList });
|
|
263
265
|
})) != null ? D : [], M = (L = (y = e.lines) == null ? void 0 : y.map((l) => S({}, n, l))) != null ? L : [], O = [...d, ...M];
|
|
264
|
-
yield
|
|
266
|
+
yield U(this.five), this.clear(), O.forEach((l) => {
|
|
265
267
|
this.addGuideLineItem(l);
|
|
266
268
|
}), this.updateTagsEnable(), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), i && this.setState(i, { userAction: a }), this.hooks.emit("dataLoaded", e), console.debug(`${g} loaded`, e);
|
|
267
269
|
});
|
|
@@ -358,6 +360,6 @@ class ce extends N {
|
|
|
358
360
|
}
|
|
359
361
|
}
|
|
360
362
|
export {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
+
ge as default,
|
|
364
|
+
be as pluginFlag
|
|
363
365
|
};
|
|
@@ -5,7 +5,7 @@ import "../shared-utils/five/changeMode.js";
|
|
|
5
5
|
import "../CruisePlugin/Move.js";
|
|
6
6
|
import "../CruisePlugin/Work.js";
|
|
7
7
|
import "../shared-utils/Subscribe.js";
|
|
8
|
-
import { GuideLineItem as
|
|
8
|
+
import { GuideLineItem as Co } from "./GuideLineItem/index.js";
|
|
9
9
|
import "three";
|
|
10
10
|
import "./utils/createLineGeometry.js";
|
|
11
11
|
import "../vendor/polyline-normals/index.js";
|
|
@@ -18,32 +18,21 @@ import "../vendor/gl-vec2/dot.js";
|
|
|
18
18
|
import "../shared-utils/math/intersecting.js";
|
|
19
19
|
import "../shared-utils/five/mode.js";
|
|
20
20
|
import "hammerjs";
|
|
21
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
22
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
23
|
-
import "../shared-utils/positionToVector3.js";
|
|
24
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
25
21
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
26
|
-
import "
|
|
27
|
-
import "../shared-utils/util.js";
|
|
28
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
29
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
30
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
31
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
32
|
-
import "../shared-utils/three/centerPoint.js";
|
|
33
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
34
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
35
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
36
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
22
|
+
import "@realsee/five/line";
|
|
37
23
|
import "../shared-utils/three/THREESphere.js";
|
|
38
24
|
import "../shared-utils/three/blink.js";
|
|
39
25
|
import "animejs";
|
|
26
|
+
import "../shared-utils/util.js";
|
|
40
27
|
import "../shared-utils/isNil.js";
|
|
41
28
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
29
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
42
30
|
import "../shared-utils/animationFrame/index.js";
|
|
43
31
|
import "../shared-utils/three/loadTexture.js";
|
|
44
32
|
import "../PanoTagPlugin/controller/index.js";
|
|
45
33
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
46
34
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
35
|
+
import "../shared-utils/positionToVector3.js";
|
|
47
36
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
48
37
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
49
38
|
import "../PanoTagPlugin/utils/throttle.js";
|
|
@@ -126,6 +115,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
126
115
|
import "@realsee/five/gltf-loader";
|
|
127
116
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
128
117
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
118
|
+
import "../shared-utils/three/centerPoint.js";
|
|
129
119
|
import "../shared-utils/three/Quadrangle.js";
|
|
130
120
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
131
121
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -160,6 +150,18 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
160
150
|
import "../vendor/svelte/store/index.js";
|
|
161
151
|
import "../CSS3DRenderPlugin/index.js";
|
|
162
152
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
153
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
154
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
155
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
156
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
157
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
158
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
159
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
160
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
161
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
162
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
163
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
164
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
163
165
|
import "../shared-utils/url/absoluteUrl.js";
|
|
164
166
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
165
167
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
@@ -188,5 +190,5 @@ import "../CruisePlugin/utils/coordinatesToVector.js";
|
|
|
188
190
|
import "../CruisePlugin/utils/safeCall.js";
|
|
189
191
|
import "../shared-utils/five/fiveLoaded.js";
|
|
190
192
|
export {
|
|
191
|
-
|
|
193
|
+
Co as GuideLineItem
|
|
192
194
|
};
|
|
@@ -16,9 +16,8 @@ import { logError as F } from "../../shared-utils/log.js";
|
|
|
16
16
|
import { createLineGeometry as U } from "../utils/createLineGeometry.js";
|
|
17
17
|
import { isPanoramaLike as L, isModelLike as S } from "../../shared-utils/five/mode.js";
|
|
18
18
|
import "hammerjs";
|
|
19
|
-
import "
|
|
20
|
-
import "
|
|
21
|
-
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
19
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
20
|
+
import "@realsee/five/line";
|
|
22
21
|
import "../../shared-utils/three/THREESphere.js";
|
|
23
22
|
import { blink as O } from "../../shared-utils/three/blink.js";
|
|
24
23
|
import { notNil as C } from "../../shared-utils/isNil.js";
|
|
@@ -565,11 +564,11 @@ class R {
|
|
|
565
564
|
function H(m) {
|
|
566
565
|
return m.contentType === "Custom";
|
|
567
566
|
}
|
|
568
|
-
const
|
|
567
|
+
const ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
569
568
|
__proto__: null,
|
|
570
569
|
GuideLineModeItem: R
|
|
571
570
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
572
571
|
export {
|
|
573
572
|
R as GuideLineModeItem,
|
|
574
|
-
|
|
573
|
+
ae as GuideLineModeItem$1
|
|
575
574
|
};
|
|
@@ -3,9 +3,8 @@ import "../shared-utils/log.js";
|
|
|
3
3
|
import "./utils/createLineGeometry.js";
|
|
4
4
|
import "../shared-utils/five/mode.js";
|
|
5
5
|
import "hammerjs";
|
|
6
|
-
import "
|
|
7
|
-
import "
|
|
8
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
6
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
|
+
import "@realsee/five/line";
|
|
9
8
|
import "../shared-utils/three/THREESphere.js";
|
|
10
9
|
import "../shared-utils/three/blink.js";
|
|
11
10
|
import "../shared-utils/isNil.js";
|
|
@@ -15,7 +14,7 @@ import "../PanoTagPlugin/controller/index.js";
|
|
|
15
14
|
import "./Components/Tag.js";
|
|
16
15
|
import "./utils/index.js";
|
|
17
16
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
18
|
-
import { GuideLineModeItem as
|
|
17
|
+
import { GuideLineModeItem as Lm } from "./GuideLineModeItem/index.js";
|
|
19
18
|
import "../vendor/polyline-normals/index.js";
|
|
20
19
|
import "../vendor/polyline-miter-util/index.js";
|
|
21
20
|
import "../vendor/gl-vec2/add.js";
|
|
@@ -24,23 +23,12 @@ import "../vendor/gl-vec2/normalize.js";
|
|
|
24
23
|
import "../vendor/gl-vec2/subtract.js";
|
|
25
24
|
import "../vendor/gl-vec2/dot.js";
|
|
26
25
|
import "../shared-utils/math/intersecting.js";
|
|
27
|
-
import "../shared-utils/positionToVector3.js";
|
|
28
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
29
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
30
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
31
|
-
import "../shared-utils/util.js";
|
|
32
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
33
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
34
|
-
import "../shared-utils/Subscribe.js";
|
|
35
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
36
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
37
|
-
import "../shared-utils/three/centerPoint.js";
|
|
38
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
39
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
40
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
41
26
|
import "animejs";
|
|
27
|
+
import "../shared-utils/util.js";
|
|
28
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
42
29
|
import "../shared-utils/animationFrame/index.js";
|
|
43
30
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
31
|
+
import "../shared-utils/positionToVector3.js";
|
|
44
32
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
45
33
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
46
34
|
import "../PanoTagPlugin/utils/throttle.js";
|
|
@@ -123,6 +111,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
123
111
|
import "@realsee/five/gltf-loader";
|
|
124
112
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
125
113
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
114
|
+
import "../shared-utils/three/centerPoint.js";
|
|
126
115
|
import "../shared-utils/three/Quadrangle.js";
|
|
127
116
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
128
117
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -131,6 +120,7 @@ import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
|
131
120
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
132
121
|
import "../shared-utils/three/getNormal.js";
|
|
133
122
|
import "../PanoTagPlugin/controller/Tag/BaseTag.js";
|
|
123
|
+
import "../shared-utils/Subscribe.js";
|
|
134
124
|
import "../PanoTagPlugin/utils/tag/calculateTagConfig.js";
|
|
135
125
|
import "../shared-utils/typescript/entries.js";
|
|
136
126
|
import "../PanoTagPlugin/utils/tag/adaptConfig.js";
|
|
@@ -157,6 +147,18 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
157
147
|
import "../vendor/svelte/store/index.js";
|
|
158
148
|
import "../CSS3DRenderPlugin/index.js";
|
|
159
149
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
150
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
151
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
152
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
153
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
154
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
155
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
156
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
157
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
158
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
159
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
160
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
161
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
160
162
|
import "../shared-utils/url/absoluteUrl.js";
|
|
161
163
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
162
164
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
@@ -171,5 +173,5 @@ import "../PanoTagPlugin/Components/TagContainer.js";
|
|
|
171
173
|
import "../PanoTagPlugin/Components/TagItem.js";
|
|
172
174
|
import "../PanoTagPlugin/Components/Common/TagPoint.js";
|
|
173
175
|
export {
|
|
174
|
-
|
|
176
|
+
Lm as GuideLineModeItem
|
|
175
177
|
};
|