@realsee/dnalogel 3.42.0 → 3.44.0
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 -1
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +4 -2
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +2 -1
- package/dist/CSS3DRenderPlugin/utils/three/CSS3DSprite.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +6 -1
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +1 -1
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +2 -0
- package/dist/Sculpt/Meshes/Line.d.ts +19 -1
- package/dist/Sculpt/utils/color.d.ts +1 -1
- package/dist/index.cjs.js +102 -68
- package/dist/index.js +7597 -7330
- package/dist/index.umd.js +103 -69
- package/dist/shared-utils/five/getPosition.d.ts +12 -4
- package/dist/shared-utils/five/initialCSS3DRender.d.ts +2 -0
- package/dist/shared-utils/math/deg2Rad.d.ts +1 -1
- package/dist/shared-utils/math/rad2Deg.d.ts +1 -1
- package/dist/shared-utils/positionToVector3.d.ts +6 -6
- package/{libs/shared-utils/three/PointSelector.d.ts → dist/shared-utils/three/PointSelector/index.d.ts} +23 -7
- package/dist/shared-utils/three/{PointHelper.d.ts → PointSelector/utils/PointHelper.d.ts} +11 -3
- package/dist/shared-utils/three/PointSelector/utils/PointHelper2.d.ts +30 -0
- package/dist/shared-utils/three/{PointSelectorHelper.d.ts → PointSelector/utils/PointSelectorHelper.d.ts} +9 -10
- package/dist/shared-utils/three/PointSelector/utils/typing.d.ts +8 -0
- package/dist/shared-utils/three/index.d.ts +2 -3
- package/libs/AreaMakerPlugin/Controller.js +5 -18
- package/libs/AreaMakerPlugin/index.js +4 -17
- package/libs/AreaMakerPlugin/utils/Item.js +13 -26
- package/libs/CSS3DRenderPlugin/Controller.js +9 -6
- package/libs/CSS3DRenderPlugin/index.js +12 -9
- package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +6 -6
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.d.ts +4 -2
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +73 -56
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +11 -4
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +2 -1
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +14 -14
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DSprite.d.ts +4 -0
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DSprite.js +13 -0
- package/libs/CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js +85 -0
- package/libs/CruisePlugin/BaseController.js +20 -33
- package/libs/CruisePlugin/Move.js +25 -23
- package/libs/CruisePlugin/Work.js +10 -8
- package/libs/CruisePlugin/index.js +23 -21
- package/libs/CurrentPanoImagePlugin/Controller.js +30 -43
- package/libs/CurrentPanoImagePlugin/index.js +5 -18
- package/libs/GuideLinePlugin/Controller.js +15 -13
- package/libs/GuideLinePlugin/GuideLineItem.js +19 -17
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +4 -5
- package/libs/GuideLinePlugin/GuideLineModeItem.js +21 -19
- package/libs/GuideLinePlugin/index.js +23 -21
- package/libs/ModelMakerPlugin/Controller.js +19 -30
- package/libs/ModelMakerPlugin/index.js +11 -22
- package/libs/ModelTVVideoPlugin/Plugin.js +13 -10
- package/libs/ModelTVVideoPlugin/index.js +12 -9
- package/libs/Object3DHelperPlugin/Controller.js +7 -5
- package/libs/Object3DHelperPlugin/index.js +23 -21
- package/libs/PanoCompassPlugin/Controller.js +18 -15
- package/libs/PanoCompassPlugin/index.js +21 -18
- package/libs/PanoDoorLabelPlugin/BaseController.js +24 -37
- package/libs/PanoDoorLabelPlugin/Controller.js +56 -69
- package/libs/PanoDoorLabelPlugin/index.js +5 -18
- package/libs/PanoMeasurePlugin/Components/Controller0.js +40 -47
- package/libs/PanoMeasurePlugin/Components/Controller1.js +72 -79
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +6 -1
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -39
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +1 -1
- package/libs/PanoMeasurePlugin/Controller/EditController.js +177 -153
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -1
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +60 -74
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Controller/index.js +59 -60
- package/libs/PanoMeasurePlugin/Model/area.js +30 -44
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +3 -16
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +42 -49
- package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -1
- package/libs/PanoMeasurePlugin/index.js +35 -40
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +23 -36
- package/libs/PanoSpatialTagPlugin/Plugin.js +41 -38
- package/libs/PanoSpatialTagPlugin/index.js +10 -7
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +80 -93
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +55 -69
- package/libs/PanoTagPlugin/Components/Tag/index.js +135 -145
- package/libs/PanoTagPlugin/Components/TagContainer.js +42 -52
- package/libs/PanoTagPlugin/Components/TagItem.js +74 -84
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +87 -88
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +29 -39
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +11 -21
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +18 -28
- package/libs/PanoTagPlugin/controller/TagRender.js +18 -16
- package/libs/PanoTagPlugin/controller/TagUtil.js +12 -9
- package/libs/PanoTagPlugin/controller/index.js +27 -25
- package/libs/PanoTagPlugin/index.js +28 -26
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +43 -57
- package/libs/PanoVideoPlugin/Controller.js +52 -65
- package/libs/PanoVideoPlugin/VideoMeshController.js +11 -25
- package/libs/PanoVideoPlugin/index.js +8 -21
- package/libs/PipelinePlugin/Controller.js +44 -57
- package/libs/PipelinePlugin/index.js +5 -18
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +20 -34
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +16 -30
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +39 -53
- package/libs/Sculpt/Meshes/Box.js +3 -3
- package/libs/Sculpt/Meshes/Cylinder.js +14 -14
- package/libs/Sculpt/Meshes/Line.d.ts +19 -1
- package/libs/Sculpt/Meshes/Line.js +40 -41
- package/libs/Sculpt/Meshes/LineWithDots.js +5 -6
- package/libs/Sculpt/Meshes/Point.js +3 -3
- package/libs/Sculpt/Meshes/Polyline.js +3 -3
- package/libs/Sculpt/Meshes/Prism.js +11 -12
- package/libs/Sculpt/Meshes/Rectangle.js +3 -3
- package/libs/Sculpt/Objects/Point/Editor.js +10 -10
- package/libs/Sculpt/Objects/Polygon/Editor.js +6 -6
- package/libs/Sculpt/Objects/Polyline/Editor.js +4 -4
- package/libs/Sculpt/index.js +3 -3
- package/libs/Sculpt/utils/Modules/Global.js +1 -1
- package/libs/Sculpt/utils/color.d.ts +1 -1
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -3
- package/libs/base/BasePlugin.js +4 -4
- package/libs/floorplan/Components/Compass.js +29 -31
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +9 -22
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +6 -19
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +5 -18
- package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -18
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +48 -61
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -18
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +28 -41
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -18
- package/libs/floorplan/index.js +3 -3
- package/libs/index.js +140 -137
- package/libs/shared-utils/five/getPosition.d.ts +12 -4
- package/libs/shared-utils/five/getPosition.js +23 -23
- package/libs/shared-utils/five/index.js +2 -2
- package/libs/shared-utils/five/initialCSS3DRender.d.ts +2 -0
- package/libs/shared-utils/five/initialCSS3DRender.js +17 -0
- package/libs/shared-utils/five/lookObject.js +3 -3
- package/libs/shared-utils/index.js +38 -40
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/math/deg2Rad.d.ts +1 -1
- package/libs/shared-utils/math/rad2Deg.d.ts +1 -1
- package/libs/shared-utils/positionToVector3.d.ts +6 -6
- package/{dist/shared-utils/three/PointSelector.d.ts → libs/shared-utils/three/PointSelector/index.d.ts} +23 -7
- package/libs/shared-utils/three/{PointSelector.js → PointSelector/index.js} +54 -45
- package/libs/shared-utils/three/{PointHelper.d.ts → PointSelector/utils/PointHelper.d.ts} +11 -3
- package/libs/shared-utils/three/PointSelector/utils/PointHelper.js +95 -0
- package/libs/shared-utils/three/PointSelector/utils/PointHelper2.d.ts +30 -0
- package/libs/shared-utils/three/PointSelector/utils/PointHelper2.js +153 -0
- package/libs/shared-utils/three/{PointSelectorHelper.d.ts → PointSelector/utils/PointSelectorHelper.d.ts} +9 -10
- package/libs/shared-utils/three/PointSelector/utils/PointSelectorHelper.js +60 -0
- package/libs/{PanoMeasurePlugin/Modules/rangePiece → shared-utils/three/PointSelector/utils}/html.js +3 -4
- package/libs/shared-utils/three/PointSelector/utils/typing.d.ts +8 -0
- package/libs/shared-utils/three/index.d.ts +2 -3
- package/libs/shared-utils/three/index.js +3 -3
- package/package.json +3 -3
- package/dist/shared-utils/three/PointDomHelper.d.ts +0 -18
- package/libs/shared-utils/three/PointDomHelper.d.ts +0 -18
- package/libs/shared-utils/three/PointDomHelper.js +0 -62
- package/libs/shared-utils/three/PointHelper.js +0 -73
- package/libs/shared-utils/three/PointSelectorHelper.js +0 -52
- /package/dist/{PanoMeasurePlugin/Modules/rangePiece → shared-utils/three/PointSelector/utils}/html.d.ts +0 -0
- /package/libs/{PanoMeasurePlugin/Modules/rangePiece → shared-utils/three/PointSelector/utils}/html.d.ts +0 -0
|
@@ -1,27 +1,13 @@
|
|
|
1
1
|
import t from "./Controller.js";
|
|
2
|
-
import { GuideLineItem$1 as
|
|
3
|
-
import { GuideLineModeItem$1 as
|
|
2
|
+
import { GuideLineItem$1 as Dt } from "./GuideLineItem/index.js";
|
|
3
|
+
import { GuideLineModeItem$1 as Ft } from "./GuideLineModeItem/index.js";
|
|
4
4
|
import "../base/BasePluginWithData.js";
|
|
5
5
|
import "../base/BasePlugin.js";
|
|
6
6
|
import "../shared-utils/Subscribe.js";
|
|
7
7
|
import "three";
|
|
8
8
|
import "hammerjs";
|
|
9
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
10
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
11
|
-
import "../shared-utils/positionToVector3.js";
|
|
12
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
13
9
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
14
|
-
import "
|
|
15
|
-
import "../shared-utils/util.js";
|
|
16
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
17
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
18
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
19
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
20
|
-
import "../shared-utils/three/centerPoint.js";
|
|
21
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
22
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
23
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
24
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
10
|
+
import "@realsee/five/line";
|
|
25
11
|
import "../shared-utils/three/THREESphere.js";
|
|
26
12
|
import "animejs";
|
|
27
13
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -30,6 +16,7 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
30
16
|
import "../shared-utils/five/transformPosition.js";
|
|
31
17
|
import "../shared-utils/five/getFiveModel.js";
|
|
32
18
|
import "../shared-utils/url/absoluteUrl.js";
|
|
19
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
33
20
|
import "../shared-utils/equal.js";
|
|
34
21
|
import "../shared-utils/isTruelyObject.js";
|
|
35
22
|
import "../CruisePlugin/Work.js";
|
|
@@ -57,11 +44,13 @@ import "../vendor/gl-vec2/dot.js";
|
|
|
57
44
|
import "../shared-utils/math/intersecting.js";
|
|
58
45
|
import "../shared-utils/five/mode.js";
|
|
59
46
|
import "../shared-utils/three/blink.js";
|
|
47
|
+
import "../shared-utils/util.js";
|
|
60
48
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
61
49
|
import "../shared-utils/animationFrame/index.js";
|
|
62
50
|
import "../shared-utils/three/loadTexture.js";
|
|
63
51
|
import "../PanoTagPlugin/controller/index.js";
|
|
64
52
|
import "../PanoTagPlugin/utils/addDebugPoints.js";
|
|
53
|
+
import "../shared-utils/positionToVector3.js";
|
|
65
54
|
import "../PanoTagPlugin/utils/tag/tagCheck.js";
|
|
66
55
|
import "../PanoTagPlugin/utils/debounce.js";
|
|
67
56
|
import "../PanoTagPlugin/utils/throttle.js";
|
|
@@ -143,6 +132,7 @@ import "../shared-utils/three/GLTFLoader.js";
|
|
|
143
132
|
import "@realsee/five/gltf-loader";
|
|
144
133
|
import "../PanoTagPlugin/utils/planeNormal.js";
|
|
145
134
|
import "../PanoTagPlugin/utils/model/mediaPlane.js";
|
|
135
|
+
import "../shared-utils/three/centerPoint.js";
|
|
146
136
|
import "../shared-utils/three/Quadrangle.js";
|
|
147
137
|
import "../shared-utils/math/pointsIsRectangle.js";
|
|
148
138
|
import "../shared-utils/three/loadVideoTexture.js";
|
|
@@ -169,6 +159,18 @@ import "../PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
|
169
159
|
import "../vendor/svelte/store/index.js";
|
|
170
160
|
import "../CSS3DRenderPlugin/index.js";
|
|
171
161
|
import "../CSS3DRenderPlugin/Controller.js";
|
|
162
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
163
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
164
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
165
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
166
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
167
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
168
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
169
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
170
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
171
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
172
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
173
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
172
174
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
173
175
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
174
176
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
@@ -187,10 +189,10 @@ import "../shared-utils/five/changeMode.js";
|
|
|
187
189
|
import "../shared-utils/nearlyEqual.js";
|
|
188
190
|
import "../CruisePlugin/Move.js";
|
|
189
191
|
import "../CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
190
|
-
const r = (i, o) => new t(i, o),
|
|
192
|
+
const r = (i, o) => new t(i, o), zt = r;
|
|
191
193
|
export {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
+
Dt as GuideLineItem,
|
|
195
|
+
Ft as GuideLineModeItem,
|
|
194
196
|
r as GuideLinePlugin,
|
|
195
|
-
|
|
197
|
+
zt as default
|
|
196
198
|
};
|
|
@@ -33,17 +33,17 @@ import { PrismMesh as A } from "../Sculpt/Meshes/Prism.js";
|
|
|
33
33
|
import { anyPositionToVector3 as O } from "../shared-utils/positionToVector3.js";
|
|
34
34
|
import { PolygonWithEdgeMesh as Q } from "../Sculpt/Meshes/PolygonWithEdge.js";
|
|
35
35
|
import "hammerjs";
|
|
36
|
-
import "
|
|
37
|
-
import "
|
|
38
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
39
|
-
import { waitFiveModelLoaded as q } from "../shared-utils/five/fiveModelLoad.js";
|
|
36
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
37
|
+
import "@realsee/five/line";
|
|
40
38
|
import { boxVertex as g } from "../shared-utils/three/boundingBox.js";
|
|
41
39
|
import "animejs";
|
|
42
40
|
import { notNil as I } from "../shared-utils/isNil.js";
|
|
43
|
-
import
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
41
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
42
|
+
import { tagRendererMap as q } from "./utils/tagRenderer.js";
|
|
43
|
+
import { ModelMakerPrismItem as G } from "./item/prismItem.js";
|
|
44
|
+
import { ModelMakerPolygonItem as U } from "./item/polygonItem.js";
|
|
45
|
+
import { getFiveDomEvent as Y } from "./utils/getFiveDomEvent.js";
|
|
46
|
+
import { waitFiveModelLoaded as $ } from "../shared-utils/five/fiveModelLoad.js";
|
|
47
47
|
import "../base/BasePlugin.js";
|
|
48
48
|
import "../shared-utils/Subscribe.js";
|
|
49
49
|
import "../shared-utils/three/THREESphere.js";
|
|
@@ -54,34 +54,22 @@ import "../shared-utils/five/transformPosition.js";
|
|
|
54
54
|
import "../shared-utils/five/getFiveModel.js";
|
|
55
55
|
import "../shared-utils/url/absoluteUrl.js";
|
|
56
56
|
import "../shared-utils/three/IObject3D.js";
|
|
57
|
+
import "../Sculpt/Meshes/Line.js";
|
|
58
|
+
import "../Sculpt/utils/color.js";
|
|
59
|
+
import "../shared-utils/five/FiveLine.js";
|
|
57
60
|
import "../Sculpt/Meshes/Polygon.js";
|
|
58
61
|
import "../shared-utils/three/generatePolygonGeometry.js";
|
|
59
62
|
import "../shared-utils/three/earcut3D.js";
|
|
60
63
|
import "earcut";
|
|
61
64
|
import "../shared-utils/three/getNormal.js";
|
|
62
|
-
import "../Sculpt/utils/color.js";
|
|
63
65
|
import "../Sculpt/utils/three/ColoredMesh.js";
|
|
64
66
|
import "../shared-utils/three/geometryUtil.js";
|
|
65
67
|
import "../shared-utils/three/centerPoint.js";
|
|
66
|
-
import "../Sculpt/Meshes/Line.js";
|
|
67
|
-
import "../shared-utils/five/FiveLine.js";
|
|
68
|
-
import "@realsee/five/line";
|
|
69
68
|
import "../shared-utils/three/THREERaycaster.js";
|
|
70
69
|
import "../Sculpt/Meshes/Polyline.js";
|
|
71
70
|
import "../Sculpt/Meshes/LineWithDots.js";
|
|
72
71
|
import "../Sculpt/Meshes/Point.js";
|
|
73
72
|
import "../shared-utils/three/closeVectors.js";
|
|
74
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
75
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
76
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
77
|
-
import "../shared-utils/util.js";
|
|
78
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
79
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
80
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
81
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
82
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
83
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
84
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
85
73
|
import "./utils/Text.js";
|
|
86
74
|
import "../vendor/svelte/internal/index.js";
|
|
87
75
|
import "../components/AreaLabel/LabelItem.js";
|
|
@@ -91,8 +79,9 @@ import "../shared-utils/three/addIfNotExists.js";
|
|
|
91
79
|
import "../shared-utils/tag.js";
|
|
92
80
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
93
81
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
82
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
94
83
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
95
|
-
class
|
|
84
|
+
class Ne extends z {
|
|
96
85
|
constructor(e, t) {
|
|
97
86
|
var r, p;
|
|
98
87
|
super(e);
|
|
@@ -122,11 +111,11 @@ class at extends z {
|
|
|
122
111
|
n(this, "updateTagRenderer", () => {
|
|
123
112
|
this.items.forEach((e) => {
|
|
124
113
|
var r;
|
|
125
|
-
const t = (r = this.tagRendererMap[e.type]) != null ? r :
|
|
114
|
+
const t = (r = this.tagRendererMap[e.type]) != null ? r : q[e.type];
|
|
126
115
|
t && e.__renderer !== t && (e.__renderer = t, typeof e.__disposeRenderer == "function" && e.__disposeRenderer(), e.tag.container.innerHTML = "", e.__disposeRenderer = t(e.tag.container, e));
|
|
127
116
|
});
|
|
128
117
|
});
|
|
129
|
-
this.group.name = "ModelMakerPluginGroup", this.state = { enabled: !0, visible: !0 }, this.occlusionVisibility = (r = t == null ? void 0 : t.occlusionVisibility) != null ? r : !1, this.occlusionMode = (p = t == null ? void 0 : t.occlusionMode) != null ? p : "translucence", this.fiveDomEvents =
|
|
118
|
+
this.group.name = "ModelMakerPluginGroup", this.state = { enabled: !0, visible: !0 }, this.occlusionVisibility = (r = t == null ? void 0 : t.occlusionVisibility) != null ? r : !1, this.occlusionMode = (p = t == null ? void 0 : t.occlusionMode) != null ? p : "translucence", this.fiveDomEvents = Y(e), this.tagWrapper = (() => {
|
|
130
119
|
var i;
|
|
131
120
|
const a = document.createElement("div");
|
|
132
121
|
return a.style.position = "absolute", a.style.top = "0", a.style.left = "0", a.style.width = "100%", a.style.height = "100%", a.style.pointerEvents = "none", a.style.zIndex = `${(i = t == null ? void 0 : t.tagContainerZIndex) != null ? i : ""}`, a;
|
|
@@ -135,7 +124,7 @@ class at extends z {
|
|
|
135
124
|
load(e) {
|
|
136
125
|
return F(this, null, function* () {
|
|
137
126
|
var a;
|
|
138
|
-
if (this.clear(), this.data = e, yield
|
|
127
|
+
if (this.clear(), this.data = e, yield $(this.five), this.data !== e)
|
|
139
128
|
return;
|
|
140
129
|
this.clear();
|
|
141
130
|
const t = typeof this.occlusionVisibility == "boolean" ? this.occlusionVisibility : !1, r = this.occlusionMode, p = 1.6;
|
|
@@ -151,7 +140,7 @@ class at extends z {
|
|
|
151
140
|
occlusionVisibility: t,
|
|
152
141
|
occlusionMode: r
|
|
153
142
|
}), this.fiveDomEvents.addEventListener(s, "hover", () => s.highlight()), this.fiveDomEvents.addEventListener(s, "unHover", () => s.unhighlight());
|
|
154
|
-
const d = new
|
|
143
|
+
const d = new U({
|
|
155
144
|
five: this.five,
|
|
156
145
|
tagWrapper: this.tagWrapper,
|
|
157
146
|
model: s,
|
|
@@ -177,7 +166,7 @@ class at extends z {
|
|
|
177
166
|
occlusionVisibility: t,
|
|
178
167
|
occlusionMode: r
|
|
179
168
|
});
|
|
180
|
-
const f = new
|
|
169
|
+
const f = new G({
|
|
181
170
|
five: this.five,
|
|
182
171
|
tagWrapper: this.tagWrapper,
|
|
183
172
|
model: s,
|
|
@@ -253,5 +242,5 @@ class at extends z {
|
|
|
253
242
|
}
|
|
254
243
|
}
|
|
255
244
|
export {
|
|
256
|
-
|
|
245
|
+
Ne as Controller
|
|
257
246
|
};
|
|
@@ -4,22 +4,8 @@ import "../base/BasePlugin.js";
|
|
|
4
4
|
import "../shared-utils/Subscribe.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import "hammerjs";
|
|
7
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
8
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
9
|
-
import "../shared-utils/positionToVector3.js";
|
|
10
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
11
7
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
12
|
-
import "
|
|
13
|
-
import "../shared-utils/util.js";
|
|
14
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
15
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
16
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
17
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
18
|
-
import "../shared-utils/three/centerPoint.js";
|
|
19
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
20
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
21
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
22
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
8
|
+
import "@realsee/five/line";
|
|
23
9
|
import "../shared-utils/three/THREESphere.js";
|
|
24
10
|
import "animejs";
|
|
25
11
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -28,44 +14,47 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
28
14
|
import "../shared-utils/five/transformPosition.js";
|
|
29
15
|
import "../shared-utils/five/getFiveModel.js";
|
|
30
16
|
import "../shared-utils/url/absoluteUrl.js";
|
|
17
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
31
18
|
import "./item/boxItem.js";
|
|
32
19
|
import "./item/polygonItem.js";
|
|
33
20
|
import "./item/baseItem.js";
|
|
34
21
|
import "../shared-utils/three/addIfNotExists.js";
|
|
35
22
|
import "../shared-utils/tag.js";
|
|
23
|
+
import "../shared-utils/positionToVector3.js";
|
|
36
24
|
import "../shared-utils/five/vector3ToScreen.js";
|
|
37
25
|
import "../shared-utils/three/boundingBox.js";
|
|
38
26
|
import "./utils/getFiveDomEvent.js";
|
|
39
27
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
28
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
40
29
|
import "../shared-utils/five/calculateThreeMouse.js";
|
|
41
30
|
import "../shared-utils/three/THREERaycaster.js";
|
|
42
31
|
import "../Sculpt/Meshes/Prism.js";
|
|
43
32
|
import "../shared-utils/three/IObject3D.js";
|
|
33
|
+
import "../Sculpt/Meshes/Line.js";
|
|
34
|
+
import "../Sculpt/utils/color.js";
|
|
35
|
+
import "../shared-utils/five/FiveLine.js";
|
|
44
36
|
import "../shared-utils/isNil.js";
|
|
45
37
|
import "../Sculpt/Meshes/Polygon.js";
|
|
46
38
|
import "../shared-utils/three/generatePolygonGeometry.js";
|
|
47
39
|
import "../shared-utils/three/earcut3D.js";
|
|
48
40
|
import "earcut";
|
|
49
41
|
import "../shared-utils/three/getNormal.js";
|
|
50
|
-
import "../Sculpt/utils/color.js";
|
|
51
42
|
import "../Sculpt/utils/three/ColoredMesh.js";
|
|
52
43
|
import "../shared-utils/three/geometryUtil.js";
|
|
53
|
-
import "../
|
|
54
|
-
import "../shared-utils/five/FiveLine.js";
|
|
55
|
-
import "@realsee/five/line";
|
|
44
|
+
import "../shared-utils/three/centerPoint.js";
|
|
56
45
|
import "../Sculpt/Meshes/PolygonWithEdge.js";
|
|
57
46
|
import "../Sculpt/Meshes/Polyline.js";
|
|
58
47
|
import "../Sculpt/Meshes/LineWithDots.js";
|
|
59
48
|
import "../Sculpt/Meshes/Point.js";
|
|
60
49
|
import "../shared-utils/three/closeVectors.js";
|
|
61
|
-
import "../shared-utils/five/fiveModelLoad.js";
|
|
62
50
|
import "./utils/tagRenderer.js";
|
|
63
51
|
import "./utils/Text.js";
|
|
64
52
|
import "../vendor/svelte/internal/index.js";
|
|
65
53
|
import "../components/AreaLabel/LabelItem.js";
|
|
66
54
|
import "../components/AreaLabel/Assets/roomLabelBg.js";
|
|
67
55
|
import "./item/prismItem.js";
|
|
68
|
-
|
|
56
|
+
import "../shared-utils/five/fiveModelLoad.js";
|
|
57
|
+
const mo = (...o) => new r(...o);
|
|
69
58
|
export {
|
|
70
|
-
|
|
59
|
+
mo as ModelMakerPlugin
|
|
71
60
|
};
|
|
@@ -23,27 +23,30 @@ import "../CSS3DRenderPlugin/Controller.js";
|
|
|
23
23
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
24
24
|
import "../shared-utils/positionToVector3.js";
|
|
25
25
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
26
|
-
import "
|
|
27
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
28
|
-
import "../shared-utils/util.js";
|
|
26
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
29
27
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
30
28
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
31
29
|
import "../shared-utils/Subscribe.js";
|
|
32
30
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
31
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
33
32
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
34
33
|
import "../shared-utils/three/centerPoint.js";
|
|
35
34
|
import "../shared-utils/three/getObjectVisible.js";
|
|
36
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
37
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
38
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
39
35
|
import "hammerjs";
|
|
40
|
-
import "
|
|
36
|
+
import "@realsee/five/line";
|
|
41
37
|
import "../shared-utils/three/THREESphere.js";
|
|
42
38
|
import "animejs";
|
|
39
|
+
import "../shared-utils/isNil.js";
|
|
40
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
41
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
42
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
43
|
+
import "../shared-utils/util.js";
|
|
44
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
45
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
43
46
|
import "../shared-utils/url/absoluteUrl.js";
|
|
44
47
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
45
48
|
import "../shared-utils/five/getFiveModel.js";
|
|
46
|
-
const
|
|
49
|
+
const pe = (s, { videoElement: g }) => {
|
|
47
50
|
const e = {
|
|
48
51
|
videoMeshes: [],
|
|
49
52
|
videoTextureEnabled: !1,
|
|
@@ -186,6 +189,6 @@ const ue = (s, { videoElement: g }) => {
|
|
|
186
189
|
}), { enable: h, disable: m, load: L, dispose: V, state: e, css3DRenderPlugin: f };
|
|
187
190
|
};
|
|
188
191
|
export {
|
|
189
|
-
|
|
190
|
-
|
|
192
|
+
pe as ModelTVVideoPlugin,
|
|
193
|
+
pe as default
|
|
191
194
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ModelTVVideoPlugin as r } from "./Plugin.js";
|
|
2
|
-
import { DIRECTION as
|
|
2
|
+
import { DIRECTION as y } from "./typings.js";
|
|
3
3
|
import "three";
|
|
4
4
|
import "./utils/parseData.js";
|
|
5
5
|
import "../CSS3DRenderPlugin/index.js";
|
|
@@ -7,29 +7,32 @@ import "../CSS3DRenderPlugin/Controller.js";
|
|
|
7
7
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
8
8
|
import "../shared-utils/positionToVector3.js";
|
|
9
9
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
10
|
-
import "
|
|
11
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
12
|
-
import "../shared-utils/util.js";
|
|
10
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
13
11
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
14
12
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
15
13
|
import "../shared-utils/Subscribe.js";
|
|
16
14
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
15
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
17
16
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
18
17
|
import "../shared-utils/three/centerPoint.js";
|
|
19
18
|
import "../shared-utils/three/getObjectVisible.js";
|
|
20
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
21
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
22
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
23
19
|
import "hammerjs";
|
|
24
|
-
import "
|
|
20
|
+
import "@realsee/five/line";
|
|
25
21
|
import "../shared-utils/three/THREESphere.js";
|
|
26
22
|
import "animejs";
|
|
23
|
+
import "../shared-utils/isNil.js";
|
|
24
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
25
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
26
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
27
|
+
import "../shared-utils/util.js";
|
|
28
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
29
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
27
30
|
import "../shared-utils/url/absoluteUrl.js";
|
|
28
31
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
29
32
|
import "../shared-utils/five/getFiveModel.js";
|
|
30
33
|
import "../PanoTagPlugin/Assets/Icon.js";
|
|
31
34
|
export {
|
|
32
|
-
|
|
35
|
+
y as DIRECTION,
|
|
33
36
|
r as ModelTVVideoPlugin,
|
|
34
37
|
r as default
|
|
35
38
|
};
|
|
@@ -46,7 +46,8 @@ import { ScaleController as Q } from "../shared-utils/Object3DHelper/Controller/
|
|
|
46
46
|
import { waitFiveModelLoaded as T } from "../shared-utils/five/fiveModelLoad.js";
|
|
47
47
|
import { Subscribe as R } from "../shared-utils/Subscribe.js";
|
|
48
48
|
import "hammerjs";
|
|
49
|
-
import "
|
|
49
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
50
|
+
import "@realsee/five/line";
|
|
50
51
|
import "animejs";
|
|
51
52
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
52
53
|
import "../shared-utils/Utils/BaseUtil.js";
|
|
@@ -54,6 +55,7 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
54
55
|
import "../shared-utils/five/transformPosition.js";
|
|
55
56
|
import "../shared-utils/five/getFiveModel.js";
|
|
56
57
|
import "../shared-utils/url/absoluteUrl.js";
|
|
58
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
57
59
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
58
60
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
59
61
|
import "../shared-utils/three/IObject3D.js";
|
|
@@ -78,8 +80,7 @@ import "../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
|
78
80
|
import "../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
79
81
|
import "../shared-utils/positionToVector3.js";
|
|
80
82
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
81
|
-
import "
|
|
82
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
83
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
83
84
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
84
85
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
85
86
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
@@ -87,6 +88,7 @@ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
|
87
88
|
import "../shared-utils/three/centerPoint.js";
|
|
88
89
|
import "../shared-utils/three/getObjectVisible.js";
|
|
89
90
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
91
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
90
92
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
91
93
|
const w = "Object3DHelperPlugin", D = w, X = () => {
|
|
92
94
|
console.error(`${D} is disposed`);
|
|
@@ -95,7 +97,7 @@ const w = "Object3DHelperPlugin", D = w, X = () => {
|
|
|
95
97
|
}, Z = () => {
|
|
96
98
|
console.error(`${D} is disabled`);
|
|
97
99
|
};
|
|
98
|
-
class
|
|
100
|
+
class mr extends L {
|
|
99
101
|
constructor(e) {
|
|
100
102
|
super(e);
|
|
101
103
|
f(this, "name", w);
|
|
@@ -267,6 +269,6 @@ class ar extends L {
|
|
|
267
269
|
}
|
|
268
270
|
}
|
|
269
271
|
export {
|
|
270
|
-
|
|
272
|
+
mr as Object3DHelperController,
|
|
271
273
|
D as PLUGIN
|
|
272
274
|
};
|
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
import { Object3DHelperController as o } from "./Controller.js";
|
|
2
|
-
import { PLUGIN as
|
|
2
|
+
import { PLUGIN as xr } 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
|
-
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
8
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
9
|
-
import "../shared-utils/positionToVector3.js";
|
|
10
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
11
7
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
12
|
-
import "
|
|
13
|
-
import "../shared-utils/util.js";
|
|
14
|
-
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
15
|
-
import "../CSS3DRenderPlugin/utils/even.js";
|
|
16
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
17
|
-
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
18
|
-
import "../shared-utils/three/centerPoint.js";
|
|
19
|
-
import "../shared-utils/three/getObjectVisible.js";
|
|
20
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
21
|
-
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
22
|
-
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
8
|
+
import "@realsee/five/line";
|
|
23
9
|
import "../shared-utils/three/THREESphere.js";
|
|
24
10
|
import "animejs";
|
|
25
11
|
import "../shared-utils/Utils/FiveUtil.js";
|
|
@@ -28,6 +14,7 @@ import "../shared-utils/Utils/WorkUtil.js";
|
|
|
28
14
|
import "../shared-utils/five/transformPosition.js";
|
|
29
15
|
import "../shared-utils/five/getFiveModel.js";
|
|
30
16
|
import "../shared-utils/url/absoluteUrl.js";
|
|
17
|
+
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
31
18
|
import "../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
32
19
|
import "../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
33
20
|
import "../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
@@ -37,6 +24,21 @@ import "../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
|
37
24
|
import "../shared-utils/Object3DHelper/utils/direction.js";
|
|
38
25
|
import "../shared-utils/Object3DHelper/Constants/color.js";
|
|
39
26
|
import "../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
27
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
28
|
+
import "../shared-utils/positionToVector3.js";
|
|
29
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
30
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
31
|
+
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
32
|
+
import "../CSS3DRenderPlugin/utils/even.js";
|
|
33
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
34
|
+
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
35
|
+
import "../shared-utils/three/centerPoint.js";
|
|
36
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
37
|
+
import "../shared-utils/isNil.js";
|
|
38
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
39
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
40
|
+
import "../shared-utils/util.js";
|
|
41
|
+
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
40
42
|
import "../shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
41
43
|
import "../shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
42
44
|
import "../shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
@@ -46,7 +48,6 @@ import "../shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
|
46
48
|
import "../shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
47
49
|
import "../shared-utils/Object3DHelper/Base/BaseController.js";
|
|
48
50
|
import "../shared-utils/threex/domevents/index.js";
|
|
49
|
-
import "../shared-utils/isNil.js";
|
|
50
51
|
import "../shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
51
52
|
import "../shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
52
53
|
import "../Sculpt/utils/three/rayOnLine.js";
|
|
@@ -58,14 +59,15 @@ import "../shared-utils/math/deg2Rad.js";
|
|
|
58
59
|
import "../shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
59
60
|
import "../shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
60
61
|
import "../shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
62
|
+
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
61
63
|
import "../shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
62
64
|
import "../shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
63
65
|
import "../shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
64
66
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
65
|
-
const
|
|
67
|
+
const jr = (r) => new o(r);
|
|
66
68
|
export {
|
|
67
69
|
o as Object3DHelperController,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
jr as Object3DHelperPlugin,
|
|
71
|
+
xr as PLUGIN,
|
|
72
|
+
jr as default
|
|
71
73
|
};
|
|
@@ -36,36 +36,39 @@ import { tweenProgress as D } from "../shared-utils/animationFrame/BetterTween.j
|
|
|
36
36
|
import "../base/BasePlugin.js";
|
|
37
37
|
import "../shared-utils/Subscribe.js";
|
|
38
38
|
import "hammerjs";
|
|
39
|
+
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
40
|
+
import "@realsee/five/line";
|
|
41
|
+
import "../shared-utils/three/THREESphere.js";
|
|
42
|
+
import "animejs";
|
|
43
|
+
import "../shared-utils/Utils/FiveUtil.js";
|
|
44
|
+
import "../shared-utils/Utils/BaseUtil.js";
|
|
45
|
+
import "../shared-utils/Utils/WorkUtil.js";
|
|
46
|
+
import "../shared-utils/five/transformPosition.js";
|
|
47
|
+
import "../shared-utils/five/getFiveModel.js";
|
|
48
|
+
import "../shared-utils/url/absoluteUrl.js";
|
|
39
49
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
50
|
+
import "./Assets/roomInfoIcon.js";
|
|
51
|
+
import "../CSS3DRenderPlugin/Controller.js";
|
|
40
52
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
41
53
|
import "../shared-utils/positionToVector3.js";
|
|
42
54
|
import "../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
43
|
-
import "
|
|
44
|
-
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
45
|
-
import "../shared-utils/util.js";
|
|
55
|
+
import "../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
46
56
|
import "../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
47
57
|
import "../CSS3DRenderPlugin/utils/even.js";
|
|
48
58
|
import "../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
49
59
|
import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
50
60
|
import "../shared-utils/three/centerPoint.js";
|
|
51
61
|
import "../shared-utils/three/getObjectVisible.js";
|
|
62
|
+
import "../shared-utils/isNil.js";
|
|
52
63
|
import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
64
|
+
import "../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
65
|
+
import "../shared-utils/util.js";
|
|
53
66
|
import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
54
67
|
import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
55
|
-
import "../shared-utils/three/THREESphere.js";
|
|
56
|
-
import "animejs";
|
|
57
|
-
import "../shared-utils/Utils/FiveUtil.js";
|
|
58
|
-
import "../shared-utils/Utils/BaseUtil.js";
|
|
59
|
-
import "../shared-utils/Utils/WorkUtil.js";
|
|
60
|
-
import "../shared-utils/five/transformPosition.js";
|
|
61
|
-
import "../shared-utils/five/getFiveModel.js";
|
|
62
|
-
import "../shared-utils/url/absoluteUrl.js";
|
|
63
|
-
import "./Assets/roomInfoIcon.js";
|
|
64
|
-
import "../CSS3DRenderPlugin/Controller.js";
|
|
65
68
|
import "../shared-utils/five/fiveModelLoad.js";
|
|
66
69
|
import "../shared-utils/animationFrame/index.js";
|
|
67
70
|
const g = { userAction: !0 };
|
|
68
|
-
class
|
|
71
|
+
class Me extends A {
|
|
69
72
|
constructor(e, t) {
|
|
70
73
|
super(e, t);
|
|
71
74
|
/**
|
|
@@ -320,5 +323,5 @@ class ve extends A {
|
|
|
320
323
|
}
|
|
321
324
|
}
|
|
322
325
|
export {
|
|
323
|
-
|
|
326
|
+
Me as PanoCompassController
|
|
324
327
|
};
|