@realsee/dnalogel 3.49.0 → 3.49.2

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.
Files changed (126) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/dist/Sculpt/Meshes/Line.d.ts +2 -1
  3. package/dist/index.cjs.js +3008 -87
  4. package/dist/index.js +39458 -20049
  5. package/dist/index.umd.js +3001 -80
  6. package/dist/shared-utils/three/index.d.ts +1 -1
  7. package/libs/AreaMakerPlugin/Controller.js +7 -4
  8. package/libs/AreaMakerPlugin/index.js +7 -4
  9. package/libs/AreaMakerPlugin/utils/Item.js +7 -4
  10. package/libs/CSS3DRenderPlugin/Controller.js +12 -9
  11. package/libs/CSS3DRenderPlugin/index.js +9 -6
  12. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +21 -18
  13. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +6 -3
  14. package/libs/CruisePlugin/BaseController.js +12 -9
  15. package/libs/CruisePlugin/Move.js +7 -4
  16. package/libs/CruisePlugin/Work.js +7 -4
  17. package/libs/CruisePlugin/index.js +11 -8
  18. package/libs/CurrentPanoImagePlugin/Controller.js +6 -3
  19. package/libs/CurrentPanoImagePlugin/index.js +7 -4
  20. package/libs/GuideLinePlugin/Controller.js +9 -6
  21. package/libs/GuideLinePlugin/GuideLineItem.js +7 -4
  22. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +4 -3
  23. package/libs/GuideLinePlugin/GuideLineModeItem.js +7 -4
  24. package/libs/GuideLinePlugin/index.js +11 -8
  25. package/libs/ModelMakerPlugin/Controller.js +7 -4
  26. package/libs/ModelMakerPlugin/index.js +7 -4
  27. package/libs/ModelMakerPlugin/item/baseItem.js +2 -2
  28. package/libs/ModelMakerPlugin/item/boxItem.js +2 -2
  29. package/libs/ModelMakerPlugin/item/polygonItem.js +2 -2
  30. package/libs/ModelMakerPlugin/item/prismItem.js +2 -2
  31. package/libs/ModelMakerPlugin/utils/getFiveDomEvent.js +1 -1
  32. package/libs/ModelTVVideoPlugin/Plugin.js +7 -4
  33. package/libs/ModelTVVideoPlugin/index.js +6 -3
  34. package/libs/Object3DHelperPlugin/Controller.js +6 -3
  35. package/libs/Object3DHelperPlugin/index.js +9 -6
  36. package/libs/PanoCompassPlugin/Controller.js +6 -3
  37. package/libs/PanoCompassPlugin/index.js +7 -4
  38. package/libs/PanoDoorLabelPlugin/BaseController.js +16 -13
  39. package/libs/PanoDoorLabelPlugin/Controller.js +58 -55
  40. package/libs/PanoDoorLabelPlugin/index.js +7 -4
  41. package/libs/PanoMeasurePlugin/Components/Controller0.js +6 -3
  42. package/libs/PanoMeasurePlugin/Components/Controller1.js +6 -3
  43. package/libs/PanoMeasurePlugin/Controller/EditController.js +6 -3
  44. package/libs/PanoMeasurePlugin/Controller/WatchController.js +6 -3
  45. package/libs/PanoMeasurePlugin/Controller/index.js +6 -3
  46. package/libs/PanoMeasurePlugin/Model/area.js +6 -3
  47. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +4 -1
  48. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +6 -3
  49. package/libs/PanoMeasurePlugin/index.js +17 -14
  50. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +16 -13
  51. package/libs/PanoSpatialTagPlugin/Plugin.js +7 -4
  52. package/libs/PanoSpatialTagPlugin/index.js +4 -1
  53. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +24 -21
  54. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +6 -3
  55. package/libs/PanoTagPlugin/Components/Tag/index.js +6 -3
  56. package/libs/PanoTagPlugin/Components/TagContainer.js +6 -3
  57. package/libs/PanoTagPlugin/Components/TagItem.js +6 -3
  58. package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +11 -5
  59. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +14 -11
  60. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +12 -9
  61. package/libs/PanoTagPlugin/controller/Tag/PointTag.js +10 -7
  62. package/libs/PanoTagPlugin/controller/TagRender.js +7 -4
  63. package/libs/PanoTagPlugin/controller/TagUtil.js +7 -4
  64. package/libs/PanoTagPlugin/controller/index.js +10 -7
  65. package/libs/PanoTagPlugin/index.js +16 -13
  66. package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +25 -22
  67. package/libs/PanoVideoPlugin/Controller.js +9 -6
  68. package/libs/PanoVideoPlugin/VideoMeshController.js +6 -3
  69. package/libs/PanoVideoPlugin/index.js +9 -6
  70. package/libs/PipelinePlugin/Controller.js +13 -10
  71. package/libs/PipelinePlugin/index.js +7 -4
  72. package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +6 -3
  73. package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +16 -13
  74. package/libs/PipelinePlugin/utils/Objects/Pipe.js +20 -17
  75. package/libs/Sculpt/Meshes/Box.js +7 -6
  76. package/libs/Sculpt/Meshes/Cylinder.js +4 -3
  77. package/libs/Sculpt/Meshes/Line.d.ts +2 -1
  78. package/libs/Sculpt/Meshes/Line.js +11 -10
  79. package/libs/Sculpt/Meshes/LineWithDots.js +1 -1
  80. package/libs/Sculpt/Meshes/Point.js +11 -10
  81. package/libs/Sculpt/Meshes/PolygonWithEdge.js +1 -1
  82. package/libs/Sculpt/Meshes/Polyline.js +31 -31
  83. package/libs/Sculpt/Meshes/Prism.js +2 -2
  84. package/libs/Sculpt/Meshes/Rectangle.js +5 -4
  85. package/libs/Sculpt/Objects/Line/Editor.js +4 -3
  86. package/libs/Sculpt/index.js +4 -3
  87. package/libs/Sculpt/utils/three/ColoredMesh.js +5 -4
  88. package/libs/base/BasePlugin.js +5 -4
  89. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +6 -3
  90. package/libs/floorplan/MapviewFloorplanPlugin/index.js +7 -4
  91. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +6 -3
  92. package/libs/floorplan/ModelFloorplanPlugin/index.js +7 -4
  93. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +6 -3
  94. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +7 -4
  95. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +6 -3
  96. package/libs/floorplan/TopviewFloorplanPlugin/index.js +7 -4
  97. package/libs/floorplan/index.js +2 -1
  98. package/libs/index.js +131 -128
  99. package/libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js +1 -1
  100. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -1
  101. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -1
  102. package/libs/shared-utils/five/FiveDomEvents.js +1 -1
  103. package/libs/shared-utils/five/FiveLine.js +6 -18
  104. package/libs/shared-utils/five/index.js +4 -3
  105. package/libs/shared-utils/five/lookObject.js +18 -17
  106. package/libs/shared-utils/index.js +1 -1
  107. package/libs/shared-utils/logger.js +1 -1
  108. package/libs/shared-utils/tag.js +5 -5
  109. package/libs/shared-utils/three/PointSelector/index.js +24 -22
  110. package/libs/shared-utils/three/PointSelector/utils/PointSelectorHelper.js +1 -1
  111. package/libs/shared-utils/three/boundingBox.js +1 -1
  112. package/libs/shared-utils/three/index.d.ts +1 -1
  113. package/libs/shared-utils/three/index.js +2 -1
  114. package/libs/vendor/three/build/three.module.js +19336 -0
  115. package/libs/vendor/three/examples/jsm/lines/LineGeometry.js +28 -0
  116. package/libs/vendor/three/examples/jsm/lines/LineSegmentsGeometry.js +69 -0
  117. package/package.json +1 -1
  118. /package/dist/shared-utils/three/{objects → core}/LineSegments.d.ts +0 -0
  119. /package/dist/shared-utils/three/{THREERaycaster.d.ts → core/Raycaster.d.ts} +0 -0
  120. /package/dist/shared-utils/three/{THREESphere.d.ts → core/Sphere.d.ts} +0 -0
  121. /package/libs/shared-utils/three/{objects → core}/LineSegments.d.ts +0 -0
  122. /package/libs/shared-utils/three/{objects → core}/LineSegments.js +0 -0
  123. /package/libs/shared-utils/three/{THREERaycaster.d.ts → core/Raycaster.d.ts} +0 -0
  124. /package/libs/shared-utils/three/{THREERaycaster.js → core/Raycaster.js} +0 -0
  125. /package/libs/shared-utils/three/{THREESphere.d.ts → core/Sphere.d.ts} +0 -0
  126. /package/libs/shared-utils/three/{THREESphere.js → core/Sphere.js} +0 -0
