@realsee/dnalogel 3.47.9 → 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 +6 -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 +3236 -3222
- 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 +22 -16
- 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 +11 -9
- 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/tag.js +4 -1
- package/libs/shared-utils/three/applyObjectMatrixWorld.js +4 -6
- package/libs/shared-utils/three/index.js +3 -1
- package/package.json +1 -1
|
@@ -44,24 +44,26 @@ import * as B from "three";
|
|
|
44
44
|
import "hammerjs";
|
|
45
45
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
46
46
|
import { centerPoint as ee } from "../../../shared-utils/three/centerPoint.js";
|
|
47
|
-
import "
|
|
47
|
+
import "@realsee/five/line";
|
|
48
|
+
import { anyPositionToVector3 as A } from "../../../shared-utils/positionToVector3.js";
|
|
49
|
+
import "../../../shared-utils/tag.js";
|
|
50
|
+
import "../../../Sculpt/utils/Modules/Global.js";
|
|
51
|
+
import { toArray as ie } from "../../../shared-utils/util.js";
|
|
48
52
|
import "../../../shared-utils/three/THREESphere.js";
|
|
49
|
-
import { blink as
|
|
50
|
-
import { vectorToCoordinates as
|
|
51
|
-
import { transformPosition as
|
|
52
|
-
import { isNil as
|
|
53
|
-
import { lookPoint as
|
|
54
|
-
import { uuid as
|
|
53
|
+
import { blink as te, reblink as ne } from "../../../shared-utils/three/blink.js";
|
|
54
|
+
import { vectorToCoordinates as oe } from "../../../shared-utils/vectorToCoordinate.js";
|
|
55
|
+
import { transformPosition as O } from "../../../shared-utils/five/transformPosition.js";
|
|
56
|
+
import { isNil as R, notNil as E } from "../../../shared-utils/isNil.js";
|
|
57
|
+
import { lookPoint as se } from "../../../shared-utils/five/lookPoint.js";
|
|
58
|
+
import { uuid as re } from "../../../shared-utils/uuid.js";
|
|
55
59
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
56
60
|
import { objectAssignDeepExports as b } from "../../../vendor/object-assign-deep/objectAssignDeep.js";
|
|
57
|
-
import { anyPositionToVector3 as E } from "../../../shared-utils/positionToVector3.js";
|
|
58
61
|
import { getTagPosition as L, getTagCenterPosition as $ } from "../../utils/tagPosition.js";
|
|
59
62
|
import { checkRange as C } from "../../utils/checkRange.js";
|
|
60
|
-
import { isMediaPlaneTag as
|
|
63
|
+
import { isMediaPlaneTag as le, isMediaModelTag as T } from "../../utils/tag/tagCheck.js";
|
|
61
64
|
import { getUrlExt as N } from "../../../shared-utils/url/getUrl.js";
|
|
62
|
-
import { getFloorIndex as
|
|
65
|
+
import { getFloorIndex as ae } from "../../../shared-utils/five/getFloorIndex.js";
|
|
63
66
|
import { safeObj as z } from "../../../shared-utils/safeObj.js";
|
|
64
|
-
import { toArray as ae } from "../../../shared-utils/util.js";
|
|
65
67
|
import { Cache as fe } from "../../utils/Cache.js";
|
|
66
68
|
import { sleep as de } from "../../../CruisePlugin/utils/sleep.js";
|
|
67
69
|
import { _raycaster as V } from "../../../shared-utils/three/temp.js";
|
|
@@ -70,17 +72,11 @@ import "../../utils/tag/adaptConfig.js";
|
|
|
70
72
|
import "../../typings/tag/TagConfig.js";
|
|
71
73
|
import "@realsee/five";
|
|
72
74
|
import "animejs";
|
|
73
|
-
import "../../../Sculpt/typings/style.js";
|
|
74
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
75
|
-
import "@realsee/five/line";
|
|
76
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
77
|
-
import "../../../shared-utils/tag.js";
|
|
78
75
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
79
76
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
80
77
|
import "../../../shared-utils/Utils/FiveUtil.js";
|
|
81
78
|
import "../../../shared-utils/Utils/BaseUtil.js";
|
|
82
79
|
import "../../../shared-utils/Utils/WorkUtil.js";
|
|
83
|
-
import "../../../Sculpt/utils/Modules/Global.js";
|
|
84
80
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
85
81
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
86
82
|
import "../../../base/BasePlugin.js";
|
|
@@ -88,6 +84,7 @@ import "../../../shared-utils/url/absoluteUrl.js";
|
|
|
88
84
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
89
85
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
90
86
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
87
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
91
88
|
import "../../../shared-utils/three/boundingBox.js";
|
|
92
89
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
93
90
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -140,14 +137,18 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
140
137
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
141
138
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
142
139
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
140
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
141
|
+
import "../../../Sculpt/typings/style.js";
|
|
142
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
143
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
144
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
145
|
+
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
143
146
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
144
147
|
import "../../../shared-utils/isTouchDevice.js";
|
|
145
148
|
import "../../../shared-utils/five/getPosition.js";
|
|
146
149
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
147
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
148
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
149
150
|
import "../../../shared-utils/formatRad.js";
|
|
150
|
-
class
|
|
151
|
+
class gt {
|
|
151
152
|
constructor(i, e) {
|
|
152
153
|
f(this, "plugin");
|
|
153
154
|
f(this, "id");
|
|
@@ -184,7 +185,7 @@ class mt {
|
|
|
184
185
|
const r = JSON.parse(JSON.stringify(e.data)), n = (o = e.initialConfig) != null ? o : e.config ? JSON.parse(JSON.stringify(e.config)) : {};
|
|
185
186
|
e.initialConfig = n;
|
|
186
187
|
const l = U(e, i.config), s = this.getConfig(e);
|
|
187
|
-
e.config = s, this.id = (a = e.id) != null ? a :
|
|
188
|
+
e.config = s, this.id = (a = e.id) != null ? a : re(), this.enabled = (c = e.enabled) != null ? c : !0, this.contentType = e.contentType, this.data = (g = s.initialData) != null && g.important ? b(e.data, r, s.initialData) : b(e.data, s.initialData, r), this.state = p({
|
|
188
189
|
visible: void 0,
|
|
189
190
|
unfolded: !this.can("fold")
|
|
190
191
|
}, s.initialState), this.originPosition = e.position, e.originPosition = this.originPosition, this.position = (() => {
|
|
@@ -192,7 +193,7 @@ class mt {
|
|
|
192
193
|
if (!d)
|
|
193
194
|
return;
|
|
194
195
|
const m = i.workUtil.transform;
|
|
195
|
-
return Array.isArray(d) && d.length === 4 ? d.map(
|
|
196
|
+
return Array.isArray(d) && d.length === 4 ? d.map(A).map((h) => O(h, m).toArray()) : O(A(d), m).toArray();
|
|
196
197
|
})(), this.matrix = e.matrix ? (() => {
|
|
197
198
|
const d = new B.Matrix4().fromArray(e.matrix);
|
|
198
199
|
return d.premultiply(i.workUtil.transform), d.elements;
|
|
@@ -242,16 +243,16 @@ class mt {
|
|
|
242
243
|
const t = (r = i == null ? void 0 : i.targetMode) != null ? r : this.five.state.mode;
|
|
243
244
|
if (t === "Panorama") {
|
|
244
245
|
const n = e == null ? void 0 : e.panoIndex;
|
|
245
|
-
if (
|
|
246
|
+
if (R(n))
|
|
246
247
|
return;
|
|
247
248
|
const l = this.workUtil.getObserverPosition(n), s = this.centerPosition.clone().sub(l).normalize();
|
|
248
249
|
this.five.setState(p({
|
|
249
250
|
mode: "Panorama",
|
|
250
251
|
workCode: this.workUtil.workCode,
|
|
251
252
|
panoIndex: n
|
|
252
|
-
},
|
|
253
|
+
}, oe(s))), yield this.five.ready();
|
|
253
254
|
} else
|
|
254
|
-
t === "Mapview" && (yield
|
|
255
|
+
t === "Mapview" && (yield se(this.five, this.centerPosition, i == null ? void 0 : i.pointConfig));
|
|
255
256
|
});
|
|
256
257
|
}
|
|
257
258
|
/**
|
|
@@ -269,7 +270,7 @@ class mt {
|
|
|
269
270
|
})();
|
|
270
271
|
if (!n.length)
|
|
271
272
|
return;
|
|
272
|
-
yield (r ?
|
|
273
|
+
yield (r ? te : ne)(n, p({
|
|
273
274
|
begin: () => {
|
|
274
275
|
r === !1 && (this.dom && (this.dom.style.visibility = ""), this.contentDom && (this.contentDom.style.visibility = ""));
|
|
275
276
|
},
|
|
@@ -370,7 +371,7 @@ class mt {
|
|
|
370
371
|
return !1;
|
|
371
372
|
const e = p(p({}, this.five.getCurrentState()), i);
|
|
372
373
|
let t = this.cache.getVisible(this, e);
|
|
373
|
-
return
|
|
374
|
+
return R(t) && (t = this.computeVisible(e).value, this.cache.setVisible(this, e, t)), t;
|
|
374
375
|
}
|
|
375
376
|
getUnfoldedByPanoIndex(i) {
|
|
376
377
|
if (!this.currentVisible)
|
|
@@ -410,7 +411,7 @@ class mt {
|
|
|
410
411
|
return;
|
|
411
412
|
const t = this.data.mediaData;
|
|
412
413
|
if (!(!t || t.length === 0) && e.renderType === "Mesh") {
|
|
413
|
-
if (
|
|
414
|
+
if (le(this)) {
|
|
414
415
|
if (t.length === 1) {
|
|
415
416
|
if (t[0].type === "Video")
|
|
416
417
|
return navigator.userAgent.toLowerCase().indexOf("firefox") > -1 && navigator.userAgent.toLowerCase().indexOf("mobile") > -1 ? "Dom" : "Mesh";
|
|
@@ -512,7 +513,7 @@ class mt {
|
|
|
512
513
|
if ((() => {
|
|
513
514
|
var l;
|
|
514
515
|
const n = t();
|
|
515
|
-
if (
|
|
516
|
+
if (E((l = this.fiveState) == null ? void 0 : l.panoIndex) && i.entryFromModel) {
|
|
516
517
|
if (P(e) && n ? this.entryFromModel = !1 : this.entryFromModel = !0, P(e))
|
|
517
518
|
return !0;
|
|
518
519
|
} else
|
|
@@ -532,7 +533,7 @@ class mt {
|
|
|
532
533
|
const e = z(z((o = this.getConfig().visibleConfig) != null ? o : {}).intersectRaycaster), t = i != null ? i : this.five.getCurrentState().panoIndex, r = w(this.five.getCurrentState().mode) ? this.workUtil.getObserverPosition(t) : this.five.camera.position;
|
|
533
534
|
if (r === void 0)
|
|
534
535
|
return { value: !1, reason: { type: "startPosition is undefined", fivePanoIndex: t } };
|
|
535
|
-
const n =
|
|
536
|
+
const n = ie(
|
|
536
537
|
(() => {
|
|
537
538
|
var m;
|
|
538
539
|
const d = (m = e.checkPoints) != null ? m : "center";
|
|
@@ -552,7 +553,7 @@ class mt {
|
|
|
552
553
|
const _ = this.plugin.tags.filter(T).map((Q) => {
|
|
553
554
|
var S;
|
|
554
555
|
return (S = Q.model) == null ? void 0 : S.object;
|
|
555
|
-
}).filter(
|
|
556
|
+
}).filter(E), [q] = V.intersectObjects(_, !0);
|
|
556
557
|
return q;
|
|
557
558
|
})(), J = r.distanceTo(d), W = (a = e.distanceAccuracy) != null ? a : 0.01;
|
|
558
559
|
h = Math.min(h != null ? h : 1 / 0, (c = k == null ? void 0 : k.distance) != null ? c : 1 / 0), h + W >= J ? l++ : s++;
|
|
@@ -574,7 +575,7 @@ class mt {
|
|
|
574
575
|
var r, n, l, s, o, a, c;
|
|
575
576
|
let i = 0;
|
|
576
577
|
const e = (r = this.fiveState) == null ? void 0 : r.panoIndex;
|
|
577
|
-
e !== void 0 ? i = (n = this.workUtil.getObserver(e)) == null ? void 0 : n.floorIndex : i =
|
|
578
|
+
e !== void 0 ? i = (n = this.workUtil.getObserver(e)) == null ? void 0 : n.floorIndex : i = ae(
|
|
578
579
|
this.workUtil.work,
|
|
579
580
|
(c = (a = (s = (l = this.model) == null ? void 0 : l.object) == null ? void 0 : s.position) != null ? a : (o = this.mediaPlane) == null ? void 0 : o.position) != null ? c : $(this)
|
|
580
581
|
);
|
|
@@ -685,5 +686,5 @@ class mt {
|
|
|
685
686
|
}
|
|
686
687
|
}
|
|
687
688
|
export {
|
|
688
|
-
|
|
689
|
+
gt as BaseTag
|
|
689
690
|
};
|
|
@@ -45,15 +45,7 @@ import "@realsee/five";
|
|
|
45
45
|
import "../../../shared-utils/five/mode.js";
|
|
46
46
|
import "hammerjs";
|
|
47
47
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
48
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
49
|
-
import "../../../Sculpt/typings/style.js";
|
|
50
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
51
48
|
import "@realsee/five/line";
|
|
52
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
53
|
-
import "../../../shared-utils/three/THREESphere.js";
|
|
54
|
-
import "animejs";
|
|
55
|
-
import "../../../shared-utils/isNil.js";
|
|
56
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
57
49
|
import "../../../shared-utils/tag.js";
|
|
58
50
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
59
51
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
@@ -66,10 +58,14 @@ import "../../../Sculpt/utils/Modules/Global.js";
|
|
|
66
58
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
67
59
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
68
60
|
import "../../../base/BasePlugin.js";
|
|
61
|
+
import "../../../shared-utils/three/THREESphere.js";
|
|
62
|
+
import "animejs";
|
|
69
63
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
64
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
70
65
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
71
66
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
72
67
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
68
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
73
69
|
import "../../../shared-utils/three/boundingBox.js";
|
|
74
70
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
75
71
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -83,6 +79,7 @@ import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
|
83
79
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
84
80
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
85
81
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
82
|
+
import "../../../shared-utils/isNil.js";
|
|
86
83
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
87
84
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
88
85
|
import "../../../shared-utils/util.js";
|
|
@@ -123,12 +120,16 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
123
120
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
124
121
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
125
122
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
123
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
124
|
+
import "../../../Sculpt/typings/style.js";
|
|
125
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
126
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
127
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
128
|
+
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
126
129
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
127
130
|
import "../../../shared-utils/isTouchDevice.js";
|
|
128
131
|
import "../../../shared-utils/five/getPosition.js";
|
|
129
132
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
130
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
131
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
132
133
|
import "../../utils/tag/format.js";
|
|
133
134
|
import "../../../shared-utils/three/blink.js";
|
|
134
135
|
import "../../../shared-utils/vectorToCoordinate.js";
|
|
@@ -142,7 +143,7 @@ import "../../../shared-utils/five/getFloorIndex.js";
|
|
|
142
143
|
import "../../../shared-utils/safeObj.js";
|
|
143
144
|
import "../../utils/Cache.js";
|
|
144
145
|
import "../../../CruisePlugin/utils/sleep.js";
|
|
145
|
-
class
|
|
146
|
+
class qi extends D {
|
|
146
147
|
constructor(i, p) {
|
|
147
148
|
super(i, p);
|
|
148
149
|
l(this, "loading", !1);
|
|
@@ -195,5 +196,5 @@ class Ni extends D {
|
|
|
195
196
|
}
|
|
196
197
|
}
|
|
197
198
|
export {
|
|
198
|
-
|
|
199
|
+
qi as ModelTag
|
|
199
200
|
};
|
|
@@ -23,15 +23,7 @@ import "@realsee/five";
|
|
|
23
23
|
import "../../../shared-utils/five/mode.js";
|
|
24
24
|
import "hammerjs";
|
|
25
25
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
26
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
27
|
-
import "../../../Sculpt/typings/style.js";
|
|
28
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
29
26
|
import "@realsee/five/line";
|
|
30
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
31
|
-
import "../../../shared-utils/three/THREESphere.js";
|
|
32
|
-
import "animejs";
|
|
33
|
-
import "../../../shared-utils/isNil.js";
|
|
34
|
-
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
35
27
|
import "../../../shared-utils/tag.js";
|
|
36
28
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
37
29
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
@@ -44,10 +36,14 @@ import "../../../Sculpt/utils/Modules/Global.js";
|
|
|
44
36
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
45
37
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
46
38
|
import "../../../base/BasePlugin.js";
|
|
39
|
+
import "../../../shared-utils/three/THREESphere.js";
|
|
40
|
+
import "animejs";
|
|
47
41
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
42
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
48
43
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
49
44
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
50
45
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
46
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
51
47
|
import "../../../shared-utils/three/boundingBox.js";
|
|
52
48
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
53
49
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -61,6 +57,7 @@ import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
|
61
57
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
62
58
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
63
59
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
60
|
+
import "../../../shared-utils/isNil.js";
|
|
64
61
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
65
62
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
66
63
|
import "../../../shared-utils/util.js";
|
|
@@ -101,12 +98,16 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
101
98
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
102
99
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
103
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";
|
|
104
107
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
105
108
|
import "../../../shared-utils/isTouchDevice.js";
|
|
106
109
|
import "../../../shared-utils/five/getPosition.js";
|
|
107
110
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
108
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
109
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
110
111
|
import "../../utils/tag/format.js";
|
|
111
112
|
import "../../../shared-utils/three/blink.js";
|
|
112
113
|
import "../../../shared-utils/vectorToCoordinate.js";
|
|
@@ -122,7 +123,7 @@ import "../../../shared-utils/safeObj.js";
|
|
|
122
123
|
import "../../utils/Cache.js";
|
|
123
124
|
import "../../../CruisePlugin/utils/sleep.js";
|
|
124
125
|
const P = /* @__PURE__ */ new Map(), v = /* @__PURE__ */ new Map();
|
|
125
|
-
class
|
|
126
|
+
class Si extends f {
|
|
126
127
|
constructor(i, t) {
|
|
127
128
|
super(i, t), this.state.unfolded = !0;
|
|
128
129
|
}
|
|
@@ -179,5 +180,5 @@ class Gi extends f {
|
|
|
179
180
|
}
|
|
180
181
|
}
|
|
181
182
|
export {
|
|
182
|
-
|
|
183
|
+
Si as PlaneTag
|
|
183
184
|
};
|
|
@@ -14,18 +14,9 @@ import "@realsee/five";
|
|
|
14
14
|
import "../../../shared-utils/five/mode.js";
|
|
15
15
|
import "hammerjs";
|
|
16
16
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
17
|
-
import "../../../Sculpt/Meshes/Line.js";
|
|
18
|
-
import "../../../Sculpt/typings/style.js";
|
|
19
|
-
import "../../../shared-utils/five/FiveLine.js";
|
|
20
17
|
import "@realsee/five/line";
|
|
21
|
-
import "../../../shared-utils/positionToVector3.js";
|
|
22
|
-
import "../../../shared-utils/three/IObject3D.js";
|
|
23
|
-
import "../../../shared-utils/three/centerPoint.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
18
|
import "../../../shared-utils/tag.js";
|
|
19
|
+
import "../../../shared-utils/positionToVector3.js";
|
|
29
20
|
import "../../../shared-utils/five/vector3ToScreen.js";
|
|
30
21
|
import "../../../shared-utils/five/getFiveModel.js";
|
|
31
22
|
import "../../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -37,10 +28,14 @@ import "../../../Sculpt/utils/Modules/Global.js";
|
|
|
37
28
|
import "../../../Sculpt/utils/Modules/Cursor.js";
|
|
38
29
|
import "../../../Object3DHelperPlugin/Controller.js";
|
|
39
30
|
import "../../../base/BasePlugin.js";
|
|
31
|
+
import "../../../shared-utils/three/THREESphere.js";
|
|
32
|
+
import "animejs";
|
|
40
33
|
import "../../../shared-utils/url/absoluteUrl.js";
|
|
34
|
+
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
41
35
|
import "../../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
42
36
|
import "../../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
43
37
|
import "../../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
38
|
+
import "../../../shared-utils/three/IObject3D.js";
|
|
44
39
|
import "../../../shared-utils/three/boundingBox.js";
|
|
45
40
|
import "../../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
46
41
|
import "../../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -53,7 +48,9 @@ import "../../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
53
48
|
import "../../../CSS3DRenderPlugin/utils/even.js";
|
|
54
49
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
55
50
|
import "../../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
51
|
+
import "../../../shared-utils/three/centerPoint.js";
|
|
56
52
|
import "../../../shared-utils/three/getObjectVisible.js";
|
|
53
|
+
import "../../../shared-utils/isNil.js";
|
|
57
54
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
58
55
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
59
56
|
import "../../../shared-utils/util.js";
|
|
@@ -94,12 +91,16 @@ import "../../../shared-utils/three/Assets/index.js";
|
|
|
94
91
|
import "../../../shared-utils/three/PointSelector/utils/html.js";
|
|
95
92
|
import "../../../shared-utils/five/initialCSS3DRender.js";
|
|
96
93
|
import "../../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
94
|
+
import "../../../Sculpt/Meshes/Line.js";
|
|
95
|
+
import "../../../Sculpt/typings/style.js";
|
|
96
|
+
import "../../../shared-utils/five/FiveLine.js";
|
|
97
|
+
import "../../../Sculpt/utils/removeAllTag.js";
|
|
98
|
+
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
99
|
+
import "../../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
97
100
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
98
101
|
import "../../../shared-utils/isTouchDevice.js";
|
|
99
102
|
import "../../../shared-utils/five/getPosition.js";
|
|
100
103
|
import "../../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
101
|
-
import "../../../Sculpt/utils/removeAllTag.js";
|
|
102
|
-
import "../../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
103
104
|
import "../../utils/tag/format.js";
|
|
104
105
|
import "../../../shared-utils/three/blink.js";
|
|
105
106
|
import "../../../shared-utils/vectorToCoordinate.js";
|
|
@@ -115,7 +116,7 @@ import "../../../shared-utils/safeObj.js";
|
|
|
115
116
|
import "../../utils/Cache.js";
|
|
116
117
|
import "../../../CruisePlugin/utils/sleep.js";
|
|
117
118
|
const v = new d.Vector2();
|
|
118
|
-
class
|
|
119
|
+
class Ti extends g {
|
|
119
120
|
constructor(t, i) {
|
|
120
121
|
super(t, i);
|
|
121
122
|
p(this, "__Object__");
|
|
@@ -205,5 +206,5 @@ class Si extends g {
|
|
|
205
206
|
}
|
|
206
207
|
}
|
|
207
208
|
export {
|
|
208
|
-
|
|
209
|
+
Ti as PointTag
|
|
209
210
|
};
|
|
@@ -91,15 +91,9 @@ import "../Components/Common/MediaItem.js";
|
|
|
91
91
|
import "../Components/Tag/MarketingTag.js";
|
|
92
92
|
import "hammerjs";
|
|
93
93
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
94
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
95
|
-
import "../../Sculpt/typings/style.js";
|
|
96
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
97
94
|
import "@realsee/five/line";
|
|
98
|
-
import "../../shared-utils/positionToVector3.js";
|
|
99
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
100
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
101
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
102
95
|
import "../../shared-utils/tag.js";
|
|
96
|
+
import "../../shared-utils/positionToVector3.js";
|
|
103
97
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
104
98
|
import "../../shared-utils/five/getFiveModel.js";
|
|
105
99
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -112,10 +106,13 @@ import "../../Sculpt/utils/Modules/Global.js";
|
|
|
112
106
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
113
107
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
114
108
|
import "../../base/BasePlugin.js";
|
|
109
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
115
110
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
111
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
116
112
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
117
113
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
118
114
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
115
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
119
116
|
import "../../shared-utils/three/boundingBox.js";
|
|
120
117
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
121
118
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -168,12 +165,16 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
168
165
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
169
166
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
170
167
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
168
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
169
|
+
import "../../Sculpt/typings/style.js";
|
|
170
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
171
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
172
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
173
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
171
174
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
172
175
|
import "../../shared-utils/isTouchDevice.js";
|
|
173
176
|
import "../../shared-utils/five/getPosition.js";
|
|
174
177
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
175
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
176
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
177
178
|
import "../utils/noTypecheck.js";
|
|
178
179
|
import "../Components/Tag/AudioTag/index.js";
|
|
179
180
|
import "../Components/Tag/AudioTag/AudioTag.js";
|
|
@@ -227,7 +228,7 @@ import "../utils/normalPositionToPositions.js";
|
|
|
227
228
|
import "../../vendor/svelte/store/index.js";
|
|
228
229
|
import "../../CSS3DRenderPlugin/index.js";
|
|
229
230
|
import "../../CSS3DRenderPlugin/Controller.js";
|
|
230
|
-
class
|
|
231
|
+
class jr extends U {
|
|
231
232
|
constructor(t) {
|
|
232
233
|
super(t);
|
|
233
234
|
d(this, "rendererMap", /* @__PURE__ */ new Map());
|
|
@@ -378,5 +379,5 @@ class vr extends U {
|
|
|
378
379
|
}
|
|
379
380
|
}
|
|
380
381
|
export {
|
|
381
|
-
|
|
382
|
+
jr as TagRender
|
|
382
383
|
};
|
|
@@ -27,15 +27,7 @@ import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
|
27
27
|
import "../../shared-utils/three/centerPoint.js";
|
|
28
28
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
29
29
|
import "hammerjs";
|
|
30
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
31
|
-
import "../../Sculpt/typings/style.js";
|
|
32
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
33
30
|
import "@realsee/five/line";
|
|
34
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
35
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
36
|
-
import "animejs";
|
|
37
|
-
import "../../shared-utils/isNil.js";
|
|
38
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
39
31
|
import "../../shared-utils/tag.js";
|
|
40
32
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
41
33
|
import "../../shared-utils/five/getFiveModel.js";
|
|
@@ -47,9 +39,11 @@ import "../../shared-utils/three/temp.js";
|
|
|
47
39
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
48
40
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
49
41
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
42
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
50
43
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
51
44
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
52
45
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
46
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
53
47
|
import "../../shared-utils/three/boundingBox.js";
|
|
54
48
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
55
49
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -64,6 +58,7 @@ import "../../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
|
64
58
|
import "../../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
65
59
|
import "../../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
66
60
|
import "../../shared-utils/threex/domevents/index.js";
|
|
61
|
+
import "../../shared-utils/isNil.js";
|
|
67
62
|
import "../../shared-utils/util.js";
|
|
68
63
|
import "../../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
69
64
|
import "../../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
@@ -91,6 +86,14 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
91
86
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
92
87
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
93
88
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
89
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
90
|
+
import "../../Sculpt/typings/style.js";
|
|
91
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
92
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
93
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
94
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
95
|
+
import "animejs";
|
|
96
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
94
97
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
95
98
|
import "../../shared-utils/isTouchDevice.js";
|
|
96
99
|
import "../../shared-utils/five/getPosition.js";
|
|
@@ -99,8 +102,6 @@ import "../../shared-utils/url/absoluteUrl.js";
|
|
|
99
102
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
100
103
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
101
104
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
102
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
103
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
104
105
|
import "../../shared-utils/three/loadTexture.js";
|
|
105
106
|
import "../../shared-utils/three/Quadrangle.js";
|
|
106
107
|
import "../../shared-utils/math/pointsIsRectangle.js";
|
|
@@ -109,7 +110,7 @@ import "../Assets/Icon.js";
|
|
|
109
110
|
import "../../shared-utils/three/getPositionsByObjectFit.js";
|
|
110
111
|
import "../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
111
112
|
import "../../shared-utils/three/getNormal.js";
|
|
112
|
-
class
|
|
113
|
+
class Ci extends E {
|
|
113
114
|
constructor(t) {
|
|
114
115
|
super(t);
|
|
115
116
|
e(this, "tags", []);
|
|
@@ -239,5 +240,5 @@ class ki extends E {
|
|
|
239
240
|
}
|
|
240
241
|
}
|
|
241
242
|
export {
|
|
242
|
-
|
|
243
|
+
Ci as TagUtil
|
|
243
244
|
};
|