@realsee/dnalogel 3.47.3 → 3.47.5
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/Polygon.d.ts +1 -1
- package/dist/Sculpt/Meshes/PolygonWithEdge.d.ts +1 -1
- package/dist/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/dist/Sculpt/utils/three/ColoredMesh.d.ts +2 -2
- package/dist/index.cjs.js +79 -55
- package/dist/index.js +5073 -5050
- package/dist/index.umd.js +74 -50
- package/dist/shared-utils/five/vector3ToScreen.d.ts +4 -4
- package/dist/shared-utils/tag.d.ts +1 -3
- package/dist/shared-utils/three/Magnifier.d.ts +1 -0
- package/dist/shared-utils/three/index.d.ts +0 -2
- package/dist/shared-utils/three/raycaster.d.ts +2 -0
- package/libs/AreaMakerPlugin/Controller.js +16 -14
- package/libs/AreaMakerPlugin/index.js +18 -16
- package/libs/AreaMakerPlugin/utils/Item.js +55 -53
- package/libs/CSS3DRenderPlugin/Controller.js +14 -12
- package/libs/CSS3DRenderPlugin/index.js +21 -19
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +15 -13
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +16 -14
- package/libs/CruisePlugin/BaseController.js +29 -27
- package/libs/CruisePlugin/Move.js +21 -19
- package/libs/CruisePlugin/Work.js +16 -14
- package/libs/CruisePlugin/index.js +22 -20
- package/libs/CurrentPanoImagePlugin/Controller.js +25 -23
- package/libs/CurrentPanoImagePlugin/index.js +19 -17
- package/libs/GuideLinePlugin/Controller.js +18 -16
- package/libs/GuideLinePlugin/GuideLineItem.js +18 -16
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +3 -4
- package/libs/GuideLinePlugin/GuideLineModeItem.js +18 -16
- package/libs/GuideLinePlugin/index.js +22 -20
- package/libs/ModelMakerPlugin/Controller.js +22 -20
- package/libs/ModelMakerPlugin/index.js +18 -16
- package/libs/ModelMakerPlugin/item/baseItem.js +14 -13
- package/libs/ModelMakerPlugin/item/boxItem.js +3 -2
- package/libs/ModelMakerPlugin/item/polygonItem.js +6 -5
- package/libs/ModelMakerPlugin/item/prismItem.js +3 -2
- package/libs/ModelTVVideoPlugin/Plugin.js +17 -15
- package/libs/ModelTVVideoPlugin/index.js +16 -14
- package/libs/Object3DHelperPlugin/Controller.js +17 -15
- package/libs/Object3DHelperPlugin/index.js +21 -19
- package/libs/PanoCompassPlugin/Controller.js +18 -16
- package/libs/PanoCompassPlugin/index.js +19 -17
- package/libs/PanoDoorLabelPlugin/BaseController.js +18 -16
- package/libs/PanoDoorLabelPlugin/Controller.js +38 -36
- package/libs/PanoDoorLabelPlugin/index.js +19 -17
- package/libs/PanoMeasurePlugin/Components/Controller0.js +15 -13
- package/libs/PanoMeasurePlugin/Components/Controller1.js +15 -13
- package/libs/PanoMeasurePlugin/Controller/EditController.js +14 -12
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +15 -13
- package/libs/PanoMeasurePlugin/Controller/index.js +13 -11
- package/libs/PanoMeasurePlugin/Model/area.js +15 -13
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +15 -13
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +15 -13
- package/libs/PanoMeasurePlugin/index.js +24 -22
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +15 -13
- package/libs/PanoSpatialTagPlugin/Plugin.js +17 -15
- package/libs/PanoSpatialTagPlugin/index.js +14 -12
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +17 -15
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +16 -14
- package/libs/PanoTagPlugin/Components/Tag/index.js +16 -14
- package/libs/PanoTagPlugin/Components/TagContainer.js +16 -14
- package/libs/PanoTagPlugin/Components/TagItem.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +60 -60
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +16 -14
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +18 -16
- package/libs/PanoTagPlugin/controller/TagRender.js +15 -13
- package/libs/PanoTagPlugin/controller/TagUtil.js +16 -14
- package/libs/PanoTagPlugin/controller/index.js +18 -16
- package/libs/PanoTagPlugin/index.js +24 -22
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +17 -15
- package/libs/PanoVideoPlugin/Controller.js +18 -16
- package/libs/PanoVideoPlugin/VideoMeshController.js +18 -16
- package/libs/PanoVideoPlugin/index.js +21 -19
- package/libs/PipelinePlugin/Controller.js +17 -15
- package/libs/PipelinePlugin/index.js +19 -17
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +18 -16
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +18 -16
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +35 -33
- package/libs/Sculpt/Meshes/Box.js +6 -7
- package/libs/Sculpt/Meshes/Cylinder.js +15 -16
- package/libs/Sculpt/Meshes/Line.js +61 -55
- package/libs/Sculpt/Meshes/Point.js +6 -7
- package/libs/Sculpt/Meshes/Polygon.d.ts +1 -1
- package/libs/Sculpt/Meshes/PolygonWithEdge.d.ts +1 -1
- package/libs/Sculpt/Meshes/Polyline.js +5 -6
- package/libs/Sculpt/Meshes/Rectangle.js +3 -4
- package/libs/Sculpt/Objects/Line/Editor.js +15 -16
- package/libs/Sculpt/Objects/Line/index.js +35 -35
- package/libs/Sculpt/Objects/Polygon/index.js +55 -61
- package/libs/Sculpt/Objects/Polyline/index.js +45 -45
- package/libs/Sculpt/index.js +1 -1
- package/libs/Sculpt/utils/Meshes/getLengthHTML.d.ts +1 -0
- package/libs/Sculpt/utils/Meshes/getLengthHTML.js +34 -0
- package/libs/Sculpt/utils/three/ColoredMesh.d.ts +2 -2
- package/libs/Sculpt/utils/three/ColoredMesh.js +3 -4
- package/libs/base/BasePlugin.js +14 -15
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/ModelFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +18 -16
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +19 -17
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +15 -13
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +19 -17
- package/libs/floorplan/index.js +1 -2
- package/libs/index.js +15 -15
- package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +7 -7
- package/libs/shared-utils/five/index.js +3 -4
- package/libs/shared-utils/five/lookObject.js +3 -4
- package/libs/shared-utils/five/vector3ToScreen.d.ts +4 -4
- package/libs/shared-utils/five/vector3ToScreen.js +9 -4
- package/libs/shared-utils/index.js +45 -49
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/tag.d.ts +1 -3
- package/libs/shared-utils/tag.js +37 -29
- package/libs/shared-utils/three/Magnifier.d.ts +1 -0
- package/libs/shared-utils/three/Magnifier.js +23 -24
- package/libs/shared-utils/three/index.d.ts +0 -2
- package/libs/shared-utils/three/index.js +1 -2
- package/libs/shared-utils/three/raycaster.d.ts +2 -0
- package/libs/shared-utils/three/raycaster.js +6 -0
- package/package.json +2 -2
- package/dist/shared-utils/three/getIntersect.d.ts +0 -21
- package/dist/shared-utils/three/getRaycaster.d.ts +0 -6
- package/libs/shared-utils/three/getIntersect.d.ts +0 -21
- package/libs/shared-utils/three/getIntersect.js +0 -24
- package/libs/shared-utils/three/getRaycaster.d.ts +0 -6
- package/libs/shared-utils/three/getRaycaster.js +0 -12
|
@@ -42,8 +42,7 @@ import { changeModelCanvasOpacity as A } from "../../shared-utils/changeModelCan
|
|
|
42
42
|
import { FloorplanErrorType as c, SHOW_ANIME_DURATION as H } from "../utils/constant.js";
|
|
43
43
|
import "hammerjs";
|
|
44
44
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
45
|
-
import "
|
|
46
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
45
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
47
46
|
import "../../shared-utils/three/THREESphere.js";
|
|
48
47
|
import "animejs";
|
|
49
48
|
import { isNil as U } from "../../shared-utils/isNil.js";
|
|
@@ -88,26 +87,33 @@ import "../../shared-utils/five/getFiveModel.js";
|
|
|
88
87
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
89
88
|
import "../../shared-utils/nearlyEqual.js";
|
|
90
89
|
import "../../shared-utils/five/changeMode.js";
|
|
90
|
+
import "../../Sculpt/typings/style.js";
|
|
91
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
92
|
+
import "@realsee/five/line";
|
|
93
|
+
import "../../shared-utils/positionToVector3.js";
|
|
94
|
+
import "../../shared-utils/three/IObject3D.js";
|
|
95
|
+
import "../../shared-utils/three/centerPoint.js";
|
|
96
|
+
import "../../shared-utils/tag.js";
|
|
97
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
98
|
+
import "../../shared-utils/three/raycaster.js";
|
|
99
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
91
100
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
92
101
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
93
102
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
94
103
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
95
104
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
96
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
97
105
|
import "../../shared-utils/three/boundingBox.js";
|
|
98
106
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
99
107
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
100
108
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
101
109
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
102
110
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
103
|
-
import "../../shared-utils/positionToVector3.js";
|
|
104
111
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
105
112
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
106
113
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
107
114
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
108
115
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
109
116
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
110
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
111
117
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
112
118
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
113
119
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -147,16 +153,12 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
147
153
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
148
154
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
149
155
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
150
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
151
|
-
import "../../Sculpt/typings/style.js";
|
|
152
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
153
|
-
import "../../shared-utils/tag.js";
|
|
154
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
155
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
156
156
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
157
157
|
import "../../shared-utils/isTouchDevice.js";
|
|
158
158
|
import "../../shared-utils/five/getPosition.js";
|
|
159
159
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
160
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
161
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
160
162
|
function W(d) {
|
|
161
163
|
const { latitude: n, longitude: t } = d, e = Math.abs(n - Math.PI / 2) > 5 * Math.PI / 180, i = t > 5 * (Math.PI / 180) && t < 355 * (Math.PI / 180);
|
|
162
164
|
return e || i;
|
|
@@ -165,7 +167,7 @@ function G(d) {
|
|
|
165
167
|
const { latitude: n, longitude: t } = d, e = Math.abs(n - Math.PI / 2) < 10 * Math.PI / 180, i = t < 30 * (Math.PI / 180) || t > 330 * (Math.PI / 180);
|
|
166
168
|
return e && i;
|
|
167
169
|
}
|
|
168
|
-
class
|
|
170
|
+
class pi extends O {
|
|
169
171
|
constructor(t, e) {
|
|
170
172
|
var a, m;
|
|
171
173
|
super(t);
|
|
@@ -500,5 +502,5 @@ class li extends O {
|
|
|
500
502
|
}
|
|
501
503
|
}
|
|
502
504
|
export {
|
|
503
|
-
|
|
505
|
+
pi as Controller
|
|
504
506
|
};
|
|
@@ -41,38 +41,44 @@ 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";
|
|
44
47
|
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
|
+
import "../../shared-utils/tag.js";
|
|
56
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
57
|
+
import "../../shared-utils/five/getFiveModel.js";
|
|
58
|
+
import "../../shared-utils/three/raycaster.js";
|
|
45
59
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
46
60
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
47
61
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
48
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
49
62
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
50
63
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
51
64
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
52
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
53
65
|
import "../../shared-utils/three/boundingBox.js";
|
|
54
66
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
55
67
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
56
68
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
57
69
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
58
70
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
59
|
-
import "../../shared-utils/positionToVector3.js";
|
|
60
71
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
61
72
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
62
73
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
63
74
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
64
75
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
65
76
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
66
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
67
77
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
68
|
-
import "animejs";
|
|
69
|
-
import "../../shared-utils/isNil.js";
|
|
70
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
71
78
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
72
79
|
import "../../shared-utils/Utils/BaseUtil.js";
|
|
73
80
|
import "../../shared-utils/Utils/WorkUtil.js";
|
|
74
81
|
import "../../shared-utils/five/transformPosition.js";
|
|
75
|
-
import "../../shared-utils/five/getFiveModel.js";
|
|
76
82
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
77
83
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
78
84
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -113,24 +119,20 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
113
119
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
114
120
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
115
121
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
116
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
117
|
-
import "../../Sculpt/typings/style.js";
|
|
118
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
119
|
-
import "../../shared-utils/tag.js";
|
|
120
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
121
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
122
122
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
123
123
|
import "../../shared-utils/isTouchDevice.js";
|
|
124
124
|
import "../../shared-utils/five/getPosition.js";
|
|
125
125
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
126
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
127
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
126
128
|
import "../../shared-utils/getPxmm.js";
|
|
127
129
|
import "../utils/correctFiveState.js";
|
|
128
130
|
import "../utils/constant.js";
|
|
129
131
|
import "../../shared-utils/nearlyEqual.js";
|
|
130
132
|
import "../../shared-utils/five/changeMode.js";
|
|
131
133
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
132
|
-
const
|
|
134
|
+
const zr = (o, r) => new t(o, r);
|
|
133
135
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
zr as MapviewFloorplanPlugin,
|
|
137
|
+
zr as default
|
|
136
138
|
};
|
|
@@ -42,8 +42,7 @@ 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 "
|
|
46
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
45
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
47
46
|
import "../../shared-utils/three/THREESphere.js";
|
|
48
47
|
import "animejs";
|
|
49
48
|
import { isNil as G } from "../../shared-utils/isNil.js";
|
|
@@ -87,26 +86,33 @@ import "../../shared-utils/five/getFiveModel.js";
|
|
|
87
86
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
88
87
|
import "../../shared-utils/nearlyEqual.js";
|
|
89
88
|
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
|
+
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
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
97
|
+
import "../../shared-utils/three/raycaster.js";
|
|
98
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
90
99
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
91
100
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
92
101
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
93
102
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
94
103
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
95
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
96
104
|
import "../../shared-utils/three/boundingBox.js";
|
|
97
105
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
98
106
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
99
107
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
100
108
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
101
109
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
102
|
-
import "../../shared-utils/positionToVector3.js";
|
|
103
110
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
104
111
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
105
112
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
106
113
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
107
114
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
108
115
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
109
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
110
116
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
111
117
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
112
118
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -147,16 +153,12 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
147
153
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
148
154
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
149
155
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
150
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
151
|
-
import "../../Sculpt/typings/style.js";
|
|
152
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
153
|
-
import "../../shared-utils/tag.js";
|
|
154
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
155
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
156
156
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
157
157
|
import "../../shared-utils/isTouchDevice.js";
|
|
158
158
|
import "../../shared-utils/five/getPosition.js";
|
|
159
159
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
160
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
161
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
160
162
|
function W(d) {
|
|
161
163
|
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);
|
|
162
164
|
return e || i;
|
|
@@ -165,7 +167,7 @@ function z(d) {
|
|
|
165
167
|
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);
|
|
166
168
|
return e && i;
|
|
167
169
|
}
|
|
168
|
-
class
|
|
170
|
+
class mi extends T {
|
|
169
171
|
constructor(t, e) {
|
|
170
172
|
var a, p, c;
|
|
171
173
|
super(t);
|
|
@@ -496,5 +498,5 @@ class li extends T {
|
|
|
496
498
|
}
|
|
497
499
|
}
|
|
498
500
|
export {
|
|
499
|
-
|
|
501
|
+
mi as Controller
|
|
500
502
|
};
|
|
@@ -42,38 +42,44 @@ 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";
|
|
45
48
|
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
|
+
import "../../shared-utils/tag.js";
|
|
57
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
58
|
+
import "../../shared-utils/five/getFiveModel.js";
|
|
59
|
+
import "../../shared-utils/three/raycaster.js";
|
|
46
60
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
47
61
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
48
62
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
49
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
50
63
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
51
64
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
52
65
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
53
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
54
66
|
import "../../shared-utils/three/boundingBox.js";
|
|
55
67
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
56
68
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
57
69
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
58
70
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
59
71
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
60
|
-
import "../../shared-utils/positionToVector3.js";
|
|
61
72
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
62
73
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
63
74
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
64
75
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
65
76
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
66
77
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
67
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
68
78
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
69
|
-
import "animejs";
|
|
70
|
-
import "../../shared-utils/isNil.js";
|
|
71
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
72
79
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
73
80
|
import "../../shared-utils/Utils/BaseUtil.js";
|
|
74
81
|
import "../../shared-utils/Utils/WorkUtil.js";
|
|
75
82
|
import "../../shared-utils/five/transformPosition.js";
|
|
76
|
-
import "../../shared-utils/five/getFiveModel.js";
|
|
77
83
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
78
84
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
79
85
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -114,23 +120,19 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
114
120
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
115
121
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
116
122
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
117
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
118
|
-
import "../../Sculpt/typings/style.js";
|
|
119
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
120
|
-
import "../../shared-utils/tag.js";
|
|
121
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
122
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
123
123
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
124
124
|
import "../../shared-utils/isTouchDevice.js";
|
|
125
125
|
import "../../shared-utils/five/getPosition.js";
|
|
126
126
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
127
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
128
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
127
129
|
import "../utils/correctFiveState.js";
|
|
128
130
|
import "../utils/constant.js";
|
|
129
131
|
import "../../shared-utils/nearlyEqual.js";
|
|
130
132
|
import "../../shared-utils/five/changeMode.js";
|
|
131
133
|
import "../../shared-utils/changeModelCanvasOpacity.js";
|
|
132
|
-
const
|
|
134
|
+
const zr = (o, r) => new t(o, r);
|
|
133
135
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
zr as ModelFloorplanPlugin,
|
|
137
|
+
zr as default
|
|
136
138
|
};
|
|
@@ -51,38 +51,44 @@ 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";
|
|
54
57
|
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
|
+
import "../../shared-utils/tag.js";
|
|
66
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
67
|
+
import "../../shared-utils/five/getFiveModel.js";
|
|
68
|
+
import "../../shared-utils/three/raycaster.js";
|
|
55
69
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
56
70
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
57
71
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
58
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
59
72
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
60
73
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
61
74
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
62
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
63
75
|
import "../../shared-utils/three/boundingBox.js";
|
|
64
76
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
65
77
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
66
78
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
67
79
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
68
80
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
69
|
-
import "../../shared-utils/positionToVector3.js";
|
|
70
81
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
71
82
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
72
83
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
73
84
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
74
85
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
75
86
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
76
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
77
87
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
78
|
-
import "animejs";
|
|
79
|
-
import "../../shared-utils/isNil.js";
|
|
80
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
81
88
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
82
89
|
import "../../shared-utils/Utils/BaseUtil.js";
|
|
83
90
|
import "../../shared-utils/Utils/WorkUtil.js";
|
|
84
91
|
import "../../shared-utils/five/transformPosition.js";
|
|
85
|
-
import "../../shared-utils/five/getFiveModel.js";
|
|
86
92
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
87
93
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
88
94
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -124,18 +130,14 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
124
130
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
125
131
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
126
132
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
127
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
128
|
-
import "../../Sculpt/typings/style.js";
|
|
129
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
130
|
-
import "../../shared-utils/tag.js";
|
|
131
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
132
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
133
133
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
134
134
|
import "../../shared-utils/isTouchDevice.js";
|
|
135
135
|
import "../../shared-utils/five/getPosition.js";
|
|
136
136
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
137
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
138
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
137
139
|
import "../Assets/floorplanExtraObject.js";
|
|
138
|
-
class
|
|
140
|
+
class ji extends O {
|
|
139
141
|
constructor(t, i) {
|
|
140
142
|
super(t);
|
|
141
143
|
// =============== public properties =================
|
|
@@ -278,5 +280,5 @@ class Ci extends O {
|
|
|
278
280
|
}
|
|
279
281
|
}
|
|
280
282
|
export {
|
|
281
|
-
|
|
283
|
+
ji as Controller
|
|
282
284
|
};
|
|
@@ -22,38 +22,44 @@ 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";
|
|
25
28
|
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
|
+
import "../../shared-utils/tag.js";
|
|
37
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
38
|
+
import "../../shared-utils/five/getFiveModel.js";
|
|
39
|
+
import "../../shared-utils/three/raycaster.js";
|
|
26
40
|
import "../../Sculpt/utils/Modules/Global.js";
|
|
27
41
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
28
42
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
29
|
-
import "../../shared-utils/three/THREESphere.js";
|
|
30
43
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
31
44
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
32
45
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
33
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
34
46
|
import "../../shared-utils/three/boundingBox.js";
|
|
35
47
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
36
48
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
37
49
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
38
50
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
39
51
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
40
|
-
import "../../shared-utils/positionToVector3.js";
|
|
41
52
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
42
53
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
43
54
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
44
55
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
45
56
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
46
57
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
47
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
48
58
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
49
|
-
import "animejs";
|
|
50
|
-
import "../../shared-utils/isNil.js";
|
|
51
|
-
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
52
59
|
import "../../shared-utils/Utils/FiveUtil.js";
|
|
53
60
|
import "../../shared-utils/Utils/BaseUtil.js";
|
|
54
61
|
import "../../shared-utils/Utils/WorkUtil.js";
|
|
55
62
|
import "../../shared-utils/five/transformPosition.js";
|
|
56
|
-
import "../../shared-utils/five/getFiveModel.js";
|
|
57
63
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
58
64
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
59
65
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -95,20 +101,16 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
95
101
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
96
102
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
97
103
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
98
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
99
|
-
import "../../Sculpt/typings/style.js";
|
|
100
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
101
|
-
import "../../shared-utils/tag.js";
|
|
102
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
103
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
104
104
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
105
105
|
import "../../shared-utils/isTouchDevice.js";
|
|
106
106
|
import "../../shared-utils/five/getPosition.js";
|
|
107
107
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
108
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
109
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
108
110
|
import "../utils/formatData.js";
|
|
109
111
|
import "../Assets/floorplanExtraObject.js";
|
|
110
|
-
const
|
|
112
|
+
const ar = (o, r) => new t(o, r);
|
|
111
113
|
export {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
+
ar as PanoFloorplanRadarPlugin,
|
|
115
|
+
ar as default
|
|
114
116
|
};
|
|
@@ -40,8 +40,7 @@ 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 "
|
|
44
|
-
import "../../Sculpt/utils/Modules/Global.js";
|
|
43
|
+
import "../../Sculpt/Meshes/Line.js";
|
|
45
44
|
import "../../shared-utils/three/THREESphere.js";
|
|
46
45
|
import "animejs";
|
|
47
46
|
import { isNil as k } from "../../shared-utils/isNil.js";
|
|
@@ -85,26 +84,33 @@ import "../../shared-utils/five/getFiveModel.js";
|
|
|
85
84
|
import "../../shared-utils/url/absoluteUrl.js";
|
|
86
85
|
import "../../shared-utils/nearlyEqual.js";
|
|
87
86
|
import "../../shared-utils/to.js";
|
|
87
|
+
import "../../Sculpt/typings/style.js";
|
|
88
|
+
import "../../shared-utils/five/FiveLine.js";
|
|
89
|
+
import "@realsee/five/line";
|
|
90
|
+
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
|
+
import "../../shared-utils/five/vector3ToScreen.js";
|
|
95
|
+
import "../../shared-utils/three/raycaster.js";
|
|
96
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
88
97
|
import "../../Sculpt/utils/Modules/Cursor.js";
|
|
89
98
|
import "../../Object3DHelperPlugin/Controller.js";
|
|
90
99
|
import "../../shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
91
100
|
import "../../shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
92
101
|
import "../../shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
93
|
-
import "../../shared-utils/three/IObject3D.js";
|
|
94
102
|
import "../../shared-utils/three/boundingBox.js";
|
|
95
103
|
import "../../shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
96
104
|
import "../../shared-utils/Object3DHelper/utils/direction.js";
|
|
97
105
|
import "../../shared-utils/Object3DHelper/Constants/color.js";
|
|
98
106
|
import "../../shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
99
107
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
100
|
-
import "../../shared-utils/positionToVector3.js";
|
|
101
108
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
102
109
|
import "../../CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
103
110
|
import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
104
111
|
import "../../CSS3DRenderPlugin/utils/even.js";
|
|
105
112
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
|
|
106
113
|
import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
|
|
107
|
-
import "../../shared-utils/three/centerPoint.js";
|
|
108
114
|
import "../../shared-utils/three/getObjectVisible.js";
|
|
109
115
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
110
116
|
import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
@@ -145,17 +151,13 @@ import "../../shared-utils/three/Assets/index.js";
|
|
|
145
151
|
import "../../shared-utils/three/PointSelector/utils/html.js";
|
|
146
152
|
import "../../shared-utils/five/initialCSS3DRender.js";
|
|
147
153
|
import "../../shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
148
|
-
import "../../Sculpt/Meshes/Line.js";
|
|
149
|
-
import "../../Sculpt/typings/style.js";
|
|
150
|
-
import "../../shared-utils/five/FiveLine.js";
|
|
151
|
-
import "../../shared-utils/tag.js";
|
|
152
|
-
import "../../shared-utils/five/vector3ToScreen.js";
|
|
153
|
-
import "../../Sculpt/utils/removeAllTag.js";
|
|
154
154
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
155
155
|
import "../../shared-utils/isTouchDevice.js";
|
|
156
156
|
import "../../shared-utils/five/getPosition.js";
|
|
157
157
|
import "../../shared-utils/five/getRaycasterByNdcPosition.js";
|
|
158
|
-
|
|
158
|
+
import "../../Sculpt/utils/removeAllTag.js";
|
|
159
|
+
import "../../Sculpt/utils/Meshes/getLengthHTML.js";
|
|
160
|
+
class se extends M {
|
|
159
161
|
constructor(t, i) {
|
|
160
162
|
var h, m;
|
|
161
163
|
super(t);
|
|
@@ -428,5 +430,5 @@ class ee extends M {
|
|
|
428
430
|
}
|
|
429
431
|
}
|
|
430
432
|
export {
|
|
431
|
-
|
|
433
|
+
se as Controller
|
|
432
434
|
};
|