@@ -35,8 +35,9 @@ import * as V from "three";
35
35
  import "hammerjs";
36
36
  import "three/examples/jsm/renderers/CSS3DRenderer";
37
37
  import "@realsee/five/line";
38
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
38
39
  import "../shared-utils/tag.js";
39
- import "../shared-utils/three/THREESphere.js";
40
+ import "../shared-utils/three/core/Sphere.js";
40
41
  import "animejs";
41
42
  import { uuid as H } from "../shared-utils/uuid.js";
42
43
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -189,6 +190,8 @@ import "../CSS3DRenderPlugin/utils/even.js";
189
190
  import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
190
191
  import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
191
192
  import "../shared-utils/three/getObjectVisible.js";
193
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
194
+ import "../vendor/three/build/three.module.js";
192
195
  import "../shared-utils/five/vector3ToScreen.js";
193
196
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
194
197
  import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
@@ -196,7 +199,7 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
196
199
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
197
200
  import "../shared-utils/five/FiveDomEvents.js";
198
201
  import "../shared-utils/five/calculateThreeMouse.js";
199
- import "../shared-utils/three/THREERaycaster.js";
202
+ import "../shared-utils/three/core/Raycaster.js";
200
203
  import "../PanoTagPlugin/utils/DebugUtil.js";
