@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
|
@@ -9,12 +9,21 @@ import R from "./OpacityMesh.js";
|
|
|
9
9
|
import { centerPoint as L } from "../../../shared-utils/three/centerPoint.js";
|
|
10
10
|
import { getObjectVisible as T } from "../../../shared-utils/three/getObjectVisible.js";
|
|
11
11
|
import "hammerjs";
|
|
12
|
-
import "
|
|
13
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
12
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
14
13
|
import "../../../shared-utils/three/THREESphere.js";
|
|
15
14
|
import "animejs";
|
|
16
15
|
import { isNil as O } from "../../../shared-utils/isNil.js";
|
|
17
16
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
17
|
+
import "../../../Sculpt/typings/style.js";
|
|
18
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
19
|
+
import "@realsee/five/line";
|
|
20
|
+
import "../../../shared-utils/positionToVector3.js";
|
|
21
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
22
|
+
import "../../../shared-utils/tag.js";
|
|
23
|
+
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
24
|
+
import "../../../shared-utils/five/getFiveModel.js";
|
|
25
|
+
import "../../../shared-utils/three/raycaster.js";
|
|
26
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
18
27
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
19
28
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
20
29
|
import "../../../base/BasePlugin.js";
|
|
@@ -22,19 +31,16 @@ import "../../../shared-utils/Utils/FiveUtil.js";
|
|
|
22
31
|
import "../../../shared-utils/Utils/BaseUtil.js";
|
|
23
32
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
24
33
|
import "../../../shared-utils/five/transformPosition.js";
|
|
25
|
-
import "../../../shared-utils/five/getFiveModel.js";
|
|
26
34
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
27
35
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
28
36
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
29
37
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
30
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
31
38
|
import "../../../shared-utils/three/boundingBox.js";
|
|
32
39
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
33
40
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
34
41
|
import "../../../shared-utils/Object3DHelper/Constants/color.js";
|
|
35
42
|
import "../../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
36
43
|
import "./CSS3DRender.js";
|
|
37
|
-
import "../../../shared-utils/positionToVector3.js";
|
|
38
44
|
import "./CSS3DRenderer.js";
|
|
39
45
|
import "./THREEJS_CSS3DRenderer.js";
|
|
40
46
|
import "../createResizeObserver.js";
|
|
@@ -79,18 +85,14 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
79
85
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
80
86
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
81
87
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
82
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
83
|
-
import "../../../Sculpt/typings/style.js";
|
|
84
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
85
|
-
import "../../../shared-utils/tag.js";
|
|
86
|
-
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
87
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
88
88
|
import "./CSS3DSprite.js";
|
|
89
89
|
import "../../../shared-utils/isTouchDevice.js";
|
|
90
90
|
import "../../../shared-utils/five/getPosition.js";
|
|
91
91
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
92
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
93
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
92
94
|
const $ = 1, W = `CSS3DObjectPlus@${$}`, k = 216e-5, z = 3e-3;
|
|
93
|
-
class
|
|
95
|
+
class Ei extends N {
|
|
94
96
|
constructor(t) {
|
|
95
97
|
var x, b, w, g, V;
|
|
96
98
|
if (O(t.cornerPoints) && O(t.width))
|
|
@@ -196,7 +198,7 @@ class Vi extends N {
|
|
|
196
198
|
}
|
|
197
199
|
}
|
|
198
200
|
export {
|
|
199
|
-
|
|
201
|
+
Ei as CSS3DObjectPlus,
|
|
200
202
|
z as DefaultRatio,
|
|
201
203
|
k as MinRatio
|
|
202
204
|
};
|
|
@@ -31,7 +31,7 @@ import { anyPositionToVector3 as q } from "../../../shared-utils/positionToVecto
|
|
|
31
31
|
import B from "./CSS3DRenderer.js";
|
|
32
32
|
import { Subscribe as A } from "../../../shared-utils/Subscribe.js";
|
|
33
33
|
import { CSS3DObjectPlus as W } from "./CSS3DObject.js";
|
|
34
|
-
import { MinRatio as
|
|
34
|
+
import { MinRatio as $t } from "./CSS3DObject.js";
|
|
35
35
|
import { CSS3DFrontScene as H, CSS3DBehindScene as T } from "./CSS3DScene.js";
|
|
36
36
|
import { CSS3DFrontGroup as U, CSS3DBehindGroup as z } from "./CSS3DGroup.js";
|
|
37
37
|
import { CSS3DObject as j } from "three/examples/jsm/renderers/CSS3DRenderer";
|
|
@@ -43,24 +43,31 @@ import "./OpacityMesh.js";
|
|
|
43
43
|
import "../../../shared-utils/three/centerPoint.js";
|
|
44
44
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
45
45
|
import "hammerjs";
|
|
46
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
47
|
+
import "../../../Sculpt/typings/style.js";
|
|
48
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
46
49
|
import "@realsee/five/line";
|
|
50
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
51
|
+
import "../../../shared-utils/three/THREESphere.js";
|
|
52
|
+
import "animejs";
|
|
53
|
+
import "../../../shared-utils/isNil.js";
|
|
54
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
55
|
+
import "../../../shared-utils/tag.js";
|
|
56
|
+
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
57
|
+
import "../../../shared-utils/five/getFiveModel.js";
|
|
58
|
+
import "../../../shared-utils/three/raycaster.js";
|
|
47
59
|
import "../../../Sculpt/utils/Modules/Global.js";
|
|
48
60
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
49
61
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
50
62
|
import "../../../base/BasePlugin.js";
|
|
51
|
-
import "../../../shared-utils/three/THREESphere.js";
|
|
52
|
-
import "animejs";
|
|
53
63
|
import "../../../shared-utils/Utils/FiveUtil.js";
|
|
54
64
|
import "../../../shared-utils/Utils/BaseUtil.js";
|
|
55
65
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
56
66
|
import "../../../shared-utils/five/transformPosition.js";
|
|
57
|
-
import "../../../shared-utils/five/getFiveModel.js";
|
|
58
67
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
59
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
60
68
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
61
69
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
62
70
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
63
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
64
71
|
import "../../../shared-utils/three/boundingBox.js";
|
|
65
72
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
66
73
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -76,7 +83,6 @@ import "../../../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
|
76
83
|
import "../../../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
77
84
|
import "../../../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
78
85
|
import "../../../shared-utils/threex/domevents/index.js";
|
|
79
|
-
import "../../../shared-utils/isNil.js";
|
|
80
86
|
import "../../../shared-utils/util.js";
|
|
81
87
|
import "../../../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
82
88
|
import "../../../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
@@ -105,16 +111,12 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
105
111
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
106
112
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
107
113
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
108
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
109
|
-
import "../../../Sculpt/typings/style.js";
|
|
110
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
111
|
-
import "../../../shared-utils/tag.js";
|
|
112
|
-
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
113
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
114
114
|
import "./CSS3DSprite.js";
|
|
115
115
|
import "../../../shared-utils/isTouchDevice.js";
|
|
116
116
|
import "../../../shared-utils/five/getPosition.js";
|
|
117
117
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
118
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
119
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
118
120
|
import "../getAllCSS3DObject.js";
|
|
119
121
|
const J = 3, G = "CSS3DRenderer", l = `${G}@${J}`, S = () => {
|
|
120
122
|
console.error(`${l} is disposed`);
|
|
@@ -384,7 +386,7 @@ class y {
|
|
|
384
386
|
n(y, "setFrontModeContainer", K), n(y, "setBehindModeContainer", Q);
|
|
385
387
|
export {
|
|
386
388
|
y as CSS3DRender,
|
|
387
|
-
|
|
389
|
+
$t as MinRatio,
|
|
388
390
|
l as PLUGIN,
|
|
389
391
|
i as globalStore
|
|
390
392
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
2
|
var u = Object.getOwnPropertySymbols;
|
|
3
3
|
var v = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
|
|
4
|
-
var l = (
|
|
5
|
-
for (var e in
|
|
6
|
-
v.call(
|
|
4
|
+
var l = (s, r, e) => r in s ? c(s, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[r] = e, f = (s, r) => {
|
|
5
|
+
for (var e in r || (r = {}))
|
|
6
|
+
v.call(r, e) && l(s, e, r[e]);
|
|
7
7
|
if (u)
|
|
8
|
-
for (var e of u(
|
|
9
|
-
S.call(
|
|
10
|
-
return
|
|
8
|
+
for (var e of u(r))
|
|
9
|
+
S.call(r, e) && l(s, e, r[e]);
|
|
10
|
+
return s;
|
|
11
11
|
};
|
|
12
|
-
var o = (
|
|
13
|
-
var n = (
|
|
12
|
+
var o = (s, r, e) => (l(s, typeof r != "symbol" ? r + "" : r, e), e);
|
|
13
|
+
var n = (s, r, e) => new Promise((t, i) => {
|
|
14
14
|
var a = (p) => {
|
|
15
15
|
try {
|
|
16
16
|
m(e.next(p));
|
|
@@ -24,7 +24,7 @@ var n = (r, s, e) => new Promise((t, i) => {
|
|
|
24
24
|
i(h);
|
|
25
25
|
}
|
|
26
26
|
}, m = (p) => p.done ? t(p.value) : Promise.resolve(p.value).then(a, b);
|
|
27
|
-
m((e = e.apply(
|
|
27
|
+
m((e = e.apply(s, r)).next());
|
|
28
28
|
});
|
|
29
29
|
import { Controller as y } from "../base/BasePlugin.js";
|
|
30
30
|
import { equal as L } from "../shared-utils/equal.js";
|
|
@@ -33,38 +33,44 @@ 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";
|
|
36
39
|
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
|
+
import "../shared-utils/tag.js";
|
|
48
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
49
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
50
|
+
import "../shared-utils/three/raycaster.js";
|
|
37
51
|
import "../Sculpt/utils/Modules/Global.js";
|
|
38
52
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
39
53
|
import "../Object3DHelperPlugin/Controller.js";
|
|
40
|
-
import "../shared-utils/three/THREESphere.js";
|
|
41
54
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
42
55
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
43
56
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
44
|
-
import "../shared-utils/three/IObject3D.js";
|
|
45
57
|
import "../shared-utils/three/boundingBox.js";
|
|
46
58
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
47
59
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
48
60
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
49
61
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
50
62
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
51
|
-
import "../shared-utils/positionToVector3.js";
|
|
52
63
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
53
64
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
54
65
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
55
66
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
56
67
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
57
68
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
58
|
-
import "../shared-utils/three/centerPoint.js";
|
|
59
69
|
import "../shared-utils/three/getObjectVisible.js";
|
|
60
|
-
import "animejs";
|
|
61
|
-
import "../shared-utils/isNil.js";
|
|
62
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
63
70
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
64
71
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
65
72
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
66
73
|
import "../shared-utils/five/transformPosition.js";
|
|
67
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
68
74
|
import "../shared-utils/url/absoluteUrl.js";
|
|
69
75
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
70
76
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -106,19 +112,15 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
106
112
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
107
113
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
108
114
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
109
|
-
import "../Sculpt/Meshes/Line.js";
|
|
110
|
-
import "../Sculpt/typings/style.js";
|
|
111
|
-
import "../shared-utils/five/FiveLine.js";
|
|
112
|
-
import "../shared-utils/tag.js";
|
|
113
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
114
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
115
115
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
116
116
|
import "../shared-utils/isTouchDevice.js";
|
|
117
117
|
import "../shared-utils/five/getPosition.js";
|
|
118
118
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
119
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
120
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
119
121
|
import "../shared-utils/isTruelyObject.js";
|
|
120
|
-
const g = "CruisePlugin", d = `${g}`,
|
|
121
|
-
class
|
|
122
|
+
const g = "CruisePlugin", d = `${g}`, mt = (s) => `${d}--${s}`;
|
|
123
|
+
class ht extends y {
|
|
122
124
|
constructor(e, t) {
|
|
123
125
|
super(e, t);
|
|
124
126
|
o(this, "state", {
|
|
@@ -293,6 +295,6 @@ class dt extends y {
|
|
|
293
295
|
}
|
|
294
296
|
}
|
|
295
297
|
export {
|
|
296
|
-
|
|
297
|
-
|
|
298
|
+
ht as default,
|
|
299
|
+
mt as pluginFlag
|
|
298
300
|
};
|
|
@@ -32,14 +32,13 @@ 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 "
|
|
36
|
-
import { anyPositionToVector3 as O } from "../shared-utils/positionToVector3.js";
|
|
37
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
35
|
+
import "../Sculpt/Meshes/Line.js";
|
|
38
36
|
import "../shared-utils/three/THREESphere.js";
|
|
39
37
|
import "animejs";
|
|
40
|
-
import { uuid as
|
|
38
|
+
import { uuid as O } from "../shared-utils/uuid.js";
|
|
41
39
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
42
40
|
import { getFiveStateOnCurve as v } from "./utils/getFiveStateOnCurve.js";
|
|
41
|
+
import { anyPositionToVector3 as A } from "../shared-utils/positionToVector3.js";
|
|
43
42
|
import M from "../GuideLinePlugin/index.js";
|
|
44
43
|
import "../base/BasePlugin.js";
|
|
45
44
|
import "../shared-utils/Subscribe.js";
|
|
@@ -51,12 +50,21 @@ import "../shared-utils/five/getFiveModel.js";
|
|
|
51
50
|
import "../shared-utils/url/absoluteUrl.js";
|
|
52
51
|
import "../shared-utils/equal.js";
|
|
53
52
|
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
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
61
|
+
import "../shared-utils/three/raycaster.js";
|
|
62
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
54
63
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
55
64
|
import "../Object3DHelperPlugin/Controller.js";
|
|
56
65
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
57
66
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
58
67
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
59
|
-
import "../shared-utils/three/IObject3D.js";
|
|
60
68
|
import "../shared-utils/three/boundingBox.js";
|
|
61
69
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
62
70
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -69,9 +77,7 @@ import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
69
77
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
70
78
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
71
79
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
72
|
-
import "../shared-utils/three/centerPoint.js";
|
|
73
80
|
import "../shared-utils/three/getObjectVisible.js";
|
|
74
|
-
import "../shared-utils/isNil.js";
|
|
75
81
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
76
82
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
77
83
|
import "../shared-utils/util.js";
|
|
@@ -112,16 +118,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
112
118
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
113
119
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
114
120
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
115
|
-
import "../Sculpt/Meshes/Line.js";
|
|
116
|
-
import "../Sculpt/typings/style.js";
|
|
117
|
-
import "../shared-utils/five/FiveLine.js";
|
|
118
|
-
import "../shared-utils/tag.js";
|
|
119
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
120
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
121
121
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
122
122
|
import "../shared-utils/isTouchDevice.js";
|
|
123
123
|
import "../shared-utils/five/getPosition.js";
|
|
124
124
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
125
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
126
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
125
127
|
import "../shared-utils/vectorToCoordinate.js";
|
|
126
128
|
import "../shared-utils/formatRad.js";
|
|
127
129
|
import "../GuideLinePlugin/Controller.js";
|
|
@@ -271,7 +273,7 @@ import "./utils/coordinatesAngle.js";
|
|
|
271
273
|
import "./utils/coordinatesToVector.js";
|
|
272
274
|
import "./utils/safeCall.js";
|
|
273
275
|
import "../shared-utils/five/fiveLoaded.js";
|
|
274
|
-
class
|
|
276
|
+
class le extends z {
|
|
275
277
|
constructor(t, r) {
|
|
276
278
|
var h;
|
|
277
279
|
super(t, r);
|
|
@@ -312,14 +314,14 @@ class fe extends z {
|
|
|
312
314
|
}
|
|
313
315
|
load(t, r) {
|
|
314
316
|
var a, o, s, f, y, S, C, P, b;
|
|
315
|
-
this.handlePause(), this.clear(), this.data = u({ id:
|
|
317
|
+
this.handlePause(), this.clear(), this.data = u({ id: O() }, t);
|
|
316
318
|
const m = (() => {
|
|
317
319
|
if (this.data.path instanceof L.Curve)
|
|
318
320
|
return this.data.path.curves[0];
|
|
319
321
|
{
|
|
320
322
|
if (this.data.path.length < 2)
|
|
321
323
|
return null;
|
|
322
|
-
const l = this.data.path.map(
|
|
324
|
+
const l = this.data.path.map(A);
|
|
323
325
|
return new L.CatmullRomCurve3(l, void 0, "catmullrom", 0.5);
|
|
324
326
|
}
|
|
325
327
|
})();
|
|
@@ -333,11 +335,11 @@ class fe extends z {
|
|
|
333
335
|
throw new Error("curve is not defined");
|
|
334
336
|
const p = this.curve.getLength(), h = this.state.config.speedConfig.moveSpeedUnit === "m/ms" ? 1 : 1e3;
|
|
335
337
|
if (this.duration = p / (this.state.config.speedConfig.moveSpeed / h), Array.isArray(this.data.path)) {
|
|
336
|
-
const l = this.data.path.map(
|
|
338
|
+
const l = this.data.path.map(A).map((G) => G.toArray());
|
|
337
339
|
!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({
|
|
338
340
|
lines: [
|
|
339
341
|
{
|
|
340
|
-
id:
|
|
342
|
+
id: O(),
|
|
341
343
|
path: [{ type: "CatmullRomCurve3", points: l }],
|
|
342
344
|
model_style: { visible: !0 }
|
|
343
345
|
}
|
|
@@ -379,5 +381,5 @@ class fe extends z {
|
|
|
379
381
|
}
|
|
380
382
|
}
|
|
381
383
|
export {
|
|
382
|
-
|
|
384
|
+
le as default
|
|
383
385
|
};
|
|
@@ -38,8 +38,7 @@ 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 "
|
|
42
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
41
|
+
import "../Sculpt/Meshes/Line.js";
|
|
43
42
|
import "../shared-utils/three/THREESphere.js";
|
|
44
43
|
import "animejs";
|
|
45
44
|
import { notNil as Q } from "../shared-utils/isNil.js";
|
|
@@ -179,6 +178,7 @@ import "../shared-utils/url/getUrl.js";
|
|
|
179
178
|
import "../shared-utils/five/getFloorIndex.js";
|
|
180
179
|
import "../shared-utils/safeObj.js";
|
|
181
180
|
import "../PanoTagPlugin/utils/Cache.js";
|
|
181
|
+
import "../shared-utils/three/raycaster.js";
|
|
182
182
|
import "../PanoTagPlugin/controller/TagUtil.js";
|
|
183
183
|
import "../PanoTagPlugin/tag.config.js";
|
|
184
184
|
import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
@@ -193,12 +193,18 @@ import "../CSS3DRenderPlugin/utils/even.js";
|
|
|
193
193
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
194
194
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
195
195
|
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
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
202
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
196
203
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
197
204
|
import "../Object3DHelperPlugin/Controller.js";
|
|
198
205
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
199
206
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
200
207
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
201
|
-
import "../shared-utils/three/IObject3D.js";
|
|
202
208
|
import "../shared-utils/three/boundingBox.js";
|
|
203
209
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
204
210
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -229,9 +235,6 @@ import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
|
229
235
|
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
230
236
|
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
231
237
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
232
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
233
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
234
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
235
238
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
236
239
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
237
240
|
import "../shared-utils/three/THREERaycaster.js";
|
|
@@ -243,16 +246,15 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
243
246
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
244
247
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
245
248
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
246
|
-
import "../Sculpt/Meshes/Line.js";
|
|
247
|
-
import "../Sculpt/typings/style.js";
|
|
248
|
-
import "../shared-utils/five/FiveLine.js";
|
|
249
|
-
import "../shared-utils/tag.js";
|
|
250
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
251
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
252
249
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
253
250
|
import "../shared-utils/isTouchDevice.js";
|
|
254
251
|
import "../shared-utils/five/getPosition.js";
|
|
255
252
|
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";
|
|
256
258
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
257
259
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
258
260
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -271,7 +273,7 @@ import "./utils/getFiveStateOnCurve.js";
|
|
|
271
273
|
import "../shared-utils/formatRad.js";
|
|
272
274
|
import "./Work.js";
|
|
273
275
|
import "./utils/coordinatesToVector.js";
|
|
274
|
-
class
|
|
276
|
+
class yo extends G {
|
|
275
277
|
constructor(t, e) {
|
|
276
278
|
super(t, e);
|
|
277
279
|
k(this, "state", {
|
|
@@ -659,5 +661,5 @@ class co extends G {
|
|
|
659
661
|
}
|
|
660
662
|
}
|
|
661
663
|
export {
|
|
662
|
-
|
|
664
|
+
yo as default
|
|
663
665
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { typing as
|
|
1
|
+
import { typing as Ji } 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,38 +9,44 @@ 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";
|
|
12
15
|
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
|
+
import "../shared-utils/tag.js";
|
|
24
|
+
import "../shared-utils/five/vector3ToScreen.js";
|
|
25
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
26
|
+
import "../shared-utils/three/raycaster.js";
|
|
13
27
|
import "../Sculpt/utils/Modules/Global.js";
|
|
14
28
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
15
29
|
import "../Object3DHelperPlugin/Controller.js";
|
|
16
|
-
import "../shared-utils/three/THREESphere.js";
|
|
17
30
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
18
31
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
19
32
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
20
|
-
import "../shared-utils/three/IObject3D.js";
|
|
21
33
|
import "../shared-utils/three/boundingBox.js";
|
|
22
34
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
23
35
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
24
36
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
25
37
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
26
38
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
27
|
-
import "../shared-utils/positionToVector3.js";
|
|
28
39
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
29
40
|
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
30
41
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
31
42
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
32
43
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
33
44
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
34
|
-
import "../shared-utils/three/centerPoint.js";
|
|
35
45
|
import "../shared-utils/three/getObjectVisible.js";
|
|
36
|
-
import "animejs";
|
|
37
|
-
import "../shared-utils/isNil.js";
|
|
38
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
39
46
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
40
47
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
41
48
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
42
49
|
import "../shared-utils/five/transformPosition.js";
|
|
43
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
44
50
|
import "../shared-utils/url/absoluteUrl.js";
|
|
45
51
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
46
52
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -82,16 +88,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
82
88
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
83
89
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
84
90
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
85
|
-
import "../Sculpt/Meshes/Line.js";
|
|
86
|
-
import "../Sculpt/typings/style.js";
|
|
87
|
-
import "../shared-utils/five/FiveLine.js";
|
|
88
|
-
import "../shared-utils/tag.js";
|
|
89
|
-
import "../shared-utils/five/vector3ToScreen.js";
|
|
90
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
91
91
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
92
92
|
import "../shared-utils/isTouchDevice.js";
|
|
93
93
|
import "../shared-utils/five/getPosition.js";
|
|
94
94
|
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
95
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
96
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
95
97
|
import "../shared-utils/equal.js";
|
|
96
98
|
import "../shared-utils/isTruelyObject.js";
|
|
97
99
|
import "../GuideLinePlugin/GuideLineItem/index.js";
|
|
@@ -243,13 +245,13 @@ import "./utils/safeCall.js";
|
|
|
243
245
|
import "../shared-utils/five/fiveLoaded.js";
|
|
244
246
|
import "./BaseController.js";
|
|
245
247
|
import "./utils/getFiveStateOnCurve.js";
|
|
246
|
-
const
|
|
248
|
+
const Fi = (o, r) => new t(o, r), Gi = (o, r) => new i(o, r);
|
|
247
249
|
export {
|
|
248
|
-
|
|
250
|
+
Fi as CruisePlugin,
|
|
249
251
|
t as CruisePluginController,
|
|
250
|
-
|
|
252
|
+
Ji as CruisePluginTypes,
|
|
251
253
|
i as MoveController,
|
|
252
|
-
|
|
254
|
+
Gi as MovePlugin,
|
|
253
255
|
t as WalkController,
|
|
254
|
-
|
|
256
|
+
Fi as default
|
|
255
257
|
};
|