@realsee/dnalogel 2.3.6 → 2.3.7-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/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +6 -9
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -3
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/dist/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/dist/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/dist/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/dist/PanoMeasurePlugin/index.d.ts +6 -2
- package/dist/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/dist/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +4 -3
- package/dist/index.cjs.js +96 -96
- package/dist/index.js +2535 -2459
- package/dist/index.umd.js +91 -91
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +301 -0
- package/docs/classes/PanoMeasurePluginModel.html +275 -0
- package/docs/classes/PanoMeasurePluginPoint.html +160 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +306 -0
- package/docs/classes/PanoTagPluginController.html +39 -39
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +12 -12
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/LinkType.html +7 -7
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +12 -7
- package/docs/functions/CameraMovementPlugin.html +12 -7
- package/docs/functions/CruisePlugin.html +12 -7
- package/docs/functions/GuideLinePlugin.html +13 -8
- package/docs/functions/ItemLabelPlugin.html +12 -7
- package/docs/functions/MapviewFloorplanPlugin.html +12 -7
- package/docs/functions/ModelChassisCompassPlugin.html +12 -7
- package/docs/functions/ModelEntryDoorGuidePlugin.html +12 -7
- package/docs/functions/ModelFloorplanPlugin.html +12 -7
- package/docs/functions/ModelItemLabelPlugin.html +12 -7
- package/docs/functions/ModelRoomLabelPlugin.html +12 -7
- package/docs/functions/ModelTVVideoPlugin.html +12 -7
- package/docs/functions/ModelViewPlugin.html +12 -7
- package/docs/functions/Object3DHelperPlugin.html +12 -7
- package/docs/functions/PanoCompassPlugin.html +12 -7
- package/docs/functions/PanoCursorRaycasterPlugin.html +12 -7
- package/docs/functions/PanoDoorLabelPlugin.html +12 -7
- package/docs/functions/PanoFloorplanRadarPlugin.html +12 -7
- package/docs/functions/PanoMeasurePlugin.html +12 -7
- package/docs/functions/PanoRulerPlugin.html +12 -7
- package/docs/functions/PanoRulerProPlugin.html +12 -7
- package/docs/functions/PanoSpatialTagPlugin.html +12 -7
- package/docs/functions/PanoTagPlugin.html +12 -7
- package/docs/functions/TopviewFloorplanPlugin.html +12 -7
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +13 -8
- package/docs/index.html +12 -7
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +12 -12
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +13 -8
- package/docs/interfaces/PanoMeasureParameterType.html +24 -14
- package/docs/interfaces/PanoMeasurePluginLineJson.html +78 -0
- package/docs/interfaces/{OpenParameter.html → PanoMeasurePluginOpenParameter.html} +15 -15
- package/docs/interfaces/{LineJson.html → PanoMeasurePluginPointJson.html} +18 -18
- package/docs/interfaces/{PointJson.html → PanoMeasurePluginPolylineJson.html} +24 -22
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +13 -8
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +13 -8
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +13 -8
- package/docs/interfaces/Rooms.html +13 -8
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +20 -10
- package/docs/types/ArrayPosition.html +13 -8
- package/docs/types/CSS3DRenderExportType.html +13 -8
- package/docs/types/CSS3DRenderPluginExportType.html +13 -8
- package/docs/types/CSS3DRenderPluginParameterType.html +13 -8
- package/docs/types/Color.html +13 -8
- package/docs/types/ContentTypeConfigKey.html +13 -8
- package/docs/types/ContentTypeConfigKeyArray.html +13 -8
- package/docs/types/Create3DDomContainerReturnType.html +13 -8
- package/docs/types/Create3DElementReturnType.html +13 -8
- package/docs/types/CruisePluginExportType.html +13 -8
- package/docs/types/Direction-1.html +13 -8
- package/docs/types/Direction4.html +13 -8
- package/docs/types/FloorplanRuleLabels.html +13 -8
- package/docs/types/FloorplanServerRuleLabels.html +13 -8
- package/docs/types/GuideLinePluginExportType.html +13 -8
- package/docs/types/HelperEventMap.html +13 -8
- package/docs/types/MapviewFloorplanPluginParameterType.html +13 -8
- package/docs/types/MapviewFloorplanPluginReturnType.html +13 -8
- package/docs/types/MediaData.html +13 -8
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +13 -8
- package/docs/types/ModelFloorplanPluginParameterType.html +13 -8
- package/docs/types/ModelFloorplanPluginReturnType.html +13 -8
- package/docs/types/ModelRoomLabelPluginParameters.html +13 -8
- package/docs/types/ModelRoomLabelPluginReturnType.html +13 -8
- package/docs/types/MoveArgs.html +13 -8
- package/docs/types/MoveOpts.html +13 -8
- package/docs/types/Object3DHelperEventMap.html +13 -8
- package/docs/types/ObjectFit.html +13 -8
- package/docs/types/PaintBrushEventMap.html +13 -8
- package/docs/types/PanoCompassPluginData.html +13 -8
- package/docs/types/PanoCompassPluginExportType.html +13 -8
- package/docs/types/PanoCompassPluginParameterType.html +13 -8
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +13 -8
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +13 -8
- package/docs/types/PanoMeasurePluginEvent.html +13 -8
- package/docs/types/PanoMeasureReturnType.html +13 -8
- package/docs/types/PanoSpatialTagPluginId.html +13 -8
- package/docs/types/PanoTagPluginExportInterface.html +13 -8
- package/docs/types/PanoTagPluginParamsInterface.html +13 -8
- package/docs/types/PlaneTag.html +13 -8
- package/docs/types/PointTag.html +13 -8
- package/docs/types/Position.html +13 -8
- package/docs/types/RotateArgs.html +13 -8
- package/docs/types/RotateOpts.html +13 -8
- package/docs/types/RuleLabelsKey.html +13 -8
- package/docs/types/RuleLabelsValue.html +13 -8
- package/docs/types/Tag.html +13 -8
- package/docs/types/Tag2D.html +13 -8
- package/docs/types/Tag3D.html +13 -8
- package/docs/types/TagId.html +13 -8
- package/docs/types/TopviewFloorplanPluginParameterType.html +13 -8
- package/docs/types/TopviewFloorplanPluginReturnType.html +13 -8
- package/docs/variables/FLOOR_TYPE_MAP.html +13 -8
- package/docs/variables/PLUGIN.html +13 -8
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +13 -8
- package/docs/variables/ROOM_TYPE_MAP.html +13 -8
- package/docs/variables/VERSION.html +13 -8
- package/docs/variables/itemLabelPluginServerParams.html +13 -8
- package/docs/variables/modelItemLabelPluginServerParams.html +13 -8
- package/docs/variables/modelRoomLabelPluginServerParams.html +13 -8
- package/libs/PanoCompassPlugin/Controller.js +3 -8
- package/libs/PanoMeasurePlugin/Controller/BaseController.d.ts +5 -5
- package/libs/PanoMeasurePlugin/Controller/BaseController.js +8 -8
- package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +5 -6
- package/libs/PanoMeasurePlugin/Controller/EditController.js +56 -57
- package/libs/PanoMeasurePlugin/Controller/MixedController.d.ts +6 -9
- package/libs/PanoMeasurePlugin/Controller/MixedController.js +38 -37
- package/libs/PanoMeasurePlugin/Controller/ViewController.d.ts +6 -3
- package/libs/PanoMeasurePlugin/Controller/ViewController.js +68 -52
- package/libs/PanoMeasurePlugin/Controller/WatchController.d.ts +3 -3
- package/libs/PanoMeasurePlugin/Controller/WatchController.js +39 -41
- package/libs/PanoMeasurePlugin/Controller/index.d.ts +27 -9
- package/libs/PanoMeasurePlugin/Controller/index.js +117 -92
- package/libs/PanoMeasurePlugin/Model/index.d.ts +17 -17
- package/libs/PanoMeasurePlugin/Model/index.js +49 -72
- package/libs/PanoMeasurePlugin/Model/line.d.ts +6 -4
- package/libs/PanoMeasurePlugin/Model/line.js +29 -25
- package/libs/PanoMeasurePlugin/Model/point.d.ts +2 -4
- package/libs/PanoMeasurePlugin/Model/point.js +3 -3
- package/libs/PanoMeasurePlugin/Model/polyline.d.ts +37 -12
- package/libs/PanoMeasurePlugin/Model/polyline.js +90 -37
- package/libs/PanoMeasurePlugin/Modules/GuideController.d.ts +2 -0
- package/libs/PanoMeasurePlugin/Modules/GuideController.js +16 -11
- package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +3 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +21 -21
- package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -2
- package/libs/PanoMeasurePlugin/Modules/UIController/index.js +22 -22
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
- package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +5 -4
- package/libs/PanoMeasurePlugin/Modules/UIController/style.js +10 -10
- package/libs/PanoMeasurePlugin/index.d.ts +6 -2
- package/libs/PanoMeasurePlugin/index.js +31 -27
- package/libs/PanoMeasurePlugin/typings/data.d.ts +6 -16
- package/libs/PanoMeasurePlugin/typings/event.type.d.ts +18 -14
- package/libs/PanoMeasurePlugin/typings/index.d.ts +4 -2
- package/libs/PanoMeasurePlugin/utils/distanceDom.d.ts +4 -3
- package/libs/PanoMeasurePlugin/utils/distanceDom.js +57 -41
- package/libs/index.js +109 -105
- package/package.json +1 -1
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
var b = Object.defineProperty;
|
|
2
|
-
var k = (h,
|
|
3
|
-
var t = (h,
|
|
2
|
+
var k = (h, s, e) => s in h ? b(h, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[s] = e;
|
|
3
|
+
var t = (h, s, e) => (k(h, typeof s != "symbol" ? s + "" : s, e), e);
|
|
4
4
|
import { Model as S } from "../Model/index.js";
|
|
5
|
-
import { Line as
|
|
6
|
-
import { BaseController as
|
|
7
|
-
import { DeleteDom as
|
|
8
|
-
import { findAssociatedLines as
|
|
9
|
-
import { Vector2 as
|
|
5
|
+
import { Line as y } from "../Model/line.js";
|
|
6
|
+
import { BaseController as T } from "./BaseController.js";
|
|
7
|
+
import { DeleteDom as D } from "../Modules/DeleteDom/index.js";
|
|
8
|
+
import { findAssociatedLines as M } from "../utils/findAssociatedLines.js";
|
|
9
|
+
import { Vector2 as p } from "three";
|
|
10
10
|
import { isNDCPointInScreen as v } from "../utils/isNDCPointInScreen.js";
|
|
11
|
-
import { closestPointOnLine as
|
|
12
|
-
|
|
11
|
+
import { closestPointOnLine as G } from "../utils/math.js";
|
|
12
|
+
import { Polyline as N } from "../Model/polyline.js";
|
|
13
|
+
import { RangePieceController as R } from "../Modules/rangePiece/index.js";
|
|
14
|
+
class O extends T {
|
|
13
15
|
constructor(e) {
|
|
14
16
|
super(e);
|
|
15
17
|
t(this, "state", "watching");
|
|
16
|
-
t(this, "
|
|
18
|
+
t(this, "polyline");
|
|
17
19
|
t(this, "hasAppendDashed", !1);
|
|
18
|
-
t(this, "fiveElement");
|
|
19
20
|
t(this, "mobileStartPoint", null);
|
|
20
21
|
t(this, "mobileNowPoint", null);
|
|
21
22
|
t(this, "highlightedLines", []);
|
|
22
23
|
t(this, "deleteDom");
|
|
24
|
+
t(this, "rangePieceController");
|
|
23
25
|
t(this, "onLineChanged", () => {
|
|
24
|
-
this.hook.emit(
|
|
25
|
-
"editedLineChange",
|
|
26
|
-
this.model.lines.map((e) => e.toCompletelyJson())
|
|
27
|
-
);
|
|
26
|
+
this.hook.emit("editedPolylineChange", this.polyline);
|
|
28
27
|
});
|
|
29
28
|
t(this, "onWantsTapGesture", (e) => {
|
|
30
29
|
if (this.state === "editing")
|
|
@@ -32,22 +31,22 @@ class V extends D {
|
|
|
32
31
|
const [i] = this.five.model.intersectRaycaster(e);
|
|
33
32
|
if (!i)
|
|
34
33
|
return;
|
|
35
|
-
const
|
|
36
|
-
const [a,
|
|
37
|
-
if (!v(
|
|
34
|
+
const n = this.five.camera, f = i.point.clone().project(n), r = this.container.clientWidth, l = this.container.clientHeight, m = new p(f.x * r, f.y * l), g = this.polyline.lines.map((o) => {
|
|
35
|
+
const [a, C] = o.points, d = a.position.clone().project(n), c = C.position.clone().project(n);
|
|
36
|
+
if (!v(d) && !v(c))
|
|
38
37
|
return null;
|
|
39
|
-
const
|
|
40
|
-
return { id:
|
|
41
|
-
}).filter((
|
|
38
|
+
const L = new p(d.x * r, d.y * l), w = new p(c.x * r, c.y * l);
|
|
39
|
+
return { id: o.id, points: [L, w] };
|
|
40
|
+
}).filter((o) => !!o);
|
|
42
41
|
if (g.length === 0)
|
|
43
42
|
return;
|
|
44
|
-
const u = g.map((
|
|
45
|
-
const a =
|
|
46
|
-
return { id:
|
|
47
|
-
}).sort((
|
|
43
|
+
const u = g.map((o) => {
|
|
44
|
+
const a = G(m, o.points);
|
|
45
|
+
return { id: o.id, distance: a.distanceTo(m) };
|
|
46
|
+
}).sort((o, a) => o.distance - a.distance)[0];
|
|
48
47
|
if (u.distance > 20)
|
|
49
48
|
return;
|
|
50
|
-
const P = this.
|
|
49
|
+
const P = this.polyline.lines.find(({ id: o }) => o === u.id);
|
|
51
50
|
if (!!P)
|
|
52
51
|
return this.chooseLine(P), !1;
|
|
53
52
|
});
|
|
@@ -67,8 +66,8 @@ class V extends D {
|
|
|
67
66
|
t(this, "onGetEndPoint", (e) => {
|
|
68
67
|
const i = this.mobileNowPoint;
|
|
69
68
|
if (this.removeLine(this.dashed), this.hasAppendDashed = !1, this.mobileStartPoint && i) {
|
|
70
|
-
const
|
|
71
|
-
|
|
69
|
+
const n = new y(this.mobileStartPoint, i, this.model);
|
|
70
|
+
n.distanceItem.appendTo(this.container), n.distanceItem.update(this.five), n.hook.on("selected", this.chooseLine), this.group.add(n.mesh), this.polyline.addLine(n);
|
|
72
71
|
}
|
|
73
72
|
this.mobileStartPoint = null, this.mobileNowPoint = null, this.five.needsRender = !0;
|
|
74
73
|
});
|
|
@@ -83,43 +82,45 @@ class V extends D {
|
|
|
83
82
|
this.state = i, this.state === "watching" ? this.five.helperVisible = !0 : this.five.helperVisible = !1;
|
|
84
83
|
});
|
|
85
84
|
t(this, "chooseLine", (e) => {
|
|
86
|
-
const i =
|
|
85
|
+
const i = M(e);
|
|
87
86
|
this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
|
|
88
87
|
"selectedChange",
|
|
89
|
-
i.map((
|
|
88
|
+
i.map((n) => n)
|
|
90
89
|
);
|
|
91
90
|
});
|
|
92
91
|
t(this, "deleteDomClickCallback", () => {
|
|
93
92
|
this.highlightedLines.forEach((e) => {
|
|
94
|
-
this.removeLine(e), this.
|
|
93
|
+
this.removeLine(e), this.polyline.removeLine(e);
|
|
95
94
|
}), this.highlightedLines = [], this.deleteDom.setLines([]).hide();
|
|
96
95
|
});
|
|
97
96
|
t(this, "cancelDeleteClickCallback", () => {
|
|
98
97
|
this.clearHighlightLines();
|
|
99
98
|
});
|
|
100
|
-
this.deleteDom = new
|
|
99
|
+
this.model = new S(this.config), this.polyline = new N({ model: this.model }), this.model.addPolyline(this.polyline), this.rangePieceController = new R(e), this.deleteDom = new D(this.five, {
|
|
101
100
|
onClick: this.deleteDomClickCallback,
|
|
102
101
|
cancelDelete: this.cancelDeleteClickCallback
|
|
103
|
-
}).appendTo(this.container), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.onWantsTapGesture), this.five.on("wantsToMoveToPano", this.onWantsToMoveToPano), this.
|
|
102
|
+
}).appendTo(this.container), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.onWantsTapGesture), this.five.on("wantsToMoveToPano", this.onWantsToMoveToPano), this.polyline.hook.on("lineAdded", this.onLineChanged), this.polyline.hook.on("lineRemoved", this.onLineChanged), this.five.helperVisible = !1, this.hook.on("getStartPoint", this.onGetStartPoint), this.hook.on("getEndPoint", this.onGetEndPoint), this.hook.on("nowPointChange", this.onNowPointChange), this.hook.on("willChangeState", this.onWillChangeState), this.five.refresh();
|
|
104
103
|
}
|
|
105
104
|
dispose() {
|
|
106
|
-
super.dispose(), this.group.remove(this.mouseGroup, this.dashed.mesh), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsTapGesture", this.onWantsTapGesture), this.five.off("wantsToMoveToPano", this.onWantsToMoveToPano), this.
|
|
105
|
+
super.dispose(), this.five.helperVisible = !0, this.rangePieceController.dispose(), this.group.remove(this.mouseGroup, this.dashed.mesh), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsTapGesture", this.onWantsTapGesture), this.five.off("wantsToMoveToPano", this.onWantsToMoveToPano), this.polyline.hook.off("lineAdded", this.onLineChanged), this.polyline.hook.off("lineRemoved", this.onLineChanged), this.hook.off("getStartPoint", this.onGetStartPoint), this.hook.off("getEndPoint", this.onGetEndPoint), this.hook.off("nowPointChange", this.onNowPointChange), this.hook.off("willChangeState", this.onWillChangeState), this.hook.emit("selectedChange", []), this.dashed.distanceItem.remove(), this.five.needsRender = !0;
|
|
107
106
|
}
|
|
108
107
|
highlightLine(e) {
|
|
109
108
|
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
110
109
|
}
|
|
111
110
|
clearHighlightLines() {
|
|
112
|
-
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.
|
|
111
|
+
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.polyline.lines.forEach((e) => {
|
|
113
112
|
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
114
113
|
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
115
114
|
}
|
|
116
115
|
getEditingLines() {
|
|
117
|
-
return this.
|
|
116
|
+
return this.polyline.lines;
|
|
117
|
+
}
|
|
118
|
+
addStartPoint() {
|
|
118
119
|
}
|
|
119
120
|
highlightLines(e) {
|
|
120
121
|
this.clearHighlightLines(), this.highlightedLines = e, this.deleteDom.setLines(e).updatePosition().show(), e.forEach((i) => this.highlightLine(i));
|
|
121
122
|
}
|
|
122
123
|
}
|
|
123
124
|
export {
|
|
124
|
-
|
|
125
|
+
O as MixedController
|
|
125
126
|
};
|
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
import type Line from '../Model/line';
|
|
2
|
-
import BaseController, {
|
|
2
|
+
import BaseController, { ControllerParams } from './BaseController';
|
|
3
3
|
export default class ViewController extends BaseController {
|
|
4
4
|
type: string;
|
|
5
5
|
private highlightedLines;
|
|
6
6
|
private hammer?;
|
|
7
|
-
constructor(params:
|
|
7
|
+
constructor(params: ControllerParams);
|
|
8
8
|
dispose(): void;
|
|
9
9
|
highlightLine(line: Line): void;
|
|
10
10
|
clearHighlightLines(): void;
|
|
11
11
|
private wantsTapGesture;
|
|
12
12
|
private chooseLine;
|
|
13
13
|
private highlightLines;
|
|
14
|
-
private
|
|
14
|
+
private polylineRemoved;
|
|
15
|
+
private polylineAdded;
|
|
15
16
|
private onCameraUpdate;
|
|
17
|
+
private onFivePanoWillArrive;
|
|
18
|
+
private onFivePanoArrived;
|
|
16
19
|
}
|
|
@@ -1,88 +1,104 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import { Vector2 as
|
|
6
|
-
import { closestPointOnLine as
|
|
1
|
+
var I = Object.defineProperty;
|
|
2
|
+
var E = (h, o, e) => o in h ? I(h, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : h[o] = e;
|
|
3
|
+
var n = (h, o, e) => (E(h, typeof o != "symbol" ? o + "" : o, e), e);
|
|
4
|
+
import w from "hammerjs";
|
|
5
|
+
import { Vector2 as f } from "three";
|
|
6
|
+
import { closestPointOnLine as R } from "../utils/math.js";
|
|
7
7
|
import { isNDCPointInScreen as L } from "../utils/isNDCPointInScreen.js";
|
|
8
8
|
import { findAssociatedLines as k } from "../utils/findAssociatedLines.js";
|
|
9
|
-
import { BaseController as
|
|
10
|
-
|
|
9
|
+
import { BaseController as x } from "./BaseController.js";
|
|
10
|
+
import "@realsee/five/line";
|
|
11
|
+
import "../utils/constants.js";
|
|
12
|
+
import "@realsee/five";
|
|
13
|
+
class M extends x {
|
|
11
14
|
constructor(e) {
|
|
12
15
|
super(e);
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
if (this.model.
|
|
16
|
+
n(this, "type", "view");
|
|
17
|
+
n(this, "highlightedLines", []);
|
|
18
|
+
n(this, "hammer");
|
|
19
|
+
n(this, "wantsTapGesture", (e) => {
|
|
20
|
+
if (this.model.getAllLines().length === 0)
|
|
18
21
|
return;
|
|
19
|
-
const [
|
|
20
|
-
if (!
|
|
22
|
+
const [i] = this.five.model.intersectRaycaster(e);
|
|
23
|
+
if (!i)
|
|
21
24
|
return;
|
|
22
|
-
const
|
|
23
|
-
const [r,
|
|
24
|
-
if (!L(
|
|
25
|
+
const t = this.five.camera, p = i.point.clone().project(t), d = this.container.clientWidth, a = this.container.clientHeight, g = new f(p.x * d, p.y * a), v = this.model.getAllLines().map((s) => {
|
|
26
|
+
const [r, A] = s.points, c = r.position.clone().project(t), m = A.position.clone().project(t);
|
|
27
|
+
if (!L(c) && !L(m))
|
|
25
28
|
return null;
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
l.y * a
|
|
29
|
-
), R = new g(
|
|
30
|
-
m.x * c,
|
|
31
|
-
m.y * a
|
|
32
|
-
);
|
|
33
|
-
return { id: s.id, points: [C, R] };
|
|
29
|
+
const P = new f(c.x * d, c.y * a), y = new f(m.x * d, m.y * a);
|
|
30
|
+
return { id: s.id, points: [P, y] };
|
|
34
31
|
}).filter((s) => !!s);
|
|
35
|
-
if (
|
|
32
|
+
if (v.length === 0)
|
|
36
33
|
return;
|
|
37
|
-
const
|
|
38
|
-
const r =
|
|
39
|
-
return { id: s.id, distance: r.distanceTo(
|
|
40
|
-
}).sort((s, r) => s.distance - r.distance)[0],
|
|
41
|
-
if (this.highlightedLines.length > 0 && !
|
|
34
|
+
const u = v.map((s) => {
|
|
35
|
+
const r = R(g, s.points);
|
|
36
|
+
return { id: s.id, distance: r.distanceTo(g) };
|
|
37
|
+
}).sort((s, r) => s.distance - r.distance)[0], l = u.distance > 20 ? void 0 : this.model.getAllLines().find(({ id: s }) => s === u.id);
|
|
38
|
+
if (this.highlightedLines.length > 0 && !l)
|
|
42
39
|
return this.clearHighlightLines(), !1;
|
|
43
|
-
if (
|
|
44
|
-
return this.chooseLine(
|
|
40
|
+
if (l)
|
|
41
|
+
return this.chooseLine(l), !1;
|
|
45
42
|
});
|
|
46
|
-
|
|
47
|
-
const
|
|
48
|
-
this.highlightLines(
|
|
43
|
+
n(this, "chooseLine", (e) => {
|
|
44
|
+
const i = k(e);
|
|
45
|
+
this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
|
|
49
46
|
"selectedChange",
|
|
50
|
-
|
|
47
|
+
i.map((t) => t)
|
|
51
48
|
);
|
|
52
49
|
});
|
|
53
|
-
|
|
54
|
-
this.removeLine(
|
|
50
|
+
n(this, "polylineRemoved", (e) => {
|
|
51
|
+
e.lines.forEach((i) => this.removeLine(i)), this.hook.emit(
|
|
55
52
|
"selectedChange",
|
|
56
|
-
this.model.
|
|
53
|
+
this.model.getAllLines().filter((i) => i.selected).map((i) => i)
|
|
57
54
|
);
|
|
58
55
|
});
|
|
59
|
-
|
|
56
|
+
n(this, "polylineAdded", (e) => {
|
|
57
|
+
e.lines.forEach((i) => {
|
|
58
|
+
i.distanceItem.appendTo(this.container), i.distanceItem.update(this.five), i.hook.on("selected", this.chooseLine), this.group.add(i.mesh);
|
|
59
|
+
});
|
|
60
|
+
});
|
|
61
|
+
n(this, "onCameraUpdate", () => {
|
|
60
62
|
this.updateDistanceUI();
|
|
61
63
|
});
|
|
62
|
-
this
|
|
63
|
-
|
|
64
|
+
n(this, "onFivePanoWillArrive", (e) => {
|
|
65
|
+
this.model.polylines.forEach((i) => {
|
|
66
|
+
!i.visiblePanoIndexes || i.visiblePanoIndexes.includes(e) || i.lines.forEach((t) => {
|
|
67
|
+
t.mesh.visible = !1, t.distanceItem.update(this.five);
|
|
68
|
+
});
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
n(this, "onFivePanoArrived", (e) => {
|
|
72
|
+
this.model.polylines.forEach((i) => {
|
|
73
|
+
!i.visiblePanoIndexes || i.visiblePanoIndexes.includes(e) && i.lines.forEach((t) => {
|
|
74
|
+
t.mesh.visible = !0, t.distanceItem.update(this.five);
|
|
75
|
+
});
|
|
76
|
+
});
|
|
77
|
+
});
|
|
78
|
+
this.model.getAllLines().forEach((t) => {
|
|
79
|
+
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), this.group.add(t.mesh);
|
|
64
80
|
});
|
|
65
|
-
const
|
|
66
|
-
if (
|
|
67
|
-
const
|
|
68
|
-
this.hammer =
|
|
81
|
+
const i = this.five.getElement();
|
|
82
|
+
if (i) {
|
|
83
|
+
const t = new w(i);
|
|
84
|
+
this.hammer = t;
|
|
69
85
|
}
|
|
70
|
-
this.model.hook.on("
|
|
86
|
+
this.model.hook.on("polylineAdded", this.polylineAdded), this.model.hook.on("polylineRemoved", this.polylineRemoved), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.wantsTapGesture), this.five.on("panoArrived", this.onFivePanoArrived), this.five.on("panoWillArrive", this.onFivePanoWillArrive), this.five.needsRender = !0;
|
|
71
87
|
}
|
|
72
88
|
dispose() {
|
|
73
89
|
var e;
|
|
74
|
-
super.dispose(), this.model.hook.off("
|
|
90
|
+
super.dispose(), this.model.hook.off("polylineAdded", this.polylineAdded), this.model.hook.off("polylineRemoved", this.polylineRemoved), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsTapGesture", this.wantsTapGesture), this.five.off("panoArrived", this.onFivePanoArrived), this.five.off("panoWillArrive", this.onFivePanoWillArrive), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (e = this.hammer) == null || e.destroy();
|
|
75
91
|
}
|
|
76
92
|
highlightLine(e) {
|
|
77
93
|
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
78
94
|
}
|
|
79
95
|
clearHighlightLines() {
|
|
80
|
-
this.group.children.length !== 0 && (this.model.
|
|
96
|
+
this.group.children.length !== 0 && (this.model.getAllLines().forEach((e) => {
|
|
81
97
|
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
82
98
|
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
83
99
|
}
|
|
84
100
|
highlightLines(e) {
|
|
85
|
-
this.clearHighlightLines(), this.highlightedLines = e, e.forEach((
|
|
101
|
+
this.clearHighlightLines(), this.highlightedLines = e, e.forEach((i) => this.highlightLine(i));
|
|
86
102
|
}
|
|
87
103
|
}
|
|
88
104
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type Line from '../Model/line';
|
|
2
|
-
import BaseController, {
|
|
2
|
+
import BaseController, { ControllerParams } from './BaseController';
|
|
3
3
|
export default class WatchController extends BaseController {
|
|
4
4
|
type: string;
|
|
5
5
|
private deleteDom;
|
|
@@ -7,7 +7,7 @@ export default class WatchController extends BaseController {
|
|
|
7
7
|
private fiveElement?;
|
|
8
8
|
private editPointState?;
|
|
9
9
|
private hammer?;
|
|
10
|
-
constructor(params:
|
|
10
|
+
constructor(params: ControllerParams);
|
|
11
11
|
dispose(): void;
|
|
12
12
|
highlightLine(line: Line): void;
|
|
13
13
|
clearHighlightLines(): void;
|
|
@@ -19,7 +19,7 @@ export default class WatchController extends BaseController {
|
|
|
19
19
|
private wantsTapGesture;
|
|
20
20
|
private chooseLine;
|
|
21
21
|
private highlightLines;
|
|
22
|
-
private
|
|
22
|
+
private polylineRemoved;
|
|
23
23
|
private onCameraUpdate;
|
|
24
24
|
private deleteDomClickCallback;
|
|
25
25
|
private cancelDeleteClickCallback;
|
|
@@ -1,16 +1,19 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var s = (r, h, e) => (
|
|
1
|
+
var D = Object.defineProperty;
|
|
2
|
+
var w = (r, h, e) => h in r ? D(r, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[h] = e;
|
|
3
|
+
var s = (r, h, e) => (w(r, typeof h != "symbol" ? h + "" : h, e), e);
|
|
4
4
|
import E from "hammerjs";
|
|
5
5
|
import { DeleteDom as G } from "../Modules/DeleteDom/index.js";
|
|
6
|
-
import { isNDCPointInScreen as
|
|
6
|
+
import { isNDCPointInScreen as P } from "../utils/isNDCPointInScreen.js";
|
|
7
7
|
import { BaseController as R } from "./BaseController.js";
|
|
8
|
-
import { Raycaster as
|
|
9
|
-
import { closestPointOnLine as
|
|
10
|
-
import { findClosestPoint as
|
|
8
|
+
import { Raycaster as A, Vector2 as f } from "three";
|
|
9
|
+
import { closestPointOnLine as T } from "../utils/math.js";
|
|
10
|
+
import { findClosestPoint as H } from "../utils/findClosestPoint.js";
|
|
11
11
|
import { findAssociatedLines as v } from "../utils/findAssociatedLines.js";
|
|
12
|
-
import { getPointFromHammerEvent as
|
|
13
|
-
|
|
12
|
+
import { getPointFromHammerEvent as S } from "../utils/getPointFromHammerEvent.js";
|
|
13
|
+
import "@realsee/five/line";
|
|
14
|
+
import "../utils/constants.js";
|
|
15
|
+
import "@realsee/five";
|
|
16
|
+
class J extends R {
|
|
14
17
|
constructor(e) {
|
|
15
18
|
super(e);
|
|
16
19
|
s(this, "type", "watch");
|
|
@@ -21,9 +24,9 @@ class B extends R {
|
|
|
21
24
|
s(this, "hammer");
|
|
22
25
|
s(this, "onPanStart", (e) => {
|
|
23
26
|
var a;
|
|
24
|
-
if (this.model.
|
|
27
|
+
if (this.model.getAllLines().length === 0 || !this.fiveElement)
|
|
25
28
|
return;
|
|
26
|
-
const i =
|
|
29
|
+
const i = S(e).point, t = (a = H(this.five, this.model.getAllPoints(), i, 20)) == null ? void 0 : a.point;
|
|
27
30
|
if (!t) {
|
|
28
31
|
this.editPointState = void 0;
|
|
29
32
|
return;
|
|
@@ -34,7 +37,7 @@ class B extends R {
|
|
|
34
37
|
};
|
|
35
38
|
this.hook.emit("wantsDragLine", {
|
|
36
39
|
point: t.id,
|
|
37
|
-
lines: n.associatedLines.map(({ id:
|
|
40
|
+
lines: n.associatedLines.map(({ id: d }) => d)
|
|
38
41
|
}) || (this.editPointState = n, this.magnifier.appendTo(this.container), this.group.add(this.mouseGroup));
|
|
39
42
|
});
|
|
40
43
|
s(this, "onPanEnd", () => {
|
|
@@ -43,7 +46,7 @@ class B extends R {
|
|
|
43
46
|
s(this, "onPan", (e) => {
|
|
44
47
|
if (!this.editPointState || !this.fiveElement)
|
|
45
48
|
return;
|
|
46
|
-
const i =
|
|
49
|
+
const i = S(e).ndcPoint, t = new A();
|
|
47
50
|
t.setFromCamera(i, this.five.camera);
|
|
48
51
|
const [n] = this.five.model.intersectRaycaster(t);
|
|
49
52
|
!n || this.onIntersectionUpdate(n);
|
|
@@ -60,7 +63,7 @@ class B extends R {
|
|
|
60
63
|
}
|
|
61
64
|
this.five.needsRender = !0, this.hook.emit(
|
|
62
65
|
"selectedChange",
|
|
63
|
-
this.editPointState.associatedLines.map((t) => t
|
|
66
|
+
this.editPointState.associatedLines.map((t) => t)
|
|
64
67
|
);
|
|
65
68
|
}
|
|
66
69
|
});
|
|
@@ -72,49 +75,44 @@ class B extends R {
|
|
|
72
75
|
const [i] = this.five.model.intersectRaycaster(e);
|
|
73
76
|
if (!i)
|
|
74
77
|
return;
|
|
75
|
-
const t = this.five.camera, n = i.point.clone().project(t), c = this.container.clientWidth, a = this.container.clientHeight,
|
|
76
|
-
const [
|
|
77
|
-
if (!
|
|
78
|
+
const t = this.five.camera, n = i.point.clone().project(t), c = this.container.clientWidth, a = this.container.clientHeight, d = new f(n.x * c, n.y * a), g = this.model.getAllLines().map((o) => {
|
|
79
|
+
const [l, y] = o.points, m = l.position.clone().project(t), p = y.position.clone().project(t);
|
|
80
|
+
if (!P(m) && !P(p))
|
|
78
81
|
return null;
|
|
79
|
-
const k = new f(
|
|
80
|
-
|
|
81
|
-
m.y * a
|
|
82
|
-
), D = new f(
|
|
83
|
-
p.x * c,
|
|
84
|
-
p.y * a
|
|
85
|
-
);
|
|
86
|
-
return { id: o.id, points: [k, D] };
|
|
82
|
+
const C = new f(m.x * c, m.y * a), k = new f(p.x * c, p.y * a);
|
|
83
|
+
return { id: o.id, points: [C, k] };
|
|
87
84
|
}).filter((o) => !!o);
|
|
88
85
|
if (g.length === 0)
|
|
89
86
|
return;
|
|
90
87
|
const u = g.map((o) => {
|
|
91
|
-
const
|
|
92
|
-
return { id: o.id, distance:
|
|
93
|
-
}).sort((o,
|
|
88
|
+
const l = T(d, o.points);
|
|
89
|
+
return { id: o.id, distance: l.distanceTo(d) };
|
|
90
|
+
}).sort((o, l) => o.distance - l.distance)[0];
|
|
94
91
|
if (u.distance > 20)
|
|
95
92
|
return;
|
|
96
|
-
const
|
|
97
|
-
if (!!
|
|
98
|
-
return this.chooseLine(
|
|
93
|
+
const L = this.model.getAllLines().find(({ id: o }) => o === u.id);
|
|
94
|
+
if (!!L)
|
|
95
|
+
return this.chooseLine(L), !1;
|
|
99
96
|
});
|
|
100
97
|
s(this, "chooseLine", (e) => {
|
|
101
98
|
const i = v(e);
|
|
102
99
|
this.highlightLines(i), this.five.needsRender = !0, this.hook.emit(
|
|
103
100
|
"selectedChange",
|
|
104
|
-
i.map((t) => t
|
|
101
|
+
i.map((t) => t)
|
|
105
102
|
);
|
|
106
103
|
});
|
|
107
|
-
s(this, "
|
|
108
|
-
this.removeLine(
|
|
104
|
+
s(this, "polylineRemoved", (e) => {
|
|
105
|
+
e.lines.forEach((i) => this.removeLine(i)), this.hook.emit(
|
|
109
106
|
"selectedChange",
|
|
110
|
-
this.model.
|
|
107
|
+
this.model.getAllLines().filter((i) => i.selected).map((i) => i)
|
|
111
108
|
);
|
|
112
109
|
});
|
|
113
110
|
s(this, "onCameraUpdate", () => {
|
|
114
111
|
this.updateDistanceUI(), this.highlightedLines.length > 0 && this.deleteDom.updatePosition();
|
|
115
112
|
});
|
|
116
113
|
s(this, "deleteDomClickCallback", () => {
|
|
117
|
-
this.highlightedLines[0]
|
|
114
|
+
const e = this.highlightedLines[0], i = this.model.getPolylineByLine(e);
|
|
115
|
+
!i || (this.model.removePolyline(i), this.highlightedLines = [], this.deleteDom.setLines([]).hide());
|
|
118
116
|
});
|
|
119
117
|
s(this, "cancelDeleteClickCallback", () => {
|
|
120
118
|
this.clearHighlightLines();
|
|
@@ -122,7 +120,7 @@ class B extends R {
|
|
|
122
120
|
this.deleteDom = new G(this.five, {
|
|
123
121
|
onClick: this.deleteDomClickCallback,
|
|
124
122
|
cancelDelete: this.cancelDeleteClickCallback
|
|
125
|
-
}).appendTo(this.container), this.model.
|
|
123
|
+
}).appendTo(this.container), this.model.getAllLines().forEach((t) => {
|
|
126
124
|
t.distanceItem.appendTo(this.container), t.distanceItem.update(this.five), t.hook.on("selected", this.chooseLine), this.group.add(t.mesh);
|
|
127
125
|
});
|
|
128
126
|
const i = this.five.getElement();
|
|
@@ -131,17 +129,17 @@ class B extends R {
|
|
|
131
129
|
const t = new E(i);
|
|
132
130
|
this.hammer = t, t.on("pan", this.onPan), t.on("panstart", this.onPanStart), t.on("panend", this.onPanEnd);
|
|
133
131
|
}
|
|
134
|
-
this.model.hook.on("
|
|
132
|
+
this.model.hook.on("polylineRemoved", this.polylineRemoved), this.five.on("cameraUpdate", this.onCameraUpdate), this.five.on("wantsTapGesture", this.wantsTapGesture), this.five.on("wantsPanGesture", this.wantsPanGesture), this.five.needsRender = !0;
|
|
135
133
|
}
|
|
136
134
|
dispose() {
|
|
137
135
|
var e;
|
|
138
|
-
super.dispose(), this.deleteDom.dispose(), this.model.hook.off("
|
|
136
|
+
super.dispose(), this.deleteDom.dispose(), this.model.hook.off("polylineRemoved", this.polylineRemoved), this.model.getAllLines().forEach((i) => i.hook.off("selected", this.chooseLine)), this.five.off("cameraUpdate", this.onCameraUpdate), this.five.off("wantsPanGesture", this.wantsPanGesture), this.five.off("wantsTapGesture", this.wantsTapGesture), this.five.needsRender = !0, this.hook.emit("selectedChange", []), (e = this.hammer) == null || e.destroy();
|
|
139
137
|
}
|
|
140
138
|
highlightLine(e) {
|
|
141
139
|
e.selected || (e.selected = !0, this.group.add(e.lightMesh), e.distanceItem.highlight(), this.five.needsRender = !0);
|
|
142
140
|
}
|
|
143
141
|
clearHighlightLines() {
|
|
144
|
-
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.
|
|
142
|
+
this.group.children.length !== 0 && (this.deleteDom.setLines([]).hide(), this.model.getAllLines().forEach((e) => {
|
|
145
143
|
e.selected = !1, e.distanceItem.unHighlight(), this.group.remove(e.lightMesh);
|
|
146
144
|
}), this.highlightedLines = [], this.five.needsRender = !0);
|
|
147
145
|
}
|
|
@@ -150,5 +148,5 @@ class B extends R {
|
|
|
150
148
|
}
|
|
151
149
|
}
|
|
152
150
|
export {
|
|
153
|
-
|
|
151
|
+
J as WatchController
|
|
154
152
|
};
|
|
@@ -6,6 +6,7 @@ import Magnifier, { MagnifierParameter } from '../Modules/Magnifier';
|
|
|
6
6
|
import { Five, Subscribe } from '@realsee/five';
|
|
7
7
|
import { UIControllerParams } from '../Modules/UIController';
|
|
8
8
|
import { GuideControllerParams } from '../Modules/GuideController';
|
|
9
|
+
import { Polyline } from '../Model/polyline';
|
|
9
10
|
export declare type Mode = 'Watch' | 'Edit' | 'Mixed' | 'View';
|
|
10
11
|
export interface PanoMeasureParameterType extends Partial<Config> {
|
|
11
12
|
openParams?: OpenParameter;
|
|
@@ -22,15 +23,14 @@ export default class MeasureController {
|
|
|
22
23
|
private model;
|
|
23
24
|
private group;
|
|
24
25
|
private config;
|
|
26
|
+
private isMobile;
|
|
25
27
|
private fiveHelper;
|
|
26
28
|
private useUIController?;
|
|
27
29
|
private params;
|
|
28
30
|
private useGuideController?;
|
|
29
|
-
private rangePieceController?;
|
|
30
31
|
private container;
|
|
31
32
|
private shortcutKeyController?;
|
|
32
33
|
private controller;
|
|
33
|
-
private controllerParams;
|
|
34
34
|
constructor(five: Five, params: PanoMeasureParameterType);
|
|
35
35
|
appendTo(parent: HTMLElement): void;
|
|
36
36
|
dispose(): void;
|
|
@@ -43,7 +43,9 @@ export default class MeasureController {
|
|
|
43
43
|
* @description 会隐藏鼠标的默认聚焦环
|
|
44
44
|
* @description 会隐藏当前 VR 内的点位展示
|
|
45
45
|
*/
|
|
46
|
-
enable(
|
|
46
|
+
enable(config?: {
|
|
47
|
+
mode: Mode;
|
|
48
|
+
}): void;
|
|
47
49
|
/** 关闭插件功能
|
|
48
50
|
* @description 清除标尺线条
|
|
49
51
|
* @description 还原点位展示和默认鼠标 UI
|
|
@@ -53,23 +55,39 @@ export default class MeasureController {
|
|
|
53
55
|
/** 变更场景
|
|
54
56
|
* @description 如果从编辑场景改变到观看场景,不会自动保存,默认丢弃所有改动
|
|
55
57
|
*/
|
|
56
|
-
changeMode: (mode: Mode) =>
|
|
58
|
+
changeMode: (mode: Mode) => void;
|
|
59
|
+
/** 进入编辑模式 */
|
|
60
|
+
edit(): void;
|
|
57
61
|
/** 撤销编辑 */
|
|
58
62
|
revoke(): void;
|
|
59
|
-
|
|
63
|
+
removePolyline(polyline: Polyline): void;
|
|
64
|
+
removePolylineByID(id: string): void;
|
|
65
|
+
getPolylineByID(id: string): Polyline;
|
|
66
|
+
getEditedPolyline(): void;
|
|
60
67
|
/**
|
|
61
68
|
* 高亮当前线段
|
|
62
69
|
*/
|
|
63
70
|
highlightLine(lineID: string): boolean;
|
|
64
71
|
clearHighlightLines(): boolean;
|
|
65
|
-
/** 保存编辑
|
|
66
|
-
|
|
67
|
-
|
|
72
|
+
/** 保存编辑
|
|
73
|
+
* @description 以下情况可能报错
|
|
74
|
+
*/
|
|
75
|
+
save(config?: {
|
|
76
|
+
mode?: Mode;
|
|
77
|
+
}): this;
|
|
78
|
+
/** Mixed 模式才有用,添加起点 */
|
|
79
|
+
addStartPoint(): void;
|
|
80
|
+
/** Mixed 模式才有用,添加终点 */
|
|
81
|
+
addEndPoint(): void;
|
|
82
|
+
/** 导出数据 */
|
|
68
83
|
toJson(): PluginData;
|
|
69
84
|
/**
|
|
70
85
|
* @description 改变插件的模式(pc端模式或移动端模式)
|
|
71
86
|
* @param isMobile true为移动端模式,false为pc端
|
|
72
87
|
*/
|
|
73
88
|
changeIsMobile(isMobile: boolean): void;
|
|
74
|
-
changeConfigs(config:
|
|
89
|
+
changeConfigs(config: Config): void;
|
|
90
|
+
/** 设置线段的文本 */
|
|
91
|
+
setCustomText(lineID: string, text: string): void;
|
|
92
|
+
private createControllerParams;
|
|
75
93
|
}
|