201
204
  import "../PanoTagPlugin/utils/addDebugPoints.js";
202
205
  import "../PanoTagPlugin/controller/Tag/PointTag.js";
@@ -220,8 +223,8 @@ import "../CruisePlugin/utils/coordinatesToVector.js";
220
223
  import "../CruisePlugin/utils/safeCall.js";
221
224
  import "../CruisePlugin/utils/sleep.js";
222
225
  import "../shared-utils/five/fiveLoaded.js";
223
- const b = "GuideLinePlugin", g = `${b}`, _e = (s) => `${g}--${s}`;
224
- class Ee extends N {
226
+ const b = "GuideLinePlugin", g = `${b}`, we = (s) => `${g}--${s}`;
227
+ class De extends N {
225
228
  constructor(t, i) {
226
229
  super(t, i);
227
230
  h(this, "name", b);
@@ -363,6 +366,6 @@ class Ee extends N {
363
366
  }
364
367
  }
365
368
  export {
366
- Ee as default,
367
- _e as pluginFlag
369
+ De as default,
370
+ we as pluginFlag
368
371
  };
@@ -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 Fo } from "./GuideLineItem/index.js";
8
+ import { GuideLineItem as Ko } from "./GuideLineItem/index.js";
9
9
  import "three";
10
10
  import "./utils/createLineGeometry.js";
11
11
  import "../vendor/polyline-normals/index.js";
@@ -20,6 +20,9 @@ import "../shared-utils/five/mode.js";
20
20
  import "hammerjs";
21
21
  import "three/examples/jsm/renderers/CSS3DRenderer";
22
22
  import "@realsee/five/line";
23
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
24
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
25
+ import "../vendor/three/build/three.module.js";
23
26
  import "../shared-utils/tag.js";
24
27
  import "../shared-utils/positionToVector3.js";
25
28
  import "../shared-utils/five/vector3ToScreen.js";
@@ -29,7 +32,7 @@ import "../shared-utils/Utils/BaseUtil.js";
29
32
  import "../shared-utils/Utils/WorkUtil.js";
30
33
  import "../shared-utils/five/transformPosition.js";
31
34
  import "../shared-utils/three/temp.js";
32
- import "../shared-utils/three/THREESphere.js";
35
+ import "../shared-utils/three/core/Sphere.js";
33
36
  import "../shared-utils/three/blink.js";
34
37
  import "animejs";
35
38
  import "../shared-utils/util.js";
@@ -167,7 +170,7 @@ import "../shared-utils/url/absoluteUrl.js";
167
170
  import "../shared-utils/five/fiveModelLoad.js";
168
171
  import "../shared-utils/five/FiveDomEvents.js";
169
172
  import "../shared-utils/five/calculateThreeMouse.js";
170
- import "../shared-utils/three/THREERaycaster.js";
173
+ import "../shared-utils/three/core/Raycaster.js";
171
174
  import "../base/BasePlugin.js";
172
175
  import "../PanoTagPlugin/utils/DebugUtil.js";
173
176
  import "../PanoTagPlugin/utils/addDebugPoints.js";
@@ -193,5 +196,5 @@ import "../CruisePlugin/utils/safeCall.js";
193
196
  import "../CruisePlugin/utils/sleep.js";
194
197
  import "../shared-utils/five/fiveLoaded.js";
195
198
  export {
196
- Fo as GuideLineItem
199
+ Ko as GuideLineItem
197
200
  };
@@ -18,8 +18,9 @@ import { isPanoramaLike as L, isModelLike as S } from "../../shared-utils/five/m
18
18
  import "hammerjs";
19
19
  import "three/examples/jsm/renderers/CSS3DRenderer";
20
20
  import "@realsee/five/line";
21
+ import "../../vendor/three/examples/jsm/lines/LineGeometry.js";
21
22
  import "../../shared-utils/tag.js";
22
- import "../../shared-utils/three/THREESphere.js";
23
+ import "../../shared-utils/three/core/Sphere.js";
23
24
  import { blink as O } from "../../shared-utils/three/blink.js";
24
25
  import { notNil as C } from "../../shared-utils/isNil.js";
25
26
  import { BetterTween as _ } from "../../shared-utils/animationFrame/BetterTween.js";
@@ -565,11 +566,11 @@ class R {
565
566
  function H(m) {
566
567
  return m.contentType === "Custom";
567
568
  }
568
- const he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
569
+ const ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
569
570
  __proto__: null,
570
571
  GuideLineModeItem: R
571
572
  }, Symbol.toStringTag, { value: "Module" }));
572
573
  export {
573
574
  R as GuideLineModeItem,
574
- he as GuideLineModeItem$1
575
+ ne as GuideLineModeItem$1
575
576
  };
@@ -5,8 +5,9 @@ import "../shared-utils/five/mode.js";
5
5
  import "hammerjs";
6
6
  import "three/examples/jsm/renderers/CSS3DRenderer";
7
7
  import "@realsee/five/line";
8
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
8
9
  import "../shared-utils/tag.js";
