@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
|
@@ -41,18 +41,9 @@ import "../../base/BasePlugin.js";
|
|
|
41
41
|
import "../../shared-utils/Subscribe.js";
|
|
42
42
|
import "hammerjs";
|
|
43
43
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
44
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
45
|
-
import "../../Sculpt/typings/style.js";
|
|
46
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
47
44
|
import "@realsee/five/line";
|
|
48
|
-
import "../../shared-utils/positionToVector3.js";
|
|
49
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
50
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
51
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
52
|
-
import "animejs";
|
|
53
|
-
import "../../shared-utils/isNil.js";
|
|
54
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
55
45
|
import "../../shared-utils/tag.js";
|
|
46
|
+
import "../../shared-utils/positionToVector3.js";
|
|
56
47
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
57
48
|
import "../../shared-utils/five/getFiveModel.js";
|
|
58
49
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -63,9 +54,11 @@ import "../../shared-utils/three/temp.js";
|
|
|
63
54
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
64
55
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
65
56
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
57
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
66
58
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
67
59
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
68
60
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
61
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
69
62
|
import "../../shared-utils/three/boundingBox.js";
|
|
70
63
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
71
64
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -78,7 +71,11 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
78
71
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
79
72
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
80
73
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
74
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
81
75
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
76
|
+
import "animejs";
|
|
77
|
+
import "../../shared-utils/isNil.js";
|
|
78
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
82
79
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
83
80
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
84
81
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -119,20 +116,24 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
119
116
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
120
117
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
121
118
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
119
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
120
|
+
import "../../Sculpt/typings/style.js";
|
|
121
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
122
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
123
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
124
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
122
125
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
123
126
|
import "../../shared-utils/isTouchDevice.js";
|
|
124
127
|
import "../../shared-utils/five/getPosition.js";
|
|
125
128
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
126
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
127
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
128
129
|
import "../../shared-utils/getPxmm.js";
|
|
129
130
|
import "../utils/correctFiveState.js";
|
|
130
131
|
import "../utils/constant.js";
|
|
131
132
|
import "../../shared-utils/nearlyEqual.js";
|
|
132
133
|
import "../../shared-utils/five/changeMode.js";
|
|
133
134
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
134
|
-
const
|
|
135
|
+
const Ar = (o, r) => new t(o, r);
|
|
135
136
|
export {
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
Ar as MapviewFloorplanPlugin,
|
|
138
|
+
Ar as default
|
|
138
139
|
};
|
|
@@ -42,7 +42,9 @@ import { FIVE_CAMERA_DEFAULT_FOV as R, FloorplanErrorType as u, SHOW_ANIME_DURAT
|
|
|
42
42
|
import "three";
|
|
43
43
|
import "hammerjs";
|
|
44
44
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
45
|
-
import "
|
|
45
|
+
import "@realsee/five/line";
|
|
46
|
+
import "../../shared-utils/tag.js";
|
|
47
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
46
48
|
import "../../shared-utils/three/THREESphere.js";
|
|
47
49
|
import "animejs";
|
|
48
50
|
import { isNil as G } from "../../shared-utils/isNil.js";
|
|
@@ -86,21 +88,15 @@ import "../../shared-utils/five/getFiveModel.js";
|
|
|
86
88
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
87
89
|
import "../../shared-utils/nearlyEqual.js";
|
|
88
90
|
import "../../shared-utils/five/changeMode.js";
|
|
89
|
-
import "../../Sculpt/typings/style.js";
|
|
90
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
91
|
-
import "@realsee/five/line";
|
|
92
91
|
import "../../shared-utils/positionToVector3.js";
|
|
93
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
94
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
95
|
-
import "../../shared-utils/tag.js";
|
|
96
92
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
97
93
|
import "../../shared-utils/three/temp.js";
|
|
98
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
99
94
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
100
95
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
101
96
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
102
97
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
103
98
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
99
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
104
100
|
import "../../shared-utils/three/boundingBox.js";
|
|
105
101
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
106
102
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -113,6 +109,7 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
113
109
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
114
110
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
115
111
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
112
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
116
113
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
117
114
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
118
115
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -153,12 +150,16 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
153
150
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
154
151
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
155
152
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
153
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
154
|
+
import "../../Sculpt/typings/style.js";
|
|
155
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
156
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
157
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
158
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
156
159
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
157
160
|
import "../../shared-utils/isTouchDevice.js";
|
|
158
161
|
import "../../shared-utils/five/getPosition.js";
|
|
159
162
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
160
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
161
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
162
163
|
function W(d) {
|
|
163
164
|
const { latitude: s, longitude: t } = d, e = Math.abs(s - Math.PI / 2) > 5 * Math.PI / 180, i = t > 5 * (Math.PI / 180) && t < 355 * (Math.PI / 180);
|
|
164
165
|
return e || i;
|
|
@@ -167,7 +168,7 @@ function z(d) {
|
|
|
167
168
|
const { latitude: s, longitude: t } = d, e = Math.abs(s - Math.PI / 2) < 10 * Math.PI / 180, i = t < 30 * (Math.PI / 180) || t > 330 * (Math.PI / 180);
|
|
168
169
|
return e && i;
|
|
169
170
|
}
|
|
170
|
-
class
|
|
171
|
+
class fi extends T {
|
|
171
172
|
constructor(t, e) {
|
|
172
173
|
var a, p, c;
|
|
173
174
|
super(t);
|
|
@@ -498,5 +499,5 @@ class mi extends T {
|
|
|
498
499
|
}
|
|
499
500
|
}
|
|
500
501
|
export {
|
|
501
|
-
|
|
502
|
+
fi as Controller
|
|
502
503
|
};
|
|
@@ -42,18 +42,9 @@ import "../../base/BasePlugin.js";
|
|
|
42
42
|
import "../../shared-utils/Subscribe.js";
|
|
43
43
|
import "hammerjs";
|
|
44
44
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
45
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
46
|
-
import "../../Sculpt/typings/style.js";
|
|
47
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
48
45
|
import "@realsee/five/line";
|
|
49
|
-
import "../../shared-utils/positionToVector3.js";
|
|
50
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
51
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
52
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
53
|
-
import "animejs";
|
|
54
|
-
import "../../shared-utils/isNil.js";
|
|
55
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
56
46
|
import "../../shared-utils/tag.js";
|
|
47
|
+
import "../../shared-utils/positionToVector3.js";
|
|
57
48
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
58
49
|
import "../../shared-utils/five/getFiveModel.js";
|
|
59
50
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -64,9 +55,11 @@ import "../../shared-utils/three/temp.js";
|
|
|
64
55
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
65
56
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
66
57
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
58
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
67
59
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
68
60
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
69
61
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
62
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
70
63
|
import "../../shared-utils/three/boundingBox.js";
|
|
71
64
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
72
65
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -79,7 +72,11 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
79
72
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
80
73
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
81
74
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
75
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
82
76
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
77
|
+
import "animejs";
|
|
78
|
+
import "../../shared-utils/isNil.js";
|
|
79
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
83
80
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
84
81
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
85
82
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -120,19 +117,23 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
120
117
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
121
118
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
122
119
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
120
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
121
|
+
import "../../Sculpt/typings/style.js";
|
|
122
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
123
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
124
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
125
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
123
126
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
124
127
|
import "../../shared-utils/isTouchDevice.js";
|
|
125
128
|
import "../../shared-utils/five/getPosition.js";
|
|
126
129
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
127
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
128
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
129
130
|
import "../utils/correctFiveState.js";
|
|
130
131
|
import "../utils/constant.js";
|
|
131
132
|
import "../../shared-utils/nearlyEqual.js";
|
|
132
133
|
import "../../shared-utils/five/changeMode.js";
|
|
133
134
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
134
|
-
const
|
|
135
|
+
const Ar = (o, r) => new t(o, r);
|
|
135
136
|
export {
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
Ar as ModelFloorplanPlugin,
|
|
138
|
+
Ar as default
|
|
138
139
|
};
|
|
@@ -51,18 +51,9 @@ import "../../shared-utils/Subscribe.js";
|
|
|
51
51
|
import "three";
|
|
52
52
|
import "hammerjs";
|
|
53
53
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
54
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
55
|
-
import "../../Sculpt/typings/style.js";
|
|
56
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
57
54
|
import "@realsee/five/line";
|
|
58
|
-
import "../../shared-utils/positionToVector3.js";
|
|
59
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
60
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
61
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
62
|
-
import "animejs";
|
|
63
|
-
import "../../shared-utils/isNil.js";
|
|
64
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
65
55
|
import "../../shared-utils/tag.js";
|
|
56
|
+
import "../../shared-utils/positionToVector3.js";
|
|
66
57
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
67
58
|
import "../../shared-utils/five/getFiveModel.js";
|
|
68
59
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -73,9 +64,11 @@ import "../../shared-utils/three/temp.js";
|
|
|
73
64
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
74
65
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
75
66
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
67
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
76
68
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
77
69
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
78
70
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
71
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
79
72
|
import "../../shared-utils/three/boundingBox.js";
|
|
80
73
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
81
74
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -88,7 +81,11 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
88
81
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
89
82
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
90
83
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
84
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
91
85
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
86
|
+
import "animejs";
|
|
87
|
+
import "../../shared-utils/isNil.js";
|
|
88
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
92
89
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
93
90
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
94
91
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -130,14 +127,18 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
130
127
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
131
128
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
132
129
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
130
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
131
|
+
import "../../Sculpt/typings/style.js";
|
|
132
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
133
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
134
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
135
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
133
136
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
134
137
|
import "../../shared-utils/isTouchDevice.js";
|
|
135
138
|
import "../../shared-utils/five/getPosition.js";
|
|
136
139
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
137
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
138
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
139
140
|
import "../Assets/floorplanExtraObject.js";
|
|
140
|
-
class
|
|
141
|
+
class Pi extends O {
|
|
141
142
|
constructor(t, i) {
|
|
142
143
|
super(t);
|
|
143
144
|
// =============== public properties =================
|
|
@@ -280,5 +281,5 @@ class ji extends O {
|
|
|
280
281
|
}
|
|
281
282
|
}
|
|
282
283
|
export {
|
|
283
|
-
|
|
284
|
+
Pi as Controller
|
|
284
285
|
};
|
|
@@ -22,18 +22,9 @@ import "../../shared-utils/Subscribe.js";
|
|
|
22
22
|
import "three";
|
|
23
23
|
import "hammerjs";
|
|
24
24
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
25
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
26
|
-
import "../../Sculpt/typings/style.js";
|
|
27
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
28
25
|
import "@realsee/five/line";
|
|
29
|
-
import "../../shared-utils/positionToVector3.js";
|
|
30
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
31
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
32
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
33
|
-
import "animejs";
|
|
34
|
-
import "../../shared-utils/isNil.js";
|
|
35
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
36
26
|
import "../../shared-utils/tag.js";
|
|
27
|
+
import "../../shared-utils/positionToVector3.js";
|
|
37
28
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
38
29
|
import "../../shared-utils/five/getFiveModel.js";
|
|
39
30
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -44,9 +35,11 @@ import "../../shared-utils/three/temp.js";
|
|
|
44
35
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
45
36
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
46
37
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
38
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
47
39
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
48
40
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
49
41
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
42
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
50
43
|
import "../../shared-utils/three/boundingBox.js";
|
|
51
44
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
52
45
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -59,7 +52,11 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
59
52
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
60
53
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
61
54
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
55
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
62
56
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
57
|
+
import "animejs";
|
|
58
|
+
import "../../shared-utils/isNil.js";
|
|
59
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
63
60
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
64
61
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
65
62
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -101,16 +98,20 @@ 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/formatData.js";
|
|
111
112
|
import "../Assets/floorplanExtraObject.js";
|
|
112
|
-
const
|
|
113
|
+
const lr = (o, r) => new t(o, r);
|
|
113
114
|
export {
|
|
114
|
-
|
|
115
|
-
|
|
115
|
+
lr as PanoFloorplanRadarPlugin,
|
|
116
|
+
lr as default
|
|
116
117
|
};
|
|
@@ -40,7 +40,9 @@ import { getPxmm as D, getAttachedY as O } from "../../shared-utils/getPxmm.js";
|
|
|
40
40
|
import { changeModelCanvasOpacity as b } from "../../shared-utils/changeModelCanvasOpacity.js";
|
|
41
41
|
import "hammerjs";
|
|
42
42
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
43
|
-
import "
|
|
43
|
+
import "@realsee/five/line";
|
|
44
|
+
import "../../shared-utils/tag.js";
|
|
45
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
44
46
|
import "../../shared-utils/three/THREESphere.js";
|
|
45
47
|
import "animejs";
|
|
46
48
|
import { isNil as k } from "../../shared-utils/isNil.js";
|
|
@@ -84,21 +86,15 @@ import "../../shared-utils/five/getFiveModel.js";
|
|
|
84
86
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
85
87
|
import "../../shared-utils/nearlyEqual.js";
|
|
86
88
|
import "../../shared-utils/to.js";
|
|
87
|
-
import "../../Sculpt/typings/style.js";
|
|
88
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
89
|
-
import "@realsee/five/line";
|
|
90
89
|
import "../../shared-utils/positionToVector3.js";
|
|
91
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
92
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
93
|
-
import "../../shared-utils/tag.js";
|
|
94
90
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
95
91
|
import "../../shared-utils/three/temp.js";
|
|
96
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
97
92
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
98
93
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
99
94
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
100
95
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
101
96
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
97
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
102
98
|
import "../../shared-utils/three/boundingBox.js";
|
|
103
99
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
104
100
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -111,6 +107,7 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
111
107
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
112
108
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
113
109
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
110
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
114
111
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
115
112
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
116
113
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -151,13 +148,17 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
151
148
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
152
149
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
153
150
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
151
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
152
|
+
import "../../Sculpt/typings/style.js";
|
|
153
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
154
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
155
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
156
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
154
157
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
155
158
|
import "../../shared-utils/isTouchDevice.js";
|
|
156
159
|
import "../../shared-utils/five/getPosition.js";
|
|
157
160
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
158
|
-
|
|
159
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
160
|
-
class se extends M {
|
|
161
|
+
class ne extends M {
|
|
161
162
|
constructor(t, i) {
|
|
162
163
|
var h, m;
|
|
163
164
|
super(t);
|
|
@@ -430,5 +431,5 @@ class se extends M {
|
|
|
430
431
|
}
|
|
431
432
|
}
|
|
432
433
|
export {
|
|
433
|
-
|
|
434
|
+
ne as Controller
|
|
434
435
|
};
|
|
@@ -40,18 +40,9 @@ import "../../base/BasePlugin.js";
|
|
|
40
40
|
import "../../shared-utils/Subscribe.js";
|
|
41
41
|
import "hammerjs";
|
|
42
42
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
43
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
44
|
-
import "../../Sculpt/typings/style.js";
|
|
45
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
46
43
|
import "@realsee/five/line";
|
|
47
|
-
import "../../shared-utils/positionToVector3.js";
|
|
48
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
49
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
50
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
51
|
-
import "animejs";
|
|
52
|
-
import "../../shared-utils/isNil.js";
|
|
53
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
54
44
|
import "../../shared-utils/tag.js";
|
|
45
|
+
import "../../shared-utils/positionToVector3.js";
|
|
55
46
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
56
47
|
import "../../shared-utils/five/getFiveModel.js";
|
|
57
48
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
@@ -62,9 +53,11 @@ import "../../shared-utils/three/temp.js";
|
|
|
62
53
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
63
54
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
64
55
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
56
|
+
import "../../shared-utils/three/THREESphere.js";
|
|
65
57
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
66
58
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
67
59
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
60
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
68
61
|
import "../../shared-utils/three/boundingBox.js";
|
|
69
62
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
70
63
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -77,7 +70,11 @@ import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
|
77
70
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
78
71
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
79
72
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
73
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
80
74
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
75
|
+
import "animejs";
|
|
76
|
+
import "../../shared-utils/isNil.js";
|
|
77
|
+
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
81
78
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
82
79
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
83
80
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -118,19 +115,23 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
118
115
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
119
116
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
120
117
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
118
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
119
|
+
import "../../Sculpt/typings/style.js";
|
|
120
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
121
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
122
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
123
|
+
import "../../shared-utils/three/applyObjectMatrixWorld.js";
|
|
121
124
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
122
125
|
import "../../shared-utils/isTouchDevice.js";
|
|
123
126
|
import "../../shared-utils/five/getPosition.js";
|
|
124
127
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
125
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
126
|
-
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
127
128
|
import "../../shared-utils/five/changeMode.js";
|
|
128
129
|
import "../../shared-utils/nearlyEqual.js";
|
|
129
130
|
import "../../shared-utils/to.js";
|
|
130
131
|
import "../../shared-utils/getPxmm.js";
|
|
131
132
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
132
|
-
const
|
|
133
|
+
const yr = (o, r) => new t(o, r);
|
|
133
134
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
135
|
+
yr as TopviewFloorplanPlugin,
|
|
136
|
+
yr as default
|
|
136
137
|
};
|
package/libs/floorplan/index.js
CHANGED
|
@@ -2,7 +2,9 @@ import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
|
|
|
2
2
|
import "three";
|
|
3
3
|
import "hammerjs";
|
|
4
4
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
5
|
-
import "
|
|
5
|
+
import "@realsee/five/line";
|
|
6
|
+
import "../shared-utils/tag.js";
|
|
7
|
+
import "../Sculpt/utils/Modules/Global.js";
|
|
6
8
|
import "../shared-utils/three/THREESphere.js";
|
|
7
9
|
import "animejs";
|
|
8
10
|
import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
package/libs/index.js
CHANGED
|
@@ -70,17 +70,9 @@ import "./CSS3DRenderPlugin/Controller.js";
|
|
|
70
70
|
import "./CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
71
71
|
import "hammerjs";
|
|
72
72
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
73
|
-
import "./Sculpt/Meshes/Line.js";
|
|
74
|
-
import "./Sculpt/typings/style.js";
|
|
75
|
-
import "./shared-utils/five/FiveLine.js";
|
|
76
73
|
import "@realsee/five/line";
|
|
77
|
-
import "./shared-utils/positionToVector3.js";
|
|
78
|
-
import "./shared-utils/three/IObject3D.js";
|
|
79
|
-
import "./shared-utils/three/centerPoint.js";
|
|
80
|
-
import "./shared-utils/three/THREESphere.js";
|
|
81
|
-
import "animejs";
|
|
82
|
-
import "./shared-utils/isNil.js";
|
|
83
74
|
import "./shared-utils/tag.js";
|
|
75
|
+
import "./shared-utils/positionToVector3.js";
|
|
84
76
|
import "./shared-utils/five/vector3ToScreen.js";
|
|
85
77
|
import "./shared-utils/five/getFiveModel.js";
|
|
86
78
|
import "./shared-utils/Utils/FiveUtil.js";
|
|
@@ -102,11 +94,16 @@ import "./shared-utils/three/Assets/index.js";
|
|
|
102
94
|
import "./CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
103
95
|
import "./CSS3DRenderPlugin/utils/even.js";
|
|
104
96
|
import "./CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
97
|
+
import "./shared-utils/three/centerPoint.js";
|
|
98
|
+
import "./shared-utils/three/THREESphere.js";
|
|
99
|
+
import "animejs";
|
|
100
|
+
import "./shared-utils/isNil.js";
|
|
105
101
|
import "./base/BasePlugin.js";
|
|
106
102
|
import "./shared-utils/url/absoluteUrl.js";
|
|
107
103
|
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
108
104
|
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
109
105
|
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
106
|
+
import "./shared-utils/three/IObject3D.js";
|
|
110
107
|
import "./shared-utils/three/boundingBox.js";
|
|
111
108
|
import "./shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
112
109
|
import "./shared-utils/Object3DHelper/utils/direction.js";
|
|
@@ -146,12 +143,16 @@ import "./shared-utils/five/fiveModelLoad.js";
|
|
|
146
143
|
import "./shared-utils/three/PointSelector/utils/html.js";
|
|
147
144
|
import "./shared-utils/five/initialCSS3DRender.js";
|
|
148
145
|
import "./shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
146
|
+
import "./Sculpt/Meshes/Line.js";
|
|
147
|
+
import "./Sculpt/typings/style.js";
|
|
148
|
+
import "./shared-utils/five/FiveLine.js";
|
|
149
|
+
import "./Sculpt/utils/removeAllTag.js";
|
|
150
|
+
import "./Sculpt/utils/Meshes/getLengthHTML.js";
|
|
151
|
+
import "./shared-utils/three/applyObjectMatrixWorld.js";
|
|
149
152
|
import "./CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
150
153
|
import "./shared-utils/isTouchDevice.js";
|
|
151
154
|
import "./shared-utils/five/getPosition.js";
|
|
152
155
|
import "./shared-utils/five/getRaycasterByNdcPosition.js";
|
|
153
|
-
import "./Sculpt/utils/removeAllTag.js";
|
|
154
|
-
import "./Sculpt/utils/Meshes/getLengthHTML.js";
|
|
155
156
|
import "./shared-utils/createLine/index.js";
|
|
156
157
|
import "./ModelRoomLabelPlugin/Controller.js";
|
|
157
158
|
import "./ModelRoomLabelPlugin/RoomLabelItems.js";
|
|
@@ -453,7 +454,6 @@ import "./Sculpt/Meshes/LineWithDots.js";
|
|
|
453
454
|
import "./Sculpt/Meshes/Point.js";
|
|
454
455
|
import "./shared-utils/three/closeVectors.js";
|
|
455
456
|
import "./Sculpt/Objects/Base/index.js";
|
|
456
|
-
import "./shared-utils/three/applyObjectMatrixWorld.js";
|
|
457
457
|
import "./Sculpt/Objects/Polyline/Editor.js";
|
|
458
458
|
import "./Sculpt/Objects/Line/Editor.js";
|
|
459
459
|
import "./Sculpt/Objects/Base/Editor.js";
|
|
@@ -2,12 +2,14 @@ import "three";
|
|
|
2
2
|
import "hammerjs";
|
|
3
3
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
4
4
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
5
|
-
import "
|
|
5
|
+
import "@realsee/five/line";
|
|
6
|
+
import "../tag.js";
|
|
7
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
6
8
|
import "../three/THREESphere.js";
|
|
7
9
|
import "animejs";
|
|
8
|
-
function
|
|
10
|
+
function u(e) {
|
|
9
11
|
return e.model ? e.work ? e.model.loaded ? e.model.name !== e.work.model.file ? { result: !1, msg: "five.model.name 与 five.work.model.file 不一致" } : { result: !0, msg: "" } : { result: !1, msg: "five.model 未加载完成" } : { result: !1, msg: "five 数据未加载" } : { result: !1, msg: "five.model 不存在" };
|
|
10
12
|
}
|
|
11
13
|
export {
|
|
12
|
-
|
|
14
|
+
u as checkFiveModelLoaded
|
|
13
15
|
};
|