@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
|
@@ -19,15 +19,7 @@ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
|
19
19
|
import "../shared-utils/three/centerPoint.js";
|
|
20
20
|
import "../shared-utils/three/getObjectVisible.js";
|
|
21
21
|
import "hammerjs";
|
|
22
|
-
import "../Sculpt/Meshes/Line.js";
|
|
23
|
-
import "../Sculpt/typings/style.js";
|
|
24
|
-
import "../shared-utils/five/FiveLine.js";
|
|
25
22
|
import "@realsee/five/line";
|
|
26
|
-
import "../shared-utils/three/IObject3D.js";
|
|
27
|
-
import "../shared-utils/three/THREESphere.js";
|
|
28
|
-
import "animejs";
|
|
29
|
-
import "../shared-utils/isNil.js";
|
|
30
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
31
23
|
import "../shared-utils/tag.js";
|
|
32
24
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
33
25
|
import "../shared-utils/five/getFiveModel.js";
|
|
@@ -40,10 +32,14 @@ import "../Sculpt/utils/Modules/Global.js";
|
|
|
40
32
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
41
33
|
import "../Object3DHelperPlugin/Controller.js";
|
|
42
34
|
import "../base/BasePlugin.js";
|
|
35
|
+
import "../shared-utils/three/THREESphere.js";
|
|
36
|
+
import "animejs";
|
|
43
37
|
import "../shared-utils/url/absoluteUrl.js";
|
|
38
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
44
39
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
45
40
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
46
41
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
42
|
+
import "../shared-utils/three/IObject3D.js";
|
|
47
43
|
import "../shared-utils/three/boundingBox.js";
|
|
48
44
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
49
45
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -58,6 +54,7 @@ import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
|
58
54
|
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
59
55
|
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
60
56
|
import "../shared-utils/threex/domevents/index.js";
|
|
57
|
+
import "../shared-utils/isNil.js";
|
|
61
58
|
import "../shared-utils/util.js";
|
|
62
59
|
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
63
60
|
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
@@ -86,6 +83,12 @@ import "../shared-utils/three/Assets/index.js";
|
|
|
86
83
|
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
87
84
|
import "../shared-utils/five/initialCSS3DRender.js";
|
|
88
85
|
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
86
|
+
import "../Sculpt/Meshes/Line.js";
|
|
87
|
+
import "../Sculpt/typings/style.js";
|
|
88
|
+
import "../shared-utils/five/FiveLine.js";
|
|
89
|
+
import "../Sculpt/utils/removeAllTag.js";
|
|
90
|
+
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
91
|
+
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
89
92
|
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
90
93
|
import "../shared-utils/isTouchDevice.js";
|
|
91
94
|
import "../shared-utils/five/getPosition.js";
|
|
@@ -93,12 +96,10 @@ import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
|
93
96
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
94
97
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
95
98
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
96
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
97
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
98
99
|
import "../vendor/svelte/internal/index.js";
|
|
99
100
|
import "./store.js";
|
|
100
101
|
import "../vendor/svelte/store/index.js";
|
|
101
|
-
const D = 1e-3, v = 0.01, Io = "https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png",
|
|
102
|
+
const D = 1e-3, v = 0.01, Io = "https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png", ye = (n, r) => {
|
|
102
103
|
var k, z, q, B, G, J, K, Q;
|
|
103
104
|
let j = r == null ? void 0 : r.container, y = 1.4;
|
|
104
105
|
const oo = (k = r == null ? void 0 : r.wait) != null ? k : 200, to = (z = r == null ? void 0 : r.maxNumberOnScreen) != null ? z : 3, I = (q = r == null ? void 0 : r.minRad) != null ? q : Math.PI / 4, L = (B = r == null ? void 0 : r.nearTolerance) != null ? B : 100, eo = (G = r == null ? void 0 : r.upsideHeight) != null ? G : 1.6, A = (J = r == null ? void 0 : r.minDistance) != null ? J : 1.2, f = (K = r == null ? void 0 : r.maxDistance) != null ? K : 3.5, C = Mo(n), S = document.createElement("div");
|
|
@@ -323,6 +324,6 @@ const D = 1e-3, v = 0.01, Io = "https://vrlab-image4.ljcdn.com/release/web/PanoS
|
|
|
323
324
|
};
|
|
324
325
|
};
|
|
325
326
|
export {
|
|
326
|
-
|
|
327
|
-
|
|
327
|
+
ye as PanoSpatialTagPlugin,
|
|
328
|
+
ye as default
|
|
328
329
|
};
|
|
@@ -16,15 +16,7 @@ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
|
16
16
|
import "../shared-utils/three/centerPoint.js";
|
|
17
17
|
import "../shared-utils/three/getObjectVisible.js";
|
|
18
18
|
import "hammerjs";
|
|
19
|
-
import "../Sculpt/Meshes/Line.js";
|
|
20
|
-
import "../Sculpt/typings/style.js";
|
|
21
|
-
import "../shared-utils/five/FiveLine.js";
|
|
22
19
|
import "@realsee/five/line";
|
|
23
|
-
import "../shared-utils/three/IObject3D.js";
|
|
24
|
-
import "../shared-utils/three/THREESphere.js";
|
|
25
|
-
import "animejs";
|
|
26
|
-
import "../shared-utils/isNil.js";
|
|
27
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
28
20
|
import "../shared-utils/tag.js";
|
|
29
21
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
30
22
|
import "../shared-utils/five/getFiveModel.js";
|
|
@@ -37,10 +29,14 @@ import "../Sculpt/utils/Modules/Global.js";
|
|
|
37
29
|
import "../Sculpt/utils/Modules/Cursor.js";
|
|
38
30
|
import "../Object3DHelperPlugin/Controller.js";
|
|
39
31
|
import "../base/BasePlugin.js";
|
|
32
|
+
import "../shared-utils/three/THREESphere.js";
|
|
33
|
+
import "animejs";
|
|
40
34
|
import "../shared-utils/url/absoluteUrl.js";
|
|
35
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
41
36
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
42
37
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
43
38
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
39
|
+
import "../shared-utils/three/IObject3D.js";
|
|
44
40
|
import "../shared-utils/three/boundingBox.js";
|
|
45
41
|
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
46
42
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -55,6 +51,7 @@ import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
|
55
51
|
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
56
52
|
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
57
53
|
import "../shared-utils/threex/domevents/index.js";
|
|
54
|
+
import "../shared-utils/isNil.js";
|
|
58
55
|
import "../shared-utils/util.js";
|
|
59
56
|
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
60
57
|
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
@@ -83,6 +80,12 @@ 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";
|
|
@@ -90,8 +93,6 @@ import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
|
90
93
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
91
94
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
92
95
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
93
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
94
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
95
96
|
import "./Components/origins.js";
|
|
96
97
|
import "../vendor/svelte/internal/index.js";
|
|
97
98
|
import "./store.js";
|
|
@@ -6,7 +6,9 @@ import { isModelLike as N } from "../../../shared-utils/five/mode.js";
|
|
|
6
6
|
import "three";
|
|
7
7
|
import "hammerjs";
|
|
8
8
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
9
|
-
import "
|
|
9
|
+
import "@realsee/five/line";
|
|
10
|
+
import "../../../shared-utils/tag.js";
|
|
11
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
10
12
|
import "../../../shared-utils/three/THREESphere.js";
|
|
11
13
|
import "animejs";
|
|
12
14
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
@@ -15,14 +17,7 @@ import "../../../vendor/svelte/easing/index.js";
|
|
|
15
17
|
import "../../utils/noTypecheck.js";
|
|
16
18
|
import "../../utils/getImageInfo.js";
|
|
17
19
|
import "../../utils/px2rem.js";
|
|
18
|
-
import "../../../Sculpt/typings/style.js";
|
|
19
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
20
|
-
import "@realsee/five/line";
|
|
21
20
|
import "../../../shared-utils/positionToVector3.js";
|
|
22
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
23
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
24
|
-
import "../../../shared-utils/isNil.js";
|
|
25
|
-
import "../../../shared-utils/tag.js";
|
|
26
21
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
27
22
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
28
23
|
import "../../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -31,7 +26,6 @@ import "../../../shared-utils/Subscribe.js";
|
|
|
31
26
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
32
27
|
import "../../../shared-utils/five/transformPosition.js";
|
|
33
28
|
import "../../../shared-utils/three/temp.js";
|
|
34
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
35
29
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
36
30
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
37
31
|
import "../../../base/BasePlugin.js";
|
|
@@ -39,6 +33,7 @@ import "../../../shared-utils/url/absoluteUrl.js";
|
|
|
39
33
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
40
34
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
41
35
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
36
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
42
37
|
import "../../../shared-utils/three/boundingBox.js";
|
|
43
38
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
44
39
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -51,7 +46,9 @@ import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
51
46
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
52
47
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
53
48
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
49
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
54
50
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
51
|
+
import "../../../shared-utils/isNil.js";
|
|
55
52
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
56
53
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
57
54
|
import "../../../shared-utils/util.js";
|
|
@@ -92,12 +89,16 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
92
89
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
93
90
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
94
91
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
92
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
93
|
+
import "../../../Sculpt/typings/style.js";
|
|
94
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
95
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
96
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
97
|
+
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
95
98
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
96
99
|
import "../../../shared-utils/isTouchDevice.js";
|
|
97
100
|
import "../../../shared-utils/five/getPosition.js";
|
|
98
101
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
99
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
100
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
101
102
|
function Q(t) {
|
|
102
103
|
U(t, "svelte-7aiuwz", '@charset "UTF-8";.tag-point-click-helper.svelte-7aiuwz.svelte-7aiuwz{position:absolute;pointer-events:auto;cursor:pointer;width:calc(100% + 0.75rem);height:calc(100% + 0.75rem);left:50%;top:50%;transform:translate(-50%, -50%)}.tag-point-wrapper.svelte-7aiuwz.svelte-7aiuwz{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.tag-folded-point.svelte-7aiuwz.svelte-7aiuwz,.tag-unfolded-point.svelte-7aiuwz.svelte-7aiuwz{transition:all 0.5s}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0.3125rem;height:0.3125rem;border-radius:50%;background-color:white}.tag-point-wrapper.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz:before{content:"";position:absolute;width:0.875rem;height:0.875rem;border-radius:50%;background-color:rgba(0, 0, 0, 0.2)}.tag-point-wrapper.folded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-folded-point.svelte-7aiuwz{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-7aiuwz .tag-unfolded-point.svelte-7aiuwz{opacity:1;scale:1}');
|
|
103
104
|
}
|
|
@@ -266,11 +267,11 @@ function Y(t, o, n) {
|
|
|
266
267
|
m
|
|
267
268
|
];
|
|
268
269
|
}
|
|
269
|
-
class
|
|
270
|
+
class Hi extends j {
|
|
270
271
|
constructor(o) {
|
|
271
272
|
super(), q(this, o, Y, V, O, { tag: 6 }, Q);
|
|
272
273
|
}
|
|
273
274
|
}
|
|
274
275
|
export {
|
|
275
|
-
|
|
276
|
+
Hi as default
|
|
276
277
|
};
|
|
@@ -2,7 +2,9 @@ import { SvelteComponent as te, init as ie, safe_not_equal as re, append_styles
|
|
|
2
2
|
import "three";
|
|
3
3
|
import "hammerjs";
|
|
4
4
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
5
|
-
import "
|
|
5
|
+
import "@realsee/five/line";
|
|
6
|
+
import "../../../shared-utils/tag.js";
|
|
7
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
6
8
|
import "../../../shared-utils/three/THREESphere.js";
|
|
7
9
|
import "animejs";
|
|
8
10
|
import { notNil as ge } from "../../../shared-utils/isNil.js";
|
|
@@ -10,13 +12,7 @@ import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
|
10
12
|
import qe from "../../utils/px2rem.js";
|
|
11
13
|
import de from "../Common/Shadow.js";
|
|
12
14
|
import { svelteResizeObserver as ve } from "../../../shared-utils/svelte/resizeObserver.js";
|
|
13
|
-
import "../../../Sculpt/typings/style.js";
|
|
14
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
15
|
-
import "@realsee/five/line";
|
|
16
15
|
import "../../../shared-utils/positionToVector3.js";
|
|
17
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
18
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
19
|
-
import "../../../shared-utils/tag.js";
|
|
20
16
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
21
17
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
22
18
|
import "../../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -25,7 +21,6 @@ import "../../../shared-utils/Subscribe.js";
|
|
|
25
21
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
26
22
|
import "../../../shared-utils/five/transformPosition.js";
|
|
27
23
|
import "../../../shared-utils/three/temp.js";
|
|
28
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
29
24
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
30
25
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
31
26
|
import "../../../base/BasePlugin.js";
|
|
@@ -33,6 +28,7 @@ import "../../../shared-utils/url/absoluteUrl.js";
|
|
|
33
28
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
34
29
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
35
30
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
31
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
36
32
|
import "../../../shared-utils/three/boundingBox.js";
|
|
37
33
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
38
34
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -45,6 +41,7 @@ import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
45
41
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
46
42
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
47
43
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
44
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
48
45
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
49
46
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
50
47
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -86,12 +83,16 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
86
83
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
87
84
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
88
85
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
86
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
87
|
+
import "../../../Sculpt/typings/style.js";
|
|
88
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
89
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
90
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
91
|
+
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
89
92
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
90
93
|
import "../../../shared-utils/isTouchDevice.js";
|
|
91
94
|
import "../../../shared-utils/five/getPosition.js";
|
|
92
95
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
93
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
94
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
95
96
|
import "../../../vendor/svelte/transition/index.js";
|
|
96
97
|
import "../../../vendor/svelte/easing/index.js";
|
|
97
98
|
import "../../../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
|
|
@@ -492,11 +493,11 @@ function ze(i, e, t) {
|
|
|
492
493
|
U
|
|
493
494
|
];
|
|
494
495
|
}
|
|
495
|
-
class
|
|
496
|
+
class ci extends te {
|
|
496
497
|
constructor(e) {
|
|
497
498
|
super(), ie(this, e, ze, ue, re, { tag: 0 }, he);
|
|
498
499
|
}
|
|
499
500
|
}
|
|
500
501
|
export {
|
|
501
|
-
|
|
502
|
+
ci as default
|
|
502
503
|
};
|
|
@@ -14,7 +14,9 @@ import { ModelTag as cA } from "../../controller/Tag/ModelTag.js";
|
|
|
14
14
|
import { isModelLike as dA } from "../../../shared-utils/five/mode.js";
|
|
15
15
|
import "hammerjs";
|
|
16
16
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
17
|
-
import "
|
|
17
|
+
import "@realsee/five/line";
|
|
18
|
+
import "../../../shared-utils/tag.js";
|
|
19
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
18
20
|
import "../../../shared-utils/three/THREESphere.js";
|
|
19
21
|
import "animejs";
|
|
20
22
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
@@ -70,13 +72,7 @@ import "../../../vendor/svelte-carousel/src/utils/lazy.js";
|
|
|
70
72
|
import "../../../vendor/svelte-carousel/src/utils/ProgressManager.js";
|
|
71
73
|
import "../../../vendor/svelte-carousel/src/utils/interval.js";
|
|
72
74
|
import "../Common/MediaItem.js";
|
|
73
|
-
import "../../../Sculpt/typings/style.js";
|
|
74
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
75
|
-
import "@realsee/five/line";
|
|
76
75
|
import "../../../shared-utils/positionToVector3.js";
|
|
77
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
78
|
-
import "../../../shared-utils/three/centerPoint.js";
|
|
79
|
-
import "../../../shared-utils/tag.js";
|
|
80
76
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
81
77
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
82
78
|
import "../../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -85,7 +81,6 @@ import "../../../shared-utils/Subscribe.js";
|
|
|
85
81
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
86
82
|
import "../../../shared-utils/five/transformPosition.js";
|
|
87
83
|
import "../../../shared-utils/three/temp.js";
|
|
88
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
89
84
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
90
85
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
91
86
|
import "../../../base/BasePlugin.js";
|
|
@@ -93,6 +88,7 @@ import "../../../shared-utils/url/absoluteUrl.js";
|
|
|
93
88
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
94
89
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
95
90
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
91
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
96
92
|
import "../../../shared-utils/three/boundingBox.js";
|
|
97
93
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
98
94
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -105,6 +101,7 @@ import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
105
101
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
106
102
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
107
103
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
104
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
108
105
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
109
106
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
110
107
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -146,12 +143,16 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
146
143
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
147
144
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
148
145
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
146
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
147
|
+
import "../../../Sculpt/typings/style.js";
|
|
148
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
149
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
150
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
151
|
+
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
149
152
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
150
153
|
import "../../../shared-utils/isTouchDevice.js";
|
|
151
154
|
import "../../../shared-utils/five/getPosition.js";
|
|
152
155
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
153
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
154
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
155
156
|
import "./AudioTag/AudioTag.js";
|
|
156
157
|
import "../Common/Audio.js";
|
|
157
158
|
import "../../utils/audio/SharedAudio.js";
|
|
@@ -824,7 +825,7 @@ function TA(i, A, t) {
|
|
|
824
825
|
y
|
|
825
826
|
];
|
|
826
827
|
}
|
|
827
|
-
class
|
|
828
|
+
class mo extends tA {
|
|
828
829
|
constructor(A) {
|
|
829
830
|
super(), iA(
|
|
830
831
|
this,
|
|
@@ -846,5 +847,5 @@ class ao extends tA {
|
|
|
846
847
|
}
|
|
847
848
|
}
|
|
848
849
|
export {
|
|
849
|
-
|
|
850
|
+
mo as default
|
|
850
851
|
};
|
|
@@ -60,16 +60,9 @@ import "./Common/MediaItem.js";
|
|
|
60
60
|
import "./Tag/MarketingTag.js";
|
|
61
61
|
import "hammerjs";
|
|
62
62
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
63
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
64
|
-
import "../../Sculpt/typings/style.js";
|
|
65
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
66
63
|
import "@realsee/five/line";
|
|
67
|
-
import "../../shared-utils/positionToVector3.js";
|
|
68
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
69
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
70
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
71
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
72
64
|
import "../../shared-utils/tag.js";
|
|
65
|
+
import "../../shared-utils/positionToVector3.js";
|
|
73
66
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
74
67
|
import "../../shared-utils/five/getFiveModel.js";
|
|
75
68
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -82,10 +75,13 @@ import "../../Sculpt/utils/Modules/Global.js";
|
|
|
82
75
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
83
76
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
84
77
|
import "../../base/BasePlugin.js";
|
|
78
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
85
79
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
80
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
86
81
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
87
82
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
88
83
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
84
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
89
85
|
import "../../shared-utils/three/boundingBox.js";
|
|
90
86
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
91
87
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -98,6 +94,7 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
98
94
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
99
95
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
100
96
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
97
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
101
98
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
102
99
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
103
100
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -139,12 +136,16 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
139
136
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
140
137
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
141
138
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
139
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
140
|
+
import "../../Sculpt/typings/style.js";
|
|
141
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
142
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
143
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
144
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
142
145
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
143
146
|
import "../../shared-utils/isTouchDevice.js";
|
|
144
147
|
import "../../shared-utils/five/getPosition.js";
|
|
145
148
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
146
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
147
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
148
149
|
import "../utils/noTypecheck.js";
|
|
149
150
|
import "./Tag/AudioTag/index.js";
|
|
150
151
|
import "./Tag/AudioTag/AudioTag.js";
|
|
@@ -383,7 +384,7 @@ function O(a, t, o) {
|
|
|
383
384
|
m
|
|
384
385
|
];
|
|
385
386
|
}
|
|
386
|
-
class
|
|
387
|
+
class Tr extends v {
|
|
387
388
|
constructor(t) {
|
|
388
389
|
super(), w(
|
|
389
390
|
this,
|
|
@@ -406,5 +407,5 @@ class wr extends v {
|
|
|
406
407
|
}
|
|
407
408
|
}
|
|
408
409
|
export {
|
|
409
|
-
|
|
410
|
+
Tr as default
|
|
410
411
|
};
|
|
@@ -6,7 +6,9 @@ import tt from "./Common/TagPoint.js";
|
|
|
6
6
|
import { isModelLike as et } from "../../shared-utils/five/mode.js";
|
|
7
7
|
import "hammerjs";
|
|
8
8
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
9
|
-
import "
|
|
9
|
+
import "@realsee/five/line";
|
|
10
|
+
import "../../shared-utils/tag.js";
|
|
11
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
10
12
|
import "../../shared-utils/three/THREESphere.js";
|
|
11
13
|
import "animejs";
|
|
12
14
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
@@ -65,13 +67,7 @@ import "../../vendor/svelte-carousel/src/utils/ProgressManager.js";
|
|
|
65
67
|
import "../../vendor/svelte-carousel/src/utils/interval.js";
|
|
66
68
|
import "./Common/MediaItem.js";
|
|
67
69
|
import "./Tag/MarketingTag.js";
|
|
68
|
-
import "../../Sculpt/typings/style.js";
|
|
69
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
70
|
-
import "@realsee/five/line";
|
|
71
70
|
import "../../shared-utils/positionToVector3.js";
|
|
72
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
73
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
74
|
-
import "../../shared-utils/tag.js";
|
|
75
71
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
76
72
|
import "../../shared-utils/five/getFiveModel.js";
|
|
77
73
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -80,7 +76,6 @@ import "../../shared-utils/Subscribe.js";
|
|
|
80
76
|
import "../../shared-utils/Utils/WorkUtil.js";
|
|
81
77
|
import "../../shared-utils/five/transformPosition.js";
|
|
82
78
|
import "../../shared-utils/three/temp.js";
|
|
83
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
84
79
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
85
80
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
86
81
|
import "../../base/BasePlugin.js";
|
|
@@ -88,6 +83,7 @@ import "../../shared-utils/url/absoluteUrl.js";
|
|
|
88
83
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
89
84
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
90
85
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
86
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
91
87
|
import "../../shared-utils/three/boundingBox.js";
|
|
92
88
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
93
89
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -100,6 +96,7 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
100
96
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
101
97
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
102
98
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
99
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
103
100
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
104
101
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
105
102
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -141,12 +138,16 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
141
138
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
142
139
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
143
140
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
141
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
142
|
+
import "../../Sculpt/typings/style.js";
|
|
143
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
144
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
145
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
146
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
144
147
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
145
148
|
import "../../shared-utils/isTouchDevice.js";
|
|
146
149
|
import "../../shared-utils/five/getPosition.js";
|
|
147
150
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
148
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
149
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
150
151
|
import "./Tag/AudioTag/index.js";
|
|
151
152
|
import "./Tag/AudioTag/AudioTag.js";
|
|
152
153
|
import "./Common/Audio.js";
|
|
@@ -532,7 +533,7 @@ function at(o, t, i) {
|
|
|
532
533
|
H
|
|
533
534
|
];
|
|
534
535
|
}
|
|
535
|
-
class
|
|
536
|
+
class Ko extends J {
|
|
536
537
|
constructor(t) {
|
|
537
538
|
super(), K(
|
|
538
539
|
this,
|
|
@@ -553,5 +554,5 @@ class Jo extends J {
|
|
|
553
554
|
}
|
|
554
555
|
}
|
|
555
556
|
export {
|
|
556
|
-
|
|
557
|
+
Ko as default
|
|
557
558
|
};
|