9
- import "../shared-utils/three/THREESphere.js";
10
+ import "../shared-utils/three/core/Sphere.js";
10
11
  import "../shared-utils/three/blink.js";
11
12
  import "../shared-utils/isNil.js";
12
13
  import "../shared-utils/animationFrame/BetterTween.js";
@@ -15,7 +16,7 @@ import "../PanoTagPlugin/controller/index.js";
15
16
  import "./Components/Tag.js";
16
17
  import "./utils/index.js";
17
18
  import "../vendor/object-assign-deep/objectAssignDeep.js";
18
- import { GuideLineModeItem as am } from "./GuideLineModeItem/index.js";
19
+ import { GuideLineModeItem as gm } from "./GuideLineModeItem/index.js";
19
20
  import "../vendor/polyline-normals/index.js";
20
21
  import "../vendor/polyline-miter-util/index.js";
21
22
  import "../vendor/gl-vec2/add.js";
@@ -24,6 +25,8 @@ import "../vendor/gl-vec2/normalize.js";
24
25
  import "../vendor/gl-vec2/subtract.js";
25
26
  import "../vendor/gl-vec2/dot.js";
26
27
  import "../shared-utils/math/intersecting.js";
28
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
29
+ import "../vendor/three/build/three.module.js";
27
30
  import "../shared-utils/positionToVector3.js";
28
31
  import "../shared-utils/five/vector3ToScreen.js";
29
32
  import "../shared-utils/five/getFiveModel.js";
@@ -164,7 +167,7 @@ import "../shared-utils/url/absoluteUrl.js";
164
167
  import "../shared-utils/five/fiveModelLoad.js";
165
168
  import "../shared-utils/five/FiveDomEvents.js";
166
169
  import "../shared-utils/five/calculateThreeMouse.js";
167
- import "../shared-utils/three/THREERaycaster.js";
170
+ import "../shared-utils/three/core/Raycaster.js";
168
171
  import "../base/BasePlugin.js";
169
172
  import "../PanoTagPlugin/utils/DebugUtil.js";
170
173
  import "../PanoTagPlugin/utils/addDebugPoints.js";
@@ -175,5 +178,5 @@ import "../PanoTagPlugin/Components/TagContainer.js";
175
178
  import "../PanoTagPlugin/Components/TagItem.js";
176
179
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
177
180
  export {
178
- am as GuideLineModeItem
181
+ gm as GuideLineModeItem
179
182
  };
@@ -1,6 +1,6 @@
1
1
  import t from "./Controller.js";
2
- import { GuideLineItem$1 as Ht } from "./GuideLineItem/index.js";
3
- import { GuideLineModeItem$1 as Kt } from "./GuideLineModeItem/index.js";
2
+ import { GuideLineItem$1 as Nt } from "./GuideLineItem/index.js";
3
+ import { GuideLineModeItem$1 as Qt } from "./GuideLineModeItem/index.js";
4
4
  import "../base/BasePluginWithData.js";
5
5
  import "../base/BasePlugin.js";
6
6
  import "../shared-utils/Subscribe.js";
@@ -8,6 +8,9 @@ import "three";
8
8
  import "hammerjs";
9
9
  import "three/examples/jsm/renderers/CSS3DRenderer";
10
10
  import "@realsee/five/line";
11
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
12
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
13
+ import "../vendor/three/build/three.module.js";
11
14
  import "../shared-utils/tag.js";
12
15
  import "../shared-utils/positionToVector3.js";
13
16
  import "../shared-utils/five/vector3ToScreen.js";
@@ -17,7 +20,7 @@ import "../shared-utils/Utils/BaseUtil.js";
17
20
  import "../shared-utils/Utils/WorkUtil.js";
18
21
  import "../shared-utils/five/transformPosition.js";
19
22
  import "../shared-utils/three/temp.js";
20
- import "../shared-utils/three/THREESphere.js";
23
+ import "../shared-utils/three/core/Sphere.js";
21
24
  import "animejs";
22
25
  import "../shared-utils/url/absoluteUrl.js";
23
26
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -176,7 +179,7 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
176
179
  import "../shared-utils/five/fiveModelLoad.js";
177
180
  import "../shared-utils/five/FiveDomEvents.js";
178
181
  import "../shared-utils/five/calculateThreeMouse.js";
179
- import "../shared-utils/three/THREERaycaster.js";
182
+ import "../shared-utils/three/core/Raycaster.js";
180
183
  import "../PanoTagPlugin/utils/DebugUtil.js";
181
184
  import "../PanoTagPlugin/utils/addDebugPoints.js";
182
185
  import "../PanoTagPlugin/controller/Tag/PointTag.js";
@@ -192,10 +195,10 @@ import "../shared-utils/five/changeMode.js";
192
195
  import "../shared-utils/nearlyEqual.js";
193
196
  import "../CruisePlugin/Move.js";
194
197
  import "../CruisePlugin/utils/getFiveStateOnCurve.js";
