@realsee/dnalogel 3.47.3 → 3.47.5
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 +6 -0
- package/dist/Sculpt/Meshes/Polygon.d.ts +1 -1
- package/dist/Sculpt/Meshes/PolygonWithEdge.d.ts +1 -1
- package/dist/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/dist/Sculpt/utils/three/ColoredMesh.d.ts +2 -2
- package/dist/index.cjs.js +79 -55
- package/dist/index.js +5073 -5050
- package/dist/index.umd.js +74 -50
- package/dist/shared-utils/five/vector3ToScreen.d.ts +4 -4
- package/dist/shared-utils/tag.d.ts +1 -3
- package/dist/shared-utils/three/Magnifier.d.ts +1 -0
- package/dist/shared-utils/three/index.d.ts +0 -2
- package/dist/shared-utils/three/raycaster.d.ts +2 -0
- package/libs/AreaMakerPlugin/Controller.js +16 -14
- package/libs/AreaMakerPlugin/index.js +18 -16
- package/libs/AreaMakerPlugin/utils/Item.js +55 -53
- package/libs/CSS3DRenderPlugin/Controller.js +14 -12
- package/libs/CSS3DRenderPlugin/index.js +21 -19
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +15 -13
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +16 -14
- package/libs/CruisePlugin/BaseController.js +29 -27
- package/libs/CruisePlugin/Move.js +21 -19
- package/libs/CruisePlugin/Work.js +16 -14
- package/libs/CruisePlugin/index.js +22 -20
- package/libs/CurrentPanoImagePlugin/Controller.js +25 -23
- package/libs/CurrentPanoImagePlugin/index.js +19 -17
- package/libs/GuideLinePlugin/Controller.js +18 -16
- package/libs/GuideLinePlugin/GuideLineItem.js +18 -16
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -4
- package/libs/GuideLinePlugin/GuideLineModeItem.js +18 -16
- package/libs/GuideLinePlugin/index.js +22 -20
- package/libs/ModelMakerPlugin/Controller.js +22 -20
- package/libs/ModelMakerPlugin/index.js +18 -16
- package/libs/ModelMakerPlugin/item/baseItem.js +14 -13
- package/libs/ModelMakerPlugin/item/boxItem.js +3 -2
- package/libs/ModelMakerPlugin/item/polygonItem.js +6 -5
- package/libs/ModelMakerPlugin/item/prismItem.js +3 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +17 -15
- package/libs/ModelTVVideoPlugin/index.js +16 -14
- package/libs/Object3DHelperPlugin/Controller.js +17 -15
- package/libs/Object3DHelperPlugin/index.js +21 -19
- package/libs/PanoCompassPlugin/Controller.js +18 -16
- package/libs/PanoCompassPlugin/index.js +19 -17
- package/libs/PanoDoorLabelPlugin/BaseController.js +18 -16
- package/libs/PanoDoorLabelPlugin/Controller.js +38 -36
- package/libs/PanoDoorLabelPlugin/index.js +19 -17
- package/libs/PanoMeasurePlugin/Components/Controller0.js +15 -13
- package/libs/PanoMeasurePlugin/Components/Controller1.js +15 -13
- package/libs/PanoMeasurePlugin/Controller/EditController.js +14 -12
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +15 -13
- package/libs/PanoMeasurePlugin/Controller/index.js +13 -11
- package/libs/PanoMeasurePlugin/Model/area.js +15 -13
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +15 -13
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +15 -13
- package/libs/PanoMeasurePlugin/index.js +24 -22
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +15 -13
- package/libs/PanoSpatialTagPlugin/Plugin.js +17 -15
- package/libs/PanoSpatialTagPlugin/index.js +14 -12
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +17 -15
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +16 -14
- package/libs/PanoTagPlugin/Components/Tag/index.js +16 -14
- package/libs/PanoTagPlugin/Components/TagContainer.js +16 -14
- package/libs/PanoTagPlugin/Components/TagItem.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +60 -60
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +18 -16
- package/libs/PanoTagPlugin/controller/TagRender.js +15 -13
- package/libs/PanoTagPlugin/controller/TagUtil.js +16 -14
- package/libs/PanoTagPlugin/controller/index.js +18 -16
- package/libs/PanoTagPlugin/index.js +24 -22
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +17 -15
- package/libs/PanoVideoPlugin/Controller.js +18 -16
- package/libs/PanoVideoPlugin/VideoMeshController.js +18 -16
- package/libs/PanoVideoPlugin/index.js +21 -19
- package/libs/PipelinePlugin/Controller.js +17 -15
- package/libs/PipelinePlugin/index.js +19 -17
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +18 -16
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +18 -16
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +35 -33
- package/libs/Sculpt/Meshes/Box.js +6 -7
- package/libs/Sculpt/Meshes/Cylinder.js +15 -16
- package/libs/Sculpt/Meshes/Line.js +61 -55
- package/libs/Sculpt/Meshes/Point.js +6 -7
- package/libs/Sculpt/Meshes/Polygon.d.ts +1 -1
- package/libs/Sculpt/Meshes/PolygonWithEdge.d.ts +1 -1
- package/libs/Sculpt/Meshes/Polyline.js +5 -6
- package/libs/Sculpt/Meshes/Rectangle.js +3 -4
- package/libs/Sculpt/Objects/Line/Editor.js +15 -16
- package/libs/Sculpt/Objects/Line/index.js +35 -35
- package/libs/Sculpt/Objects/Polygon/index.js +55 -61
- package/libs/Sculpt/Objects/Polyline/index.js +45 -45
- package/libs/Sculpt/index.js +1 -1
- package/libs/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/libs/Sculpt/utils/Meshes/getLengthHTML.js +34 -0
- package/libs/Sculpt/utils/three/ColoredMesh.d.ts +2 -2
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -4
- package/libs/base/BasePlugin.js +14 -15
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/ModelFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +18 -16
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +19 -17
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/index.js +1 -2
- package/libs/index.js +15 -15
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +7 -7
- package/libs/shared-utils/five/index.js +3 -4
- package/libs/shared-utils/five/lookObject.js +3 -4
- package/libs/shared-utils/five/vector3ToScreen.d.ts +4 -4
- package/libs/shared-utils/five/vector3ToScreen.js +9 -4
- package/libs/shared-utils/index.js +45 -49
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/tag.d.ts +1 -3
- package/libs/shared-utils/tag.js +37 -29
- package/libs/shared-utils/three/Magnifier.d.ts +1 -0
- package/libs/shared-utils/three/Magnifier.js +23 -24
- package/libs/shared-utils/three/index.d.ts +0 -2
- package/libs/shared-utils/three/index.js +1 -2
- package/libs/shared-utils/three/raycaster.d.ts +2 -0
- package/libs/shared-utils/three/raycaster.js +6 -0
- package/package.json +2 -2
- package/dist/shared-utils/three/getIntersect.d.ts +0 -21
- package/dist/shared-utils/three/getRaycaster.d.ts +0 -6
- package/libs/shared-utils/three/getIntersect.d.ts +0 -21
- package/libs/shared-utils/three/getIntersect.js +0 -24
- package/libs/shared-utils/three/getRaycaster.d.ts +0 -6
- package/libs/shared-utils/three/getRaycaster.js +0 -12
|
@@ -10,20 +10,20 @@ var f = (n, r, i) => r in n ? g(n, r, { enumerable: !0, configurable: !0, writab
|
|
|
10
10
|
return n;
|
|
11
11
|
};
|
|
12
12
|
var o = (n, r, i) => (f(n, typeof r != "symbol" ? r + "" : r, i), i);
|
|
13
|
-
var
|
|
14
|
-
var s = (
|
|
13
|
+
var l = (n, r, i) => new Promise((e, t) => {
|
|
14
|
+
var s = (m) => {
|
|
15
15
|
try {
|
|
16
|
-
d(i.next(
|
|
16
|
+
d(i.next(m));
|
|
17
17
|
} catch (u) {
|
|
18
18
|
t(u);
|
|
19
19
|
}
|
|
20
|
-
}, p = (
|
|
20
|
+
}, p = (m) => {
|
|
21
21
|
try {
|
|
22
|
-
d(i.throw(
|
|
22
|
+
d(i.throw(m));
|
|
23
23
|
} catch (u) {
|
|
24
24
|
t(u);
|
|
25
25
|
}
|
|
26
|
-
}, d = (
|
|
26
|
+
}, d = (m) => m.done ? e(m.value) : Promise.resolve(m.value).then(s, p);
|
|
27
27
|
d((i = i.apply(n, r)).next());
|
|
28
28
|
});
|
|
29
29
|
import * as h from "three";
|
|
@@ -31,8 +31,7 @@ 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 "
|
|
35
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
34
|
+
import "../Sculpt/Meshes/Line.js";
|
|
36
35
|
import "../shared-utils/three/THREESphere.js";
|
|
37
36
|
import "animejs";
|
|
38
37
|
import { equal as P } from "../shared-utils/equal.js";
|
|
@@ -46,28 +45,35 @@ import "../shared-utils/five/getFiveModel.js";
|
|
|
46
45
|
import "../shared-utils/url/absoluteUrl.js";
|
|
47
46
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
48
47
|
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
|
+
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
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
57
|
+
import "../shared-utils/three/raycaster.js";
|
|
58
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
49
59
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
50
60
|
import "../Object3DHelperPlugin/Controller.js";
|
|
51
61
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
52
62
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
53
63
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
54
|
-
import "../shared-utils/three/IObject3D.js";
|
|
55
64
|
import "../shared-utils/three/boundingBox.js";
|
|
56
65
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
57
66
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
58
67
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
59
68
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
60
69
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
61
|
-
import "../shared-utils/positionToVector3.js";
|
|
62
70
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
63
71
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
64
72
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
65
73
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
66
74
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
67
75
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
68
|
-
import "../shared-utils/three/centerPoint.js";
|
|
69
76
|
import "../shared-utils/three/getObjectVisible.js";
|
|
70
|
-
import "../shared-utils/isNil.js";
|
|
71
77
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
72
78
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
73
79
|
import "../shared-utils/util.js";
|
|
@@ -108,18 +114,14 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
108
114
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
109
115
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
110
116
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
111
|
-
import "../Sculpt/Meshes/Line.js";
|
|
112
|
-
import "../Sculpt/typings/style.js";
|
|
113
|
-
import "../shared-utils/five/FiveLine.js";
|
|
114
|
-
import "../shared-utils/tag.js";
|
|
115
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
116
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
117
117
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
118
118
|
import "../shared-utils/isTouchDevice.js";
|
|
119
119
|
import "../shared-utils/five/getPosition.js";
|
|
120
120
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
121
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
122
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
121
123
|
import "../shared-utils/isTruelyObject.js";
|
|
122
|
-
class
|
|
124
|
+
class me extends M {
|
|
123
125
|
constructor(i, e) {
|
|
124
126
|
super(i);
|
|
125
127
|
// ==================== public properties ====================
|
|
@@ -239,7 +241,7 @@ class ae extends M {
|
|
|
239
241
|
* @param `options.userAction` `<boolean> | <undefined>` 是否是用户操作。默认是 true。
|
|
240
242
|
*/
|
|
241
243
|
show(i) {
|
|
242
|
-
return
|
|
244
|
+
return l(this, null, function* () {
|
|
243
245
|
if (this.state.visible)
|
|
244
246
|
return Promise.resolve();
|
|
245
247
|
if (this.disposed)
|
|
@@ -253,7 +255,7 @@ class ae extends M {
|
|
|
253
255
|
* @param `options.userAction` `<boolean> | <undefined>` 是否是用户操作。默认是 true。
|
|
254
256
|
*/
|
|
255
257
|
hide(i) {
|
|
256
|
-
return
|
|
258
|
+
return l(this, null, function* () {
|
|
257
259
|
if (this.state.visible === !1)
|
|
258
260
|
return;
|
|
259
261
|
const e = a({ userAction: !0 }, i);
|
|
@@ -316,7 +318,7 @@ class ae extends M {
|
|
|
316
318
|
}
|
|
317
319
|
/** 重新加载贴图,调用时会先清除已有的贴图 */
|
|
318
320
|
reloadTexture(i) {
|
|
319
|
-
return
|
|
321
|
+
return l(this, null, function* () {
|
|
320
322
|
if (this.mesh.material.map = null, i !== "") {
|
|
321
323
|
const e = w(i);
|
|
322
324
|
this.textureLoadingPromise = e;
|
|
@@ -350,5 +352,5 @@ class ae extends M {
|
|
|
350
352
|
}
|
|
351
353
|
}
|
|
352
354
|
export {
|
|
353
|
-
|
|
355
|
+
me as CurrentPanoImagePluginController
|
|
354
356
|
};
|
|
@@ -4,38 +4,44 @@ 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";
|
|
7
10
|
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
|
+
import "../shared-utils/tag.js";
|
|
19
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
20
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
21
|
+
import "../shared-utils/three/raycaster.js";
|
|
8
22
|
import "../Sculpt/utils/Modules/Global.js";
|
|
9
23
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
10
24
|
import "../Object3DHelperPlugin/Controller.js";
|
|
11
|
-
import "../shared-utils/three/THREESphere.js";
|
|
12
25
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
13
26
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
14
27
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
15
|
-
import "../shared-utils/three/IObject3D.js";
|
|
16
28
|
import "../shared-utils/three/boundingBox.js";
|
|
17
29
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
18
30
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
19
31
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
20
32
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
21
33
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
22
|
-
import "../shared-utils/positionToVector3.js";
|
|
23
34
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
24
35
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
25
36
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
26
37
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
27
38
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
28
39
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
29
|
-
import "../shared-utils/three/centerPoint.js";
|
|
30
40
|
import "../shared-utils/three/getObjectVisible.js";
|
|
31
|
-
import "animejs";
|
|
32
|
-
import "../shared-utils/isNil.js";
|
|
33
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
34
41
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
35
42
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
36
43
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
37
44
|
import "../shared-utils/five/transformPosition.js";
|
|
38
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
39
45
|
import "../shared-utils/url/absoluteUrl.js";
|
|
40
46
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
41
47
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -77,23 +83,19 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
77
83
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
78
84
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
79
85
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
80
|
-
import "../Sculpt/Meshes/Line.js";
|
|
81
|
-
import "../Sculpt/typings/style.js";
|
|
82
|
-
import "../shared-utils/five/FiveLine.js";
|
|
83
|
-
import "../shared-utils/tag.js";
|
|
84
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
85
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
86
86
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
87
87
|
import "../shared-utils/isTouchDevice.js";
|
|
88
88
|
import "../shared-utils/five/getPosition.js";
|
|
89
89
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
90
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
91
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
90
92
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
91
93
|
import "../shared-utils/animationFrame/index.js";
|
|
92
94
|
import "../shared-utils/equal.js";
|
|
93
95
|
import "../shared-utils/isTruelyObject.js";
|
|
94
96
|
import "../shared-utils/three/loadTexture.js";
|
|
95
|
-
const
|
|
97
|
+
const Tr = (r, o) => new t(r, o);
|
|
96
98
|
export {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
+
Tr as CurrentPanoImagePlugin,
|
|
100
|
+
Tr as default
|
|
99
101
|
};
|
|
@@ -34,8 +34,7 @@ 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 "
|
|
38
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
37
|
+
import "../Sculpt/Meshes/Line.js";
|
|
39
38
|
import "../shared-utils/three/THREESphere.js";
|
|
40
39
|
import "animejs";
|
|
41
40
|
import { uuid as H } from "../shared-utils/uuid.js";
|
|
@@ -175,6 +174,7 @@ import "../shared-utils/five/getFloorIndex.js";
|
|
|
175
174
|
import "../shared-utils/safeObj.js";
|
|
176
175
|
import "../PanoTagPlugin/utils/Cache.js";
|
|
177
176
|
import "../CruisePlugin/utils/sleep.js";
|
|
177
|
+
import "../shared-utils/three/raycaster.js";
|
|
178
178
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
179
179
|
import "../PanoTagPlugin/tag.config.js";
|
|
180
180
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -189,12 +189,18 @@ 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
|
+
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
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
198
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
192
199
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
193
200
|
import "../Object3DHelperPlugin/Controller.js";
|
|
194
201
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
195
202
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
196
203
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
197
|
-
import "../shared-utils/three/IObject3D.js";
|
|
198
204
|
import "../shared-utils/three/boundingBox.js";
|
|
199
205
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
200
206
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -224,9 +230,6 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
|
224
230
|
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
225
231
|
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
226
232
|
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
227
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
228
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
229
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
230
233
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
231
234
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
232
235
|
import "../shared-utils/three/THREERaycaster.js";
|
|
@@ -238,16 +241,15 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
238
241
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
239
242
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
240
243
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
241
|
-
import "../Sculpt/Meshes/Line.js";
|
|
242
|
-
import "../Sculpt/typings/style.js";
|
|
243
|
-
import "../shared-utils/five/FiveLine.js";
|
|
244
|
-
import "../shared-utils/tag.js";
|
|
245
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
246
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
247
244
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
248
245
|
import "../shared-utils/isTouchDevice.js";
|
|
249
246
|
import "../shared-utils/five/getPosition.js";
|
|
250
247
|
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";
|
|
251
253
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
252
254
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
253
255
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -270,8 +272,8 @@ import "../CruisePlugin/utils/coordinatesAngle.js";
|
|
|
270
272
|
import "../CruisePlugin/utils/coordinatesToVector.js";
|
|
271
273
|
import "../CruisePlugin/utils/safeCall.js";
|
|
272
274
|
import "../shared-utils/five/fiveLoaded.js";
|
|
273
|
-
const b = "GuideLinePlugin", g = `${b}`,
|
|
274
|
-
class
|
|
275
|
+
const b = "GuideLinePlugin", g = `${b}`, ve = (s) => `${g}--${s}`;
|
|
276
|
+
class _e extends N {
|
|
275
277
|
constructor(t, i) {
|
|
276
278
|
super(t, i);
|
|
277
279
|
h(this, "name", b);
|
|
@@ -413,6 +415,6 @@ class ge extends N {
|
|
|
413
415
|
}
|
|
414
416
|
}
|
|
415
417
|
export {
|
|
416
|
-
|
|
417
|
-
|
|
418
|
+
_e as default,
|
|
419
|
+
ve as pluginFlag
|
|
418
420
|
};
|
|
@@ -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 Dr } from "./GuideLineItem/index.js";
|
|
9
9
|
import "three";
|
|
10
10
|
import "./utils/createLineGeometry.js";
|
|
11
11
|
import "../vendor/polyline-normals/index.js";
|
|
@@ -19,40 +19,46 @@ import "../shared-utils/math/intersecting.js";
|
|
|
19
19
|
import "../shared-utils/five/mode.js";
|
|
20
20
|
import "hammerjs";
|
|
21
21
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
22
|
+
import "../Sculpt/Meshes/Line.js";
|
|
23
|
+
import "../Sculpt/typings/style.js";
|
|
24
|
+
import "../shared-utils/five/FiveLine.js";
|
|
22
25
|
import "@realsee/five/line";
|
|
26
|
+
import "../shared-utils/positionToVector3.js";
|
|
27
|
+
import "../shared-utils/three/IObject3D.js";
|
|
28
|
+
import "../shared-utils/three/centerPoint.js";
|
|
29
|
+
import "../shared-utils/three/THREESphere.js";
|
|
30
|
+
import "animejs";
|
|
31
|
+
import "../shared-utils/isNil.js";
|
|
32
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
33
|
+
import "../shared-utils/tag.js";
|
|
34
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
35
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
36
|
+
import "../shared-utils/three/raycaster.js";
|
|
23
37
|
import "../Sculpt/utils/Modules/Global.js";
|
|
24
38
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
25
39
|
import "../Object3DHelperPlugin/Controller.js";
|
|
26
40
|
import "../base/BasePlugin.js";
|
|
27
|
-
import "../shared-utils/three/THREESphere.js";
|
|
28
|
-
import "animejs";
|
|
29
41
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
30
42
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
31
43
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
32
44
|
import "../shared-utils/five/transformPosition.js";
|
|
33
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
34
45
|
import "../shared-utils/url/absoluteUrl.js";
|
|
35
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
36
46
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
37
47
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
38
48
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
39
|
-
import "../shared-utils/three/IObject3D.js";
|
|
40
49
|
import "../shared-utils/three/boundingBox.js";
|
|
41
50
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
42
51
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
43
52
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
44
53
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
45
54
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
46
|
-
import "../shared-utils/positionToVector3.js";
|
|
47
55
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
48
56
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
49
57
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
50
58
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
51
59
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
52
60
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
53
|
-
import "../shared-utils/three/centerPoint.js";
|
|
54
61
|
import "../shared-utils/three/getObjectVisible.js";
|
|
55
|
-
import "../shared-utils/isNil.js";
|
|
56
62
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
57
63
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
58
64
|
import "../shared-utils/util.js";
|
|
@@ -93,16 +99,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
93
99
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
94
100
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
95
101
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
96
|
-
import "../Sculpt/Meshes/Line.js";
|
|
97
|
-
import "../Sculpt/typings/style.js";
|
|
98
|
-
import "../shared-utils/five/FiveLine.js";
|
|
99
|
-
import "../shared-utils/tag.js";
|
|
100
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
101
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
102
102
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
103
103
|
import "../shared-utils/isTouchDevice.js";
|
|
104
104
|
import "../shared-utils/five/getPosition.js";
|
|
105
105
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
106
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
107
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
106
108
|
import "../shared-utils/three/blink.js";
|
|
107
109
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
108
110
|
import "../shared-utils/animationFrame/index.js";
|
|
@@ -243,5 +245,5 @@ import "../CruisePlugin/utils/coordinatesToVector.js";
|
|
|
243
245
|
import "../CruisePlugin/utils/safeCall.js";
|
|
244
246
|
import "../shared-utils/five/fiveLoaded.js";
|
|
245
247
|
export {
|
|
246
|
-
|
|
248
|
+
Dr as GuideLineItem
|
|
247
249
|
};
|
|
@@ -17,8 +17,7 @@ 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
19
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
20
|
-
import "
|
|
21
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
20
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
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
|
};
|
|
@@ -4,8 +4,7 @@ import "./utils/createLineGeometry.js";
|
|
|
4
4
|
import "../shared-utils/five/mode.js";
|
|
5
5
|
import "hammerjs";
|
|
6
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
|
-
import "
|
|
8
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
7
|
+
import "../Sculpt/Meshes/Line.js";
|
|
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 Mr } 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,36 +23,43 @@ 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";
|
|
26
|
+
import "../Sculpt/typings/style.js";
|
|
27
|
+
import "../shared-utils/five/FiveLine.js";
|
|
28
|
+
import "@realsee/five/line";
|
|
29
|
+
import "../shared-utils/positionToVector3.js";
|
|
30
|
+
import "../shared-utils/three/IObject3D.js";
|
|
31
|
+
import "../shared-utils/three/centerPoint.js";
|
|
32
|
+
import "animejs";
|
|
33
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
34
|
+
import "../shared-utils/tag.js";
|
|
35
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
36
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
37
|
+
import "../shared-utils/three/raycaster.js";
|
|
38
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
27
39
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
28
40
|
import "../Object3DHelperPlugin/Controller.js";
|
|
29
41
|
import "../base/BasePlugin.js";
|
|
30
42
|
import "../shared-utils/Subscribe.js";
|
|
31
|
-
import "animejs";
|
|
32
43
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
33
44
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
34
45
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
35
46
|
import "../shared-utils/five/transformPosition.js";
|
|
36
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
37
47
|
import "../shared-utils/url/absoluteUrl.js";
|
|
38
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
39
48
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
40
49
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
41
50
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
42
|
-
import "../shared-utils/three/IObject3D.js";
|
|
43
51
|
import "../shared-utils/three/boundingBox.js";
|
|
44
52
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
45
53
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
46
54
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
47
55
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
48
56
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
49
|
-
import "../shared-utils/positionToVector3.js";
|
|
50
57
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
51
58
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
52
59
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
53
60
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
54
61
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
55
62
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
56
|
-
import "../shared-utils/three/centerPoint.js";
|
|
57
63
|
import "../shared-utils/three/getObjectVisible.js";
|
|
58
64
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
59
65
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -95,16 +101,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
95
101
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
96
102
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
97
103
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
98
|
-
import "../Sculpt/Meshes/Line.js";
|
|
99
|
-
import "../Sculpt/typings/style.js";
|
|
100
|
-
import "../shared-utils/five/FiveLine.js";
|
|
101
|
-
import "../shared-utils/tag.js";
|
|
102
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
103
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
104
104
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
105
105
|
import "../shared-utils/isTouchDevice.js";
|
|
106
106
|
import "../shared-utils/five/getPosition.js";
|
|
107
107
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
108
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
109
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
108
110
|
import "../shared-utils/animationFrame/index.js";
|
|
109
111
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
110
112
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
@@ -226,5 +228,5 @@ import "../PanoTagPlugin/Components/TagContainer.js";
|
|
|
226
228
|
import "../PanoTagPlugin/Components/TagItem.js";
|
|
227
229
|
import "../PanoTagPlugin/Components/Common/TagPoint.js";
|
|
228
230
|
export {
|
|
229
|
-
|
|
231
|
+
Mr as GuideLineModeItem
|
|
230
232
|
};
|
|
@@ -1,44 +1,50 @@
|
|
|
1
1
|
import t from "./Controller.js";
|
|
2
|
-
import { GuideLineItem$1 as
|
|
3
|
-
import { GuideLineModeItem$1 as
|
|
2
|
+
import { GuideLineItem$1 as Er } from "./GuideLineItem/index.js";
|
|
3
|
+
import { GuideLineModeItem$1 as Hr } from "./GuideLineModeItem/index.js";
|
|
4
4
|
import "../base/BasePluginWithData.js";
|
|
5
5
|
import "../base/BasePlugin.js";
|
|
6
6
|
import "../shared-utils/Subscribe.js";
|
|
7
7
|
import "three";
|
|
8
8
|
import "hammerjs";
|
|
9
9
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
10
|
+
import "../Sculpt/Meshes/Line.js";
|
|
11
|
+
import "../Sculpt/typings/style.js";
|
|
12
|
+
import "../shared-utils/five/FiveLine.js";
|
|
10
13
|
import "@realsee/five/line";
|
|
14
|
+
import "../shared-utils/positionToVector3.js";
|
|
15
|
+
import "../shared-utils/three/IObject3D.js";
|
|
16
|
+
import "../shared-utils/three/centerPoint.js";
|
|
17
|
+
import "../shared-utils/three/THREESphere.js";
|
|
18
|
+
import "animejs";
|
|
19
|
+
import "../shared-utils/isNil.js";
|
|
20
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
21
|
+
import "../shared-utils/tag.js";
|
|
22
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
23
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
24
|
+
import "../shared-utils/three/raycaster.js";
|
|
11
25
|
import "../Sculpt/utils/Modules/Global.js";
|
|
12
26
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
13
27
|
import "../Object3DHelperPlugin/Controller.js";
|
|
14
|
-
import "../shared-utils/three/THREESphere.js";
|
|
15
28
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
16
29
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
17
30
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
18
|
-
import "../shared-utils/three/IObject3D.js";
|
|
19
31
|
import "../shared-utils/three/boundingBox.js";
|
|
20
32
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
21
33
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
22
34
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
23
35
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
24
36
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
25
|
-
import "../shared-utils/positionToVector3.js";
|
|
26
37
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
27
38
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
28
39
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
29
40
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
30
41
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
31
42
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
32
|
-
import "../shared-utils/three/centerPoint.js";
|
|
33
43
|
import "../shared-utils/three/getObjectVisible.js";
|
|
34
|
-
import "animejs";
|
|
35
|
-
import "../shared-utils/isNil.js";
|
|
36
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
37
44
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
38
45
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
39
46
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
40
47
|
import "../shared-utils/five/transformPosition.js";
|
|
41
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
42
48
|
import "../shared-utils/url/absoluteUrl.js";
|
|
43
49
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
44
50
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -80,16 +86,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
80
86
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
81
87
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
82
88
|
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 "../shared-utils/tag.js";
|
|
87
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
88
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
89
89
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
90
90
|
import "../shared-utils/isTouchDevice.js";
|
|
91
91
|
import "../shared-utils/five/getPosition.js";
|
|
92
92
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
93
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
94
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
93
95
|
import "../shared-utils/equal.js";
|
|
94
96
|
import "../shared-utils/isTruelyObject.js";
|
|
95
97
|
import "../CruisePlugin/Work.js";
|
|
@@ -242,10 +244,10 @@ import "../shared-utils/five/changeMode.js";
|
|
|
242
244
|
import "../shared-utils/nearlyEqual.js";
|
|
243
245
|
import "../CruisePlugin/Move.js";
|
|
244
246
|
import "../CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
245
|
-
const r = (i, o) => new t(i, o),
|
|
247
|
+
const r = (i, o) => new t(i, o), Ar = r;
|
|
246
248
|
export {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
+
Er as GuideLineItem,
|
|
250
|
+
Hr as GuideLineModeItem,
|
|
249
251
|
r as GuideLinePlugin,
|
|
250
|
-
|
|
252
|
+
Ar as default
|
|
251
253
|
};
|