@realsee/dnalogel 3.50.16 → 3.50.18-alpha.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 +3 -0
- package/README.md +116 -0
- package/dist/ModelMakerPlugin/Controller.d.ts +2 -0
- package/dist/Sculpt/utils/export.d.ts +18 -0
- package/dist/index.cjs.js +207 -207
- package/dist/index.js +34867 -34776
- package/dist/index.umd.js +211 -211
- package/dist/shared-utils/five/fiveEveryReadyListener.d.ts +2 -0
- package/dist/shared-utils/index.d.ts +1 -0
- package/dist/shared-utils/tag.d.ts +41 -2
- package/dist/shared-utils/three/temp.d.ts +2 -2
- package/libs/AreaMakerPlugin/Controller.js +100 -46
- package/libs/AreaMakerPlugin/index.js +64 -10
- package/libs/AreaMakerPlugin/utils/Item.js +156 -100
- package/libs/CSS3DRenderPlugin/Controller.js +93 -44
- package/libs/CSS3DRenderPlugin/index.js +62 -13
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +105 -49
- package/libs/CSS3DRenderPlugin/utils/three/CSS3DRender.js +130 -77
- package/libs/CruisePlugin/BaseController.js +143 -89
- package/libs/CruisePlugin/Move.js +83 -39
- package/libs/CruisePlugin/Work.js +95 -51
- package/libs/CruisePlugin/index.js +66 -22
- package/libs/CurrentPanoImagePlugin/Controller.js +139 -85
- package/libs/CurrentPanoImagePlugin/index.js +63 -9
- package/libs/GuideLinePlugin/Controller.js +57 -13
- package/libs/GuideLinePlugin/GuideLineItem.js +63 -19
- package/libs/GuideLinePlugin/GuideLineModeItem/index.js +6 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +58 -14
- package/libs/GuideLinePlugin/index.js +66 -22
- package/libs/ModelMakerPlugin/Controller.d.ts +2 -0
- package/libs/ModelMakerPlugin/Controller.js +190 -129
- package/libs/ModelMakerPlugin/index.js +63 -21
- package/libs/ModelMakerPlugin/item/baseItem.js +4 -2
- package/libs/ModelMakerPlugin/item/boxItem.js +5 -3
- package/libs/ModelMakerPlugin/item/polygonItem.js +9 -7
- package/libs/ModelMakerPlugin/item/prismItem.js +5 -3
- package/libs/ModelTVVideoPlugin/Plugin.js +96 -47
- package/libs/ModelTVVideoPlugin/index.js +55 -6
- package/libs/Object3DHelperPlugin/Controller.js +42 -25
- package/libs/Object3DHelperPlugin/index.js +28 -12
- package/libs/PanoCompassPlugin/Controller.js +92 -44
- package/libs/PanoCompassPlugin/index.js +63 -15
- package/libs/PanoDoorLabelPlugin/BaseController.js +79 -25
- package/libs/PanoDoorLabelPlugin/Controller.js +132 -78
- package/libs/PanoDoorLabelPlugin/index.js +63 -9
- package/libs/PanoMeasurePlugin/Components/Controller0.js +126 -77
- package/libs/PanoMeasurePlugin/Components/Controller1.js +139 -90
- package/libs/PanoMeasurePlugin/Controller/EditController.js +120 -71
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +120 -70
- package/libs/PanoMeasurePlugin/Controller/index.js +132 -86
- package/libs/PanoMeasurePlugin/Model/area.js +72 -22
- package/libs/PanoMeasurePlugin/Modules/Magnifier.js +56 -0
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +64 -15
- package/libs/PanoMeasurePlugin/index.js +62 -16
- package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +57 -2
- package/libs/PanoRulerProPlugin/Controller.js +88 -33
- package/libs/PanoRulerProPlugin/RulerItems.js +146 -91
- package/libs/PanoRulerProPlugin/index.js +64 -9
- package/libs/PanoSpatialTagPlugin/Plugin.js +177 -128
- package/libs/PanoSpatialTagPlugin/index.js +53 -4
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +116 -60
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +192 -136
- package/libs/PanoTagPlugin/Components/Tag/index.js +194 -139
- package/libs/PanoTagPlugin/Components/TagContainer.js +112 -57
- package/libs/PanoTagPlugin/Components/TagItem.js +204 -149
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +157 -101
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +75 -20
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +86 -31
- package/libs/PanoTagPlugin/controller/Tag/PointTag.js +93 -37
- package/libs/PanoTagPlugin/controller/TagRender.js +62 -18
- package/libs/PanoTagPlugin/controller/TagUtil.js +123 -79
- package/libs/PanoTagPlugin/controller/index.js +110 -72
- package/libs/PanoTagPlugin/index.js +72 -28
- package/libs/PanoTagPlugin/utils/tag/calculateTagConfig.js +77 -21
- package/libs/PanoVideoPlugin/Controller.js +95 -41
- package/libs/PanoVideoPlugin/VideoMeshController.js +119 -63
- package/libs/PanoVideoPlugin/index.js +66 -12
- package/libs/PipelinePlugin/Controller.js +173 -119
- package/libs/PipelinePlugin/index.js +63 -9
- package/libs/PipelinePlugin/utils/Objects/FlowPipe.js +70 -14
- package/libs/PipelinePlugin/utils/Objects/HighlightPipe.js +58 -2
- package/libs/PipelinePlugin/utils/Objects/Pipe.js +98 -42
- package/libs/Sculpt/Meshes/Box.js +3 -2
- package/libs/Sculpt/Meshes/Cylinder.js +10 -6
- package/libs/Sculpt/Meshes/Line.js +43 -38
- package/libs/Sculpt/Meshes/LineWithDots.js +14 -10
- package/libs/Sculpt/Meshes/Point.js +24 -20
- package/libs/Sculpt/Meshes/Polygon.js +5 -2
- package/libs/Sculpt/Meshes/Prism.js +19 -16
- package/libs/Sculpt/Objects/Line/Editor.js +6 -5
- package/libs/Sculpt/index.js +15 -14
- package/libs/Sculpt/utils/export.d.ts +18 -0
- package/libs/Sculpt/utils/export.js +21 -0
- package/libs/Sculpt/utils/three/ColoredMesh.js +26 -22
- package/libs/base/BasePlugin.js +14 -10
- package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +146 -94
- package/libs/floorplan/MapviewFloorplanPlugin/index.js +62 -10
- package/libs/floorplan/ModelFloorplanPlugin/Controller.js +109 -56
- package/libs/floorplan/ModelFloorplanPlugin/index.js +62 -9
- package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +116 -63
- package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +62 -9
- package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +105 -52
- package/libs/floorplan/TopviewFloorplanPlugin/index.js +62 -9
- package/libs/floorplan/index.js +4 -0
- package/libs/index.js +208 -206
- package/libs/shared-utils/five/fiveEveryReadyListener.d.ts +2 -0
- package/libs/shared-utils/five/fiveEveryReadyListener.js +15 -0
- package/libs/shared-utils/five/index.js +6 -2
- package/libs/shared-utils/five/lookObject.js +31 -27
- package/libs/shared-utils/index.d.ts +1 -0
- package/libs/shared-utils/index.js +19 -17
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/tag.d.ts +41 -2
- package/libs/shared-utils/tag.js +139 -86
- package/libs/shared-utils/three/index.js +4 -0
- package/libs/shared-utils/three/temp.d.ts +2 -2
- package/libs/shared-utils/three/temp.js +4 -4
- package/package.json +1 -1
package/libs/index.js
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FLOOR_TYPE_MAP as
|
|
15
|
-
import { ModelChassisCompassPlugin as
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as
|
|
17
|
-
import { CameraMovementPlugin as
|
|
18
|
-
import { CameraMovementEffect as
|
|
19
|
-
import { PanoRulerPlugin as
|
|
20
|
-
import { PanoRulerProPlugin as
|
|
21
|
-
import { PanoCompassPlugin as
|
|
22
|
-
import { PanoMeasurePlugin as
|
|
23
|
-
import { PanoSpatialTagPlugin as
|
|
24
|
-
import { modelItemLabelPluginServerParams as
|
|
25
|
-
import { ModelTVVideoPlugin as
|
|
26
|
-
import { DIRECTION as
|
|
27
|
-
import { itemLabelPluginServerParams as
|
|
28
|
-
import { PanoDoorLabelPlugin as
|
|
29
|
-
import { GuideLinePlugin as
|
|
30
|
-
import { CruisePlugin as
|
|
31
|
-
import { PanoTagPlugin as
|
|
32
|
-
import { Object3DHelperPlugin as
|
|
33
|
-
import { PanoVideoPlugin as
|
|
34
|
-
import { PipelinePlugin as
|
|
35
|
-
import { AreaMakerPlugin as
|
|
36
|
-
import { CurrentPanoImagePlugin as
|
|
37
|
-
import { Sculpt as
|
|
38
|
-
import { ModelMakerPlugin as
|
|
39
|
-
import { index as
|
|
40
|
-
import { CSS3DRender as
|
|
41
|
-
import { Model as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { Polyline as
|
|
45
|
-
import { Magnifier as
|
|
46
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
47
|
-
import { ModelItemLabelPlugin as
|
|
48
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
49
|
-
import { Plugin as
|
|
50
|
-
import { GuideLineItem$1 as
|
|
51
|
-
import { GuideLineModeItem$1 as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { typing as
|
|
55
|
-
import { default as
|
|
56
|
-
import { defaultGlobalConfig as
|
|
57
|
-
import { ContentType as
|
|
58
|
-
import { Object3DHelperController as
|
|
59
|
-
import { typings as
|
|
60
|
-
import { createPoint as
|
|
61
|
-
import { createLine as
|
|
62
|
-
import { createPolyline as
|
|
63
|
-
import { createPolygon as
|
|
64
|
-
import { createPrism as
|
|
65
|
-
import { createRectangle as
|
|
66
|
-
import { createCircle as
|
|
67
|
-
import { createCylinder as
|
|
68
|
-
import { createBox as
|
|
3
|
+
import { PaintBrush as Cl } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as cl } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as _l } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as Il } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as Sl } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as Al, modelRoomLabelPluginServerParams as Dl } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as bl } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as Fl } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as Vl } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as Nl } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as kl } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as Hl, ROOM_FETILE_TYPE_MAP as Ul, ROOM_TYPE_MAP as jl } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as Wl } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as zl } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as Kl } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as Xl, Rotation as Zl } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as rn } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as mn } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as en } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as nn } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as Pn } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as un } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as gn } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as dn } from "./ModelTVVideoPlugin/typings.js";
|
|
27
|
+
import { itemLabelPluginServerParams as Tn } from "./ItemLabelPlugin/index.js";
|
|
28
|
+
import { PanoDoorLabelPlugin as Ln } from "./PanoDoorLabelPlugin/index.js";
|
|
29
|
+
import { GuideLinePlugin as Rn } from "./GuideLinePlugin/index.js";
|
|
30
|
+
import { CruisePlugin as En, MovePlugin as In } from "./CruisePlugin/index.js";
|
|
31
|
+
import { PanoTagPlugin as Sn } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as An } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as Gn } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as vn } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as Yn } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as Bn } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { Sculpt as hn, SculptPlugin as kn } from "./Sculpt/index.js";
|
|
38
|
+
import { ModelMakerPlugin as Hn } from "./ModelMakerPlugin/index.js";
|
|
39
|
+
import { index as jn } from "./shared-utils/index.js";
|
|
40
|
+
import { CSS3DRender as Wn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
41
|
+
import { Model as zn } from "./PanoMeasurePlugin/Model/index.js";
|
|
42
|
+
import { default as Kn } from "./PanoMeasurePlugin/Model/point.js";
|
|
43
|
+
import { default as Xn } from "./PanoMeasurePlugin/Model/line.js";
|
|
44
|
+
import { Polyline as oa } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
45
|
+
import { Magnifier as ta } from "./shared-utils/three/Magnifier.js";
|
|
46
|
+
import { DISPLAY_STRATEGY_TYPE as ma } from "./ModelItemLabelPlugin/typings.js";
|
|
47
|
+
import { ModelItemLabelPlugin as ea } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
48
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as na } from "./ItemLabelPlugin/typings.js";
|
|
49
|
+
import { Plugin as Pa } from "./ItemLabelPlugin/Plugin.js";
|
|
50
|
+
import { GuideLineItem$1 as ua } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
51
|
+
import { GuideLineModeItem$1 as ga } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
52
|
+
import { default as da, default as Ma } from "./CruisePlugin/Work.js";
|
|
53
|
+
import { default as Ca } from "./CruisePlugin/Move.js";
|
|
54
|
+
import { typing as ca } from "./CruisePlugin/typing/index.js";
|
|
55
|
+
import { default as _a, pluginFlag as Ea } from "./PanoTagPlugin/controller/index.js";
|
|
56
|
+
import { defaultGlobalConfig as ya } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
57
|
+
import { ContentType as Oa, DimensionType as Aa, PointType as Da } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
58
|
+
import { Object3DHelperController as ba, PLUGIN as va } from "./Object3DHelperPlugin/Controller.js";
|
|
59
|
+
import { typings as Ya } from "./PanoVideoPlugin/typings/index.js";
|
|
60
|
+
import { createPoint as Ba } from "./Sculpt/Objects/Point/index.js";
|
|
61
|
+
import { createLine as ha } from "./Sculpt/Objects/Line/index.js";
|
|
62
|
+
import { createPolyline as wa } from "./Sculpt/Objects/Polyline/index.js";
|
|
63
|
+
import { createPolygon as Ua } from "./Sculpt/Objects/Polygon/index.js";
|
|
64
|
+
import { createPrism as $a } from "./Sculpt/Objects/Prism/index.js";
|
|
65
|
+
import { createRectangle as qa } from "./Sculpt/Objects/Rectangle/index.js";
|
|
66
|
+
import { createCircle as Ja } from "./Sculpt/Objects/Circle/index.js";
|
|
67
|
+
import { createCylinder as Qa } from "./Sculpt/Objects/Cylinder/index.js";
|
|
68
|
+
import { createBox as Za } from "./Sculpt/Objects/Box/index.js";
|
|
69
69
|
import "./components/PaintBrush/Controller.js";
|
|
70
70
|
import "./components/PaintBrush/utils.js";
|
|
71
71
|
import "./components/PaintBrush/tween.js";
|
|
@@ -87,7 +87,10 @@ import "./shared-utils/Subscribe.js";
|
|
|
87
87
|
import "./shared-utils/Utils/WorkUtil.js";
|
|
88
88
|
import "./shared-utils/five/transformPosition.js";
|
|
89
89
|
import "./shared-utils/three/temp.js";
|
|
90
|
+
import "./shared-utils/three/core/Raycaster.js";
|
|
90
91
|
import "./shared-utils/dom/resizeObserver.js";
|
|
92
|
+
import "./shared-utils/five/fiveEveryReadyListener.js";
|
|
93
|
+
import "./shared-utils/throttle.js";
|
|
91
94
|
import "hammerjs";
|
|
92
95
|
import "./shared-utils/three/PointSelector/index.js";
|
|
93
96
|
import "./shared-utils/three/PointSelector/utils/PointSelectorHelper.js";
|
|
@@ -106,6 +109,26 @@ import "./vendor/three/build/three.module.js";
|
|
|
106
109
|
import "./shared-utils/three/core/Sphere.js";
|
|
107
110
|
import "animejs";
|
|
108
111
|
import "./shared-utils/isNil.js";
|
|
112
|
+
import "./Sculpt/Meshes/Polygon.js";
|
|
113
|
+
import "./shared-utils/three/generatePolygonGeometry.js";
|
|
114
|
+
import "./shared-utils/three/earcut3D.js";
|
|
115
|
+
import "earcut";
|
|
116
|
+
import "./shared-utils/three/getNormal.js";
|
|
117
|
+
import "./PanoMeasurePlugin/utils/isIntersecting.js";
|
|
118
|
+
import "./Sculpt/typings/style.js";
|
|
119
|
+
import "./Sculpt/utils/three/ColoredMesh.js";
|
|
120
|
+
import "./shared-utils/three/IObject3D.js";
|
|
121
|
+
import "./Sculpt/utils/Modules/Global.js";
|
|
122
|
+
import "./Sculpt/utils/Modules/Cursor.js";
|
|
123
|
+
import "./shared-utils/five/FiveDomEvents.js";
|
|
124
|
+
import "./shared-utils/five/calculateThreeMouse.js";
|
|
125
|
+
import "./shared-utils/isTouchDevice.js";
|
|
126
|
+
import "./vendor/hotkeys-js/dist/hotkeys.esm.js";
|
|
127
|
+
import "./Sculpt/utils/three/rayOnLine.js";
|
|
128
|
+
import "./shared-utils/three/geometryUtil.js";
|
|
129
|
+
import "./Sculpt/utils/Meshes/getLengthHTML.js";
|
|
130
|
+
import "./shared-utils/three/applyObjectMatrixWorld.js";
|
|
131
|
+
import "./shared-utils/util.js";
|
|
109
132
|
import "./shared-utils/three/PointSelector/utils/html.js";
|
|
110
133
|
import "./shared-utils/five/initialCSS3DRender.js";
|
|
111
134
|
import "./CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
|
|
@@ -113,23 +136,48 @@ import "./CSS3DRenderPlugin/utils/three/THREEJS_CSS3DRenderer.js";
|
|
|
113
136
|
import "./CSS3DRenderPlugin/utils/createResizeObserver.js";
|
|
114
137
|
import "./shared-utils/three/PointSelector/utils/PointHelper2.js";
|
|
115
138
|
import "./Sculpt/Meshes/Line.js";
|
|
116
|
-
import "./Sculpt/typings/style.js";
|
|
117
139
|
import "./shared-utils/five/FiveLine.js";
|
|
118
|
-
import "./shared-utils/three/IObject3D.js";
|
|
119
140
|
import "./Sculpt/utils/removeAllTag.js";
|
|
120
|
-
import "./Sculpt/utils/Meshes/getLengthHTML.js";
|
|
121
|
-
import "./shared-utils/three/applyObjectMatrixWorld.js";
|
|
122
|
-
import "./shared-utils/util.js";
|
|
123
141
|
import "./CSS3DRenderPlugin/utils/three/CSS3DSprite.js";
|
|
124
|
-
import "./shared-utils/isTouchDevice.js";
|
|
125
142
|
import "./shared-utils/five/getPosition.js";
|
|
126
143
|
import "./shared-utils/five/getRaycasterByNdcPosition.js";
|
|
127
144
|
import "./shared-utils/three/PointSelector/utils/contents.js";
|
|
128
|
-
import "./
|
|
145
|
+
import "./base/BasePlugin.js";
|
|
129
146
|
import "./shared-utils/url/absoluteUrl.js";
|
|
147
|
+
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
148
|
+
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
149
|
+
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
150
|
+
import "./shared-utils/three/boundingBox.js";
|
|
151
|
+
import "./shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
152
|
+
import "./shared-utils/Object3DHelper/utils/direction.js";
|
|
153
|
+
import "./shared-utils/Object3DHelper/Constants/color.js";
|
|
154
|
+
import "./shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
130
155
|
import "./CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
131
156
|
import "./CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
132
157
|
import "./CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
158
|
+
import "./shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
159
|
+
import "./shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
160
|
+
import "./shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
161
|
+
import "./shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
162
|
+
import "./shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
163
|
+
import "./shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
164
|
+
import "./shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
165
|
+
import "./shared-utils/Object3DHelper/Base/BaseController.js";
|
|
166
|
+
import "./shared-utils/threex/domevents/index.js";
|
|
167
|
+
import "./shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
168
|
+
import "./shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
169
|
+
import "./Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
170
|
+
import "./shared-utils/Object3DHelper/index.js";
|
|
171
|
+
import "./shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
172
|
+
import "./shared-utils/math/rad2Deg.js";
|
|
173
|
+
import "./shared-utils/math/deg2Rad.js";
|
|
174
|
+
import "./shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
175
|
+
import "./shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
176
|
+
import "./shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
177
|
+
import "./shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
178
|
+
import "./shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
179
|
+
import "./shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
180
|
+
import "./shared-utils/five/fiveModelLoad.js";
|
|
133
181
|
import "./shared-utils/createLine/index.js";
|
|
134
182
|
import "./ModelRoomLabelPlugin/Controller.js";
|
|
135
183
|
import "./ModelRoomLabelPlugin/RoomLabelItems.js";
|
|
@@ -165,7 +213,6 @@ import "./floorplan/Components/RoomHighlight/Room.js";
|
|
|
165
213
|
import "./floorplan/Components/MissingFloor.js";
|
|
166
214
|
import "./floorplan/Components/Camera.js";
|
|
167
215
|
import "./floorplan/Assets/camera.js";
|
|
168
|
-
import "./shared-utils/math/rad2Deg.js";
|
|
169
216
|
import "./floorplan/Components/Compass.js";
|
|
170
217
|
import "./floorplan/Assets/compass.js";
|
|
171
218
|
import "./floorplan/utils/formatData.js";
|
|
@@ -174,7 +221,6 @@ import "./shared-utils/filter.js";
|
|
|
174
221
|
import "./shared-utils/tap.js";
|
|
175
222
|
import "./shared-utils/getPxmm.js";
|
|
176
223
|
import "./base/BasePluginWithData.js";
|
|
177
|
-
import "./base/BasePlugin.js";
|
|
178
224
|
import "./floorplan/utils/correctFiveState.js";
|
|
179
225
|
import "./floorplan/utils/constant.js";
|
|
180
226
|
import "./shared-utils/nearlyEqual.js";
|
|
@@ -185,7 +231,6 @@ import "./floorplan/TopviewFloorplanPlugin/Controller.js";
|
|
|
185
231
|
import "./floorplan/PanoFloorplanRadarPlugin/Controller.js";
|
|
186
232
|
import "./floorplan/PanoFloorplanRadarPlugin/Components/Main.js";
|
|
187
233
|
import "./floorplan/PanoFloorplanRadarPlugin/Components/Camera.js";
|
|
188
|
-
import "./shared-utils/throttle.js";
|
|
189
234
|
import "./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js";
|
|
190
235
|
import "./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js";
|
|
191
236
|
import "three/examples/jsm/loaders/FBXLoader";
|
|
@@ -219,13 +264,7 @@ import "./PanoMeasurePlugin/utils/dom/base.js";
|
|
|
219
264
|
import "./PanoMeasurePlugin/utils/isNDCPointInScreen.js";
|
|
220
265
|
import "./PanoMeasurePlugin/Model/area.js";
|
|
221
266
|
import "./PanoMeasurePlugin/Model/polygon.js";
|
|
222
|
-
import "./shared-utils/three/generatePolygonGeometry.js";
|
|
223
|
-
import "./shared-utils/three/earcut3D.js";
|
|
224
|
-
import "earcut";
|
|
225
|
-
import "./shared-utils/three/getNormal.js";
|
|
226
|
-
import "./PanoMeasurePlugin/utils/isIntersecting.js";
|
|
227
267
|
import "./PanoMeasurePlugin/utils/dom/areaDom.js";
|
|
228
|
-
import "./shared-utils/three/geometryUtil.js";
|
|
229
268
|
import "./PanoMeasurePlugin/Modules/DeleteDom/index.js";
|
|
230
269
|
import "./PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js";
|
|
231
270
|
import "./PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js";
|
|
@@ -240,7 +279,6 @@ import "./PanoMeasurePlugin/Controller/MixedController.js";
|
|
|
240
279
|
import "./PanoMeasurePlugin/Modules/rangePiece/index.js";
|
|
241
280
|
import "./shared-utils/noop.js";
|
|
242
281
|
import "./PanoMeasurePlugin/utils/mouseGroup.js";
|
|
243
|
-
import "./shared-utils/five/calculateThreeMouse.js";
|
|
244
282
|
import "./PanoMeasurePlugin/Modules/UIController/index.js";
|
|
245
283
|
import "./PanoMeasurePlugin/Modules/UIController/HTML.js";
|
|
246
284
|
import "./PanoMeasurePlugin/Modules/UIController/mobileHTML.js";
|
|
@@ -390,8 +428,6 @@ import "./PanoTagPlugin/utils/Cache.js";
|
|
|
390
428
|
import "./PanoTagPlugin/controller/TagUtil.js";
|
|
391
429
|
import "./PanoTagPlugin/tag.config.js";
|
|
392
430
|
import "./PanoTagPlugin/utils/normalPositionToPositions.js";
|
|
393
|
-
import "./shared-utils/five/FiveDomEvents.js";
|
|
394
|
-
import "./shared-utils/three/core/Raycaster.js";
|
|
395
431
|
import "./PanoTagPlugin/utils/DebugUtil.js";
|
|
396
432
|
import "./PanoTagPlugin/utils/addDebugPoints.js";
|
|
397
433
|
import "./PanoTagPlugin/controller/Tag/PointTag.js";
|
|
@@ -408,36 +444,6 @@ import "./CruisePlugin/utils/coordinatesToVector.js";
|
|
|
408
444
|
import "./CruisePlugin/utils/safeCall.js";
|
|
409
445
|
import "./CruisePlugin/utils/sleep.js";
|
|
410
446
|
import "./shared-utils/five/fiveLoaded.js";
|
|
411
|
-
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
412
|
-
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
413
|
-
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
414
|
-
import "./shared-utils/three/boundingBox.js";
|
|
415
|
-
import "./shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js";
|
|
416
|
-
import "./shared-utils/Object3DHelper/utils/direction.js";
|
|
417
|
-
import "./shared-utils/Object3DHelper/Constants/color.js";
|
|
418
|
-
import "./shared-utils/Object3DHelper/utils/calculateScaleByCamera.js";
|
|
419
|
-
import "./shared-utils/Object3DHelper/Helper/RotateHelper.js";
|
|
420
|
-
import "./shared-utils/Object3DHelper/Helper/HTML/tipsDom.js";
|
|
421
|
-
import "./shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js";
|
|
422
|
-
import "./shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.js";
|
|
423
|
-
import "./shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js";
|
|
424
|
-
import "./shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js";
|
|
425
|
-
import "./shared-utils/Object3DHelper/Controller/MoveController.js";
|
|
426
|
-
import "./shared-utils/Object3DHelper/Base/BaseController.js";
|
|
427
|
-
import "./shared-utils/threex/domevents/index.js";
|
|
428
|
-
import "./shared-utils/Object3DHelper/utils/getMouseRaycaster.js";
|
|
429
|
-
import "./shared-utils/Object3DHelper/utils/calculateThreeMouse.js";
|
|
430
|
-
import "./Sculpt/utils/three/rayOnLine.js";
|
|
431
|
-
import "./Object3DHelperPlugin/FiveControllerWrapper.js";
|
|
432
|
-
import "./shared-utils/Object3DHelper/index.js";
|
|
433
|
-
import "./shared-utils/Object3DHelper/Controller/RotateController.js";
|
|
434
|
-
import "./shared-utils/math/deg2Rad.js";
|
|
435
|
-
import "./shared-utils/Object3DHelper/Controller/CSS3DScaleController.js";
|
|
436
|
-
import "./shared-utils/Object3DHelper/Controller/RectangleScaleController.js";
|
|
437
|
-
import "./shared-utils/Object3DHelper/utils/vectorIsEqual.js";
|
|
438
|
-
import "./shared-utils/Object3DHelper/Controller/BoundingBoxController.js";
|
|
439
|
-
import "./shared-utils/Object3DHelper/Helper/ScaleHelper.js";
|
|
440
|
-
import "./shared-utils/Object3DHelper/Controller/ScaleController.js";
|
|
441
447
|
import "./PanoVideoPlugin/Controller.js";
|
|
442
448
|
import "./PanoVideoPlugin/VideoMeshController.js";
|
|
443
449
|
import "./PanoVideoPlugin/utils/shader.js";
|
|
@@ -456,11 +462,8 @@ import "./shared-utils/three/core/LineSegments.js";
|
|
|
456
462
|
import "./components/AreaLabel/LabelItem.js";
|
|
457
463
|
import "./components/AreaLabel/Assets/roomLabelBg.js";
|
|
458
464
|
import "./CurrentPanoImagePlugin/Controller.js";
|
|
459
|
-
import "./Sculpt/utils/Modules/Global.js";
|
|
460
|
-
import "./Sculpt/utils/Modules/Cursor.js";
|
|
461
465
|
import "./shared-utils/three/recurveFindObject.js";
|
|
462
466
|
import "./shared-utils/forReverseEach.js";
|
|
463
|
-
import "./vendor/hotkeys-js/dist/hotkeys.esm.js";
|
|
464
467
|
import "./ModelMakerPlugin/Controller.js";
|
|
465
468
|
import "./ModelMakerPlugin/item/boxItem.js";
|
|
466
469
|
import "./ModelMakerPlugin/item/polygonItem.js";
|
|
@@ -468,8 +471,6 @@ import "./ModelMakerPlugin/item/baseItem.js";
|
|
|
468
471
|
import "./shared-utils/three/addIfNotExists.js";
|
|
469
472
|
import "./ModelMakerPlugin/utils/getFiveDomEvent.js";
|
|
470
473
|
import "./Sculpt/Meshes/Prism.js";
|
|
471
|
-
import "./Sculpt/Meshes/Polygon.js";
|
|
472
|
-
import "./Sculpt/utils/three/ColoredMesh.js";
|
|
473
474
|
import "./Sculpt/Meshes/PolygonWithEdge.js";
|
|
474
475
|
import "./Sculpt/Meshes/Polyline.js";
|
|
475
476
|
import "./Sculpt/Meshes/LineWithDots.js";
|
|
@@ -484,6 +485,16 @@ import "./shared-utils/math/convexHull.js";
|
|
|
484
485
|
import "./shared-utils/math/inside.js";
|
|
485
486
|
import "./shared-utils/five/index.js";
|
|
486
487
|
import "./shared-utils/three/getCoords.js";
|
|
488
|
+
import "./Sculpt/utils/export.js";
|
|
489
|
+
import "./Sculpt/Meshes/Box.js";
|
|
490
|
+
import "./Sculpt/Meshes/RectangleWithEdge.js";
|
|
491
|
+
import "./Sculpt/Meshes/Rectangle.js";
|
|
492
|
+
import "./Sculpt/utils/three/RectangleGeometry.js";
|
|
493
|
+
import "./Sculpt/utils/getBetterNormal.js";
|
|
494
|
+
import "./Sculpt/Meshes/Circle.js";
|
|
495
|
+
import "./Sculpt/utils/radiusToSegments.js";
|
|
496
|
+
import "./Sculpt/Meshes/CircleWithEdge.js";
|
|
497
|
+
import "./Sculpt/Meshes/Cylinder.js";
|
|
487
498
|
import "./shared-utils/five/lookObject.js";
|
|
488
499
|
import "./Sculpt/Objects/Base/index.js";
|
|
489
500
|
import "./Sculpt/Objects/Point/Editor.js";
|
|
@@ -496,96 +507,87 @@ import "./Sculpt/Meshes/Area.js";
|
|
|
496
507
|
import "./Sculpt/Objects/Polygon/Editor.js";
|
|
497
508
|
import "./Sculpt/Objects/Prism/Editor.js";
|
|
498
509
|
import "./Sculpt/Objects/Rectangle/Editor.js";
|
|
499
|
-
import "./Sculpt/Meshes/RectangleWithEdge.js";
|
|
500
|
-
import "./Sculpt/Meshes/Rectangle.js";
|
|
501
|
-
import "./Sculpt/utils/three/RectangleGeometry.js";
|
|
502
|
-
import "./Sculpt/utils/getBetterNormal.js";
|
|
503
510
|
import "./Sculpt/Objects/Circle/Editor.js";
|
|
504
|
-
import "./Sculpt/Meshes/CircleWithEdge.js";
|
|
505
|
-
import "./Sculpt/Meshes/Circle.js";
|
|
506
|
-
import "./Sculpt/utils/radiusToSegments.js";
|
|
507
|
-
import "./Sculpt/Meshes/Cylinder.js";
|
|
508
511
|
import "./Sculpt/Objects/Cylinder/Editor.js";
|
|
509
512
|
import "./Sculpt/Objects/Box/Editor.js";
|
|
510
|
-
import "./Sculpt/Meshes/Box.js";
|
|
511
513
|
r();
|
|
512
514
|
o();
|
|
513
515
|
export {
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
516
|
+
Yn as AreaMakerPlugin,
|
|
517
|
+
Wn as CSS3DRender,
|
|
518
|
+
Il as CSS3DRenderPlugin,
|
|
519
|
+
Xl as CameraMovementEffect,
|
|
520
|
+
Kl as CameraMovementPlugin,
|
|
521
|
+
Oa as ContentType,
|
|
522
|
+
En as CruisePlugin,
|
|
523
|
+
da as CruisePluginController,
|
|
524
|
+
ca as CruisePluginTypes,
|
|
525
|
+
Bn as CurrentPanoImagePlugin,
|
|
526
|
+
dn as DIRECTION,
|
|
527
|
+
ma as DISPLAY_STRATEGY_TYPE,
|
|
528
|
+
Aa as DimensionType,
|
|
529
|
+
bl as FLOOR_PLAN_ATTACHED_TO,
|
|
530
|
+
Hl as FLOOR_TYPE_MAP,
|
|
531
|
+
ua as GuideLineItem,
|
|
532
|
+
ga as GuideLineModeItem,
|
|
533
|
+
Rn as GuideLinePlugin,
|
|
534
|
+
na as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
535
|
+
Pa as ItemLabelPlugin,
|
|
536
|
+
ta as Magnifier,
|
|
537
|
+
Vl as MapviewFloorplanPlugin,
|
|
538
|
+
Wl as ModelChassisCompassPlugin,
|
|
539
|
+
zl as ModelEntryDoorGuidePlugin,
|
|
540
|
+
Fl as ModelFloorplanPlugin,
|
|
541
|
+
ea as ModelItemLabelPlugin,
|
|
542
|
+
Hn as ModelMakerPlugin,
|
|
543
|
+
Al as ModelRoomLabelPlugin,
|
|
544
|
+
gn as ModelTVVideoPlugin,
|
|
545
|
+
_l as ModelViewPlugin,
|
|
546
|
+
Ca as MoveController,
|
|
547
|
+
In as MovePlugin,
|
|
548
|
+
ba as Object3DHelperController,
|
|
549
|
+
An as Object3DHelperPlugin,
|
|
550
|
+
va as PLUGIN,
|
|
551
|
+
Cl as PaintBrush,
|
|
552
|
+
cl as PaintBrushTypeEnum,
|
|
553
|
+
en as PanoCompassPlugin,
|
|
554
|
+
Sl as PanoCursorRaycasterPlugin,
|
|
555
|
+
Ln as PanoDoorLabelPlugin,
|
|
556
|
+
kl as PanoFloorplanRadarPlugin,
|
|
557
|
+
nn as PanoMeasurePlugin,
|
|
558
|
+
Xn as PanoMeasurePluginLine,
|
|
559
|
+
zn as PanoMeasurePluginModel,
|
|
560
|
+
Kn as PanoMeasurePluginPoint,
|
|
561
|
+
oa as PanoMeasurePluginPolyline,
|
|
562
|
+
rn as PanoRulerPlugin,
|
|
563
|
+
mn as PanoRulerProPlugin,
|
|
564
|
+
Pn as PanoSpatialTagPlugin,
|
|
565
|
+
Sn as PanoTagPlugin,
|
|
566
|
+
_a as PanoTagPluginController,
|
|
567
|
+
Gn as PanoVideoPlugin,
|
|
568
|
+
Ya as PanoVideoPluginType,
|
|
569
|
+
vn as PipelinePlugin,
|
|
570
|
+
Da as PointType,
|
|
571
|
+
Ul as ROOM_FETILE_TYPE_MAP,
|
|
572
|
+
jl as ROOM_TYPE_MAP,
|
|
573
|
+
Zl as Rotation,
|
|
574
|
+
hn as Sculpt,
|
|
575
|
+
kn as SculptPlugin,
|
|
576
|
+
Nl as TopviewFloorplanPlugin,
|
|
577
|
+
jn as Util,
|
|
578
|
+
Ma as WalkController,
|
|
579
|
+
Za as createBox,
|
|
580
|
+
Ja as createCircle,
|
|
581
|
+
Qa as createCylinder,
|
|
582
|
+
ha as createLine,
|
|
583
|
+
Ba as createPoint,
|
|
584
|
+
Ua as createPolygon,
|
|
585
|
+
wa as createPolyline,
|
|
586
|
+
$a as createPrism,
|
|
587
|
+
qa as createRectangle,
|
|
588
|
+
ya as defaultGlobalConfig,
|
|
589
|
+
Tn as itemLabelPluginServerParams,
|
|
590
|
+
un as modelItemLabelPluginServerParams,
|
|
591
|
+
Dl as modelRoomLabelPluginServerParams,
|
|
592
|
+
Ea as pluginFlag
|
|
591
593
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { throttle as a } from "../throttle.js";
|
|
2
|
+
function i(e, n) {
|
|
3
|
+
let r = !1;
|
|
4
|
+
const t = a(() => {
|
|
5
|
+
r || (r = !0, e.ready().then(() => {
|
|
6
|
+
n(), r = !1;
|
|
7
|
+
}));
|
|
8
|
+
}, 150);
|
|
9
|
+
return e.on("camera.update", t), () => {
|
|
10
|
+
e.off("camera.update", t);
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
i as fiveEveryReadyListener
|
|
15
|
+
};
|
|
@@ -4,13 +4,17 @@ import "../three/PointSelector/index.js";
|
|
|
4
4
|
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
5
5
|
import "../tag.js";
|
|
6
6
|
import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
7
|
+
import "../../Sculpt/Meshes/Polygon.js";
|
|
8
|
+
import "../../Sculpt/utils/Modules/Global.js";
|
|
7
9
|
import "@realsee/five/line";
|
|
8
10
|
import "../../vendor/three/examples/jsm/lines/LineGeometry.js";
|
|
11
|
+
import "../../vendor/hotkeys-js/dist/hotkeys.esm.js";
|
|
12
|
+
import "../../Sculpt/utils/three/rayOnLine.js";
|
|
9
13
|
import "../three/core/Sphere.js";
|
|
10
14
|
import "animejs";
|
|
11
|
-
function
|
|
15
|
+
function k(e) {
|
|
12
16
|
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 不存在" };
|
|
13
17
|
}
|
|
14
18
|
export {
|
|
15
|
-
|
|
19
|
+
k as checkFiveModelLoaded
|
|
16
20
|
};
|