195
- const r = (i, o) => new t(i, o), Dt = r;
198
+ const r = (i, o) => new t(i, o), Ht = r;
196
199
  export {
197
- Ht as GuideLineItem,
198
- Kt as GuideLineModeItem,
200
+ Nt as GuideLineItem,
201
+ Qt as GuideLineModeItem,
199
202
  r as GuideLinePlugin,
200
- Dt as default
203
+ Ht as default
201
204
  };
@@ -35,6 +35,7 @@ import { PolygonWithEdgeMesh as Q } from "../Sculpt/Meshes/PolygonWithEdge.js";
35
35
  import "hammerjs";
36
36
  import "three/examples/jsm/renderers/CSS3DRenderer";
37
37
  import "@realsee/five/line";
38
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
38
39
  import "../shared-utils/tag.js";
39
40
  import { boxVertex as g } from "../shared-utils/three/boundingBox.js";
40
41
  import "animejs";
@@ -47,7 +48,7 @@ import { getFiveDomEvent as Y } from "./utils/getFiveDomEvent.js";
47
48
  import { waitFiveModelLoaded as $ } from "../shared-utils/five/fiveModelLoad.js";
48
49
  import "../base/BasePlugin.js";
49
50
  import "../shared-utils/Subscribe.js";
50
- import "../shared-utils/three/THREESphere.js";
51
+ import "../shared-utils/three/core/Sphere.js";
51
52
  import "../shared-utils/Utils/FiveUtil.js";
52
53
  import "../shared-utils/Utils/BaseUtil.js";
53
54
  import "../shared-utils/Utils/WorkUtil.js";
@@ -71,11 +72,13 @@ import "../shared-utils/three/getNormal.js";
71
72
  import "../PanoMeasurePlugin/utils/isIntersecting.js";
72
73
  import "../Sculpt/utils/three/ColoredMesh.js";
73
74
  import "../shared-utils/three/geometryUtil.js";
74
- import "../shared-utils/three/THREERaycaster.js";
75
+ import "../shared-utils/three/core/Raycaster.js";
75
76
  import "../Sculpt/Meshes/Polyline.js";
76
77
  import "../Sculpt/Meshes/LineWithDots.js";
77
78
  import "../Sculpt/Meshes/Point.js";
78
79
  import "../shared-utils/three/closeVectors.js";
80
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
81
+ import "../vendor/three/build/three.module.js";
79
82
  import "../shared-utils/five/vector3ToScreen.js";
80
83
  import "../shared-utils/three/temp.js";
81
84
  import "./utils/Text.js";
@@ -87,7 +90,7 @@ import "../shared-utils/three/addIfNotExists.js";
87
90
  import "../shared-utils/five/FiveDomEvents.js";
88
91
  import "../shared-utils/three/getObjectVisible.js";
89
92
  import "../shared-utils/five/calculateThreeMouse.js";
