@realsee/dnalogel 3.77.2-alpha.0 → 3.77.3-alpha.1
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 +15 -0
- package/dist/Sculpt/Meshes/Line.d.ts +4 -0
- package/dist/Sculpt/Objects/Base/Editor.d.ts +20 -1
- package/dist/Sculpt/Objects/Box/index.d.ts +5 -2
- package/dist/Sculpt/Objects/Rectangle/index.d.ts +7 -4
- package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +21 -0
- package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +16 -0
- package/dist/floorplan/typings/index.d.ts +3 -0
- package/dist/index.cjs.js +79 -79
- package/dist/index.js +6181 -6031
- package/dist/index.umd.js +71 -71
- package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +4 -3
- package/dist/shared-utils/five/getFiveFromParentChain.d.ts +7 -0
- package/dist/shared-utils/three/PointSelector/index.d.ts +1 -1
- package/libs/AreaMakerPlugin/Controller.js +3 -2
- package/libs/AreaMakerPlugin/index.js +3 -2
- package/libs/AreaMakerPlugin/utils/Item.js +3 -2
- package/libs/CSS3DRenderPlugin/Controller.js +3 -2
- package/libs/CSS3DRenderPlugin/index.js +6 -5
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +39 -38
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +10 -9
- package/libs/CruisePlugin/BaseController.js +5 -4
- package/libs/CruisePlugin/Move.js +3 -2
- package/libs/CruisePlugin/Work.js +3 -2
- package/libs/CruisePlugin/index.js +7 -6
- package/libs/CurrentPanoImagePlugin/Controller.js +15 -14
- package/libs/CurrentPanoImagePlugin/index.js +4 -3
- package/libs/GuideLinePlugin/Controller.js +5 -4
- package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
- package/libs/GuideLinePlugin/index.js +7 -6
- package/libs/MeasurePlugin/Controller.js +11 -10
- package/libs/MeasurePlugin/index.js +5 -4
- package/libs/MeasurePlugin/utils/MeasureMesh.js +3 -2
- package/libs/ModelChassisCompassPlugin/Plugin.js +4 -3
- package/libs/ModelChassisCompassPlugin/index.js +1 -0
- package/libs/ModelEntryDoorGuidePlugin/Plugin.js +6 -5
- package/libs/ModelEntryDoorGuidePlugin/index.js +1 -0
- package/libs/ModelMakerPlugin/Controller.js +3 -2
- package/libs/ModelMakerPlugin/index.js +3 -2
- package/libs/ModelMakerPlugin/item/baseItem.js +3 -2
- package/libs/ModelMakerPlugin/item/boxItem.js +3 -2
- package/libs/ModelMakerPlugin/item/polygonItem.js +3 -2
- package/libs/ModelMakerPlugin/item/prismItem.js +3 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +4 -3
- package/libs/ModelTVVideoPlugin/index.js +3 -2
- package/libs/ModelViewPlugin/Plugin.js +20 -19
- package/libs/ModelViewPlugin/index.js +1 -0
- package/libs/Object3DHelperPlugin/Controller.js +3 -2
- package/libs/Object3DHelperPlugin/index.js +6 -5
- package/libs/PanoCompassPlugin/Controller.js +3 -2
- package/libs/PanoCompassPlugin/index.js +4 -3
- package/libs/PanoDoorLabelPlugin/Controller.js +24 -23
- package/libs/PanoDoorLabelPlugin/index.js +4 -3
- package/libs/PanoMeasurePlugin/Components/Controller0.js +3 -2
- package/libs/PanoMeasurePlugin/Components/Controller1.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/EditController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +7 -10
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +3 -2
- package/libs/PanoMeasurePlugin/Controller/index.js +3 -2
- package/libs/PanoMeasurePlugin/Model/area.js +3 -2
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -15
- package/libs/PanoMeasurePlugin/index.js +14 -13
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +3 -2
- package/libs/PanoRulerProPlugin/Controller.js +3 -2
- package/libs/PanoRulerProPlugin/RulerItems.js +42 -41
- package/libs/PanoRulerProPlugin/index.js +4 -3
- package/libs/PanoSpatialTagPlugin/Plugin.js +34 -33
- package/libs/PanoSpatialTagPlugin/index.js +1 -0
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/TagPopover/PopoverContent.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopoverToolBar.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/TagPopover/index.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +3 -2
- package/libs/PanoTagPlugin/controller/TagRender.js +3 -2
- package/libs/PanoTagPlugin/controller/TagUtil.js +3 -2
- package/libs/PanoTagPlugin/controller/index.js +6 -5
- package/libs/PanoTagPlugin/index.js +12 -11
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +3 -2
- package/libs/PanoTagPlugin/utils/tag/format.js +3 -2
- package/libs/PanoVideoPlugin/Controller.js +9 -8
- package/libs/PanoVideoPlugin/VideoMeshController.js +3 -2
- package/libs/PanoVideoPlugin/index.js +6 -5
- package/libs/PipelinePlugin/Controller.js +3 -2
- package/libs/PipelinePlugin/index.js +4 -3
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +3 -2
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +3 -2
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +1 -0
- package/libs/Sculpt/Meshes/Line.d.ts +4 -0
- package/libs/Sculpt/Meshes/Line.js +85 -76
- package/libs/Sculpt/Meshes/Point.js +28 -28
- package/libs/Sculpt/Meshes/Polygon.js +43 -43
- package/libs/Sculpt/Objects/Base/Editor.d.ts +20 -1
- package/libs/Sculpt/Objects/Base/Editor.js +91 -35
- package/libs/Sculpt/Objects/Box/index.d.ts +5 -2
- package/libs/Sculpt/Objects/Box/index.js +61 -55
- package/libs/Sculpt/Objects/Prism/index.js +48 -47
- package/libs/Sculpt/Objects/Rectangle/index.d.ts +7 -4
- package/libs/Sculpt/Objects/Rectangle/index.js +119 -117
- package/libs/Sculpt/index.js +1 -1
- package/libs/Sculpt/utils/Modules/Cursor.js +7 -7
- package/libs/Sculpt/utils/Modules/Global.js +24 -24
- package/libs/base/BasePlugin.js +1 -1
- package/libs/floorplan/FloorplanGuidePlugin/Controller.js +3 -2
- package/libs/floorplan/FloorplanGuidePlugin/index.js +4 -3
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +21 -0
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +134 -92
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +16 -0
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +133 -104
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -4
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +3 -2
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -3
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +3 -2
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +4 -3
- package/libs/floorplan/index.js +1 -1
- package/libs/floorplan/typings/index.d.ts +3 -0
- package/libs/index.js +151 -150
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +18 -18
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -1
- package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +4 -3
- package/libs/shared-utils/five/getFiveFromParentChain.d.ts +7 -0
- package/libs/shared-utils/five/getFiveFromParentChain.js +15 -0
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/PointSelector/index.d.ts +1 -1
- package/libs/shared-utils/three/PointSelector/utils/PointHelper2.js +1 -0
- package/package.json +1 -1
|
@@ -59,6 +59,7 @@ import "../../../Sculpt/typings/style.js";
|
|
|
59
59
|
import "../../../shared-utils/three/IObject3D.js";
|
|
60
60
|
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
61
61
|
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
62
|
+
import "../../../shared-utils/five/getFiveFromParentChain.js";
|
|
62
63
|
import "../../../shared-utils/three/core/LineGeometry.js";
|
|
63
64
|
import "../../../shared-utils/three/core/LineMaterial.js";
|
|
64
65
|
import "../../../shared-utils/three/core/Line2.js";
|
|
@@ -89,7 +90,7 @@ import "../../../shared-utils/safeObj.js";
|
|
|
89
90
|
import "../../utils/Cache.js";
|
|
90
91
|
import "../../../shared-utils/promise/withResolvers.js";
|
|
91
92
|
const P = new r.Vector2();
|
|
92
|
-
class
|
|
93
|
+
class yi extends R {
|
|
93
94
|
constructor(t, e) {
|
|
94
95
|
var o, i, n, s, a;
|
|
95
96
|
super(t, e);
|
|
@@ -297,5 +298,5 @@ class _i extends R {
|
|
|
297
298
|
}
|
|
298
299
|
}
|
|
299
300
|
export {
|
|
300
|
-
|
|
301
|
+
yi as PointTag
|
|
301
302
|
};
|
|
@@ -71,6 +71,7 @@ import "../../Sculpt/typings/style.js";
|
|
|
71
71
|
import "../../shared-utils/three/IObject3D.js";
|
|
72
72
|
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
73
73
|
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
74
|
+
import "../../shared-utils/five/getFiveFromParentChain.js";
|
|
74
75
|
import "../../shared-utils/three/core/LineGeometry.js";
|
|
75
76
|
import "../../shared-utils/three/core/LineMaterial.js";
|
|
76
77
|
import "../../shared-utils/three/core/Line2.js";
|
|
@@ -94,7 +95,7 @@ import "../../shared-utils/url/defaultUrls.js";
|
|
|
94
95
|
import "../../vendor/object-assign-deep/objectAssignDeep.js";
|
|
95
96
|
import "../../shared-utils/typescript/entries.js";
|
|
96
97
|
import "../utils/tag/adaptConfig.js";
|
|
97
|
-
class
|
|
98
|
+
class _t extends l {
|
|
98
99
|
constructor(t) {
|
|
99
100
|
super(t);
|
|
100
101
|
o(this, "rendererMap", /* @__PURE__ */ new Map());
|
|
@@ -145,5 +146,5 @@ class Zt extends l {
|
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
148
|
export {
|
|
148
|
-
|
|
149
|
+
_t as TagRender
|
|
149
150
|
};
|
|
@@ -85,6 +85,7 @@ import "../../shared-utils/three/IObject3D.js";
|
|
|
85
85
|
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
86
86
|
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
87
87
|
import "../../shared-utils/util.js";
|
|
88
|
+
import "../../shared-utils/five/getFiveFromParentChain.js";
|
|
88
89
|
import "../../shared-utils/three/core/LineGeometry.js";
|
|
89
90
|
import "../../shared-utils/three/core/LineMaterial.js";
|
|
90
91
|
import "../../shared-utils/three/core/Line2.js";
|
|
@@ -103,7 +104,7 @@ import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
|
103
104
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
104
105
|
import "../../shared-utils/five/calculateThreeMouse.js";
|
|
105
106
|
import "../../shared-utils/url/defaultUrls.js";
|
|
106
|
-
class
|
|
107
|
+
class Jt extends ce {
|
|
107
108
|
constructor(e) {
|
|
108
109
|
super(e);
|
|
109
110
|
s(this, "tags", []);
|
|
@@ -309,5 +310,5 @@ class Xt extends ce {
|
|
|
309
310
|
}
|
|
310
311
|
}
|
|
311
312
|
export {
|
|
312
|
-
|
|
313
|
+
Jt as TagUtil
|
|
313
314
|
};
|
|
@@ -118,6 +118,7 @@ import "../../shared-utils/three/IObject3D.js";
|
|
|
118
118
|
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
119
119
|
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
120
120
|
import "../../shared-utils/util.js";
|
|
121
|
+
import "../../shared-utils/five/getFiveFromParentChain.js";
|
|
121
122
|
import "../../shared-utils/three/core/LineGeometry.js";
|
|
122
123
|
import "../../shared-utils/three/core/LineMaterial.js";
|
|
123
124
|
import "../../shared-utils/three/core/Line2.js";
|
|
@@ -329,8 +330,8 @@ import "../Components/Common/TagPopover/TagPopoverToolBar.js";
|
|
|
329
330
|
import "../Components/Common/TagPopover/ArrowRightIcon.js";
|
|
330
331
|
import "../Components/Common/TagPopover/ShareIcon.js";
|
|
331
332
|
import "../utils/popoverContainer.js";
|
|
332
|
-
const D = "Dnalogel-PanoTagPlugin",
|
|
333
|
-
class
|
|
333
|
+
const D = "Dnalogel-PanoTagPlugin", Fs = (h) => `${D}--${h}`;
|
|
334
|
+
class ws extends R {
|
|
334
335
|
constructor(e, t) {
|
|
335
336
|
super(e);
|
|
336
337
|
/** state */
|
|
@@ -803,7 +804,7 @@ class Fs extends R {
|
|
|
803
804
|
}
|
|
804
805
|
}
|
|
805
806
|
export {
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
807
|
+
ws as PanoTagPluginController,
|
|
808
|
+
ws as default,
|
|
809
|
+
Fs as pluginFlag
|
|
809
810
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "./controller/index.js";
|
|
2
|
-
import { pluginFlag as
|
|
3
|
-
import { defaultGlobalConfig as
|
|
4
|
-
import { ContentType as
|
|
2
|
+
import { pluginFlag as Mi } from "./controller/index.js";
|
|
3
|
+
import { defaultGlobalConfig as Oi } from "./typings/tag/TagConfig.js";
|
|
4
|
+
import { ContentType as Ri, DimensionType as Si, PointType as Ui } from "./Archive/deprecated.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
7
7
|
import "../shared-utils/positionToVector3.js";
|
|
@@ -58,6 +58,7 @@ import "../Sculpt/typings/style.js";
|
|
|
58
58
|
import "../shared-utils/three/IObject3D.js";
|
|
59
59
|
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
60
60
|
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
61
|
+
import "../shared-utils/five/getFiveFromParentChain.js";
|
|
61
62
|
import "../shared-utils/three/core/LineGeometry.js";
|
|
62
63
|
import "../shared-utils/three/core/LineMaterial.js";
|
|
63
64
|
import "../shared-utils/three/core/Line2.js";
|
|
@@ -303,14 +304,14 @@ import "./Components/Common/TagPopover/ArrowRightIcon.js";
|
|
|
303
304
|
import "./Components/Common/TagPopover/ShareIcon.js";
|
|
304
305
|
import "./utils/popoverContainer.js";
|
|
305
306
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
306
|
-
const
|
|
307
|
+
const Ji = (o, t) => new r(o, t);
|
|
307
308
|
export {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
309
|
+
Ri as ContentType,
|
|
310
|
+
Si as DimensionType,
|
|
311
|
+
Ji as PanoTagPlugin,
|
|
311
312
|
r as PanoTagPluginController,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
313
|
+
Ui as PointType,
|
|
314
|
+
Ji as default,
|
|
315
|
+
Oi as defaultGlobalConfig,
|
|
316
|
+
Mi as pluginFlag
|
|
316
317
|
};
|
|
@@ -65,6 +65,7 @@ import "../../../shared-utils/three/IObject3D.js";
|
|
|
65
65
|
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
66
66
|
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
67
67
|
import "../../../shared-utils/util.js";
|
|
68
|
+
import "../../../shared-utils/five/getFiveFromParentChain.js";
|
|
68
69
|
import "../../../shared-utils/three/core/LineGeometry.js";
|
|
69
70
|
import "../../../shared-utils/three/core/LineMaterial.js";
|
|
70
71
|
import "../../../shared-utils/three/core/Line2.js";
|
|
@@ -81,7 +82,7 @@ import "../../../vendor/animejs/lib/anime.es.js";
|
|
|
81
82
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
82
83
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
83
84
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
84
|
-
function
|
|
85
|
+
function yi(o, i, t) {
|
|
85
86
|
var v, b, j, C, A;
|
|
86
87
|
const D = (v = t == null ? void 0 : t.useCache) != null ? v : !0;
|
|
87
88
|
if (!o)
|
|
@@ -127,5 +128,5 @@ function di(o, i, t) {
|
|
|
127
128
|
return P(T), Object.values(f).forEach((e) => P(e)), T._isMerged = !0, T;
|
|
128
129
|
}
|
|
129
130
|
export {
|
|
130
|
-
|
|
131
|
+
yi as calculateTagConfig
|
|
131
132
|
};
|
|
@@ -48,6 +48,7 @@ import "../../../shared-utils/three/IObject3D.js";
|
|
|
48
48
|
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
49
49
|
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
50
50
|
import "../../../shared-utils/util.js";
|
|
51
|
+
import "../../../shared-utils/five/getFiveFromParentChain.js";
|
|
51
52
|
import "../../../shared-utils/three/core/LineGeometry.js";
|
|
52
53
|
import "../../../shared-utils/three/core/LineMaterial.js";
|
|
53
54
|
import "../../../shared-utils/three/core/Line2.js";
|
|
@@ -68,7 +69,7 @@ import "@realsee/five";
|
|
|
68
69
|
function n(i) {
|
|
69
70
|
return i.stickType ? i.stickType : i.pointType === "PointTag" && i.dimensionType === "3D" ? "3DPoint" : i.pointType === "PlaneTag" ? "Plane" : "2DPoint";
|
|
70
71
|
}
|
|
71
|
-
function
|
|
72
|
+
function _i(i) {
|
|
72
73
|
var r, o, p, m;
|
|
73
74
|
if (i.stickType || (i.stickType = n(i)), i.contentType === "VRLink" || i.contentType === "PanoLink" || i.contentType === "Link") {
|
|
74
75
|
const t = i;
|
|
@@ -82,6 +83,6 @@ function Li(i) {
|
|
|
82
83
|
}), i;
|
|
83
84
|
}
|
|
84
85
|
export {
|
|
85
|
-
|
|
86
|
+
_i as default,
|
|
86
87
|
n as getTagStickType
|
|
87
88
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
var u = Object.defineProperty, g = Object.defineProperties;
|
|
2
2
|
var b = Object.getOwnPropertyDescriptors;
|
|
3
|
-
var
|
|
3
|
+
var m = Object.getOwnPropertySymbols;
|
|
4
4
|
var M = Object.prototype.hasOwnProperty, W = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var l = (e, i, r) => i in e ? u(e, i, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[i] = r, p = (e, i) => {
|
|
6
6
|
for (var r in i || (i = {}))
|
|
7
7
|
M.call(i, r) && l(e, r, i[r]);
|
|
8
|
-
if (
|
|
9
|
-
for (var r of
|
|
8
|
+
if (m)
|
|
9
|
+
for (var r of m(i))
|
|
10
10
|
W.call(i, r) && l(e, r, i[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, a = (e, i) => g(e, b(i));
|
|
13
13
|
var s = (e, i, r) => (l(e, typeof i != "symbol" ? i + "" : i, r), r);
|
|
14
|
-
import { VideoMeshController as
|
|
14
|
+
import { VideoMeshController as h } from "./VideoMeshController.js";
|
|
15
15
|
import { Controller as _ } from "../base/BasePlugin.js";
|
|
16
16
|
import "./utils/shader.js";
|
|
17
17
|
import "../shared-utils/tag.js";
|
|
@@ -65,6 +65,7 @@ import "../Sculpt/typings/style.js";
|
|
|
65
65
|
import "../shared-utils/three/IObject3D.js";
|
|
66
66
|
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
67
67
|
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
68
|
+
import "../shared-utils/five/getFiveFromParentChain.js";
|
|
68
69
|
import "../shared-utils/three/core/LineGeometry.js";
|
|
69
70
|
import "../shared-utils/three/core/LineMaterial.js";
|
|
70
71
|
import "../shared-utils/three/core/Line2.js";
|
|
@@ -83,7 +84,7 @@ import "../Sculpt/utils/three/rayOnLine.js";
|
|
|
83
84
|
import "../shared-utils/animationFrame/index.js";
|
|
84
85
|
import "./utils/index.js";
|
|
85
86
|
import "../shared-utils/url/defaultUrls.js";
|
|
86
|
-
class
|
|
87
|
+
class zr extends _ {
|
|
87
88
|
constructor(r) {
|
|
88
89
|
super(r);
|
|
89
90
|
s(this, "controllerMap", /* @__PURE__ */ new Map());
|
|
@@ -111,7 +112,7 @@ class qr extends _ {
|
|
|
111
112
|
n.video_list.forEach((d) => {
|
|
112
113
|
this.controllerMap.set(
|
|
113
114
|
d.render_id,
|
|
114
|
-
new
|
|
115
|
+
new h(this.five, a(p({}, d), {
|
|
115
116
|
fiveUtil: this.fiveUtil,
|
|
116
117
|
panoIndex: c,
|
|
117
118
|
renderID: f,
|
|
@@ -190,7 +191,7 @@ class qr extends _ {
|
|
|
190
191
|
const n = o.render_id;
|
|
191
192
|
this.controllerMap.set(
|
|
192
193
|
o.render_id,
|
|
193
|
-
new
|
|
194
|
+
new h(this.five, a(p({}, o), {
|
|
194
195
|
fiveUtil: this.fiveUtil,
|
|
195
196
|
panoIndex: r,
|
|
196
197
|
renderID: n,
|
|
@@ -228,5 +229,5 @@ class qr extends _ {
|
|
|
228
229
|
}
|
|
229
230
|
}
|
|
230
231
|
export {
|
|
231
|
-
|
|
232
|
+
zr as PanoVideoPluginController
|
|
232
233
|
};
|
|
@@ -54,6 +54,7 @@ import "../shared-utils/three/IObject3D.js";
|
|
|
54
54
|
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
55
55
|
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
56
56
|
import "../shared-utils/util.js";
|
|
57
|
+
import "../shared-utils/five/getFiveFromParentChain.js";
|
|
57
58
|
import "../shared-utils/three/core/LineGeometry.js";
|
|
58
59
|
import "../shared-utils/three/core/LineMaterial.js";
|
|
59
60
|
import "../shared-utils/three/core/Line2.js";
|
|
@@ -70,7 +71,7 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
|
70
71
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
71
72
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
72
73
|
import "@realsee/five";
|
|
73
|
-
class
|
|
74
|
+
class $i {
|
|
74
75
|
/** 初始化视频、模型以及相关事件监听。 */
|
|
75
76
|
constructor(i, e) {
|
|
76
77
|
t(this, "video");
|
|
@@ -345,5 +346,5 @@ class Qi {
|
|
|
345
346
|
}
|
|
346
347
|
}
|
|
347
348
|
export {
|
|
348
|
-
|
|
349
|
+
$i as VideoMeshController
|
|
349
350
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PanoVideoPluginController as r } from "./Controller.js";
|
|
2
|
-
import { typings as
|
|
2
|
+
import { typings as ko } from "./typings/index.js";
|
|
3
3
|
import "./VideoMeshController.js";
|
|
4
4
|
import "./utils/shader.js";
|
|
5
5
|
import "../shared-utils/tag.js";
|
|
@@ -53,6 +53,7 @@ import "../Sculpt/typings/style.js";
|
|
|
53
53
|
import "../shared-utils/three/IObject3D.js";
|
|
54
54
|
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
55
55
|
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
56
|
+
import "../shared-utils/five/getFiveFromParentChain.js";
|
|
56
57
|
import "../shared-utils/three/core/LineGeometry.js";
|
|
57
58
|
import "../shared-utils/three/core/LineMaterial.js";
|
|
58
59
|
import "../shared-utils/three/core/Line2.js";
|
|
@@ -72,9 +73,9 @@ import "../shared-utils/animationFrame/index.js";
|
|
|
72
73
|
import "./utils/index.js";
|
|
73
74
|
import "../base/BasePlugin.js";
|
|
74
75
|
import "../shared-utils/url/defaultUrls.js";
|
|
75
|
-
const
|
|
76
|
+
const bo = (o) => new r(o);
|
|
76
77
|
export {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
bo as PanoVideoPlugin,
|
|
79
|
+
ko as PanoVideoPluginType,
|
|
80
|
+
bo as default
|
|
80
81
|
};
|
|
@@ -82,6 +82,7 @@ import "../shared-utils/three/IObject3D.js";
|
|
|
82
82
|
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
83
83
|
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
84
84
|
import "../shared-utils/util.js";
|
|
85
|
+
import "../shared-utils/five/getFiveFromParentChain.js";
|
|
85
86
|
import "../shared-utils/three/core/LineGeometry.js";
|
|
86
87
|
import "../shared-utils/three/core/LineMaterial.js";
|
|
87
88
|
import "../shared-utils/three/core/Line2.js";
|
|
@@ -107,7 +108,7 @@ import "../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
|
107
108
|
import "../shared-utils/three/Extras/Core/Interpolations.js";
|
|
108
109
|
import "../shared-utils/three/Extras/Core/Interpolations2.js";
|
|
109
110
|
const g = { flowSpeed: 0.6, rotateSpeed: 0 };
|
|
110
|
-
class
|
|
111
|
+
class ae extends S {
|
|
111
112
|
constructor(t) {
|
|
112
113
|
super(t);
|
|
113
114
|
// ==================== public properties ====================
|
|
@@ -387,5 +388,5 @@ class re extends S {
|
|
|
387
388
|
}
|
|
388
389
|
}
|
|
389
390
|
export {
|
|
390
|
-
|
|
391
|
+
ae as Controller
|
|
391
392
|
};
|
|
@@ -52,6 +52,7 @@ import "../Sculpt/typings/style.js";
|
|
|
52
52
|
import "../shared-utils/three/IObject3D.js";
|
|
53
53
|
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
54
54
|
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
55
|
+
import "../shared-utils/five/getFiveFromParentChain.js";
|
|
55
56
|
import "../shared-utils/three/core/LineGeometry.js";
|
|
56
57
|
import "../shared-utils/three/core/LineMaterial.js";
|
|
57
58
|
import "../shared-utils/three/core/Line2.js";
|
|
@@ -79,8 +80,8 @@ import "../shared-utils/animationFrame/BetterTween.js";
|
|
|
79
80
|
import "../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
80
81
|
import "../shared-utils/three/Extras/Core/Interpolations.js";
|
|
81
82
|
import "../shared-utils/three/Extras/Core/Interpolations2.js";
|
|
82
|
-
const
|
|
83
|
+
const Dr = (r) => new o(r);
|
|
83
84
|
export {
|
|
84
|
-
|
|
85
|
-
|
|
85
|
+
Dr as PipelinePlugin,
|
|
86
|
+
Dr as default
|
|
86
87
|
};
|
|
@@ -52,6 +52,7 @@ import "../../../shared-utils/three/IObject3D.js";
|
|
|
52
52
|
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
53
53
|
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
54
54
|
import "../../../shared-utils/util.js";
|
|
55
|
+
import "../../../shared-utils/five/getFiveFromParentChain.js";
|
|
55
56
|
import "../../../shared-utils/three/core/LineGeometry.js";
|
|
56
57
|
import "../../../shared-utils/three/core/LineMaterial.js";
|
|
57
58
|
import "../../../shared-utils/three/core/Line2.js";
|
|
@@ -92,7 +93,7 @@ const d = (
|
|
|
92
93
|
}
|
|
93
94
|
`
|
|
94
95
|
);
|
|
95
|
-
class
|
|
96
|
+
class kt extends h {
|
|
96
97
|
constructor(t) {
|
|
97
98
|
super(t, d);
|
|
98
99
|
/** 初始状态下,当前水管内的水流在整体管道上的位移
|
|
@@ -150,5 +151,5 @@ class jt extends h {
|
|
|
150
151
|
}
|
|
151
152
|
}
|
|
152
153
|
export {
|
|
153
|
-
|
|
154
|
+
kt as ObjectFlowPipe
|
|
154
155
|
};
|
|
@@ -52,6 +52,7 @@ import "../../../shared-utils/three/IObject3D.js";
|
|
|
52
52
|
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
53
53
|
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
54
54
|
import "../../../shared-utils/util.js";
|
|
55
|
+
import "../../../shared-utils/five/getFiveFromParentChain.js";
|
|
55
56
|
import "../../../shared-utils/three/core/LineGeometry.js";
|
|
56
57
|
import "../../../shared-utils/three/core/LineMaterial.js";
|
|
57
58
|
import "../../../shared-utils/three/core/Line2.js";
|
|
@@ -73,7 +74,7 @@ import "../../../shared-utils/animationFrame/index.js";
|
|
|
73
74
|
import "../../../shared-utils/three/Extras/Curves/BezierCurve3.js";
|
|
74
75
|
import "../../../shared-utils/three/Extras/Core/Interpolations.js";
|
|
75
76
|
import "../../../shared-utils/three/Extras/Core/Interpolations2.js";
|
|
76
|
-
class
|
|
77
|
+
class ki extends a {
|
|
77
78
|
constructor(i) {
|
|
78
79
|
super(i);
|
|
79
80
|
p(this, "imageCount", 64);
|
|
@@ -96,5 +97,5 @@ class Ri extends a {
|
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
99
|
export {
|
|
99
|
-
|
|
100
|
+
ki as ObjectHighlightPipe
|
|
100
101
|
};
|
|
@@ -77,6 +77,7 @@ import "../../../shared-utils/three/IObject3D.js";
|
|
|
77
77
|
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
78
78
|
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
79
79
|
import "../../../shared-utils/util.js";
|
|
80
|
+
import "../../../shared-utils/five/getFiveFromParentChain.js";
|
|
80
81
|
import "../../../shared-utils/three/core/LineGeometry.js";
|
|
81
82
|
import "../../../shared-utils/three/core/LineMaterial.js";
|
|
82
83
|
import "../../../shared-utils/three/core/Line2.js";
|
|
@@ -36,6 +36,10 @@ export declare class LineMesh extends IObject3D implements RenderDomObjectType {
|
|
|
36
36
|
private paramsStyle;
|
|
37
37
|
private lastRenderDomItem;
|
|
38
38
|
private lastFOV;
|
|
39
|
+
private fiveListenersInited;
|
|
40
|
+
private fiveRef?;
|
|
41
|
+
private initFiveListeners;
|
|
42
|
+
private removeFiveListeners;
|
|
39
43
|
constructor(params?: Partial<LineMeshStyle & LineData>);
|
|
40
44
|
updateMatrixWorld(force?: boolean): void;
|
|
41
45
|
setPoints(points: AnyPositions): void;
|