@realsee/dnalogel 3.47.10 → 3.47.11
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 +3 -0
- package/dist/Sculpt/Meshes/Line.d.ts +1 -0
- package/dist/Sculpt/Meshes/Polyline.d.ts +1 -0
- package/dist/Sculpt/Meshes/RectangleWithEdge.d.ts +1 -0
- package/dist/index.cjs.js +57 -57
- package/dist/index.js +3227 -3221
- package/dist/index.umd.js +50 -50
- package/libs/AreaMakerPlugin/Controller.js +14 -13
- package/libs/AreaMakerPlugin/index.js +15 -14
- package/libs/AreaMakerPlugin/utils/Item.js +15 -14
- package/libs/CSS3DRenderPlugin/Controller.js +12 -11
- package/libs/CSS3DRenderPlugin/index.js +18 -17
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +12 -11
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +26 -25
- package/libs/CruisePlugin/BaseController.js +17 -16
- package/libs/CruisePlugin/Move.js +20 -19
- package/libs/CruisePlugin/Work.js +15 -14
- package/libs/CruisePlugin/index.js +19 -18
- package/libs/CurrentPanoImagePlugin/Controller.js +14 -13
- package/libs/CurrentPanoImagePlugin/index.js +16 -15
- package/libs/GuideLinePlugin/Controller.js +17 -16
- package/libs/GuideLinePlugin/GuideLineItem.js +15 -14
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +5 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +15 -14
- package/libs/GuideLinePlugin/index.js +19 -18
- package/libs/ModelMakerPlugin/Controller.js +13 -12
- package/libs/ModelMakerPlugin/index.js +15 -14
- package/libs/ModelTVVideoPlugin/Plugin.js +37 -36
- package/libs/ModelTVVideoPlugin/index.js +13 -12
- package/libs/Object3DHelperPlugin/Controller.js +14 -13
- package/libs/Object3DHelperPlugin/index.js +18 -17
- package/libs/PanoCompassPlugin/Controller.js +15 -14
- package/libs/PanoCompassPlugin/index.js +16 -15
- package/libs/PanoDoorLabelPlugin/BaseController.js +15 -14
- package/libs/PanoDoorLabelPlugin/Controller.js +15 -14
- package/libs/PanoDoorLabelPlugin/index.js +16 -15
- package/libs/PanoMeasurePlugin/Components/Controller0.js +12 -11
- package/libs/PanoMeasurePlugin/Components/Controller1.js +12 -11
- package/libs/PanoMeasurePlugin/Controller/EditController.js +12 -11
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +13 -12
- package/libs/PanoMeasurePlugin/Controller/index.js +10 -9
- package/libs/PanoMeasurePlugin/Model/area.js +12 -11
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +12 -11
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +12 -11
- package/libs/PanoMeasurePlugin/index.js +21 -20
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +12 -11
- package/libs/PanoSpatialTagPlugin/Plugin.js +14 -13
- package/libs/PanoSpatialTagPlugin/index.js +11 -10
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +14 -13
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +13 -12
- package/libs/PanoTagPlugin/Components/Tag/index.js +13 -12
- package/libs/PanoTagPlugin/Components/TagContainer.js +13 -12
- package/libs/PanoTagPlugin/Components/TagItem.js +13 -12
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +34 -33
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +13 -12
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +13 -12
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +15 -14
- package/libs/PanoTagPlugin/controller/TagRender.js +12 -11
- package/libs/PanoTagPlugin/controller/TagUtil.js +13 -12
- package/libs/PanoTagPlugin/controller/index.js +16 -15
- package/libs/PanoTagPlugin/index.js +21 -20
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +14 -13
- package/libs/PanoVideoPlugin/Controller.js +15 -14
- package/libs/PanoVideoPlugin/VideoMeshController.js +30 -29
- package/libs/PanoVideoPlugin/index.js +18 -17
- package/libs/PipelinePlugin/Controller.js +14 -13
- package/libs/PipelinePlugin/index.js +16 -15
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +21 -20
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +15 -14
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +13 -12
- package/libs/Sculpt/Meshes/Box.js +10 -8
- package/libs/Sculpt/Meshes/Cylinder.js +17 -15
- package/libs/Sculpt/Meshes/Line.d.ts +1 -0
- package/libs/Sculpt/Meshes/Line.js +84 -78
- package/libs/Sculpt/Meshes/Point.js +14 -12
- package/libs/Sculpt/Meshes/Polyline.d.ts +1 -0
- package/libs/Sculpt/Meshes/Polyline.js +69 -74
- package/libs/Sculpt/Meshes/Rectangle.js +6 -4
- package/libs/Sculpt/Meshes/RectangleWithEdge.d.ts +1 -0
- package/libs/Sculpt/Objects/Base/index.js +5 -5
- package/libs/Sculpt/Objects/Line/Editor.js +17 -15
- package/libs/Sculpt/Objects/Polygon/index.js +22 -22
- package/libs/Sculpt/Objects/Rectangle/Editor.js +2 -2
- package/libs/Sculpt/Objects/Rectangle/index.js +79 -69
- package/libs/Sculpt/index.js +15 -14
- package/libs/Sculpt/utils/three/ColoredMesh.js +6 -4
- package/libs/base/BasePlugin.js +16 -14
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +13 -12
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +16 -15
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +13 -12
- package/libs/floorplan/ModelFloorplanPlugin/index.js +16 -15
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +15 -14
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +16 -15
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +13 -12
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +16 -15
- package/libs/floorplan/index.js +3 -1
- package/libs/index.js +12 -12
- package/libs/shared-utils/five/index.js +5 -3
- package/libs/shared-utils/five/lookObject.js +20 -18
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/applyObjectMatrixWorld.js +4 -6
- package/libs/shared-utils/three/index.js +3 -1
- package/package.json +1 -1
|
@@ -33,18 +33,9 @@ import "../shared-utils/Subscribe.js";
|
|
|
33
33
|
import "three";
|
|
34
34
|
import "hammerjs";
|
|
35
35
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
36
|
-
import "../Sculpt/Meshes/Line.js";
|
|
37
|
-
import "../Sculpt/typings/style.js";
|
|
38
|
-
import "../shared-utils/five/FiveLine.js";
|
|
39
36
|
import "@realsee/five/line";
|
|
40
|
-
import "../shared-utils/positionToVector3.js";
|
|
41
|
-
import "../shared-utils/three/IObject3D.js";
|
|
42
|
-
import "../shared-utils/three/centerPoint.js";
|
|
43
|
-
import "../shared-utils/three/THREESphere.js";
|
|
44
|
-
import "animejs";
|
|
45
|
-
import "../shared-utils/isNil.js";
|
|
46
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
47
37
|
import "../shared-utils/tag.js";
|
|
38
|
+
import "../shared-utils/positionToVector3.js";
|
|
48
39
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
49
40
|
import "../shared-utils/five/getFiveModel.js";
|
|
50
41
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -55,9 +46,11 @@ import "../shared-utils/three/temp.js";
|
|
|
55
46
|
import "../Sculpt/utils/Modules/Global.js";
|
|
56
47
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
57
48
|
import "../Object3DHelperPlugin/Controller.js";
|
|
49
|
+
import "../shared-utils/three/THREESphere.js";
|
|
58
50
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
59
51
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
60
52
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
53
|
+
import "../shared-utils/three/IObject3D.js";
|
|
61
54
|
import "../shared-utils/three/boundingBox.js";
|
|
62
55
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
63
56
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -70,7 +63,11 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
70
63
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
71
64
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
72
65
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
66
|
+
import "../shared-utils/three/centerPoint.js";
|
|
73
67
|
import "../shared-utils/three/getObjectVisible.js";
|
|
68
|
+
import "animejs";
|
|
69
|
+
import "../shared-utils/isNil.js";
|
|
70
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
74
71
|
import "../shared-utils/url/absoluteUrl.js";
|
|
75
72
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
76
73
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -112,15 +109,19 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
112
109
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
113
110
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
114
111
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
112
|
+
import "../Sculpt/Meshes/Line.js";
|
|
113
|
+
import "../Sculpt/typings/style.js";
|
|
114
|
+
import "../shared-utils/five/FiveLine.js";
|
|
115
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
116
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
117
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
115
118
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
116
119
|
import "../shared-utils/isTouchDevice.js";
|
|
117
120
|
import "../shared-utils/five/getPosition.js";
|
|
118
121
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
119
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
120
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
121
122
|
import "../shared-utils/isTruelyObject.js";
|
|
122
|
-
const g = "CruisePlugin", d = `${g}`,
|
|
123
|
-
class
|
|
123
|
+
const g = "CruisePlugin", d = `${g}`, ht = (s) => `${d}--${s}`;
|
|
124
|
+
class lt extends y {
|
|
124
125
|
constructor(e, t) {
|
|
125
126
|
super(e, t);
|
|
126
127
|
o(this, "state", {
|
|
@@ -295,6 +296,6 @@ class ht extends y {
|
|
|
295
296
|
}
|
|
296
297
|
}
|
|
297
298
|
export {
|
|
298
|
-
|
|
299
|
-
|
|
299
|
+
lt as default,
|
|
300
|
+
ht as pluginFlag
|
|
300
301
|
};
|
|
@@ -32,13 +32,15 @@ import { objectAssignDeepExports as g } from "../vendor/object-assign-deep/objec
|
|
|
32
32
|
import * as L from "three";
|
|
33
33
|
import "hammerjs";
|
|
34
34
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
35
|
-
import "
|
|
35
|
+
import "@realsee/five/line";
|
|
36
|
+
import { anyPositionToVector3 as O } from "../shared-utils/positionToVector3.js";
|
|
37
|
+
import "../shared-utils/tag.js";
|
|
38
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
36
39
|
import "../shared-utils/three/THREESphere.js";
|
|
37
40
|
import "animejs";
|
|
38
|
-
import { uuid as
|
|
41
|
+
import { uuid as A } from "../shared-utils/uuid.js";
|
|
39
42
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
40
43
|
import { getFiveStateOnCurve as v } from "./utils/getFiveStateOnCurve.js";
|
|
41
|
-
import { anyPositionToVector3 as A } from "../shared-utils/positionToVector3.js";
|
|
42
44
|
import M from "../GuideLinePlugin/index.js";
|
|
43
45
|
import "../base/BasePlugin.js";
|
|
44
46
|
import "../shared-utils/Subscribe.js";
|
|
@@ -50,21 +52,14 @@ import "../shared-utils/five/getFiveModel.js";
|
|
|
50
52
|
import "../shared-utils/url/absoluteUrl.js";
|
|
51
53
|
import "../shared-utils/equal.js";
|
|
52
54
|
import "../shared-utils/isTruelyObject.js";
|
|
53
|
-
import "../Sculpt/typings/style.js";
|
|
54
|
-
import "../shared-utils/five/FiveLine.js";
|
|
55
|
-
import "@realsee/five/line";
|
|
56
|
-
import "../shared-utils/three/IObject3D.js";
|
|
57
|
-
import "../shared-utils/three/centerPoint.js";
|
|
58
|
-
import "../shared-utils/isNil.js";
|
|
59
|
-
import "../shared-utils/tag.js";
|
|
60
55
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
61
56
|
import "../shared-utils/three/temp.js";
|
|
62
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
63
57
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
64
58
|
import "../Object3DHelperPlugin/Controller.js";
|
|
65
59
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
66
60
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
67
61
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
62
|
+
import "../shared-utils/three/IObject3D.js";
|
|
68
63
|
import "../shared-utils/three/boundingBox.js";
|
|
69
64
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
70
65
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -77,7 +72,9 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
77
72
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
78
73
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
79
74
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
75
|
+
import "../shared-utils/three/centerPoint.js";
|
|
80
76
|
import "../shared-utils/three/getObjectVisible.js";
|
|
77
|
+
import "../shared-utils/isNil.js";
|
|
81
78
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
82
79
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
83
80
|
import "../shared-utils/util.js";
|
|
@@ -118,12 +115,16 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
118
115
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
119
116
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
120
117
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
118
|
+
import "../Sculpt/Meshes/Line.js";
|
|
119
|
+
import "../Sculpt/typings/style.js";
|
|
120
|
+
import "../shared-utils/five/FiveLine.js";
|
|
121
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
122
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
123
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
121
124
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
122
125
|
import "../shared-utils/isTouchDevice.js";
|
|
123
126
|
import "../shared-utils/five/getPosition.js";
|
|
124
127
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
125
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
126
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
127
128
|
import "../shared-utils/vectorToCoordinate.js";
|
|
128
129
|
import "../shared-utils/formatRad.js";
|
|
129
130
|
import "../GuideLinePlugin/Controller.js";
|
|
@@ -273,7 +274,7 @@ import "./utils/coordinatesAngle.js";
|
|
|
273
274
|
import "./utils/coordinatesToVector.js";
|
|
274
275
|
import "./utils/safeCall.js";
|
|
275
276
|
import "../shared-utils/five/fiveLoaded.js";
|
|
276
|
-
class
|
|
277
|
+
class de extends z {
|
|
277
278
|
constructor(t, r) {
|
|
278
279
|
var h;
|
|
279
280
|
super(t, r);
|
|
@@ -314,14 +315,14 @@ class le extends z {
|
|
|
314
315
|
}
|
|
315
316
|
load(t, r) {
|
|
316
317
|
var a, o, s, f, y, S, C, P, b;
|
|
317
|
-
this.handlePause(), this.clear(), this.data = u({ id:
|
|
318
|
+
this.handlePause(), this.clear(), this.data = u({ id: A() }, t);
|
|
318
319
|
const m = (() => {
|
|
319
320
|
if (this.data.path instanceof L.Curve)
|
|
320
321
|
return this.data.path.curves[0];
|
|
321
322
|
{
|
|
322
323
|
if (this.data.path.length < 2)
|
|
323
324
|
return null;
|
|
324
|
-
const l = this.data.path.map(
|
|
325
|
+
const l = this.data.path.map(O);
|
|
325
326
|
return new L.CatmullRomCurve3(l, void 0, "catmullrom", 0.5);
|
|
326
327
|
}
|
|
327
328
|
})();
|
|
@@ -335,11 +336,11 @@ class le extends z {
|
|
|
335
336
|
throw new Error("curve is not defined");
|
|
336
337
|
const p = this.curve.getLength(), h = this.state.config.speedConfig.moveSpeedUnit === "m/ms" ? 1 : 1e3;
|
|
337
338
|
if (this.duration = p / (this.state.config.speedConfig.moveSpeed / h), Array.isArray(this.data.path)) {
|
|
338
|
-
const l = this.data.path.map(
|
|
339
|
+
const l = this.data.path.map(O).map((G) => G.toArray());
|
|
339
340
|
!this.GuideLine && (((C = this.config) == null ? void 0 : C.useGuideLine) !== !1 && t.useGuildLine || (P = this.config) != null && P.useGuideLine && t.useGuildLine !== !1) && (this.GuideLine = M(this.five, this.config)), (b = this.GuideLine) == null || b.load({
|
|
340
341
|
lines: [
|
|
341
342
|
{
|
|
342
|
-
id:
|
|
343
|
+
id: A(),
|
|
343
344
|
path: [{ type: "CatmullRomCurve3", points: l }],
|
|
344
345
|
model_style: { visible: !0 }
|
|
345
346
|
}
|
|
@@ -381,5 +382,5 @@ class le extends z {
|
|
|
381
382
|
}
|
|
382
383
|
}
|
|
383
384
|
export {
|
|
384
|
-
|
|
385
|
+
de as default
|
|
385
386
|
};
|
|
@@ -38,7 +38,9 @@ import { vectorToCoordinates as A } from "../shared-utils/vectorToCoordinate.js"
|
|
|
38
38
|
import G from "./BaseController.js";
|
|
39
39
|
import "hammerjs";
|
|
40
40
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
41
|
-
import "
|
|
41
|
+
import "@realsee/five/line";
|
|
42
|
+
import "../shared-utils/tag.js";
|
|
43
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
42
44
|
import "../shared-utils/three/THREESphere.js";
|
|
43
45
|
import "animejs";
|
|
44
46
|
import { notNil as Q } from "../shared-utils/isNil.js";
|
|
@@ -193,18 +195,13 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
193
195
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
194
196
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
195
197
|
import "../shared-utils/three/getObjectVisible.js";
|
|
196
|
-
import "../Sculpt/typings/style.js";
|
|
197
|
-
import "../shared-utils/five/FiveLine.js";
|
|
198
|
-
import "@realsee/five/line";
|
|
199
|
-
import "../shared-utils/three/IObject3D.js";
|
|
200
|
-
import "../shared-utils/tag.js";
|
|
201
198
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
202
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
203
199
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
204
200
|
import "../Object3DHelperPlugin/Controller.js";
|
|
205
201
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
206
202
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
207
203
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
204
|
+
import "../shared-utils/three/IObject3D.js";
|
|
208
205
|
import "../shared-utils/three/boundingBox.js";
|
|
209
206
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
210
207
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -235,6 +232,9 @@ import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
|
235
232
|
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
236
233
|
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
237
234
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
235
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
236
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
237
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
238
238
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
239
239
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
240
240
|
import "../shared-utils/three/THREERaycaster.js";
|
|
@@ -246,15 +246,16 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
246
246
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
247
247
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
248
248
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
249
|
+
import "../Sculpt/Meshes/Line.js";
|
|
250
|
+
import "../Sculpt/typings/style.js";
|
|
251
|
+
import "../shared-utils/five/FiveLine.js";
|
|
252
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
253
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
254
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
249
255
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
250
256
|
import "../shared-utils/isTouchDevice.js";
|
|
251
257
|
import "../shared-utils/five/getPosition.js";
|
|
252
258
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
253
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
254
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
255
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
256
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
257
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
258
259
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
259
260
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
260
261
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -273,7 +274,7 @@ import "./utils/getFiveStateOnCurve.js";
|
|
|
273
274
|
import "../shared-utils/formatRad.js";
|
|
274
275
|
import "./Work.js";
|
|
275
276
|
import "./utils/coordinatesToVector.js";
|
|
276
|
-
class
|
|
277
|
+
class vo extends G {
|
|
277
278
|
constructor(t, e) {
|
|
278
279
|
super(t, e);
|
|
279
280
|
k(this, "state", {
|
|
@@ -661,5 +662,5 @@ class yo extends G {
|
|
|
661
662
|
}
|
|
662
663
|
}
|
|
663
664
|
export {
|
|
664
|
-
|
|
665
|
+
vo as default
|
|
665
666
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { typing as
|
|
1
|
+
import { typing as Ki } from "./typing/index.js";
|
|
2
2
|
import t from "./Work.js";
|
|
3
3
|
import i from "./Move.js";
|
|
4
4
|
import "../GuideLinePlugin/index.js";
|
|
@@ -9,18 +9,9 @@ import "../shared-utils/Subscribe.js";
|
|
|
9
9
|
import "three";
|
|
10
10
|
import "hammerjs";
|
|
11
11
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
12
|
-
import "../Sculpt/Meshes/Line.js";
|
|
13
|
-
import "../Sculpt/typings/style.js";
|
|
14
|
-
import "../shared-utils/five/FiveLine.js";
|
|
15
12
|
import "@realsee/five/line";
|
|
16
|
-
import "../shared-utils/positionToVector3.js";
|
|
17
|
-
import "../shared-utils/three/IObject3D.js";
|
|
18
|
-
import "../shared-utils/three/centerPoint.js";
|
|
19
|
-
import "../shared-utils/three/THREESphere.js";
|
|
20
|
-
import "animejs";
|
|
21
|
-
import "../shared-utils/isNil.js";
|
|
22
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
23
13
|
import "../shared-utils/tag.js";
|
|
14
|
+
import "../shared-utils/positionToVector3.js";
|
|
24
15
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
25
16
|
import "../shared-utils/five/getFiveModel.js";
|
|
26
17
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -31,9 +22,11 @@ import "../shared-utils/three/temp.js";
|
|
|
31
22
|
import "../Sculpt/utils/Modules/Global.js";
|
|
32
23
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
33
24
|
import "../Object3DHelperPlugin/Controller.js";
|
|
25
|
+
import "../shared-utils/three/THREESphere.js";
|
|
34
26
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
35
27
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
36
28
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
29
|
+
import "../shared-utils/three/IObject3D.js";
|
|
37
30
|
import "../shared-utils/three/boundingBox.js";
|
|
38
31
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
39
32
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -46,7 +39,11 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
46
39
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
47
40
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
48
41
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
42
|
+
import "../shared-utils/three/centerPoint.js";
|
|
49
43
|
import "../shared-utils/three/getObjectVisible.js";
|
|
44
|
+
import "animejs";
|
|
45
|
+
import "../shared-utils/isNil.js";
|
|
46
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
50
47
|
import "../shared-utils/url/absoluteUrl.js";
|
|
51
48
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
52
49
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -88,12 +85,16 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
88
85
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
89
86
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
90
87
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
88
|
+
import "../Sculpt/Meshes/Line.js";
|
|
89
|
+
import "../Sculpt/typings/style.js";
|
|
90
|
+
import "../shared-utils/five/FiveLine.js";
|
|
91
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
92
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
93
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
91
94
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
92
95
|
import "../shared-utils/isTouchDevice.js";
|
|
93
96
|
import "../shared-utils/five/getPosition.js";
|
|
94
97
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
95
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
96
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
97
98
|
import "../shared-utils/equal.js";
|
|
98
99
|
import "../shared-utils/isTruelyObject.js";
|
|
99
100
|
import "../GuideLinePlugin/GuideLineItem/index.js";
|
|
@@ -245,13 +246,13 @@ import "./utils/safeCall.js";
|
|
|
245
246
|
import "../shared-utils/five/fiveLoaded.js";
|
|
246
247
|
import "./BaseController.js";
|
|
247
248
|
import "./utils/getFiveStateOnCurve.js";
|
|
248
|
-
const
|
|
249
|
+
const Gi = (o, r) => new t(o, r), Hi = (o, r) => new i(o, r);
|
|
249
250
|
export {
|
|
250
|
-
|
|
251
|
+
Gi as CruisePlugin,
|
|
251
252
|
t as CruisePluginController,
|
|
252
|
-
|
|
253
|
+
Ki as CruisePluginTypes,
|
|
253
254
|
i as MoveController,
|
|
254
|
-
|
|
255
|
+
Hi as MovePlugin,
|
|
255
256
|
t as WalkController,
|
|
256
|
-
|
|
257
|
+
Gi as default
|
|
257
258
|
};
|
|
@@ -31,7 +31,9 @@ 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
33
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
34
|
-
import "
|
|
34
|
+
import "@realsee/five/line";
|
|
35
|
+
import "../shared-utils/tag.js";
|
|
36
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
35
37
|
import "../shared-utils/three/THREESphere.js";
|
|
36
38
|
import "animejs";
|
|
37
39
|
import { equal as P } from "../shared-utils/equal.js";
|
|
@@ -45,22 +47,15 @@ import "../shared-utils/five/getFiveModel.js";
|
|
|
45
47
|
import "../shared-utils/url/absoluteUrl.js";
|
|
46
48
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
47
49
|
import "../shared-utils/animationFrame/index.js";
|
|
48
|
-
import "../Sculpt/typings/style.js";
|
|
49
|
-
import "../shared-utils/five/FiveLine.js";
|
|
50
|
-
import "@realsee/five/line";
|
|
51
50
|
import "../shared-utils/positionToVector3.js";
|
|
52
|
-
import "../shared-utils/three/IObject3D.js";
|
|
53
|
-
import "../shared-utils/three/centerPoint.js";
|
|
54
|
-
import "../shared-utils/isNil.js";
|
|
55
|
-
import "../shared-utils/tag.js";
|
|
56
51
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
57
52
|
import "../shared-utils/three/temp.js";
|
|
58
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
59
53
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
60
54
|
import "../Object3DHelperPlugin/Controller.js";
|
|
61
55
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
62
56
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
63
57
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
58
|
+
import "../shared-utils/three/IObject3D.js";
|
|
64
59
|
import "../shared-utils/three/boundingBox.js";
|
|
65
60
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
66
61
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -73,7 +68,9 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
73
68
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
74
69
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
75
70
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
71
|
+
import "../shared-utils/three/centerPoint.js";
|
|
76
72
|
import "../shared-utils/three/getObjectVisible.js";
|
|
73
|
+
import "../shared-utils/isNil.js";
|
|
77
74
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
78
75
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
79
76
|
import "../shared-utils/util.js";
|
|
@@ -114,14 +111,18 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
114
111
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
115
112
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
116
113
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
114
|
+
import "../Sculpt/Meshes/Line.js";
|
|
115
|
+
import "../Sculpt/typings/style.js";
|
|
116
|
+
import "../shared-utils/five/FiveLine.js";
|
|
117
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
118
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
119
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
117
120
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
118
121
|
import "../shared-utils/isTouchDevice.js";
|
|
119
122
|
import "../shared-utils/five/getPosition.js";
|
|
120
123
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
121
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
122
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
123
124
|
import "../shared-utils/isTruelyObject.js";
|
|
124
|
-
class
|
|
125
|
+
class le extends M {
|
|
125
126
|
constructor(i, e) {
|
|
126
127
|
super(i);
|
|
127
128
|
// ==================== public properties ====================
|
|
@@ -352,5 +353,5 @@ class me extends M {
|
|
|
352
353
|
}
|
|
353
354
|
}
|
|
354
355
|
export {
|
|
355
|
-
|
|
356
|
+
le as CurrentPanoImagePluginController
|
|
356
357
|
};
|
|
@@ -4,18 +4,9 @@ import "../base/BasePlugin.js";
|
|
|
4
4
|
import "../shared-utils/Subscribe.js";
|
|
5
5
|
import "hammerjs";
|
|
6
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
|
-
import "../Sculpt/Meshes/Line.js";
|
|
8
|
-
import "../Sculpt/typings/style.js";
|
|
9
|
-
import "../shared-utils/five/FiveLine.js";
|
|
10
7
|
import "@realsee/five/line";
|
|
11
|
-
import "../shared-utils/positionToVector3.js";
|
|
12
|
-
import "../shared-utils/three/IObject3D.js";
|
|
13
|
-
import "../shared-utils/three/centerPoint.js";
|
|
14
|
-
import "../shared-utils/three/THREESphere.js";
|
|
15
|
-
import "animejs";
|
|
16
|
-
import "../shared-utils/isNil.js";
|
|
17
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
18
8
|
import "../shared-utils/tag.js";
|
|
9
|
+
import "../shared-utils/positionToVector3.js";
|
|
19
10
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
20
11
|
import "../shared-utils/five/getFiveModel.js";
|
|
21
12
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -26,9 +17,11 @@ import "../shared-utils/three/temp.js";
|
|
|
26
17
|
import "../Sculpt/utils/Modules/Global.js";
|
|
27
18
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
28
19
|
import "../Object3DHelperPlugin/Controller.js";
|
|
20
|
+
import "../shared-utils/three/THREESphere.js";
|
|
29
21
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
30
22
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
31
23
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
24
|
+
import "../shared-utils/three/IObject3D.js";
|
|
32
25
|
import "../shared-utils/three/boundingBox.js";
|
|
33
26
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
34
27
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -41,7 +34,11 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
41
34
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
42
35
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
43
36
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
37
|
+
import "../shared-utils/three/centerPoint.js";
|
|
44
38
|
import "../shared-utils/three/getObjectVisible.js";
|
|
39
|
+
import "animejs";
|
|
40
|
+
import "../shared-utils/isNil.js";
|
|
41
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
45
42
|
import "../shared-utils/url/absoluteUrl.js";
|
|
46
43
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
47
44
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -83,19 +80,23 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
83
80
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
84
81
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
85
82
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
83
|
+
import "../Sculpt/Meshes/Line.js";
|
|
84
|
+
import "../Sculpt/typings/style.js";
|
|
85
|
+
import "../shared-utils/five/FiveLine.js";
|
|
86
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
87
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
88
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
86
89
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
87
90
|
import "../shared-utils/isTouchDevice.js";
|
|
88
91
|
import "../shared-utils/five/getPosition.js";
|
|
89
92
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
90
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
91
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
92
93
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
93
94
|
import "../shared-utils/animationFrame/index.js";
|
|
94
95
|
import "../shared-utils/equal.js";
|
|
95
96
|
import "../shared-utils/isTruelyObject.js";
|
|
96
97
|
import "../shared-utils/three/loadTexture.js";
|
|
97
|
-
const
|
|
98
|
+
const Ur = (r, o) => new t(r, o);
|
|
98
99
|
export {
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
Ur as CurrentPanoImagePlugin,
|
|
101
|
+
Ur as default
|
|
101
102
|
};
|
|
@@ -34,7 +34,9 @@ import { objectAssignDeepExports as S } from "../vendor/object-assign-deep/objec
|
|
|
34
34
|
import * as V from "three";
|
|
35
35
|
import "hammerjs";
|
|
36
36
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
37
|
-
import "
|
|
37
|
+
import "@realsee/five/line";
|
|
38
|
+
import "../shared-utils/tag.js";
|
|
39
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
38
40
|
import "../shared-utils/three/THREESphere.js";
|
|
39
41
|
import "animejs";
|
|
40
42
|
import { uuid as H } from "../shared-utils/uuid.js";
|
|
@@ -189,18 +191,13 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
189
191
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
190
192
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
191
193
|
import "../shared-utils/three/getObjectVisible.js";
|
|
192
|
-
import "../Sculpt/typings/style.js";
|
|
193
|
-
import "../shared-utils/five/FiveLine.js";
|
|
194
|
-
import "@realsee/five/line";
|
|
195
|
-
import "../shared-utils/three/IObject3D.js";
|
|
196
|
-
import "../shared-utils/tag.js";
|
|
197
194
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
198
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
199
195
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
200
196
|
import "../Object3DHelperPlugin/Controller.js";
|
|
201
197
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
202
198
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
203
199
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
200
|
+
import "../shared-utils/three/IObject3D.js";
|
|
204
201
|
import "../shared-utils/three/boundingBox.js";
|
|
205
202
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
206
203
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -230,6 +227,9 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
|
230
227
|
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
231
228
|
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
232
229
|
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
230
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
231
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
232
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
233
233
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
234
234
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
235
235
|
import "../shared-utils/three/THREERaycaster.js";
|
|
@@ -241,15 +241,16 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
241
241
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
242
242
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
243
243
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
244
|
+
import "../Sculpt/Meshes/Line.js";
|
|
245
|
+
import "../Sculpt/typings/style.js";
|
|
246
|
+
import "../shared-utils/five/FiveLine.js";
|
|
247
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
248
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
249
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
244
250
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
245
251
|
import "../shared-utils/isTouchDevice.js";
|
|
246
252
|
import "../shared-utils/five/getPosition.js";
|
|
247
253
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
248
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
249
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
250
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
251
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
252
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
253
254
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
254
255
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
255
256
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -272,8 +273,8 @@ import "../CruisePlugin/utils/coordinatesAngle.js";
|
|
|
272
273
|
import "../CruisePlugin/utils/coordinatesToVector.js";
|
|
273
274
|
import "../CruisePlugin/utils/safeCall.js";
|
|
274
275
|
import "../shared-utils/five/fiveLoaded.js";
|
|
275
|
-
const b = "GuideLinePlugin", g = `${b}`,
|
|
276
|
-
class
|
|
276
|
+
const b = "GuideLinePlugin", g = `${b}`, _e = (s) => `${g}--${s}`;
|
|
277
|
+
class Ee extends N {
|
|
277
278
|
constructor(t, i) {
|
|
278
279
|
super(t, i);
|
|
279
280
|
h(this, "name", b);
|
|
@@ -415,6 +416,6 @@ class _e extends N {
|
|
|
415
416
|
}
|
|
416
417
|
}
|
|
417
418
|
export {
|
|
418
|
-
|
|
419
|
-
|
|
419
|
+
Ee as default,
|
|
420
|
+
_e as pluginFlag
|
|
420
421
|
};
|