@realsee/dnalogel 3.47.13 → 3.47.15
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 +8 -0
- package/dist/PanoTagPlugin/utils/requestIdleCallback.d.ts +1 -1
- package/dist/Sculpt/Meshes/Line.d.ts +1 -0
- package/dist/Sculpt/Meshes/Polygon.d.ts +2 -1
- package/dist/index.cjs.js +53 -53
- package/dist/index.js +18650 -18640
- package/dist/index.umd.js +47 -47
- package/libs/AreaMakerPlugin/Controller.js +78 -150
- package/libs/AreaMakerPlugin/index.js +3 -75
- package/libs/AreaMakerPlugin/utils/Item.js +111 -185
- package/libs/CSS3DRenderPlugin/Controller.js +29 -86
- package/libs/CSS3DRenderPlugin/index.js +12 -69
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +58 -127
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +113 -174
- package/libs/CruisePlugin/BaseController.js +50 -122
- package/libs/CruisePlugin/Move.js +21 -74
- package/libs/CruisePlugin/Work.js +46 -99
- package/libs/CruisePlugin/index.js +26 -79
- package/libs/CurrentPanoImagePlugin/Controller.js +104 -176
- package/libs/CurrentPanoImagePlugin/index.js +4 -76
- package/libs/GuideLinePlugin/Controller.js +26 -79
- package/libs/GuideLinePlugin/GuideLineItem.js +24 -77
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +2 -3
- package/libs/GuideLinePlugin/GuideLineModeItem.js +22 -75
- package/libs/GuideLinePlugin/index.js +26 -79
- package/libs/ModelMakerPlugin/Controller.js +83 -139
- package/libs/ModelMakerPlugin/index.js +16 -72
- package/libs/ModelTVVideoPlugin/Plugin.js +48 -105
- package/libs/ModelTVVideoPlugin/index.js +7 -64
- package/libs/Object3DHelperPlugin/Controller.js +32 -56
- package/libs/Object3DHelperPlugin/index.js +12 -35
- package/libs/PanoCompassPlugin/Controller.js +37 -93
- package/libs/PanoCompassPlugin/index.js +11 -67
- package/libs/PanoDoorLabelPlugin/BaseController.js +25 -97
- package/libs/PanoDoorLabelPlugin/Controller.js +115 -187
- package/libs/PanoDoorLabelPlugin/index.js +4 -76
- package/libs/PanoMeasurePlugin/Components/Controller0.js +83 -128
- package/libs/PanoMeasurePlugin/Components/Controller1.js +96 -141
- package/libs/PanoMeasurePlugin/Controller/EditController.js +66 -111
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +51 -121
- package/libs/PanoMeasurePlugin/Controller/index.js +59 -101
- package/libs/PanoMeasurePlugin/Model/area.js +21 -91
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +0 -73
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +27 -72
- package/libs/PanoMeasurePlugin/index.js +25 -67
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +17 -89
- package/libs/PanoSpatialTagPlugin/Plugin.js +106 -163
- package/libs/PanoSpatialTagPlugin/index.js +5 -62
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +67 -141
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +208 -281
- package/libs/PanoTagPlugin/Components/Tag/index.js +180 -251
- package/libs/PanoTagPlugin/Components/TagContainer.js +80 -151
- package/libs/PanoTagPlugin/Components/TagItem.js +67 -138
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +61 -132
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +28 -99
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +30 -101
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +36 -107
- package/libs/PanoTagPlugin/controller/TagRender.js +68 -121
- package/libs/PanoTagPlugin/controller/TagUtil.js +79 -132
- package/libs/PanoTagPlugin/controller/index.js +55 -108
- package/libs/PanoTagPlugin/index.js +31 -84
- package/libs/PanoTagPlugin/utils/requestIdleCallback.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/requestIdleCallback.js +5 -13
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +30 -104
- package/libs/PanoVideoPlugin/Controller.js +64 -136
- package/libs/PanoVideoPlugin/VideoMeshController.js +74 -148
- package/libs/PanoVideoPlugin/index.js +8 -80
- package/libs/PipelinePlugin/Controller.js +128 -199
- package/libs/PipelinePlugin/index.js +5 -76
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +17 -91
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +14 -88
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +56 -130
- package/libs/Sculpt/Meshes/Box.js +5 -6
- package/libs/Sculpt/Meshes/Cylinder.js +2 -3
- package/libs/Sculpt/Meshes/Line.d.ts +1 -0
- package/libs/Sculpt/Meshes/Line.js +50 -41
- package/libs/Sculpt/Meshes/Point.js +9 -10
- package/libs/Sculpt/Meshes/Polygon.d.ts +2 -1
- package/libs/Sculpt/Meshes/Polygon.js +47 -37
- package/libs/Sculpt/Meshes/Polyline.js +18 -16
- package/libs/Sculpt/Meshes/Rectangle.js +3 -4
- package/libs/Sculpt/Objects/Line/Editor.js +2 -3
- package/libs/Sculpt/Objects/Rectangle/index.js +1 -1
- package/libs/Sculpt/utils/removeAllTag.js +4 -4
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -4
- package/libs/base/BasePlugin.js +3 -4
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +59 -128
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +6 -75
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +59 -129
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -75
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +62 -134
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +4 -76
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +81 -151
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -75
- package/libs/floorplan/index.js +0 -1
- package/libs/index.js +62 -62
- package/libs/shared-utils/five/index.js +2 -3
- package/libs/shared-utils/five/lookObject.js +17 -18
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/index.js +0 -1
- package/package.json +1 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
var T = Object.defineProperty;
|
|
2
2
|
var G = Object.getOwnPropertySymbols;
|
|
3
3
|
var k = Object.prototype.hasOwnProperty, x = Object.prototype.propertyIsEnumerable;
|
|
4
|
-
var c = (s,
|
|
5
|
-
for (var t in
|
|
6
|
-
k.call(
|
|
4
|
+
var c = (s, o, t) => o in s ? T(s, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : s[o] = t, f = (s, o) => {
|
|
5
|
+
for (var t in o || (o = {}))
|
|
6
|
+
k.call(o, t) && c(s, t, o[t]);
|
|
7
7
|
if (G)
|
|
8
|
-
for (var t of G(
|
|
9
|
-
x.call(
|
|
8
|
+
for (var t of G(o))
|
|
9
|
+
x.call(o, t) && c(s, t, o[t]);
|
|
10
10
|
return s;
|
|
11
11
|
};
|
|
12
|
-
var h = (s,
|
|
13
|
-
var u = (s,
|
|
12
|
+
var h = (s, o, t) => (c(s, typeof o != "symbol" ? o + "" : o, t), t);
|
|
13
|
+
var u = (s, o, t) => new Promise((i, a) => {
|
|
14
14
|
var p = (m) => {
|
|
15
15
|
try {
|
|
16
16
|
r(t.next(m));
|
|
17
17
|
} catch (n) {
|
|
18
18
|
a(n);
|
|
19
19
|
}
|
|
20
|
-
},
|
|
20
|
+
}, e = (m) => {
|
|
21
21
|
try {
|
|
22
22
|
r(t.throw(m));
|
|
23
23
|
} catch (n) {
|
|
24
24
|
a(n);
|
|
25
25
|
}
|
|
26
|
-
}, r = (m) => m.done ? i(m.value) : Promise.resolve(m.value).then(p,
|
|
27
|
-
r((t = t.apply(s,
|
|
26
|
+
}, r = (m) => m.done ? i(m.value) : Promise.resolve(m.value).then(p, e);
|
|
27
|
+
r((t = t.apply(s, o)).next());
|
|
28
28
|
});
|
|
29
29
|
import { Controller as N } from "../base/BasePluginWithData.js";
|
|
30
30
|
import { equal as $ } from "../shared-utils/equal.js";
|
|
@@ -36,7 +36,6 @@ import "hammerjs";
|
|
|
36
36
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
37
37
|
import "@realsee/five/line";
|
|
38
38
|
import "../shared-utils/tag.js";
|
|
39
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
40
39
|
import "../shared-utils/three/THREESphere.js";
|
|
41
40
|
import "animejs";
|
|
42
41
|
import { uuid as H } from "../shared-utils/uuid.js";
|
|
@@ -192,65 +191,13 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
|
192
191
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
193
192
|
import "../shared-utils/three/getObjectVisible.js";
|
|
194
193
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
195
|
-
import "../Sculpt/utils/Modules/Cursor.js";
|
|
196
|
-
import "../Object3DHelperPlugin/Controller.js";
|
|
197
|
-
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
198
|
-
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
199
|
-
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
200
|
-
import "../shared-utils/three/IObject3D.js";
|
|
201
|
-
import "../shared-utils/three/boundingBox.js";
|
|
202
|
-
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
203
|
-
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
204
|
-
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
205
|
-
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
206
|
-
import "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
207
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
208
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
209
|
-
import "../shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
210
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
211
|
-
import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
212
|
-
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
213
|
-
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
214
|
-
import "../shared-utils/threex/domevents/index.js";
|
|
215
|
-
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
216
|
-
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
217
|
-
import "../Sculpt/utils/three/rayOnLine.js";
|
|
218
|
-
import "../Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
219
|
-
import "../shared-utils/Object3DHelper/index.js";
|
|
220
|
-
import "../shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
221
|
-
import "../shared-utils/math/rad2Deg.js";
|
|
222
|
-
import "../shared-utils/math/deg2Rad.js";
|
|
223
|
-
import "../shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
224
|
-
import "../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
225
|
-
import "../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
226
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
227
|
-
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
228
|
-
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
229
|
-
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
230
194
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
231
195
|
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
232
196
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
197
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
233
198
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
234
199
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
235
200
|
import "../shared-utils/three/THREERaycaster.js";
|
|
236
|
-
import "../shared-utils/three/PointSelector/index.js";
|
|
237
|
-
import "../shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
238
|
-
import "../shared-utils/three/Magnifier.js";
|
|
239
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper.js";
|
|
240
|
-
import "../shared-utils/three/Assets/index.js";
|
|
241
|
-
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
242
|
-
import "../shared-utils/five/initialCSS3DRender.js";
|
|
243
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
244
|
-
import "../Sculpt/Meshes/Line.js";
|
|
245
|
-
import "../Sculpt/typings/style.js";
|
|
246
|
-
import "../shared-utils/five/FiveLine.js";
|
|
247
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
248
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
249
|
-
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
250
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
251
|
-
import "../shared-utils/isTouchDevice.js";
|
|
252
|
-
import "../shared-utils/five/getPosition.js";
|
|
253
|
-
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
254
201
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
255
202
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
256
203
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -304,24 +251,24 @@ class Ee extends N {
|
|
|
304
251
|
load(t, i, a = !0) {
|
|
305
252
|
return u(this, null, function* () {
|
|
306
253
|
var v, _, E, I, w, D, y, L;
|
|
307
|
-
const p = this.data ? JSON.parse(JSON.stringify(this.data)) : void 0,
|
|
308
|
-
this.hooks.emit("dataChange",
|
|
309
|
-
const r =
|
|
254
|
+
const p = this.data ? JSON.parse(JSON.stringify(this.data)) : void 0, e = yield this.formatData(t);
|
|
255
|
+
this.hooks.emit("dataChange", e, p), this.data = e;
|
|
256
|
+
const r = e.config, n = {
|
|
310
257
|
panorama_style: {
|
|
311
|
-
visible: !!(!
|
|
258
|
+
visible: !!(!e.lines && e.routes),
|
|
312
259
|
unit_length: (v = r == null ? void 0 : r.unitHeight) != null ? v : 0.4,
|
|
313
260
|
width: (_ = r == null ? void 0 : r.unitWidth) != null ? _ : 0.6,
|
|
314
261
|
texture: { url: (E = r == null ? void 0 : r.arrowTextureUrl) != null ? E : this.staticPrefix + "/release/web/arrow-white.5c2c79a5.png" },
|
|
315
262
|
use_auto_depthtest: (I = this.config.useAutoDepthTest) != null ? I : !1,
|
|
316
263
|
auto_depth_test_effect_distance: this.config.autoDepthTestEffectDistance
|
|
317
264
|
}
|
|
318
|
-
}, d = (D = (w =
|
|
265
|
+
}, d = (D = (w = e.routes) == null ? void 0 : w.map((l) => {
|
|
319
266
|
var A;
|
|
320
267
|
return S({}, n, { id: (A = l.id) != null ? A : H(), pano_group: l.panoIndexList });
|
|
321
|
-
})) != null ? D : [], M = (L = (y =
|
|
268
|
+
})) != null ? D : [], M = (L = (y = e.lines) == null ? void 0 : y.map((l) => S({}, n, l))) != null ? L : [], O = [...d, ...M];
|
|
322
269
|
yield U(this.five), this.clear(), O.forEach((l) => {
|
|
323
270
|
this.addGuideLineItem(l);
|
|
324
|
-
}), this.updateTagsEnable(), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), i && this.setState(i, { userAction: a }), this.hooks.emit("dataLoaded",
|
|
271
|
+
}), this.updateTagsEnable(), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), i && this.setState(i, { userAction: a }), this.hooks.emit("dataLoaded", e), console.debug(`${g} loaded`, e);
|
|
325
272
|
});
|
|
326
273
|
}
|
|
327
274
|
formatData(t) {
|
|
@@ -378,22 +325,22 @@ class Ee extends N {
|
|
|
378
325
|
/** 全量更新 tag */
|
|
379
326
|
updateTagsEnable() {
|
|
380
327
|
const t = [];
|
|
381
|
-
function i(
|
|
382
|
-
return Array.isArray(
|
|
328
|
+
function i(e) {
|
|
329
|
+
return Array.isArray(e) && e.every((r) => typeof r == "number");
|
|
383
330
|
}
|
|
384
|
-
function a(
|
|
385
|
-
return new V.Vector3().fromArray(
|
|
331
|
+
function a(e, r) {
|
|
332
|
+
return new V.Vector3().fromArray(e).distanceTo(new V.Vector3().fromArray(r)) < 0.01;
|
|
386
333
|
}
|
|
387
|
-
function p(
|
|
334
|
+
function p(e) {
|
|
388
335
|
var m;
|
|
389
|
-
const r = (m =
|
|
336
|
+
const r = (m = e == null ? void 0 : e.tag) == null ? void 0 : m.position;
|
|
390
337
|
return i(r) ? t.every((n) => {
|
|
391
338
|
var d;
|
|
392
339
|
return i((d = n.tag) == null ? void 0 : d.position) ? !a(r, n.tag.position) : !0;
|
|
393
340
|
}) : !1;
|
|
394
341
|
}
|
|
395
|
-
this.itemMap.forEach((
|
|
396
|
-
const r =
|
|
342
|
+
this.itemMap.forEach((e) => {
|
|
343
|
+
const r = e.modelItem.startTagContainer, m = e.modelItem.endTagContainer, n = p(r);
|
|
397
344
|
n && t.push(r), r == null || r.plugin.setState({ enabled: n }, {});
|
|
398
345
|
const d = p(m);
|
|
399
346
|
d && t.push(m), m == null || m.plugin.setState({ enabled: d }, {});
|
|
@@ -5,7 +5,7 @@ import "../shared-utils/five/changeMode.js";
|
|
|
5
5
|
import "../CruisePlugin/Move.js";
|
|
6
6
|
import "../CruisePlugin/Work.js";
|
|
7
7
|
import "../shared-utils/Subscribe.js";
|
|
8
|
-
import { GuideLineItem as
|
|
8
|
+
import { GuideLineItem as Fo } from "./GuideLineItem/index.js";
|
|
9
9
|
import "three";
|
|
10
10
|
import "./utils/createLineGeometry.js";
|
|
11
11
|
import "../vendor/polyline-normals/index.js";
|
|
@@ -29,85 +29,13 @@ import "../shared-utils/Utils/BaseUtil.js";
|
|
|
29
29
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
30
30
|
import "../shared-utils/five/transformPosition.js";
|
|
31
31
|
import "../shared-utils/three/temp.js";
|
|
32
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
33
|
-
import "../Sculpt/utils/Modules/Cursor.js";
|
|
34
|
-
import "../Object3DHelperPlugin/Controller.js";
|
|
35
|
-
import "../base/BasePlugin.js";
|
|
36
32
|
import "../shared-utils/three/THREESphere.js";
|
|
33
|
+
import "../shared-utils/three/blink.js";
|
|
37
34
|
import "animejs";
|
|
38
|
-
import "../shared-utils/url/absoluteUrl.js";
|
|
39
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
40
|
-
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
41
|
-
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
42
|
-
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
43
|
-
import "../shared-utils/three/IObject3D.js";
|
|
44
|
-
import "../shared-utils/three/boundingBox.js";
|
|
45
|
-
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
46
|
-
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
47
|
-
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
48
|
-
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
49
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
50
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
51
|
-
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
52
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
53
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
54
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
55
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
56
|
-
import "../shared-utils/three/centerPoint.js";
|
|
57
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
58
|
-
import "../shared-utils/isNil.js";
|
|
59
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
60
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
61
35
|
import "../shared-utils/util.js";
|
|
62
|
-
import "../
|
|
63
|
-
import "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
64
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
65
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
66
|
-
import "../shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
67
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
68
|
-
import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
69
|
-
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
70
|
-
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
71
|
-
import "../shared-utils/threex/domevents/index.js";
|
|
72
|
-
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
73
|
-
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
74
|
-
import "../Sculpt/utils/three/rayOnLine.js";
|
|
75
|
-
import "../Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
76
|
-
import "../shared-utils/Object3DHelper/index.js";
|
|
77
|
-
import "../shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
78
|
-
import "../shared-utils/math/rad2Deg.js";
|
|
79
|
-
import "../shared-utils/math/deg2Rad.js";
|
|
80
|
-
import "../shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
81
|
-
import "../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
82
|
-
import "../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
83
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
84
|
-
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
85
|
-
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
86
|
-
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
87
|
-
import "../shared-utils/five/fiveModelLoad.js";
|
|
88
|
-
import "../shared-utils/five/FiveDomEvents.js";
|
|
89
|
-
import "../shared-utils/five/calculateThreeMouse.js";
|
|
90
|
-
import "../shared-utils/three/THREERaycaster.js";
|
|
91
|
-
import "../shared-utils/three/PointSelector/index.js";
|
|
92
|
-
import "../shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
93
|
-
import "../shared-utils/three/Magnifier.js";
|
|
94
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper.js";
|
|
95
|
-
import "../shared-utils/three/Assets/index.js";
|
|
96
|
-
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
97
|
-
import "../shared-utils/five/initialCSS3DRender.js";
|
|
98
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
99
|
-
import "../Sculpt/Meshes/Line.js";
|
|
100
|
-
import "../Sculpt/typings/style.js";
|
|
101
|
-
import "../shared-utils/five/FiveLine.js";
|
|
102
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
103
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
104
|
-
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
105
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
106
|
-
import "../shared-utils/isTouchDevice.js";
|
|
107
|
-
import "../shared-utils/five/getPosition.js";
|
|
108
|
-
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
109
|
-
import "../shared-utils/three/blink.js";
|
|
36
|
+
import "../shared-utils/isNil.js";
|
|
110
37
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
38
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
111
39
|
import "../shared-utils/animationFrame/index.js";
|
|
112
40
|
import "../shared-utils/three/loadTexture.js";
|
|
113
41
|
import "../PanoTagPlugin/controller/index.js";
|
|
@@ -194,6 +122,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
194
122
|
import "@realsee/five/gltf-loader";
|
|
195
123
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
196
124
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
125
|
+
import "../shared-utils/three/centerPoint.js";
|
|
197
126
|
import "../shared-utils/three/Quadrangle.js";
|
|
198
127
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
199
128
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -223,6 +152,24 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
223
152
|
import "../vendor/svelte/store/index.js";
|
|
224
153
|
import "../CSS3DRenderPlugin/index.js";
|
|
225
154
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
155
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
156
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
157
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
158
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
159
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
160
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
161
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
162
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
163
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
164
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
165
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
166
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
167
|
+
import "../shared-utils/url/absoluteUrl.js";
|
|
168
|
+
import "../shared-utils/five/fiveModelLoad.js";
|
|
169
|
+
import "../shared-utils/five/FiveDomEvents.js";
|
|
170
|
+
import "../shared-utils/five/calculateThreeMouse.js";
|
|
171
|
+
import "../shared-utils/three/THREERaycaster.js";
|
|
172
|
+
import "../base/BasePlugin.js";
|
|
226
173
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
227
174
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
228
175
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -246,5 +193,5 @@ import "../CruisePlugin/utils/coordinatesToVector.js";
|
|
|
246
193
|
import "../CruisePlugin/utils/safeCall.js";
|
|
247
194
|
import "../shared-utils/five/fiveLoaded.js";
|
|
248
195
|
export {
|
|
249
|
-
|
|
196
|
+
Fo as GuideLineItem
|
|
250
197
|
};
|
|
@@ -19,7 +19,6 @@ import "hammerjs";
|
|
|
19
19
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
20
20
|
import "@realsee/five/line";
|
|
21
21
|
import "../../shared-utils/tag.js";
|
|
22
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
23
22
|
import "../../shared-utils/three/THREESphere.js";
|
|
24
23
|
import { blink as O } from "../../shared-utils/three/blink.js";
|
|
25
24
|
import { notNil as C } from "../../shared-utils/isNil.js";
|
|
@@ -566,11 +565,11 @@ class R {
|
|
|
566
565
|
function H(m) {
|
|
567
566
|
return m.contentType === "Custom";
|
|
568
567
|
}
|
|
569
|
-
const
|
|
568
|
+
const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
570
569
|
__proto__: null,
|
|
571
570
|
GuideLineModeItem: R
|
|
572
571
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
573
572
|
export {
|
|
574
573
|
R as GuideLineModeItem,
|
|
575
|
-
|
|
574
|
+
he as GuideLineModeItem$1
|
|
576
575
|
};
|
|
@@ -6,7 +6,6 @@ import "hammerjs";
|
|
|
6
6
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
7
7
|
import "@realsee/five/line";
|
|
8
8
|
import "../shared-utils/tag.js";
|
|
9
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
10
9
|
import "../shared-utils/three/THREESphere.js";
|
|
11
10
|
import "../shared-utils/three/blink.js";
|
|
12
11
|
import "../shared-utils/isNil.js";
|
|
@@ -16,7 +15,7 @@ import "../PanoTagPlugin/controller/index.js";
|
|
|
16
15
|
import "./Components/Tag.js";
|
|
17
16
|
import "./utils/index.js";
|
|
18
17
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
19
|
-
import { GuideLineModeItem as
|
|
18
|
+
import { GuideLineModeItem as bm } from "./GuideLineModeItem/index.js";
|
|
20
19
|
import "../vendor/polyline-normals/index.js";
|
|
21
20
|
import "../vendor/polyline-miter-util/index.js";
|
|
22
21
|
import "../vendor/gl-vec2/add.js";
|
|
@@ -34,80 +33,9 @@ import "../shared-utils/Subscribe.js";
|
|
|
34
33
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
35
34
|
import "../shared-utils/five/transformPosition.js";
|
|
36
35
|
import "../shared-utils/three/temp.js";
|
|
37
|
-
import "../Sculpt/utils/Modules/Cursor.js";
|
|
38
|
-
import "../Object3DHelperPlugin/Controller.js";
|
|
39
|
-
import "../base/BasePlugin.js";
|
|
40
36
|
import "animejs";
|
|
41
|
-
import "../shared-utils/url/absoluteUrl.js";
|
|
42
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
43
|
-
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
44
|
-
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
45
|
-
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
46
|
-
import "../shared-utils/three/IObject3D.js";
|
|
47
|
-
import "../shared-utils/three/boundingBox.js";
|
|
48
|
-
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
49
|
-
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
50
|
-
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
51
|
-
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
52
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
53
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
54
|
-
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
55
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
56
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
57
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
58
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
59
|
-
import "../shared-utils/three/centerPoint.js";
|
|
60
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
61
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
62
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
63
37
|
import "../shared-utils/util.js";
|
|
64
|
-
import "../
|
|
65
|
-
import "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
66
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
67
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
68
|
-
import "../shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
69
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
70
|
-
import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
71
|
-
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
72
|
-
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
73
|
-
import "../shared-utils/threex/domevents/index.js";
|
|
74
|
-
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
75
|
-
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
76
|
-
import "../Sculpt/utils/three/rayOnLine.js";
|
|
77
|
-
import "../Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
78
|
-
import "../shared-utils/Object3DHelper/index.js";
|
|
79
|
-
import "../shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
80
|
-
import "../shared-utils/math/rad2Deg.js";
|
|
81
|
-
import "../shared-utils/math/deg2Rad.js";
|
|
82
|
-
import "../shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
83
|
-
import "../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
84
|
-
import "../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
85
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
86
|
-
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
87
|
-
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
88
|
-
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
89
|
-
import "../shared-utils/five/fiveModelLoad.js";
|
|
90
|
-
import "../shared-utils/five/FiveDomEvents.js";
|
|
91
|
-
import "../shared-utils/five/calculateThreeMouse.js";
|
|
92
|
-
import "../shared-utils/three/THREERaycaster.js";
|
|
93
|
-
import "../shared-utils/three/PointSelector/index.js";
|
|
94
|
-
import "../shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
95
|
-
import "../shared-utils/three/Magnifier.js";
|
|
96
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper.js";
|
|
97
|
-
import "../shared-utils/three/Assets/index.js";
|
|
98
|
-
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
99
|
-
import "../shared-utils/five/initialCSS3DRender.js";
|
|
100
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
101
|
-
import "../Sculpt/Meshes/Line.js";
|
|
102
|
-
import "../Sculpt/typings/style.js";
|
|
103
|
-
import "../shared-utils/five/FiveLine.js";
|
|
104
|
-
import "../Sculpt/utils/removeAllTag.js";
|
|
105
|
-
import "../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
106
|
-
import "../shared-utils/three/applyObjectMatrixWorld.js";
|
|
107
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
108
|
-
import "../shared-utils/isTouchDevice.js";
|
|
109
|
-
import "../shared-utils/five/getPosition.js";
|
|
110
|
-
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
38
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
111
39
|
import "../shared-utils/animationFrame/index.js";
|
|
112
40
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
113
41
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
@@ -191,6 +119,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
191
119
|
import "@realsee/five/gltf-loader";
|
|
192
120
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
193
121
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
122
|
+
import "../shared-utils/three/centerPoint.js";
|
|
194
123
|
import "../shared-utils/three/Quadrangle.js";
|
|
195
124
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
196
125
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -220,6 +149,24 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
220
149
|
import "../vendor/svelte/store/index.js";
|
|
221
150
|
import "../CSS3DRenderPlugin/index.js";
|
|
222
151
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
152
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
153
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
154
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
155
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
156
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
157
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
158
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
159
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
160
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
161
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
162
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
163
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
164
|
+
import "../shared-utils/url/absoluteUrl.js";
|
|
165
|
+
import "../shared-utils/five/fiveModelLoad.js";
|
|
166
|
+
import "../shared-utils/five/FiveDomEvents.js";
|
|
167
|
+
import "../shared-utils/five/calculateThreeMouse.js";
|
|
168
|
+
import "../shared-utils/three/THREERaycaster.js";
|
|
169
|
+
import "../base/BasePlugin.js";
|
|
223
170
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
224
171
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
225
172
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -229,5 +176,5 @@ import "../PanoTagPlugin/Components/TagContainer.js";
|
|
|
229
176
|
import "../PanoTagPlugin/Components/TagItem.js";
|
|
230
177
|
import "../PanoTagPlugin/Components/Common/TagPoint.js";
|
|
231
178
|
export {
|
|
232
|
-
|
|
179
|
+
bm as GuideLineModeItem
|
|
233
180
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import t from "./Controller.js";
|
|
2
|
-
import { GuideLineItem$1 as
|
|
3
|
-
import { GuideLineModeItem$1 as
|
|
2
|
+
import { GuideLineItem$1 as Ht } from "./GuideLineItem/index.js";
|
|
3
|
+
import { GuideLineModeItem$1 as Kt } from "./GuideLineModeItem/index.js";
|
|
4
4
|
import "../base/BasePluginWithData.js";
|
|
5
5
|
import "../base/BasePlugin.js";
|
|
6
6
|
import "../shared-utils/Subscribe.js";
|
|
@@ -17,82 +17,10 @@ import "../shared-utils/Utils/BaseUtil.js";
|
|
|
17
17
|
import "../shared-utils/Utils/WorkUtil.js";
|
|
18
18
|
import "../shared-utils/five/transformPosition.js";
|
|
19
19
|
import "../shared-utils/three/temp.js";
|
|
20
|
-
import "../Sculpt/utils/Modules/Global.js";
|
|
21
|
-
import "../Sculpt/utils/Modules/Cursor.js";
|
|
22
|
-
import "../Object3DHelperPlugin/Controller.js";
|
|
23
20
|
import "../shared-utils/three/THREESphere.js";
|
|
24
|
-
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
25
|
-
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
26
|
-
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
27
|
-
import "../shared-utils/three/IObject3D.js";
|
|
28
|
-
import "../shared-utils/three/boundingBox.js";
|
|
29
|
-
import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
30
|
-
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
31
|
-
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
32
|
-
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
33
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
34
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
35
|
-
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
36
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
37
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
38
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
39
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
40
|
-
import "../shared-utils/three/centerPoint.js";
|
|
41
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
42
21
|
import "animejs";
|
|
43
|
-
import "../shared-utils/isNil.js";
|
|
44
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
45
22
|
import "../shared-utils/url/absoluteUrl.js";
|
|
46
|
-
import "../
|
|
47
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
48
|
-
import "../shared-utils/util.js";
|
|
49
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
50
|
-
import "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
51
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
52
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
53
|
-
import "../shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
54
|
-
import "../shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
55
|
-
import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
56
|
-
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
57
|
-
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
58
|
-
import "../shared-utils/threex/domevents/index.js";
|
|
59
|
-
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
60
|
-
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
61
|
-
import "../Sculpt/utils/three/rayOnLine.js";
|
|
62
|
-
import "../Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
63
|
-
import "../shared-utils/Object3DHelper/index.js";
|
|
64
|
-
import "../shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
65
|
-
import "../shared-utils/math/rad2Deg.js";
|
|
66
|
-
import "../shared-utils/math/deg2Rad.js";
|
|
67
|
-
import "../shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
68
|
-
import "../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
69
|
-
import "../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
70
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
71
|
-
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
72
|
-
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
73
|
-
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
74
|
-
import "../shared-utils/five/fiveModelLoad.js";
|
|
75
|
-
import "../shared-utils/five/FiveDomEvents.js";
|
|
76
|
-
import "../shared-utils/five/calculateThreeMouse.js";
|
|
77
|
-
import "../shared-utils/three/THREERaycaster.js";
|
|
78
|
-
import "../shared-utils/three/PointSelector/index.js";
|
|
79
|
-
import "../shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
80
|
-
import "../shared-utils/three/Magnifier.js";
|
|
81
|
-
import "../shared-utils/three/PointSelector/utils/PointHelper.js";
|
|
82
|
-
import "../shared-utils/three/Assets/index.js";
|
|
83
|
-
import "../shared-utils/three/PointSelector/utils/html.js";
|
|
84
|
-
import "../shared-utils/five/initialCSS3DRender.js";
|
|
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";
|
|
92
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
93
|
-
import "../shared-utils/isTouchDevice.js";
|
|
94
|
-
import "../shared-utils/five/getPosition.js";
|
|
95
|
-
import "../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
23
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
96
24
|
import "../shared-utils/equal.js";
|
|
97
25
|
import "../shared-utils/isTruelyObject.js";
|
|
98
26
|
import "../CruisePlugin/Work.js";
|
|
@@ -107,6 +35,7 @@ import "../shared-utils/vectorToCoordinate.js";
|
|
|
107
35
|
import "../shared-utils/formatRad.js";
|
|
108
36
|
import "../CruisePlugin/BaseController.js";
|
|
109
37
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
38
|
+
import "../shared-utils/isNil.js";
|
|
110
39
|
import "../shared-utils/log.js";
|
|
111
40
|
import "./utils/createLineGeometry.js";
|
|
112
41
|
import "../vendor/polyline-normals/index.js";
|
|
@@ -119,6 +48,7 @@ import "../vendor/gl-vec2/dot.js";
|
|
|
119
48
|
import "../shared-utils/math/intersecting.js";
|
|
120
49
|
import "../shared-utils/five/mode.js";
|
|
121
50
|
import "../shared-utils/three/blink.js";
|
|
51
|
+
import "../shared-utils/util.js";
|
|
122
52
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
123
53
|
import "../shared-utils/animationFrame/index.js";
|
|
124
54
|
import "../shared-utils/three/loadTexture.js";
|
|
@@ -204,6 +134,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
204
134
|
import "@realsee/five/gltf-loader";
|
|
205
135
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
206
136
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
137
|
+
import "../shared-utils/three/centerPoint.js";
|
|
207
138
|
import "../shared-utils/three/Quadrangle.js";
|
|
208
139
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
209
140
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -230,6 +161,22 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
230
161
|
import "../vendor/svelte/store/index.js";
|
|
231
162
|
import "../CSS3DRenderPlugin/index.js";
|
|
232
163
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
164
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
165
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
166
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
167
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
168
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
169
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
170
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
171
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
172
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
173
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
174
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
175
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
176
|
+
import "../shared-utils/five/fiveModelLoad.js";
|
|
177
|
+
import "../shared-utils/five/FiveDomEvents.js";
|
|
178
|
+
import "../shared-utils/five/calculateThreeMouse.js";
|
|
179
|
+
import "../shared-utils/three/THREERaycaster.js";
|
|
233
180
|
import "../PanoTagPlugin/utils/DebugUtil.js";
|
|
234
181
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
235
182
|
import "../PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -245,10 +192,10 @@ import "../shared-utils/five/changeMode.js";
|
|
|
245
192
|
import "../shared-utils/nearlyEqual.js";
|
|
246
193
|
import "../CruisePlugin/Move.js";
|
|
247
194
|
import "../CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
248
|
-
const r = (i, o) => new t(i, o),
|
|
195
|
+
const r = (i, o) => new t(i, o), Dt = r;
|
|
249
196
|
export {
|
|
250
|
-
|
|
251
|
-
|
|
197
|
+
Ht as GuideLineItem,
|
|
198
|
+
Kt as GuideLineModeItem,
|
|
252
199
|
r as GuideLinePlugin,
|
|
253
|
-
|
|
200
|
+
Dt as default
|
|
254
201
|
};
|