90
- class it extends z {
93
+ class rt extends z {
91
94
  constructor(e, t) {
92
95
  var r, p;
93
96
  super(e);
@@ -248,5 +251,5 @@ class it extends z {
248
251
  }
249
252
  }
250
253
  export {
251
- it as Controller
254
+ rt as Controller
252
255
  };
@@ -6,6 +6,9 @@ import "three";
6
6
  import "hammerjs";
7
7
  import "three/examples/jsm/renderers/CSS3DRenderer";
8
8
  import "@realsee/five/line";
9
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
10
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
11
+ import "../vendor/three/build/three.module.js";
9
12
  import "../shared-utils/tag.js";
10
13
  import "../shared-utils/positionToVector3.js";
11
14
  import "../shared-utils/five/vector3ToScreen.js";
@@ -15,7 +18,7 @@ import "../shared-utils/Utils/BaseUtil.js";
15
18
  import "../shared-utils/Utils/WorkUtil.js";
16
19
  import "../shared-utils/five/transformPosition.js";
17
20
  import "../shared-utils/three/temp.js";
18
- import "../shared-utils/three/THREESphere.js";
21
+ import "../shared-utils/three/core/Sphere.js";
19
22
  import "animejs";
20
23
  import "../shared-utils/url/absoluteUrl.js";
21
24
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -28,7 +31,7 @@ import "./utils/getFiveDomEvent.js";
28
31
  import "../shared-utils/five/FiveDomEvents.js";
29
32
  import "../shared-utils/three/getObjectVisible.js";
30
33
  import "../shared-utils/five/calculateThreeMouse.js";
31
- import "../shared-utils/three/THREERaycaster.js";
34
+ import "../shared-utils/three/core/Raycaster.js";
32
35
  import "../Sculpt/Meshes/Prism.js";
33
36
  import "../shared-utils/three/IObject3D.js";
34
37
  import "../Sculpt/Meshes/Line.js";
@@ -60,7 +63,7 @@ import "../components/AreaLabel/LabelItem.js";
60
63
  import "../components/AreaLabel/Assets/roomLabelBg.js";
61
64
  import "./item/prismItem.js";
62
65
  import "../shared-utils/five/fiveModelLoad.js";
63
- const ao = (...o) => new r(...o);
66
+ const go = (...o) => new r(...o);
64
67
  export {
65
- ao as ModelMakerPlugin
68
+ go as ModelMakerPlugin
66
69
  };
@@ -15,11 +15,11 @@ import "../../shared-utils/Utils/BaseUtil.js";
15
15
  import "../../shared-utils/Utils/WorkUtil.js";
16
16
  import "../../shared-utils/five/transformPosition.js";
17
17
  import "../../shared-utils/three/temp.js";
18
- import "../../shared-utils/three/THREESphere.js";
18
+ import "../../shared-utils/three/core/Sphere.js";
19
19
  import "../../shared-utils/five/FiveDomEvents.js";
20
20
  import "../../shared-utils/three/getObjectVisible.js";
21
21
  import "../../shared-utils/five/calculateThreeMouse.js";
22
- import "../../shared-utils/three/THREERaycaster.js";
22
+ import "../../shared-utils/three/core/Raycaster.js";
23
23
  class H extends a {
24
24
  constructor(t) {
25
25
  var s, r;
@@ -13,12 +13,12 @@ import "../../shared-utils/Utils/WorkUtil.js";
13
13
  import "../../shared-utils/five/transformPosition.js";
14
14
  import "../../shared-utils/three/temp.js";
15
15
  import "../../shared-utils/three/boundingBox.js";
16
- import "../../shared-utils/three/THREESphere.js";
16
+ import "../../shared-utils/three/core/Sphere.js";
17
17
  import "../utils/getFiveDomEvent.js";
18
18
  import "../../shared-utils/five/FiveDomEvents.js";
19
19
  import "../../shared-utils/three/getObjectVisible.js";
20
20
  import "../../shared-utils/five/calculateThreeMouse.js";
21
- import "../../shared-utils/three/THREERaycaster.js";
21
+ import "../../shared-utils/three/core/Raycaster.js";
22
22
  class h extends r {
23
23
  constructor(...o) {
24
24
  super(...o);
@@ -15,12 +15,12 @@ import "../../shared-utils/Utils/WorkUtil.js";
15
15
  import "../../shared-utils/five/transformPosition.js";
16
16
  import "../../shared-utils/three/temp.js";
17
17
  import "../../shared-utils/three/boundingBox.js";
18
- import "../../shared-utils/three/THREESphere.js";
18
+ import "../../shared-utils/three/core/Sphere.js";
19
19
  import "../utils/getFiveDomEvent.js";
20
20
  import "../../shared-utils/five/FiveDomEvents.js";
21
21
  import "../../shared-utils/three/getObjectVisible.js";
22
22
  import "../../shared-utils/five/calculateThreeMouse.js";
23
- import "../../shared-utils/three/THREERaycaster.js";
23
+ import "../../shared-utils/three/core/Raycaster.js";
24
24
  class B extends h {
25
25
  constructor(...i) {
26
26
  super(...i);
@@ -13,7 +13,7 @@ var i = (t, o, r) => o in t ? c(t, o, { enumerable: !0, configurable: !0, writab
13
13
  import { boundingBox as M, boxVertex as n } from "../../shared-utils/three/boundingBox.js";
14
14
  import { ModelMakerBaseItem as f } from "./baseItem.js";
15
15
  import * as u from "three";
16
- import "../../shared-utils/three/THREESphere.js";
16
+ import "../../shared-utils/three/core/Sphere.js";
17
17
  import "../../shared-utils/three/addIfNotExists.js";
18
18
  import "../../shared-utils/Subscribe.js";
19
19
  import "../../shared-utils/tag.js";
@@ -29,7 +29,7 @@ import "../utils/getFiveDomEvent.js";
29
29
  import "../../shared-utils/five/FiveDomEvents.js";
30
30
  import "../../shared-utils/three/getObjectVisible.js";
31
31
  import "../../shared-utils/five/calculateThreeMouse.js";
32
- import "../../shared-utils/three/THREERaycaster.js";
32
+ import "../../shared-utils/three/core/Raycaster.js";
33
33
  class F extends f {
34
34
  constructor(...o) {
35
35
  const r = o[0], m = M(r.model), a = new u.Vector3().lerpVectors(n(m, 0), n(m, 5), 0.5);
@@ -3,7 +3,7 @@ import "../../shared-utils/three/getObjectVisible.js";
3
3
  import "../../shared-utils/five/calculateThreeMouse.js";
4
4
  import "three";
5
5
  import "../../shared-utils/five/getFiveModel.js";
6
- import "../../shared-utils/three/THREERaycaster.js";
6
+ import "../../shared-utils/three/core/Raycaster.js";
7
7
  let t;
8
8
  const v = (e) => ((!t || e !== t.five) && (t = {
9
9
  instance: new n(e, { noEmitWhenHide: !0, noEmitWhenNotInScene: !0 }),
@@ -34,6 +34,9 @@ import "../shared-utils/three/centerPoint.js";
34
34
  import "../shared-utils/three/getObjectVisible.js";
35
35
  import "hammerjs";
36
36
  import "@realsee/five/line";
37
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
38
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
39
+ import "../vendor/three/build/three.module.js";
37
40
  import "../shared-utils/tag.js";
38
41
  import "../shared-utils/five/vector3ToScreen.js";
39
42
  import "../shared-utils/five/getFiveModel.js";
@@ -42,7 +45,7 @@ import "../shared-utils/Utils/BaseUtil.js";
42
45
  import "../shared-utils/Utils/WorkUtil.js";
43
46
  import "../shared-utils/five/transformPosition.js";
44
47
  import "../shared-utils/three/temp.js";
45
- import "../shared-utils/three/THREESphere.js";
48
+ import "../shared-utils/three/core/Sphere.js";
46
49
  import "animejs";
47
50
  import "../shared-utils/isNil.js";
48
51
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -53,7 +56,7 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
53
56
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
54
57
  import "../shared-utils/url/absoluteUrl.js";
55
58
  import "../shared-utils/five/fiveModelLoad.js";
56
- const ge = (s, { videoElement: g }) => {
59
+ const Ee = (s, { videoElement: g }) => {
57
60
  const e = {
58
61
  videoMeshes: [],
59
62
  videoTextureEnabled: !1,
@@ -196,6 +199,6 @@ const ge = (s, { videoElement: g }) => {
196
199
  }), { enable: h, disable: m, load: L, dispose: V, state: e, css3DRenderPlugin: f };
197
200
  };
198
201
  export {
199
- ge as ModelTVVideoPlugin,
200
- ge as default
202
+ Ee as ModelTVVideoPlugin,
203
+ Ee as default
201
204
  };
@@ -1,5 +1,5 @@
1
1
  import { ModelTVVideoPlugin as r } from "./Plugin.js";
2
- import { DIRECTION as J } from "./typings.js";
2
+ import { DIRECTION as Q } from "./typings.js";
3
3
  import "three";
4
4
  import "./utils/parseData.js";
5
5
  import "../CSS3DRenderPlugin/index.js";
@@ -18,6 +18,9 @@ import "../shared-utils/three/centerPoint.js";
18
18
  import "../shared-utils/three/getObjectVisible.js";
19
19
  import "hammerjs";
20
20
  import "@realsee/five/line";
21
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
22
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
23
+ import "../vendor/three/build/three.module.js";
21
24
  import "../shared-utils/tag.js";
22
25
  import "../shared-utils/five/vector3ToScreen.js";
23
26
  import "../shared-utils/five/getFiveModel.js";
@@ -26,7 +29,7 @@ import "../shared-utils/Utils/BaseUtil.js";
26
29
  import "../shared-utils/Utils/WorkUtil.js";
27
30
  import "../shared-utils/five/transformPosition.js";
28
31
  import "../shared-utils/three/temp.js";
29
- import "../shared-utils/three/THREESphere.js";
32
+ import "../shared-utils/three/core/Sphere.js";
30
33
  import "animejs";
31
34
  import "../shared-utils/isNil.js";
32
35
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -39,7 +42,7 @@ import "../shared-utils/url/absoluteUrl.js";
39
42
  import "../shared-utils/five/fiveModelLoad.js";
40
43
  import "../PanoTagPlugin/Assets/Icon.js";
41
44
  export {
42
- J as DIRECTION,
45
+ Q as DIRECTION,
43
46
  r as ModelTVVideoPlugin,
44
47
  r as default
45
48
  };
@@ -28,7 +28,7 @@ var g = (l, o, e) => new Promise((t, r) => {
28
28
  });
29
29
  import { Controller as L } from "../base/BasePlugin.js";
30
30
  import "three";
31
- import "../shared-utils/three/THREESphere.js";
31
+ import "../shared-utils/three/core/Sphere.js";
32
32
  import { MoveHelper as _ } from "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
33
33
  import { RotateHelper as $ } from "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
34
34
  import { CSS3DScaleHelper as F } from "../shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
@@ -48,6 +48,9 @@ import { Subscribe as R } from "../shared-utils/Subscribe.js";
48
48
  import "hammerjs";
49
49
  import "three/examples/jsm/renderers/CSS3DRenderer";
50
50
  import "@realsee/five/line";
51
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
52
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
53
+ import "../vendor/three/build/three.module.js";
51
54
  import "../shared-utils/tag.js";
52
55
  import "../shared-utils/positionToVector3.js";
53
56
  import "../shared-utils/five/vector3ToScreen.js";
@@ -100,7 +103,7 @@ const w = "Object3DHelperPlugin", D = w, X = () => {
100
103
  }, Z = () => {
101
104
  console.error(`${D} is disabled`);
102
105
  };
103
- class fr extends L {
106
+ class vr extends L {
104
107
  constructor(e) {
105
108
  super(e);
106
109
  f(this, "name", w);
@@ -272,6 +275,6 @@ class fr extends L {
272
275
  }
273
276
  }
274
277
  export {
275
- fr as Object3DHelperController,
278
+ vr as Object3DHelperController,
276
279
  D as PLUGIN
277
280
  };
@@ -1,11 +1,14 @@
1
1
  import { Object3DHelperController as o } from "./Controller.js";
2
- import { PLUGIN as Or } from "./Controller.js";
2
+ import { PLUGIN as gr } from "./Controller.js";
3
3
  import "../base/BasePlugin.js";
4
4
  import "../shared-utils/Subscribe.js";
5
5
  import "three";
6
6
  import "hammerjs";
7
7
  import "three/examples/jsm/renderers/CSS3DRenderer";
8
8
  import "@realsee/five/line";
9
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
10
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
11
+ import "../vendor/three/build/three.module.js";
9
12
  import "../shared-utils/tag.js";
10
13
  import "../shared-utils/positionToVector3.js";
11
14
  import "../shared-utils/five/vector3ToScreen.js";
@@ -15,7 +18,7 @@ import "../shared-utils/Utils/BaseUtil.js";
15
18
  import "../shared-utils/Utils/WorkUtil.js";
16
19
  import "../shared-utils/five/transformPosition.js";
17
20
  import "../shared-utils/three/temp.js";
18
- import "../shared-utils/three/THREESphere.js";
21
+ import "../shared-utils/three/core/Sphere.js";
19
22
  import "animejs";
20
23
  import "../shared-utils/url/absoluteUrl.js";
21
24
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -67,10 +70,10 @@ import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
67
70
  import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
68
71
  import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
69
72
  import "../shared-utils/five/fiveModelLoad.js";
70
- const xr = (r) => new o(r);
73
+ const Or = (r) => new o(r);
71
74
  export {
72
75
  o as Object3DHelperController,
73
- xr as Object3DHelperPlugin,
74
- Or as PLUGIN,
75
- xr as default
76
+ Or as Object3DHelperPlugin,
77
+ gr as PLUGIN,
78
+ Or as default
76
79
  };
@@ -38,6 +38,9 @@ import "../shared-utils/Subscribe.js";
38
38
  import "hammerjs";
39
39
  import "three/examples/jsm/renderers/CSS3DRenderer";
40
40
  import "@realsee/five/line";
41
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
42
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
43
+ import "../vendor/three/build/three.module.js";
41
44
  import "../shared-utils/tag.js";
42
45
  import "../shared-utils/positionToVector3.js";
43
46
  import "../shared-utils/five/vector3ToScreen.js";
@@ -47,7 +50,7 @@ import "../shared-utils/Utils/BaseUtil.js";
47
50
  import "../shared-utils/Utils/WorkUtil.js";
48
51
  import "../shared-utils/five/transformPosition.js";
49
52
  import "../shared-utils/three/temp.js";
50
- import "../shared-utils/three/THREESphere.js";
53
+ import "../shared-utils/three/core/Sphere.js";
51
54
  import "animejs";
52
55
  import "../shared-utils/url/absoluteUrl.js";
53
56
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -71,7 +74,7 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
71
74
  import "../shared-utils/five/fiveModelLoad.js";
72
75
  import "../shared-utils/animationFrame/index.js";
73
76
  const g = { userAction: !0 };
74
- class be extends A {
77
+ class Pe extends A {
75
78
  constructor(e, t) {
76
79
  super(e, t);
77
80
  /**
@@ -326,5 +329,5 @@ class be extends A {
326
329
  }
327
330
  }
328
331
  export {
329
- be as PanoCompassController
332
+ Pe as PanoCompassController
330
333
  };
@@ -7,6 +7,9 @@ import "../shared-utils/Subscribe.js";
7
7
  import "hammerjs";
8
8
  import "three/examples/jsm/renderers/CSS3DRenderer";
9
9
  import "@realsee/five/line";
10
+ import "../vendor/three/examples/jsm/lines/LineGeometry.js";
11
+ import "../vendor/three/examples/jsm/lines/LineSegmentsGeometry.js";
12
+ import "../vendor/three/build/three.module.js";
10
13
  import "../shared-utils/tag.js";
11
14
  import "../shared-utils/positionToVector3.js";
12
15
  import "../shared-utils/five/vector3ToScreen.js";
@@ -16,7 +19,7 @@ import "../shared-utils/Utils/BaseUtil.js";
16
19
  import "../shared-utils/Utils/WorkUtil.js";
17
20
  import "../shared-utils/five/transformPosition.js";
18
21
  import "../shared-utils/three/temp.js";
19
- import "../shared-utils/three/THREESphere.js";
22
+ import "../shared-utils/three/core/Sphere.js";
20
23
  import "animejs";
21
24
  import "../shared-utils/url/absoluteUrl.js";
22
25
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
@@ -43,8 +46,8 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
43
46
  import "../shared-utils/five/fiveModelLoad.js";
44
47
  import "../shared-utils/animationFrame/BetterTween.js";
45
48
  import "../shared-utils/animationFrame/index.js";
46
- const W = (o, r) => new t(o, r);
49
+ const Z = (o, r) => new t(o, r);
47
50
  export {
48
- W as PanoCompassPlugin,
49
- W as default
51
+ Z as PanoCompassPlugin,
52
+ Z as default
50
53
  };