@realsee/dnalogel 2.0.0-alpha.57 → 2.0.0-alpha.58
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/CSS3DRenderPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/CSS3DRenderPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/CSS3DRenderPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/CSS3DRenderPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/CSS3DRenderPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/CSS3DRenderPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/CSS3DRenderPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/CSS3DRenderPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/CameraMovementPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/CameraMovementPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/CameraMovementPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/CameraMovementPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/CameraMovementPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/CameraMovementPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/CameraMovementPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/CameraMovementPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/CruisePlugin/CSS3DRenderPlugin/Plugin.d.ts +49 -0
- package/dist/CruisePlugin/CSS3DRenderPlugin/index.d.ts +4 -0
- package/dist/CruisePlugin/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +7 -0
- package/dist/CruisePlugin/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
- package/dist/CruisePlugin/CameraMovementPlugin/index.d.ts +5 -0
- package/dist/CruisePlugin/CameraMovementPlugin/typing.d.ts +68 -0
- package/dist/CruisePlugin/Controller.d.ts +170 -0
- package/dist/CruisePlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/CruisePlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/CruisePlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/CruisePlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/CruisePlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/CruisePlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/CruisePlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/CruisePlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/CruisePlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/CruisePlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/CruisePlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/CruisePlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/CruisePlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/CruisePlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/CruisePlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/CruisePlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/CruisePlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/CruisePlugin/ItemLabelPlugin/Plugin.d.ts +4 -0
- package/dist/CruisePlugin/ItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/CruisePlugin/ItemLabelPlugin/index.d.ts +9 -0
- package/dist/CruisePlugin/ItemLabelPlugin/typings.d.ts +65 -0
- package/dist/CruisePlugin/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
- package/dist/CruisePlugin/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
- package/dist/CruisePlugin/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
- package/dist/CruisePlugin/ItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/CruisePlugin/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
- package/dist/CruisePlugin/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
- package/dist/CruisePlugin/ModelChassisCompassPlugin/index.d.ts +4 -0
- package/dist/CruisePlugin/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
- package/dist/CruisePlugin/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
- package/dist/CruisePlugin/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
- package/dist/CruisePlugin/ModelItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/CruisePlugin/ModelItemLabelPlugin/index.d.ts +9 -0
- package/dist/CruisePlugin/ModelItemLabelPlugin/typings.d.ts +56 -0
- package/dist/CruisePlugin/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/CruisePlugin/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
- package/dist/CruisePlugin/ModelRoomLabelPlugin/Controller.d.ts +36 -0
- package/dist/CruisePlugin/ModelRoomLabelPlugin/index.d.ts +12 -0
- package/dist/CruisePlugin/ModelRoomLabelPlugin/typings.d.ts +35 -0
- package/dist/CruisePlugin/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/CruisePlugin/ModelTVVideoPlugin/Plugin.d.ts +4 -0
- package/dist/CruisePlugin/ModelTVVideoPlugin/index.d.ts +5 -0
- package/dist/CruisePlugin/ModelTVVideoPlugin/typings.d.ts +25 -0
- package/dist/CruisePlugin/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
- package/dist/CruisePlugin/ModelViewPlugin/Plugin.d.ts +17 -0
- package/dist/CruisePlugin/ModelViewPlugin/index.d.ts +4 -0
- package/dist/CruisePlugin/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
- package/dist/CruisePlugin/PanoCompassPlugin/Controller.d.ts +84 -0
- package/dist/CruisePlugin/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
- package/dist/CruisePlugin/PanoCompassPlugin/index.d.ts +7 -0
- package/dist/CruisePlugin/PanoCompassPlugin/typings.d.ts +57 -0
- package/dist/CruisePlugin/PanoCursorRaycasterPlugin/index.d.ts +48 -0
- package/dist/CruisePlugin/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
- package/dist/CruisePlugin/PanoDoorLabelPlugin/Controller.d.ts +37 -0
- package/dist/CruisePlugin/PanoDoorLabelPlugin/index.d.ts +7 -0
- package/dist/CruisePlugin/PanoDoorLabelPlugin/typings.d.ts +38 -0
- package/dist/CruisePlugin/PanoDoorLabelPlugin/utils.d.ts +5 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/BaseController.d.ts +39 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/EditController.d.ts +52 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/MixedController.d.ts +44 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Controller/index.d.ts +70 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Model/index.d.ts +38 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Model/line.d.ts +30 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Model/point.d.ts +16 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/index.d.ts +10 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/typings/data.d.ts +37 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/typings/utils.type.d.ts +1 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/clearGroup.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/constants.d.ts +4 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/line.d.ts +17 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/math.d.ts +17 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
- package/dist/CruisePlugin/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
- package/dist/CruisePlugin/PanoRulerPlugin/Plugin.d.ts +31 -0
- package/dist/CruisePlugin/PanoRulerPlugin/index.d.ts +5 -0
- package/dist/CruisePlugin/PanoRulerPlugin/style.d.ts +2 -0
- package/dist/CruisePlugin/PanoRulerPlugin/typings.d.ts +21 -0
- package/dist/CruisePlugin/PanoRulerProPlugin/Controller.d.ts +15 -0
- package/dist/CruisePlugin/PanoRulerProPlugin/index.d.ts +8 -0
- package/dist/CruisePlugin/PanoRulerProPlugin/typings.d.ts +46 -0
- package/dist/CruisePlugin/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
- package/dist/CruisePlugin/PanoSpatialTagPlugin/index.d.ts +5 -0
- package/dist/CruisePlugin/PanoSpatialTagPlugin/store.d.ts +1 -0
- package/dist/CruisePlugin/PanoSpatialTagPlugin/style.d.ts +1 -0
- package/dist/CruisePlugin/PanoSpatialTagPlugin/typings.d.ts +40 -0
- package/dist/CruisePlugin/base/BasePlugin.d.ts +100 -0
- package/dist/CruisePlugin/base/BasePluginWithData.d.ts +34 -0
- package/dist/CruisePlugin/components/PaintBrush/Controller.d.ts +43 -0
- package/dist/CruisePlugin/components/PaintBrush/Subscribe.d.ts +76 -0
- package/dist/CruisePlugin/components/PaintBrush/index.d.ts +27 -0
- package/dist/CruisePlugin/components/PaintBrush/style.d.ts +2 -0
- package/dist/CruisePlugin/components/PaintBrush/tween.d.ts +62 -0
- package/dist/CruisePlugin/components/PaintBrush/typings.d.ts +58 -0
- package/dist/CruisePlugin/components/PaintBrush/utils.d.ts +26 -0
- package/dist/CruisePlugin/components/index.d.ts +2 -0
- package/dist/CruisePlugin/floorplan/Assets/camera.d.ts +1 -0
- package/dist/CruisePlugin/floorplan/Assets/compass.d.ts +1 -0
- package/dist/CruisePlugin/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
- package/dist/CruisePlugin/floorplan/MapviewFloorplanPlugin/Controller.d.ts +95 -0
- package/dist/CruisePlugin/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/CruisePlugin/floorplan/MapviewFloorplanPlugin/typing.d.ts +107 -0
- package/dist/CruisePlugin/floorplan/ModelFloorplanPlugin/Controller.d.ts +98 -0
- package/dist/CruisePlugin/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
- package/dist/CruisePlugin/floorplan/ModelFloorplanPlugin/typing.d.ts +107 -0
- package/dist/CruisePlugin/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
- package/dist/CruisePlugin/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
- package/dist/CruisePlugin/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
- package/dist/CruisePlugin/floorplan/TopviewFloorplanPlugin/Controller.d.ts +67 -0
- package/dist/CruisePlugin/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/CruisePlugin/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
- package/dist/CruisePlugin/floorplan/TopviewFloorplanPlugin/typing.d.ts +86 -0
- package/dist/CruisePlugin/floorplan/constant.d.ts +5 -0
- package/dist/CruisePlugin/floorplan/index.d.ts +7 -0
- package/dist/CruisePlugin/floorplan/typings/floorplanData.d.ts +137 -0
- package/dist/CruisePlugin/floorplan/typings/floorplanServerData.d.ts +144 -0
- package/dist/CruisePlugin/floorplan/typings/utility.d.ts +2 -0
- package/dist/CruisePlugin/floorplan/utils/constant.d.ts +22 -0
- package/dist/CruisePlugin/floorplan/utils/correctFiveState.d.ts +15 -0
- package/dist/CruisePlugin/floorplan/utils/formatData.d.ts +5 -0
- package/dist/CruisePlugin/floorplan/utils/formatPosition.d.ts +36 -0
- package/dist/CruisePlugin/index.d.ts +6 -0
- package/dist/CruisePlugin/index.js +1570 -0
- package/dist/CruisePlugin/shared-utils/Preloader.d.ts +6 -0
- package/dist/CruisePlugin/shared-utils/Subscribe.d.ts +45 -0
- package/dist/CruisePlugin/shared-utils/animationFrame/BetterTween.d.ts +11 -0
- package/dist/CruisePlugin/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
- package/dist/CruisePlugin/shared-utils/animationFrame/formatRad.d.ts +15 -0
- package/dist/CruisePlugin/shared-utils/animationFrame/index.d.ts +15 -0
- package/dist/CruisePlugin/shared-utils/animationFrame/tween.d.ts +75 -0
- package/dist/CruisePlugin/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/createCanvasTextTexture.d.ts +8 -0
- package/dist/CruisePlugin/shared-utils/createLine/index.d.ts +3 -0
- package/dist/CruisePlugin/shared-utils/debounce.d.ts +6 -0
- package/dist/CruisePlugin/shared-utils/equal.d.ts +11 -0
- package/dist/CruisePlugin/shared-utils/filter.d.ts +27 -0
- package/dist/CruisePlugin/shared-utils/five/changeMode.d.ts +5 -0
- package/dist/CruisePlugin/shared-utils/formatRad.d.ts +7 -0
- package/dist/CruisePlugin/shared-utils/getPxmm.d.ts +19 -0
- package/dist/CruisePlugin/shared-utils/getRandomColor.d.ts +1 -0
- package/dist/CruisePlugin/shared-utils/index.d.ts +1 -0
- package/dist/CruisePlugin/shared-utils/isNil.d.ts +10 -0
- package/dist/CruisePlugin/shared-utils/isTruelyObject.d.ts +18 -0
- package/dist/CruisePlugin/shared-utils/logger.d.ts +16 -0
- package/dist/CruisePlugin/shared-utils/math/Interval.d.ts +13 -0
- package/dist/CruisePlugin/shared-utils/math/Rectangle.d.ts +27 -0
- package/dist/CruisePlugin/shared-utils/math/evenNumber.d.ts +3 -0
- package/dist/CruisePlugin/shared-utils/math/index.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/math/planimetry.d.ts +116 -0
- package/dist/CruisePlugin/shared-utils/math/rad2Deg.d.ts +1 -0
- package/dist/CruisePlugin/shared-utils/nearlyEqual.d.ts +7 -0
- package/dist/CruisePlugin/shared-utils/nextFrame.d.ts +1 -0
- package/dist/CruisePlugin/shared-utils/noop.d.ts +5 -0
- package/dist/CruisePlugin/shared-utils/object3d2LocalMatrix.d.ts +12 -0
- package/dist/CruisePlugin/shared-utils/px2rem.d.ts +1 -0
- package/dist/CruisePlugin/shared-utils/removeArrayItem.d.ts +7 -0
- package/dist/CruisePlugin/shared-utils/tap.d.ts +8 -0
- package/dist/CruisePlugin/shared-utils/three/centerPoint.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/three/getExtraModelLoader.d.ts +6 -0
- package/dist/CruisePlugin/shared-utils/three/getNormal.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/three/getTextureLoader.d.ts +6 -0
- package/dist/CruisePlugin/shared-utils/three/loadFbxObj.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/three/loadTexture.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/three/transformPositionToVector3.d.ts +7 -0
- package/dist/CruisePlugin/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
- package/dist/CruisePlugin/shared-utils/throttle.d.ts +7 -0
- package/dist/CruisePlugin/shared-utils/tinyEJSrender.d.ts +5 -0
- package/dist/CruisePlugin/shared-utils/to.d.ts +8 -0
- package/dist/CruisePlugin/shared-utils/uuid.d.ts +5 -0
- package/dist/CruisePlugin/shared-utils/vectorTocoordinates.d.ts +7 -0
- package/dist/CruisePlugin/typing.d.ts +129 -0
- package/dist/CruisePlugin/typings/math.type.d.ts +44 -0
- package/dist/CruisePlugin/typings/utils.type.d.ts +2 -0
- package/dist/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/GuideLinePlugin/CSS3DRenderPlugin/Plugin.d.ts +49 -0
- package/dist/GuideLinePlugin/CSS3DRenderPlugin/index.d.ts +4 -0
- package/dist/GuideLinePlugin/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +7 -0
- package/dist/GuideLinePlugin/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
- package/dist/GuideLinePlugin/CameraMovementPlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/CameraMovementPlugin/typing.d.ts +68 -0
- package/dist/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/GuideLinePlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/GuideLinePlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/GuideLinePlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/GuideLinePlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/GuideLinePlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/Plugin.d.ts +4 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/index.d.ts +9 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/typings.d.ts +65 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/GuideLinePlugin/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
- package/dist/GuideLinePlugin/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
- package/dist/GuideLinePlugin/ModelChassisCompassPlugin/index.d.ts +4 -0
- package/dist/GuideLinePlugin/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
- package/dist/GuideLinePlugin/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
- package/dist/GuideLinePlugin/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
- package/dist/GuideLinePlugin/ModelItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/GuideLinePlugin/ModelItemLabelPlugin/index.d.ts +9 -0
- package/dist/GuideLinePlugin/ModelItemLabelPlugin/typings.d.ts +56 -0
- package/dist/GuideLinePlugin/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/GuideLinePlugin/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
- package/dist/GuideLinePlugin/ModelRoomLabelPlugin/Controller.d.ts +36 -0
- package/dist/GuideLinePlugin/ModelRoomLabelPlugin/index.d.ts +12 -0
- package/dist/GuideLinePlugin/ModelRoomLabelPlugin/typings.d.ts +35 -0
- package/dist/GuideLinePlugin/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/GuideLinePlugin/ModelTVVideoPlugin/Plugin.d.ts +4 -0
- package/dist/GuideLinePlugin/ModelTVVideoPlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/ModelTVVideoPlugin/typings.d.ts +25 -0
- package/dist/GuideLinePlugin/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
- package/dist/GuideLinePlugin/ModelViewPlugin/Plugin.d.ts +17 -0
- package/dist/GuideLinePlugin/ModelViewPlugin/index.d.ts +4 -0
- package/dist/GuideLinePlugin/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
- package/dist/GuideLinePlugin/PanoCompassPlugin/Controller.d.ts +84 -0
- package/dist/GuideLinePlugin/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
- package/dist/GuideLinePlugin/PanoCompassPlugin/index.d.ts +7 -0
- package/dist/GuideLinePlugin/PanoCompassPlugin/typings.d.ts +57 -0
- package/dist/GuideLinePlugin/PanoCursorRaycasterPlugin/index.d.ts +48 -0
- package/dist/GuideLinePlugin/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
- package/dist/GuideLinePlugin/PanoDoorLabelPlugin/Controller.d.ts +37 -0
- package/dist/GuideLinePlugin/PanoDoorLabelPlugin/index.d.ts +7 -0
- package/dist/GuideLinePlugin/PanoDoorLabelPlugin/typings.d.ts +38 -0
- package/dist/GuideLinePlugin/PanoDoorLabelPlugin/utils.d.ts +5 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/BaseController.d.ts +39 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/EditController.d.ts +52 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/MixedController.d.ts +44 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Controller/index.d.ts +70 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Model/index.d.ts +38 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Model/line.d.ts +30 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Model/point.d.ts +16 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/index.d.ts +10 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/typings/data.d.ts +37 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/typings/utils.type.d.ts +1 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/clearGroup.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/constants.d.ts +4 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/line.d.ts +17 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/math.d.ts +17 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
- package/dist/GuideLinePlugin/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
- package/dist/GuideLinePlugin/PanoRulerPlugin/Plugin.d.ts +31 -0
- package/dist/GuideLinePlugin/PanoRulerPlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/PanoRulerPlugin/style.d.ts +2 -0
- package/dist/GuideLinePlugin/PanoRulerPlugin/typings.d.ts +21 -0
- package/dist/GuideLinePlugin/PanoRulerProPlugin/Controller.d.ts +15 -0
- package/dist/GuideLinePlugin/PanoRulerProPlugin/index.d.ts +8 -0
- package/dist/GuideLinePlugin/PanoRulerProPlugin/typings.d.ts +46 -0
- package/dist/GuideLinePlugin/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
- package/dist/GuideLinePlugin/PanoSpatialTagPlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/PanoSpatialTagPlugin/store.d.ts +1 -0
- package/dist/GuideLinePlugin/PanoSpatialTagPlugin/style.d.ts +1 -0
- package/dist/GuideLinePlugin/PanoSpatialTagPlugin/typings.d.ts +40 -0
- package/dist/GuideLinePlugin/base/BasePlugin.d.ts +100 -0
- package/dist/GuideLinePlugin/base/BasePluginWithData.d.ts +34 -0
- package/dist/GuideLinePlugin/components/PaintBrush/Controller.d.ts +43 -0
- package/dist/GuideLinePlugin/components/PaintBrush/Subscribe.d.ts +76 -0
- package/dist/GuideLinePlugin/components/PaintBrush/index.d.ts +27 -0
- package/dist/GuideLinePlugin/components/PaintBrush/style.d.ts +2 -0
- package/dist/GuideLinePlugin/components/PaintBrush/tween.d.ts +62 -0
- package/dist/GuideLinePlugin/components/PaintBrush/typings.d.ts +58 -0
- package/dist/GuideLinePlugin/components/PaintBrush/utils.d.ts +26 -0
- package/dist/GuideLinePlugin/components/index.d.ts +2 -0
- package/dist/GuideLinePlugin/floorplan/Assets/camera.d.ts +1 -0
- package/dist/GuideLinePlugin/floorplan/Assets/compass.d.ts +1 -0
- package/dist/GuideLinePlugin/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
- package/dist/GuideLinePlugin/floorplan/MapviewFloorplanPlugin/Controller.d.ts +95 -0
- package/dist/GuideLinePlugin/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/GuideLinePlugin/floorplan/MapviewFloorplanPlugin/typing.d.ts +107 -0
- package/dist/GuideLinePlugin/floorplan/ModelFloorplanPlugin/Controller.d.ts +98 -0
- package/dist/GuideLinePlugin/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
- package/dist/GuideLinePlugin/floorplan/ModelFloorplanPlugin/typing.d.ts +107 -0
- package/dist/GuideLinePlugin/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
- package/dist/GuideLinePlugin/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
- package/dist/GuideLinePlugin/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
- package/dist/GuideLinePlugin/floorplan/TopviewFloorplanPlugin/Controller.d.ts +67 -0
- package/dist/GuideLinePlugin/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/GuideLinePlugin/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
- package/dist/GuideLinePlugin/floorplan/TopviewFloorplanPlugin/typing.d.ts +86 -0
- package/dist/GuideLinePlugin/floorplan/constant.d.ts +5 -0
- package/dist/GuideLinePlugin/floorplan/index.d.ts +7 -0
- package/dist/GuideLinePlugin/floorplan/typings/floorplanData.d.ts +137 -0
- package/dist/GuideLinePlugin/floorplan/typings/floorplanServerData.d.ts +144 -0
- package/dist/GuideLinePlugin/floorplan/typings/utility.d.ts +2 -0
- package/dist/GuideLinePlugin/floorplan/utils/constant.d.ts +22 -0
- package/dist/GuideLinePlugin/floorplan/utils/correctFiveState.d.ts +15 -0
- package/dist/GuideLinePlugin/floorplan/utils/formatData.d.ts +5 -0
- package/dist/GuideLinePlugin/floorplan/utils/formatPosition.d.ts +36 -0
- package/dist/GuideLinePlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/index.js +733 -0
- package/dist/GuideLinePlugin/shared-utils/Preloader.d.ts +6 -0
- package/dist/GuideLinePlugin/shared-utils/Subscribe.d.ts +45 -0
- package/dist/GuideLinePlugin/shared-utils/animationFrame/BetterTween.d.ts +11 -0
- package/dist/GuideLinePlugin/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
- package/dist/GuideLinePlugin/shared-utils/animationFrame/formatRad.d.ts +15 -0
- package/dist/GuideLinePlugin/shared-utils/animationFrame/index.d.ts +15 -0
- package/dist/GuideLinePlugin/shared-utils/animationFrame/tween.d.ts +75 -0
- package/dist/GuideLinePlugin/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/createCanvasTextTexture.d.ts +8 -0
- package/dist/GuideLinePlugin/shared-utils/createLine/index.d.ts +3 -0
- package/dist/GuideLinePlugin/shared-utils/debounce.d.ts +6 -0
- package/dist/GuideLinePlugin/shared-utils/equal.d.ts +11 -0
- package/dist/GuideLinePlugin/shared-utils/filter.d.ts +27 -0
- package/dist/GuideLinePlugin/shared-utils/five/changeMode.d.ts +5 -0
- package/dist/GuideLinePlugin/shared-utils/formatRad.d.ts +7 -0
- package/dist/GuideLinePlugin/shared-utils/getPxmm.d.ts +19 -0
- package/dist/GuideLinePlugin/shared-utils/getRandomColor.d.ts +1 -0
- package/dist/GuideLinePlugin/shared-utils/index.d.ts +1 -0
- package/dist/GuideLinePlugin/shared-utils/isNil.d.ts +10 -0
- package/dist/GuideLinePlugin/shared-utils/isTruelyObject.d.ts +18 -0
- package/dist/GuideLinePlugin/shared-utils/logger.d.ts +16 -0
- package/dist/GuideLinePlugin/shared-utils/math/Interval.d.ts +13 -0
- package/dist/GuideLinePlugin/shared-utils/math/Rectangle.d.ts +27 -0
- package/dist/GuideLinePlugin/shared-utils/math/evenNumber.d.ts +3 -0
- package/dist/GuideLinePlugin/shared-utils/math/index.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/math/planimetry.d.ts +116 -0
- package/dist/GuideLinePlugin/shared-utils/math/rad2Deg.d.ts +1 -0
- package/dist/GuideLinePlugin/shared-utils/nearlyEqual.d.ts +7 -0
- package/dist/GuideLinePlugin/shared-utils/nextFrame.d.ts +1 -0
- package/dist/GuideLinePlugin/shared-utils/noop.d.ts +5 -0
- package/dist/GuideLinePlugin/shared-utils/object3d2LocalMatrix.d.ts +12 -0
- package/dist/GuideLinePlugin/shared-utils/px2rem.d.ts +1 -0
- package/dist/GuideLinePlugin/shared-utils/removeArrayItem.d.ts +7 -0
- package/dist/GuideLinePlugin/shared-utils/tap.d.ts +8 -0
- package/dist/GuideLinePlugin/shared-utils/three/centerPoint.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/three/getExtraModelLoader.d.ts +6 -0
- package/dist/GuideLinePlugin/shared-utils/three/getNormal.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/three/getTextureLoader.d.ts +6 -0
- package/dist/GuideLinePlugin/shared-utils/three/loadFbxObj.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/three/loadTexture.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/three/transformPositionToVector3.d.ts +7 -0
- package/dist/GuideLinePlugin/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
- package/dist/GuideLinePlugin/shared-utils/throttle.d.ts +7 -0
- package/dist/GuideLinePlugin/shared-utils/tinyEJSrender.d.ts +5 -0
- package/dist/GuideLinePlugin/shared-utils/to.d.ts +8 -0
- package/dist/GuideLinePlugin/shared-utils/uuid.d.ts +5 -0
- package/dist/GuideLinePlugin/shared-utils/vectorTocoordinates.d.ts +7 -0
- package/dist/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/GuideLinePlugin/typings/math.type.d.ts +44 -0
- package/dist/GuideLinePlugin/typings/utils.type.d.ts +2 -0
- package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ItemLabelPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ItemLabelPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ItemLabelPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ItemLabelPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ItemLabelPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ItemLabelPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ItemLabelPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ItemLabelPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/ItemLabelPlugin/index.js +2 -2
- package/dist/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ModelChassisCompassPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ModelChassisCompassPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ModelChassisCompassPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ModelChassisCompassPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ModelEntryDoorGuidePlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ModelEntryDoorGuidePlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ModelEntryDoorGuidePlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ModelEntryDoorGuidePlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ModelItemLabelPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ModelItemLabelPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ModelItemLabelPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ModelItemLabelPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/ModelItemLabelPlugin/index.js +2 -2
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ModelRoomLabelPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ModelRoomLabelPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ModelRoomLabelPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/ModelRoomLabelPlugin/index.js +2 -2
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ModelTVVideoPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ModelTVVideoPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ModelTVVideoPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ModelTVVideoPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/ModelViewPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/ModelViewPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/ModelViewPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/ModelViewPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/ModelViewPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/ModelViewPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/ModelViewPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/ModelViewPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoCompassPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoCompassPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoCompassPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoCompassPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoCompassPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoCompassPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoCompassPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoCompassPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoCursorRaycasterPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoCursorRaycasterPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoCursorRaycasterPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoCursorRaycasterPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoDoorLabelPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoDoorLabelPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoDoorLabelPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoDoorLabelPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/index.js +1 -1
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoMeasurePlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoMeasurePlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoMeasurePlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoMeasurePlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoMeasurePlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoRulerPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoRulerPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoRulerPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoRulerPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoRulerPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoRulerPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoRulerPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoRulerPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoRulerProPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoRulerProPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoRulerProPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoRulerProPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoRulerProPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoRulerProPlugin/index.js +2 -2
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoSpatialTagPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/PanoSpatialTagPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoSpatialTagPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoSpatialTagPlugin/index.js +2 -2
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/index.d.ts +5 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/PanoTagPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/PanoTagPlugin/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
- package/dist/PanoTagPlugin/CameraMovementPlugin/index.d.ts +5 -0
- package/dist/PanoTagPlugin/CameraMovementPlugin/typing.d.ts +68 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/Plugin.d.ts +4 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/index.d.ts +9 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/typings.d.ts +65 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +6 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/PanoTagPlugin/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
- package/dist/PanoTagPlugin/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
- package/dist/PanoTagPlugin/ModelChassisCompassPlugin/index.d.ts +4 -0
- package/dist/PanoTagPlugin/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
- package/dist/PanoTagPlugin/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
- package/dist/PanoTagPlugin/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
- package/dist/PanoTagPlugin/ModelItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/PanoTagPlugin/ModelItemLabelPlugin/index.d.ts +9 -0
- package/dist/PanoTagPlugin/ModelItemLabelPlugin/typings.d.ts +56 -0
- package/dist/PanoTagPlugin/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/PanoTagPlugin/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
- package/dist/PanoTagPlugin/ModelRoomLabelPlugin/Controller.d.ts +36 -0
- package/dist/PanoTagPlugin/ModelRoomLabelPlugin/index.d.ts +12 -0
- package/dist/PanoTagPlugin/ModelRoomLabelPlugin/typings.d.ts +35 -0
- package/dist/PanoTagPlugin/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/PanoTagPlugin/ModelTVVideoPlugin/Plugin.d.ts +4 -0
- package/dist/PanoTagPlugin/ModelTVVideoPlugin/index.d.ts +5 -0
- package/dist/PanoTagPlugin/ModelTVVideoPlugin/typings.d.ts +25 -0
- package/dist/PanoTagPlugin/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
- package/dist/PanoTagPlugin/ModelViewPlugin/Plugin.d.ts +17 -0
- package/dist/PanoTagPlugin/ModelViewPlugin/index.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
- package/dist/PanoTagPlugin/PanoCompassPlugin/Controller.d.ts +84 -0
- package/dist/PanoTagPlugin/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
- package/dist/PanoTagPlugin/PanoCompassPlugin/index.d.ts +7 -0
- package/dist/PanoTagPlugin/PanoCompassPlugin/typings.d.ts +57 -0
- package/dist/PanoTagPlugin/PanoCursorRaycasterPlugin/index.d.ts +48 -0
- package/dist/PanoTagPlugin/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
- package/dist/PanoTagPlugin/PanoDoorLabelPlugin/Controller.d.ts +36 -0
- package/dist/PanoTagPlugin/PanoDoorLabelPlugin/index.d.ts +7 -0
- package/dist/PanoTagPlugin/PanoDoorLabelPlugin/typings.d.ts +33 -0
- package/dist/PanoTagPlugin/PanoDoorLabelPlugin/utils.d.ts +5 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/BaseController.d.ts +39 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/EditController.d.ts +52 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/MixedController.d.ts +44 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Controller/index.d.ts +70 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Model/index.d.ts +38 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Model/line.d.ts +30 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Model/point.d.ts +16 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/index.d.ts +10 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/typings/data.d.ts +37 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/typings/utils.type.d.ts +1 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/clearGroup.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/constants.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/line.d.ts +17 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/math.d.ts +17 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
- package/dist/PanoTagPlugin/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
- package/dist/PanoTagPlugin/PanoRulerPlugin/Plugin.d.ts +31 -0
- package/dist/PanoTagPlugin/PanoRulerPlugin/index.d.ts +5 -0
- package/dist/PanoTagPlugin/PanoRulerPlugin/style.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoRulerPlugin/typings.d.ts +21 -0
- package/dist/PanoTagPlugin/PanoRulerProPlugin/Controller.d.ts +15 -0
- package/dist/PanoTagPlugin/PanoRulerProPlugin/index.d.ts +8 -0
- package/dist/PanoTagPlugin/PanoRulerProPlugin/typings.d.ts +46 -0
- package/dist/PanoTagPlugin/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
- package/dist/PanoTagPlugin/PanoSpatialTagPlugin/index.d.ts +5 -0
- package/dist/PanoTagPlugin/PanoSpatialTagPlugin/store.d.ts +1 -0
- package/dist/PanoTagPlugin/PanoSpatialTagPlugin/style.d.ts +1 -0
- package/dist/PanoTagPlugin/PanoSpatialTagPlugin/typings.d.ts +40 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoTagPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/PanoTagPlugin/base/BasePlugin.d.ts +100 -0
- package/dist/PanoTagPlugin/base/BasePluginWithData.d.ts +34 -0
- package/dist/PanoTagPlugin/components/PaintBrush/Controller.d.ts +43 -0
- package/dist/PanoTagPlugin/components/PaintBrush/Subscribe.d.ts +76 -0
- package/dist/PanoTagPlugin/components/PaintBrush/index.d.ts +27 -0
- package/dist/PanoTagPlugin/components/PaintBrush/style.d.ts +2 -0
- package/dist/PanoTagPlugin/components/PaintBrush/tween.d.ts +62 -0
- package/dist/PanoTagPlugin/components/PaintBrush/typings.d.ts +58 -0
- package/dist/PanoTagPlugin/components/PaintBrush/utils.d.ts +26 -0
- package/dist/PanoTagPlugin/components/index.d.ts +2 -0
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/PanoTagPlugin/floorplan/Assets/camera.d.ts +1 -0
- package/dist/PanoTagPlugin/floorplan/Assets/compass.d.ts +1 -0
- package/dist/PanoTagPlugin/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
- package/dist/PanoTagPlugin/floorplan/ModelFloorplanPlugin/Controller.d.ts +98 -0
- package/dist/PanoTagPlugin/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
- package/dist/PanoTagPlugin/floorplan/ModelFloorplanPlugin/typing.d.ts +107 -0
- package/dist/PanoTagPlugin/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
- package/dist/PanoTagPlugin/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
- package/dist/PanoTagPlugin/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
- package/dist/PanoTagPlugin/floorplan/TopviewFloorplanPlugin/Controller.d.ts +67 -0
- package/dist/PanoTagPlugin/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/PanoTagPlugin/floorplan/TopviewFloorplanPlugin/style.d.ts +1 -0
- package/dist/PanoTagPlugin/floorplan/TopviewFloorplanPlugin/typing.d.ts +86 -0
- package/dist/PanoTagPlugin/floorplan/constant.d.ts +5 -0
- package/dist/PanoTagPlugin/floorplan/index.d.ts +6 -0
- package/dist/PanoTagPlugin/floorplan/typings/floorplanData.d.ts +137 -0
- package/dist/PanoTagPlugin/floorplan/typings/floorplanServerData.d.ts +144 -0
- package/dist/PanoTagPlugin/floorplan/typings/utility.d.ts +2 -0
- package/dist/PanoTagPlugin/floorplan/utils/constant.d.ts +22 -0
- package/dist/PanoTagPlugin/floorplan/utils/correctFiveState.d.ts +15 -0
- package/dist/PanoTagPlugin/floorplan/utils/formatData.d.ts +5 -0
- package/dist/PanoTagPlugin/floorplan/utils/formatPosition.d.ts +36 -0
- package/dist/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoTagPlugin/index.js +7251 -0
- package/dist/PanoTagPlugin/shared-utils/Preloader.d.ts +6 -0
- package/dist/PanoTagPlugin/shared-utils/Subscribe.d.ts +45 -0
- package/dist/PanoTagPlugin/shared-utils/animationFrame/BetterTween.d.ts +11 -0
- package/dist/PanoTagPlugin/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
- package/dist/PanoTagPlugin/shared-utils/animationFrame/formatRad.d.ts +15 -0
- package/dist/PanoTagPlugin/shared-utils/animationFrame/index.d.ts +15 -0
- package/dist/PanoTagPlugin/shared-utils/animationFrame/tween.d.ts +75 -0
- package/dist/PanoTagPlugin/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/createCanvasTextTexture.d.ts +8 -0
- package/dist/PanoTagPlugin/shared-utils/createLine/index.d.ts +3 -0
- package/dist/PanoTagPlugin/shared-utils/debounce.d.ts +6 -0
- package/dist/PanoTagPlugin/shared-utils/equal.d.ts +11 -0
- package/dist/PanoTagPlugin/shared-utils/filter.d.ts +27 -0
- package/dist/PanoTagPlugin/shared-utils/five/changeMode.d.ts +5 -0
- package/dist/PanoTagPlugin/shared-utils/formatRad.d.ts +7 -0
- package/dist/PanoTagPlugin/shared-utils/getPxmm.d.ts +19 -0
- package/dist/PanoTagPlugin/shared-utils/getRandomColor.d.ts +1 -0
- package/dist/PanoTagPlugin/shared-utils/index.d.ts +1 -0
- package/dist/PanoTagPlugin/shared-utils/isNil.d.ts +10 -0
- package/dist/PanoTagPlugin/shared-utils/isTruelyObject.d.ts +18 -0
- package/dist/PanoTagPlugin/shared-utils/logger.d.ts +16 -0
- package/dist/PanoTagPlugin/shared-utils/math/Interval.d.ts +13 -0
- package/dist/PanoTagPlugin/shared-utils/math/Rectangle.d.ts +27 -0
- package/dist/PanoTagPlugin/shared-utils/math/evenNumber.d.ts +3 -0
- package/dist/PanoTagPlugin/shared-utils/math/index.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/math/planimetry.d.ts +116 -0
- package/dist/PanoTagPlugin/shared-utils/math/rad2Deg.d.ts +1 -0
- package/dist/PanoTagPlugin/shared-utils/nearlyEqual.d.ts +7 -0
- package/dist/PanoTagPlugin/shared-utils/nextFrame.d.ts +1 -0
- package/dist/PanoTagPlugin/shared-utils/noop.d.ts +5 -0
- package/dist/PanoTagPlugin/shared-utils/object3d2LocalMatrix.d.ts +12 -0
- package/dist/PanoTagPlugin/shared-utils/px2rem.d.ts +1 -0
- package/dist/PanoTagPlugin/shared-utils/removeArrayItem.d.ts +7 -0
- package/dist/PanoTagPlugin/shared-utils/tap.d.ts +8 -0
- package/dist/PanoTagPlugin/shared-utils/three/centerPoint.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/three/getExtraModelLoader.d.ts +6 -0
- package/dist/PanoTagPlugin/shared-utils/three/getNormal.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/three/getTextureLoader.d.ts +6 -0
- package/dist/PanoTagPlugin/shared-utils/three/loadFbxObj.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/three/loadTexture.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/three/transformPositionToVector3.d.ts +7 -0
- package/dist/PanoTagPlugin/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
- package/dist/PanoTagPlugin/shared-utils/throttle.d.ts +7 -0
- package/dist/PanoTagPlugin/shared-utils/tinyEJSrender.d.ts +5 -0
- package/dist/PanoTagPlugin/shared-utils/to.d.ts +8 -0
- package/dist/PanoTagPlugin/shared-utils/uuid.d.ts +5 -0
- package/dist/PanoTagPlugin/shared-utils/vectorTocoordinates.d.ts +7 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/math.type.d.ts +44 -0
- package/dist/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/PanoTagPlugin/typings/utils.type.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/floorplan/MapviewFloorplanPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/floorplan/MapviewFloorplanPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index.js +17 -17
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/floorplan/ModelFloorplanPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/floorplan/ModelFloorplanPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/floorplan/ModelFloorplanPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/index.js +17 -17
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.js +9 -9
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/Controller.d.ts +170 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/index.d.ts +6 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/typing.d.ts +129 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/sleep.d.ts +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/Controller.d.ts +46 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/index.d.ts +5 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/typing.d.ts +31 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/dist/floorplan/TopviewFloorplanPlugin/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/controller/index.d.ts +136 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/index.d.ts +8 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/index.d.ts +12 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/search.d.ts +11 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/dist/floorplan/TopviewFloorplanPlugin/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index.js +17 -17
- package/dist/index.d.ts +3 -1
- package/dist/index.es.js +1438 -49
- package/dist/index.js +1440 -48
- package/dist/index.umd.js +1440 -48
- package/docs/assets/search.js +1 -1
- package/docs/classes/CruisePluginController.html +23 -0
- package/docs/classes/Magnifier.html +5 -5
- package/docs/classes/ModelRoomLabelController.html +5 -5
- package/docs/enums/CameraMovementEffect.html +2 -2
- package/docs/enums/DIRECTION.html +1 -1
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +1 -1
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +1 -1
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +1 -1
- package/docs/enums/Rotation.html +2 -2
- package/docs/index.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginExportType.html +3 -3
- package/docs/interfaces/CameraMovementPluginExportType.html +3 -3
- package/docs/interfaces/FloorplanBounding.html +5 -5
- package/docs/interfaces/FloorplanData.html +2 -2
- package/docs/interfaces/FloorplanEntrance.html +8 -8
- package/docs/interfaces/FloorplanExtraObject.html +4 -4
- package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
- package/docs/interfaces/FloorplanFloorData.html +2 -2
- package/docs/interfaces/FloorplanImagePosition.html +2 -2
- package/docs/interfaces/FloorplanObserver.html +2 -2
- package/docs/interfaces/FloorplanOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanPosition.html +2 -2
- package/docs/interfaces/FloorplanRoomItem.html +7 -7
- package/docs/interfaces/FloorplanRoomLabelItem.html +4 -4
- package/docs/interfaces/FloorplanServerBounding.html +5 -5
- package/docs/interfaces/FloorplanServerComputedData.html +1 -1
- package/docs/interfaces/FloorplanServerData.html +2 -2
- package/docs/interfaces/FloorplanServerDoorItem.html +1 -1
- package/docs/interfaces/FloorplanServerDoorPosition.html +1 -1
- package/docs/interfaces/FloorplanServerEntrance.html +8 -8
- package/docs/interfaces/FloorplanServerFloorData.html +2 -2
- package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
- package/docs/interfaces/FloorplanServerObserver.html +2 -2
- package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanServerPosition.html +2 -2
- package/docs/interfaces/FloorplanServerRoomItem.html +8 -8
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +4 -4
- package/docs/interfaces/ItemLabelPluginData.html +1 -1
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +1 -1
- package/docs/interfaces/ItemLabelPluginParametersType.html +1 -1
- package/docs/interfaces/LineJson.html +1 -1
- package/docs/interfaces/ModelChassisCompassPluginData.html +1 -1
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +1 -1
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +1 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +1 -1
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +1 -1
- package/docs/interfaces/ModelItemLabelPluginData.html +1 -1
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +1 -1
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +1 -1
- package/docs/interfaces/ModelRoomLabelPluginData.html +1 -1
- package/docs/interfaces/ModelTVVideoPluginData.html +1 -1
- package/docs/interfaces/ModelTVVideoPluginExportType.html +1 -1
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +1 -1
- package/docs/interfaces/ModelViewPluginExportType.html +1 -1
- package/docs/interfaces/OpenParameter.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +6 -6
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
- package/docs/interfaces/PanoMeasureParameterType.html +1 -1
- package/docs/interfaces/PanoRulerPluginExportType.html +1 -1
- package/docs/interfaces/PanoRulerPluginOptions.html +1 -1
- package/docs/interfaces/PanoRulerPluginParameterType.html +1 -1
- package/docs/interfaces/PanoRulerProPluginExportType.html +1 -1
- package/docs/interfaces/PanoRulerProPluginOptions.html +1 -1
- package/docs/interfaces/PanoRulerProPluginParameterType.html +1 -1
- package/docs/interfaces/PanoRulerProPluginState.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +1 -1
- package/docs/interfaces/Point.html +1 -1
- package/docs/interfaces/PointJson.html +1 -1
- package/docs/interfaces/Room.html +1 -1
- package/docs/interfaces/RoomInfo.html +1 -1
- package/docs/interfaces/RoomLabel.html +7 -7
- package/docs/interfaces/RoomRules.html +1 -1
- package/docs/interfaces/Rooms.html +1 -1
- package/docs/modules.html +18 -18
- package/libs/CSS3DRenderPlugin/Controller.d.ts +110 -0
- package/libs/CSS3DRenderPlugin/Controller.js +470 -0
- package/libs/CSS3DRenderPlugin/typing.d.ts +23 -0
- package/libs/CSS3DRenderPlugin/typing.js +1 -0
- package/libs/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
- package/libs/CSS3DRenderPlugin/utils/centerPoint.js +4 -0
- package/libs/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
- package/libs/CSS3DRenderPlugin/utils/evenNumber.js +4 -0
- package/libs/CSS3DRenderPlugin/utils/index.d.ts +4 -0
- package/libs/CSS3DRenderPlugin/utils/index.js +4 -0
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +11 -0
- package/libs/CSS3DRenderPlugin/utils/random.d.ts +1 -0
- package/libs/CSS3DRenderPlugin/utils/random.js +3 -0
- package/libs/CruisePlugin/Controller.d.ts +170 -0
- package/libs/CruisePlugin/Controller.js +769 -0
- package/libs/CruisePlugin/index.d.ts +6 -0
- package/libs/CruisePlugin/index.js +4 -0
- package/libs/CruisePlugin/typing.d.ts +129 -0
- package/libs/CruisePlugin/typing.js +1 -0
- package/libs/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
- package/libs/CruisePlugin/utils/coordinatesAngle.js +12 -0
- package/libs/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
- package/libs/CruisePlugin/utils/coordinatesToVector.js +10 -0
- package/libs/CruisePlugin/utils/formatRad.d.ts +7 -0
- package/libs/CruisePlugin/utils/formatRad.js +12 -0
- package/libs/CruisePlugin/utils/linerValue.d.ts +1 -0
- package/libs/CruisePlugin/utils/linerValue.js +6 -0
- package/libs/CruisePlugin/utils/safeCall.d.ts +1 -0
- package/libs/CruisePlugin/utils/safeCall.js +7 -0
- package/libs/CruisePlugin/utils/sleep.d.ts +1 -0
- package/libs/CruisePlugin/utils/sleep.js +7 -0
- package/libs/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
- package/libs/CruisePlugin/utils/vectorToCoordinates.js +9 -0
- package/libs/GuideLinePlugin/Controller.d.ts +46 -0
- package/libs/GuideLinePlugin/Controller.js +186 -0
- package/libs/GuideLinePlugin/index.d.ts +5 -0
- package/libs/GuideLinePlugin/index.js +3 -0
- package/libs/GuideLinePlugin/typing.d.ts +31 -0
- package/libs/GuideLinePlugin/typing.js +1 -0
- package/libs/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/libs/GuideLinePlugin/utils/getArrowMaterial.js +19 -0
- package/libs/GuideLinePlugin/utils/getLineGeometries.d.ts +14 -0
- package/libs/GuideLinePlugin/utils/getLineGeometries.js +183 -0
- package/libs/GuideLinePlugin/utils/getLineGeometry.d.ts +2 -0
- package/libs/GuideLinePlugin/utils/getLineGeometry.js +64 -0
- package/libs/GuideLinePlugin/utils/getPoint.d.ts +3 -0
- package/libs/GuideLinePlugin/utils/getPoint.js +23 -0
- package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -1
- package/libs/ItemLabelPlugin/ItemLabelItem.js +1 -1
- package/libs/ItemLabelPlugin/utils/isImpacted.d.ts +2 -0
- package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -1
- package/libs/ModelItemLabelPlugin/ItemLabelItem.js +1 -1
- package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -1
- package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -1
- package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -1
- package/libs/PanoRulerProPlugin/RulerItem.js +1 -1
- package/libs/PanoRulerProPlugin/RulerItems.js +1 -1
- package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -1
- package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -1
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +2 -0
- package/libs/PanoTagPlugin/Assets/Icon.js +2 -0
- package/libs/PanoTagPlugin/Components/Common/Arrow.js +232 -0
- package/libs/PanoTagPlugin/Components/Common/Audio.js +349 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +201 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +199 -0
- package/libs/PanoTagPlugin/Components/Common/Media.js +334 -0
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +334 -0
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +137 -0
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +130 -0
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +335 -0
- package/libs/PanoTagPlugin/Components/Common/Shadow.js +261 -0
- package/libs/PanoTagPlugin/Components/Common/Text.js +239 -0
- package/libs/PanoTagPlugin/Components/Common/TextItem.js +196 -0
- package/libs/PanoTagPlugin/Components/PointTag.js +240 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +330 -0
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +136 -0
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +403 -0
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +302 -0
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +615 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +288 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +454 -0
- package/libs/PanoTagPlugin/Components/TagWrapper.js +386 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.js +43 -0
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
- package/libs/PanoTagPlugin/controller/TagComputer.js +418 -0
- package/libs/PanoTagPlugin/controller/index.d.ts +136 -0
- package/libs/PanoTagPlugin/controller/index.js +618 -0
- package/libs/PanoTagPlugin/index.d.ts +8 -0
- package/libs/PanoTagPlugin/index.js +8 -0
- package/libs/PanoTagPlugin/typings/controller.d.ts +90 -0
- package/libs/PanoTagPlugin/typings/controller.js +1 -0
- package/libs/PanoTagPlugin/typings/index.d.ts +2 -0
- package/libs/PanoTagPlugin/typings/index.js +2 -0
- package/libs/PanoTagPlugin/typings/tag.d.ts +211 -0
- package/libs/PanoTagPlugin/typings/tag.js +32 -0
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +6 -0
- package/libs/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +32 -0
- package/libs/PanoTagPlugin/utils/checkRange.d.ts +4 -0
- package/libs/PanoTagPlugin/utils/checkRange.js +12 -0
- package/libs/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/debounce.js +21 -0
- package/libs/PanoTagPlugin/utils/index.d.ts +12 -0
- package/libs/PanoTagPlugin/utils/index.js +12 -0
- package/libs/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -0
- package/libs/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +35 -0
- package/libs/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
- package/libs/PanoTagPlugin/utils/planeNormal.js +9 -0
- package/libs/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
- package/libs/PanoTagPlugin/utils/resizeObserver.js +15 -0
- package/libs/PanoTagPlugin/utils/search.d.ts +11 -0
- package/libs/PanoTagPlugin/utils/search.js +65 -0
- package/libs/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +10 -0
- package/libs/PanoTagPlugin/utils/throttle.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/throttle.js +17 -0
- package/libs/floorplan/Components/BaseImage.js +1 -1
- package/libs/floorplan/Components/Camera.js +1 -1
- package/libs/floorplan/Components/Compass.js +1 -1
- package/libs/floorplan/Components/CurrentFloor.js +1 -1
- package/libs/floorplan/Components/Main.js +1 -1
- package/libs/floorplan/Components/Normalmage.js +1 -1
- package/libs/floorplan/Components/RoomHighlight/Room.js +1 -1
- package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -1
- package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -1
- package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -1
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -1
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -1
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -1
- package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -1
- package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -1
- package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -1
- package/libs/floorplan/Components/SvgImage.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -1
- package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -1
- package/libs/index.d.ts +3 -1
- package/libs/index.js +5 -2
- package/package.json +2 -1
package/dist/index.es.js
CHANGED
|
@@ -460,7 +460,7 @@ const PanoCursorRaycasterPlugin = (five) => {
|
|
|
460
460
|
|
|
461
461
|
const ROOM_LABEL_BG = 'data:image/png;base64,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';
|
|
462
462
|
|
|
463
|
-
/* src/ModelRoomLabelPlugin/RoomLabelItem.svelte generated by Svelte v3.
|
|
463
|
+
/* src/ModelRoomLabelPlugin/RoomLabelItem.svelte generated by Svelte v3.50.1 */
|
|
464
464
|
|
|
465
465
|
function add_css$q(target) {
|
|
466
466
|
append_styles(target, "svelte-877671", ".room-label-item.svelte-877671{position:absolute;font-size:0.41667rem;z-index:0;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.room-label-item__text.svelte-877671{position:absolute;left:0;top:-3.33333rem;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;height:1.04167rem;min-width:1.66667rem;padding:0 0.3125rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap}.room-label-item__bar.svelte-877671{position:absolute;top:-2.29167rem;height:2.5rem;width:1px;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}.wide.svelte-877671{font-size:0.52083rem}");
|
|
@@ -560,7 +560,7 @@ class RoomLabelItem extends SvelteComponent {
|
|
|
560
560
|
}
|
|
561
561
|
}
|
|
562
562
|
|
|
563
|
-
/* src/ModelRoomLabelPlugin/RoomLabelItems.svelte generated by Svelte v3.
|
|
563
|
+
/* src/ModelRoomLabelPlugin/RoomLabelItems.svelte generated by Svelte v3.50.1 */
|
|
564
564
|
|
|
565
565
|
const { Map: Map_1 } = globals;
|
|
566
566
|
|
|
@@ -1124,7 +1124,7 @@ function rad2Deg$1(rad) {
|
|
|
1124
1124
|
return (rad * 180) / Math.PI;
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
|
-
/* src/floorplan/Components/Camera.svelte generated by Svelte v3.
|
|
1127
|
+
/* src/floorplan/Components/Camera.svelte generated by Svelte v3.50.1 */
|
|
1128
1128
|
|
|
1129
1129
|
function add_css$o(target) {
|
|
1130
1130
|
append_styles(target, "svelte-17cl35n", ".floorplan__camera-position.svelte-17cl35n{position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17cl35n{position:absolute;background-repeat:no-repeat;background-size:100%}");
|
|
@@ -1229,7 +1229,7 @@ class Camera$1 extends SvelteComponent {
|
|
|
1229
1229
|
|
|
1230
1230
|
const COMPASS_IMAGE = 'data:image/png;base64,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';
|
|
1231
1231
|
|
|
1232
|
-
/* src/floorplan/Components/Compass.svelte generated by Svelte v3.
|
|
1232
|
+
/* src/floorplan/Components/Compass.svelte generated by Svelte v3.50.1 */
|
|
1233
1233
|
|
|
1234
1234
|
function add_css$n(target) {
|
|
1235
1235
|
append_styles(target, "svelte-z9kwkx", ".floorplan-plugin__compass.svelte-z9kwkx{position:absolute;left:50%;top:-2.39583rem;width:12.03125rem;height:2.13542rem;will-change:opacity;transform-origin:center 9.58333rem}.floorplan-plugin__compass-image.svelte-z9kwkx{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-z9kwkx{position:absolute;left:50%;top:0.78125rem;transform:translateX(-50%);opacity:0.2;font-weight:bold;font-size:0.52083rem;color:#fff}");
|
|
@@ -1329,7 +1329,7 @@ class Compass extends SvelteComponent {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
}
|
|
1331
1331
|
|
|
1332
|
-
/* src/floorplan/Components/Normalmage.svelte generated by Svelte v3.
|
|
1332
|
+
/* src/floorplan/Components/Normalmage.svelte generated by Svelte v3.50.1 */
|
|
1333
1333
|
|
|
1334
1334
|
function add_css$m(target) {
|
|
1335
1335
|
append_styles(target, "svelte-1gfoniz", "img.svelte-1gfoniz{width:100%;height:100%}");
|
|
@@ -1379,7 +1379,7 @@ class Normalmage extends SvelteComponent {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
|
-
/* src/floorplan/Components/SvgImage.svelte generated by Svelte v3.
|
|
1382
|
+
/* src/floorplan/Components/SvgImage.svelte generated by Svelte v3.50.1 */
|
|
1383
1383
|
|
|
1384
1384
|
function add_css$l(target) {
|
|
1385
1385
|
append_styles(target, "svelte-ub47ya", ".floorplan-plugin__base-image.svelte-ub47ya{width:100%;height:100%}");
|
|
@@ -1446,7 +1446,7 @@ class SvgImage extends SvelteComponent {
|
|
|
1446
1446
|
}
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
|
-
/* src/floorplan/Components/BaseImage.svelte generated by Svelte v3.
|
|
1449
|
+
/* src/floorplan/Components/BaseImage.svelte generated by Svelte v3.50.1 */
|
|
1450
1450
|
|
|
1451
1451
|
function add_css$k(target) {
|
|
1452
1452
|
append_styles(target, "svelte-ozpg4a", ".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}");
|
|
@@ -1647,7 +1647,7 @@ class BaseImage extends SvelteComponent {
|
|
|
1647
1647
|
}
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
1650
|
-
/* src/floorplan/Components/RoomLabels/RoomLabel.svelte generated by Svelte v3.
|
|
1650
|
+
/* src/floorplan/Components/RoomLabels/RoomLabel.svelte generated by Svelte v3.50.1 */
|
|
1651
1651
|
|
|
1652
1652
|
function add_css$j(target) {
|
|
1653
1653
|
append_styles(target, "svelte-12pzct5", ".floorplan-plugin__room-label-item.svelte-12pzct5{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-size.svelte-12pzct5{opacity:0.45}");
|
|
@@ -1947,7 +1947,7 @@ class RoomLabel extends SvelteComponent {
|
|
|
1947
1947
|
}
|
|
1948
1948
|
}
|
|
1949
1949
|
|
|
1950
|
-
/* src/floorplan/Components/RoomLabels/RoomLabels.svelte generated by Svelte v3.
|
|
1950
|
+
/* src/floorplan/Components/RoomLabels/RoomLabels.svelte generated by Svelte v3.50.1 */
|
|
1951
1951
|
|
|
1952
1952
|
function add_css$i(target) {
|
|
1953
1953
|
append_styles(target, "svelte-13xux0b", ".floorplan-plugin__room-labels.svelte-13xux0b{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}");
|
|
@@ -2229,7 +2229,7 @@ class RoomLabels extends SvelteComponent {
|
|
|
2229
2229
|
}
|
|
2230
2230
|
}
|
|
2231
2231
|
|
|
2232
|
-
/* src/floorplan/Components/RuleLabels/RuleItem.svelte generated by Svelte v3.
|
|
2232
|
+
/* src/floorplan/Components/RuleLabels/RuleItem.svelte generated by Svelte v3.50.1 */
|
|
2233
2233
|
|
|
2234
2234
|
function add_css$h(target) {
|
|
2235
2235
|
append_styles(target, "svelte-xt7p1v", ".floorplan-plugin__rule-labels.svelte-xt7p1v.svelte-xt7p1v{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-xt7p1v.svelte-xt7p1v{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-xt7p1v.svelte-xt7p1v{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-xt7p1v.svelte-xt7p1v{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-xt7p1v.svelte-xt7p1v{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-xt7p1v.svelte-xt7p1v{background:#fff;opacity:0.05;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-xt7p1v.svelte-xt7p1v{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-xt7p1v .floorplan-plugin__rule-scale-wrapper.svelte-xt7p1v{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-xt7p1v.svelte-xt7p1v{position:absolute;background:#fff;opacity:0.05;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-xt7p1v .floorplan-plugin__rule-scale.svelte-xt7p1v{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-xt7p1v.svelte-xt7p1v{position:absolute}.floorplan-plugin__rule-labels--top.svelte-xt7p1v .floorplan-plugin__rule-text-wrapper.svelte-xt7p1v{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-xt7p1v .floorplan-plugin__rule-text-wrapper.svelte-xt7p1v{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-xt7p1v .floorplan-plugin__rule-text-wrapper.svelte-xt7p1v{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-xt7p1v .floorplan-plugin__rule-text-wrapper.svelte-xt7p1v{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-xt7p1v.svelte-xt7p1v{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-xt7p1v .floorplan-plugin__rule-text-item.svelte-xt7p1v{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-xt7p1v.svelte-xt7p1v{width:-webkit-max-content;width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.2}");
|
|
@@ -2493,7 +2493,7 @@ class RuleItem extends SvelteComponent {
|
|
|
2493
2493
|
}
|
|
2494
2494
|
}
|
|
2495
2495
|
|
|
2496
|
-
/* src/floorplan/Components/RuleLabels/RuleLabels.svelte generated by Svelte v3.
|
|
2496
|
+
/* src/floorplan/Components/RuleLabels/RuleLabels.svelte generated by Svelte v3.50.1 */
|
|
2497
2497
|
|
|
2498
2498
|
function add_css$g(target) {
|
|
2499
2499
|
append_styles(target, "svelte-1mzj9p3", ".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}");
|
|
@@ -2787,7 +2787,7 @@ function getFloorIndexFromModelPosition(position, five) {
|
|
|
2787
2787
|
return floorIndex;
|
|
2788
2788
|
}
|
|
2789
2789
|
|
|
2790
|
-
/* src/floorplan/Components/RoomMaterials/RoomMaterial_0.svelte generated by Svelte v3.
|
|
2790
|
+
/* src/floorplan/Components/RoomMaterials/RoomMaterial_0.svelte generated by Svelte v3.50.1 */
|
|
2791
2791
|
|
|
2792
2792
|
function create_fragment$k(ctx) {
|
|
2793
2793
|
let path_1;
|
|
@@ -2838,7 +2838,7 @@ class RoomMaterial_0 extends SvelteComponent {
|
|
|
2838
2838
|
}
|
|
2839
2839
|
}
|
|
2840
2840
|
|
|
2841
|
-
/* src/floorplan/Components/RoomMaterials/RoomMaterial_1.svelte generated by Svelte v3.
|
|
2841
|
+
/* src/floorplan/Components/RoomMaterials/RoomMaterial_1.svelte generated by Svelte v3.50.1 */
|
|
2842
2842
|
|
|
2843
2843
|
function create_fragment$j(ctx) {
|
|
2844
2844
|
let defs;
|
|
@@ -2927,7 +2927,7 @@ class RoomMaterial_1 extends SvelteComponent {
|
|
|
2927
2927
|
}
|
|
2928
2928
|
}
|
|
2929
2929
|
|
|
2930
|
-
/* src/floorplan/Components/RoomMaterials/RoomMaterial_2.svelte generated by Svelte v3.
|
|
2930
|
+
/* src/floorplan/Components/RoomMaterials/RoomMaterial_2.svelte generated by Svelte v3.50.1 */
|
|
2931
2931
|
|
|
2932
2932
|
function create_fragment$i(ctx) {
|
|
2933
2933
|
let defs;
|
|
@@ -3054,7 +3054,7 @@ class RoomMaterial_2 extends SvelteComponent {
|
|
|
3054
3054
|
}
|
|
3055
3055
|
}
|
|
3056
3056
|
|
|
3057
|
-
/* src/floorplan/Components/RoomMaterials/RoomMaterial.svelte generated by Svelte v3.
|
|
3057
|
+
/* src/floorplan/Components/RoomMaterials/RoomMaterial.svelte generated by Svelte v3.50.1 */
|
|
3058
3058
|
|
|
3059
3059
|
function add_css$f(target) {
|
|
3060
3060
|
append_styles(target, "svelte-1dykexu", ".floorplan-plugin__room-material.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%}svg.svelte-1dykexu{position:absolute;left:0;top:0;width:100%;height:100%;overflow:visible}");
|
|
@@ -3359,7 +3359,7 @@ class RoomMaterial extends SvelteComponent {
|
|
|
3359
3359
|
}
|
|
3360
3360
|
}
|
|
3361
3361
|
|
|
3362
|
-
/* src/floorplan/Components/RoomHighlight/Room.svelte generated by Svelte v3.
|
|
3362
|
+
/* src/floorplan/Components/RoomHighlight/Room.svelte generated by Svelte v3.50.1 */
|
|
3363
3363
|
|
|
3364
3364
|
function add_css$e(target) {
|
|
3365
3365
|
append_styles(target, "svelte-19uvvss", "path.svelte-19uvvss{opacity:0}path.svelte-19uvvss:hover{opacity:0.1}");
|
|
@@ -3449,7 +3449,7 @@ class Room extends SvelteComponent {
|
|
|
3449
3449
|
}
|
|
3450
3450
|
}
|
|
3451
3451
|
|
|
3452
|
-
/* src/floorplan/Components/RoomHighlight/RoomHighlight.svelte generated by Svelte v3.
|
|
3452
|
+
/* src/floorplan/Components/RoomHighlight/RoomHighlight.svelte generated by Svelte v3.50.1 */
|
|
3453
3453
|
|
|
3454
3454
|
function add_css$d(target) {
|
|
3455
3455
|
append_styles(target, "svelte-1kqo6e4", ".floorplan-plugin__room-highlight.svelte-1kqo6e4{position:absolute;width:100%;height:100%}svg.svelte-1kqo6e4{width:100%;height:100%;overflow:visible}");
|
|
@@ -3637,7 +3637,7 @@ class RoomHighlight extends SvelteComponent {
|
|
|
3637
3637
|
}
|
|
3638
3638
|
}
|
|
3639
3639
|
|
|
3640
|
-
/* src/floorplan/Components/CurrentFloor.svelte generated by Svelte v3.
|
|
3640
|
+
/* src/floorplan/Components/CurrentFloor.svelte generated by Svelte v3.50.1 */
|
|
3641
3641
|
|
|
3642
3642
|
function add_css$c(target) {
|
|
3643
3643
|
append_styles(target, "svelte-bl8zrz", ".floorplan-plugin__floor.svelte-bl8zrz{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;pointer-events:none}.floorplan-plugin__floor--is-current.svelte-bl8zrz{opacity:1;pointer-events:auto}");
|
|
@@ -4076,7 +4076,7 @@ class CurrentFloor$1 extends SvelteComponent {
|
|
|
4076
4076
|
}
|
|
4077
4077
|
}
|
|
4078
4078
|
|
|
4079
|
-
/* src/floorplan/Components/Main.svelte generated by Svelte v3.
|
|
4079
|
+
/* src/floorplan/Components/Main.svelte generated by Svelte v3.50.1 */
|
|
4080
4080
|
|
|
4081
4081
|
function add_css$b(target) {
|
|
4082
4082
|
append_styles(target, "svelte-86bqav", ".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}");
|
|
@@ -4679,7 +4679,7 @@ function getPxmm(five, container, floorIndex, options) {
|
|
|
4679
4679
|
/**
|
|
4680
4680
|
* plugin 的基本控制器
|
|
4681
4681
|
*/
|
|
4682
|
-
class Controller$
|
|
4682
|
+
class Controller$7 {
|
|
4683
4683
|
constructor(five) {
|
|
4684
4684
|
Object.defineProperty(this, "five", {
|
|
4685
4685
|
enumerable: true,
|
|
@@ -4706,7 +4706,7 @@ class Controller$6 {
|
|
|
4706
4706
|
}
|
|
4707
4707
|
}
|
|
4708
4708
|
|
|
4709
|
-
class Controller$
|
|
4709
|
+
class Controller$6 extends Controller$7 {
|
|
4710
4710
|
}
|
|
4711
4711
|
|
|
4712
4712
|
var FloorplanErrorType;
|
|
@@ -4858,7 +4858,7 @@ function shouldFloorplanShowWithPose$1(pose) {
|
|
|
4858
4858
|
const longitudeVisible = longitude < 30 * (Math.PI / 180) || longitude > 330 * (Math.PI / 180);
|
|
4859
4859
|
return latitudeVisible && longitudeVisible;
|
|
4860
4860
|
}
|
|
4861
|
-
class Controller$
|
|
4861
|
+
class Controller$5 extends Controller$6 {
|
|
4862
4862
|
constructor(five, params) {
|
|
4863
4863
|
var _a;
|
|
4864
4864
|
super(five);
|
|
@@ -5527,7 +5527,7 @@ class Controller$4 extends Controller$5 {
|
|
|
5527
5527
|
}
|
|
5528
5528
|
|
|
5529
5529
|
const ModelFloorplanPlugin = (five, params) => {
|
|
5530
|
-
return new Controller$
|
|
5530
|
+
return new Controller$5(five, params);
|
|
5531
5531
|
};
|
|
5532
5532
|
|
|
5533
5533
|
/** 当前 five 的相机视角是否满足户型图自动隐藏条件
|
|
@@ -5552,7 +5552,7 @@ function shouldFloorplanShowWithPose(pose) {
|
|
|
5552
5552
|
const longitudeVisible = longitude < 30 * (Math.PI / 180) || longitude > 330 * (Math.PI / 180);
|
|
5553
5553
|
return latitudeVisible && longitudeVisible;
|
|
5554
5554
|
}
|
|
5555
|
-
class Controller$
|
|
5555
|
+
class Controller$4 extends Controller$6 {
|
|
5556
5556
|
constructor(five, params) {
|
|
5557
5557
|
super(five);
|
|
5558
5558
|
// =============== public properties =================
|
|
@@ -6201,10 +6201,10 @@ class Controller$3 extends Controller$5 {
|
|
|
6201
6201
|
}
|
|
6202
6202
|
|
|
6203
6203
|
const MapviewFloorplanPlugin = (five, params) => {
|
|
6204
|
-
return new Controller$
|
|
6204
|
+
return new Controller$4(five, params);
|
|
6205
6205
|
};
|
|
6206
6206
|
|
|
6207
|
-
class Controller$
|
|
6207
|
+
class Controller$3 extends Controller$6 {
|
|
6208
6208
|
constructor(five, params) {
|
|
6209
6209
|
super(five);
|
|
6210
6210
|
// =============== public properties =================
|
|
@@ -6681,7 +6681,7 @@ class Controller$2 extends Controller$5 {
|
|
|
6681
6681
|
}
|
|
6682
6682
|
|
|
6683
6683
|
const TopviewFloorplanPlugin = (five, params) => {
|
|
6684
|
-
return new Controller$
|
|
6684
|
+
return new Controller$3(five, params);
|
|
6685
6685
|
};
|
|
6686
6686
|
|
|
6687
6687
|
/**
|
|
@@ -6703,7 +6703,7 @@ function throttle(func, wait = 200) {
|
|
|
6703
6703
|
};
|
|
6704
6704
|
}
|
|
6705
6705
|
|
|
6706
|
-
/* src/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte generated by Svelte v3.
|
|
6706
|
+
/* src/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte generated by Svelte v3.50.1 */
|
|
6707
6707
|
|
|
6708
6708
|
function add_css$a(target) {
|
|
6709
6709
|
append_styles(target, "svelte-1ty3s4p", ".plugin-radar__camera-wrapper.svelte-1ty3s4p{width:100%;height:100%;position:absolute;pointer-events:none}.plugin-radar__camera-position.svelte-1ty3s4p{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear}.plugin-radar__camera-rotate.svelte-1ty3s4p{position:absolute;left:-0.78125rem;top:-0.78125rem;width:0.88542rem;height:0.88542rem;transform-origin:0.78125rem 0.78125rem;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%}");
|
|
@@ -6853,7 +6853,7 @@ class Camera extends SvelteComponent {
|
|
|
6853
6853
|
}
|
|
6854
6854
|
}
|
|
6855
6855
|
|
|
6856
|
-
/* src/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte generated by Svelte v3.
|
|
6856
|
+
/* src/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte generated by Svelte v3.50.1 */
|
|
6857
6857
|
|
|
6858
6858
|
function add_css$9(target) {
|
|
6859
6859
|
append_styles(target, "svelte-1i87fz7", ".plugin-pano-floorplan__extra-objects.svelte-1i87fz7{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.plugin-pano-floorplan__extra-object-item--position.svelte-1i87fz7{position:absolute;width:0;height:0}.plugin-pano-floorplan__extra-object-item.svelte-1i87fz7{transform:translate(-50%, -50%)}");
|
|
@@ -6990,7 +6990,7 @@ class ExtraObjects extends SvelteComponent {
|
|
|
6990
6990
|
}
|
|
6991
6991
|
}
|
|
6992
6992
|
|
|
6993
|
-
/* src/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.svelte generated by Svelte v3.
|
|
6993
|
+
/* src/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.svelte generated by Svelte v3.50.1 */
|
|
6994
6994
|
|
|
6995
6995
|
function create_if_block$4(ctx) {
|
|
6996
6996
|
let highlight;
|
|
@@ -7217,7 +7217,7 @@ class CurrentFloor extends SvelteComponent {
|
|
|
7217
7217
|
}
|
|
7218
7218
|
}
|
|
7219
7219
|
|
|
7220
|
-
/* src/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte generated by Svelte v3.
|
|
7220
|
+
/* src/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte generated by Svelte v3.50.1 */
|
|
7221
7221
|
|
|
7222
7222
|
function add_css$8(target) {
|
|
7223
7223
|
append_styles(target, "svelte-1mvqyqq", ".plugin-floorplan-radar.svelte-1mvqyqq{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.plugin-floorplan-radar-container.svelte-1mvqyqq{position:relative}");
|
|
@@ -7560,7 +7560,7 @@ class Main extends SvelteComponent {
|
|
|
7560
7560
|
}
|
|
7561
7561
|
}
|
|
7562
7562
|
|
|
7563
|
-
class Controller$
|
|
7563
|
+
class Controller$2 extends Controller$6 {
|
|
7564
7564
|
constructor(five, params) {
|
|
7565
7565
|
super(five);
|
|
7566
7566
|
// =============== public properties =================
|
|
@@ -7797,7 +7797,7 @@ class Controller$1 extends Controller$5 {
|
|
|
7797
7797
|
}
|
|
7798
7798
|
|
|
7799
7799
|
const PanoFloorplanRadarPlugin = (five, params) => {
|
|
7800
|
-
return new Controller$
|
|
7800
|
+
return new Controller$2(five, params);
|
|
7801
7801
|
};
|
|
7802
7802
|
|
|
7803
7803
|
/** 房屋数据映射表 */
|
|
@@ -9020,7 +9020,7 @@ const PanoRulerPlugin = (five, params) => {
|
|
|
9020
9020
|
};
|
|
9021
9021
|
};
|
|
9022
9022
|
|
|
9023
|
-
/* src/PanoRulerProPlugin/RulerItem.svelte generated by Svelte v3.
|
|
9023
|
+
/* src/PanoRulerProPlugin/RulerItem.svelte generated by Svelte v3.50.1 */
|
|
9024
9024
|
|
|
9025
9025
|
function add_css$7(target) {
|
|
9026
9026
|
append_styles(target, "svelte-qy4ud2", ".PanoRulerPlugin-rule-line.svelte-qy4ud2.svelte-qy4ud2{position:absolute;transform-origin:left 0.0625rem;width:0;height:0.125rem;pointer-events:none}.PanoRulerPlugin-rule-line.svelte-qy4ud2.svelte-qy4ud2::after{content:'';position:absolute;left:-0.125rem;top:-0.1rem;width:0.25rem;height:0.25rem;border-radius:50%;background:#fff;z-index:1;-webkit-animation:svelte-qy4ud2-viewport-rule-point 0.1s 1s;animation:svelte-qy4ud2-viewport-rule-point 0.1s 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.PanoRulerPlugin-rule-line.svelte-qy4ud2.svelte-qy4ud2::before{content:'';position:absolute;right:-0.125rem;top:-0.1rem;width:0.25rem;height:0.25rem;border-radius:50%;background:#fff;z-index:1;-webkit-animation:svelte-qy4ud2-viewport-rule-point 0.1s 1.5s;animation:svelte-qy4ud2-viewport-rule-point 0.1s 1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.PanoRulerPlugin-rule-line.svelte-qy4ud2 em.svelte-qy4ud2{display:block;height:0.0625rem;-webkit-animation:svelte-qy4ud2-viewport-rule-line 0.5s ease 1s;animation:svelte-qy4ud2-viewport-rule-line 0.5s ease 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;box-shadow:0 0 0.25rem rgb(0 0 0 / 40%);position:relative}.rule-mixed-line.svelte-qy4ud2.svelte-qy4ud2{display:flex;height:0.0625rem;-webkit-animation:svelte-qy4ud2-viewport-rule-line 0.5s ease 1s;animation:svelte-qy4ud2-viewport-rule-line 0.5s ease 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;align-items:center}.em-solid.svelte-qy4ud2.svelte-qy4ud2{height:100%;background:#ffffff}.em-dotted.svelte-qy4ud2.svelte-qy4ud2{height:0.125rem;background:var(--background-image);background-position:center;background-repeat:repeat}.PanoRulerPlugin-rule-label.svelte-qy4ud2.svelte-qy4ud2{position:absolute;width:0;height:0;top:0.0625rem;pointer-events:none}.PanoRulerPlugin-rule-label-name.svelte-qy4ud2.svelte-qy4ud2{position:absolute;padding:0.1875rem 0.375rem;background:rgba(195, 195, 195, 0.3);backdrop-filter:blur(0.25rem);-webkit-backdrop-filter:blur(0.25rem);border-radius:6.25rem;border:0.0625rem solid rgba(255, 255, 255, 0.6);white-space:nowrap;overflow:hidden;color:#ffffff;font-weight:500;font-size:0.75rem;line-height:1;-webkit-animation:svelte-qy4ud2-viewport-rule-label 0.25s ease 1s;animation:svelte-qy4ud2-viewport-rule-label 0.25s ease 1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;box-shadow:inset 0 0 0.625rem 0 rgba(255, 255, 255, 0.3)}@-webkit-keyframes svelte-qy4ud2-viewport-rule-line{0%{width:0%}100%{width:100%}}@keyframes svelte-qy4ud2-viewport-rule-line{0%{width:0%}100%{width:100%}}@-webkit-keyframes svelte-qy4ud2-viewport-rule-label{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:translate(-50%, -50%) scaleX(1)}}@keyframes svelte-qy4ud2-viewport-rule-label{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:translate(-50%, -50%) scaleX(1)}}@-webkit-keyframes svelte-qy4ud2-viewport-rule-point{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}@keyframes svelte-qy4ud2-viewport-rule-point{0%{transform:scaleX(0)}100%{transform:scaleX(1)}}");
|
|
@@ -9313,7 +9313,7 @@ class RulerItem extends SvelteComponent {
|
|
|
9313
9313
|
}
|
|
9314
9314
|
}
|
|
9315
9315
|
|
|
9316
|
-
/* src/PanoRulerProPlugin/RulerItems.svelte generated by Svelte v3.
|
|
9316
|
+
/* src/PanoRulerProPlugin/RulerItems.svelte generated by Svelte v3.50.1 */
|
|
9317
9317
|
|
|
9318
9318
|
function get_each_context$3(ctx, list, i) {
|
|
9319
9319
|
const child_ctx = ctx.slice();
|
|
@@ -9664,7 +9664,7 @@ class RulerItems extends SvelteComponent {
|
|
|
9664
9664
|
}
|
|
9665
9665
|
}
|
|
9666
9666
|
|
|
9667
|
-
class Controller {
|
|
9667
|
+
class Controller$1 {
|
|
9668
9668
|
constructor(five, params) {
|
|
9669
9669
|
var _a, _b;
|
|
9670
9670
|
Object.defineProperty(this, "five", {
|
|
@@ -9778,7 +9778,7 @@ class Controller {
|
|
|
9778
9778
|
* 全景标尺插件
|
|
9779
9779
|
*/
|
|
9780
9780
|
const PanoRulerProPlugin = (five, params) => {
|
|
9781
|
-
return new Controller(five, params);
|
|
9781
|
+
return new Controller$1(five, params);
|
|
9782
9782
|
};
|
|
9783
9783
|
|
|
9784
9784
|
const roomInfoIcon = 'data:image/png;base64,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';
|
|
@@ -9900,7 +9900,7 @@ function tweenProgress(duration, easing = TWEEN__default.Easing.Linear.None) {
|
|
|
9900
9900
|
}
|
|
9901
9901
|
|
|
9902
9902
|
const defaultBaseOptions$1 = { userAction: true };
|
|
9903
|
-
class PanoCompassController extends Controller$
|
|
9903
|
+
class PanoCompassController extends Controller$6 {
|
|
9904
9904
|
constructor(five, config) {
|
|
9905
9905
|
super(five);
|
|
9906
9906
|
/**
|
|
@@ -14391,7 +14391,7 @@ const PanoMeasurePlugin = function PanoMeasurePlugin(five, params) {
|
|
|
14391
14391
|
|
|
14392
14392
|
const currentTarget = writable(null);
|
|
14393
14393
|
|
|
14394
|
-
/* src/PanoSpatialTagPlugin/Components/origins.svelte generated by Svelte v3.
|
|
14394
|
+
/* src/PanoSpatialTagPlugin/Components/origins.svelte generated by Svelte v3.50.1 */
|
|
14395
14395
|
|
|
14396
14396
|
function add_css$6(target) {
|
|
14397
14397
|
append_styles(target, "svelte-1kuu68s", ".PanoSpatialTagPlugin__tag-origin.svelte-1kuu68s{position:absolute;width:0.5rem;height:0.5rem;border-radius:50%;background:#fff;box-shadow:0 0 .6rem #fff;transform:translate(-50%, -50%) scale(1);transform-origin:center center;-webkit-animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin 1.2s forwards;animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin 1.2s forwards;pointer-events:auto}.PanoSpatialTagPlugin__tag-origin.svelte-1kuu68s:after{content:'';position:absolute;top:50%;height:50%;width:2rem;height:2rem;transform:translate(-50%, -50%)}.PanoSpatialTagPlugin__tag-origin-destroy.svelte-1kuu68s{transform:translate(-50%, -50%) scale(0.6);-webkit-animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s;animation:svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy 1.2s forwards .7s}@-webkit-keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin{0%{transform:translate(-50%, -50%) scale(1);opacity:0}100%{transform:translate(-50%, -50%) scale(0.6);opacity:1 }}@-webkit-keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy{0%{transform:translate(-50%, -50%) scale(0.6);opacity:1}10%{transform:translate(-50%, -50%) scale(1);opacity:0.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}@keyframes svelte-1kuu68s-PanoSpatialTagPlugin__tag-origin-destroy{0%{transform:translate(-50%, -50%) scale(0.6);opacity:1}10%{transform:translate(-50%, -50%) scale(1);opacity:0.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}");
|
|
@@ -14540,7 +14540,7 @@ class Origins extends SvelteComponent {
|
|
|
14540
14540
|
}
|
|
14541
14541
|
}
|
|
14542
14542
|
|
|
14543
|
-
/* src/PanoSpatialTagPlugin/Components/tag.svelte generated by Svelte v3.
|
|
14543
|
+
/* src/PanoSpatialTagPlugin/Components/tag.svelte generated by Svelte v3.50.1 */
|
|
14544
14544
|
|
|
14545
14545
|
function add_css$5(target) {
|
|
14546
14546
|
append_styles(target, "svelte-eb8bdm", ".PanoSpatialTagPlugin__tag-x.svelte-eb8bdm.svelte-eb8bdm{position:absolute;top:0;left:0;display:block;white-space:nowrap;box-sizing:border-box;width:25rem;height:14rem;color:#FFF;transform:translate(0, -100%);transition:height .5s linear}.PanoSpatialTagPlugin__tag-shadow.svelte-eb8bdm.svelte-eb8bdm{content:'';position:absolute;width:30rem;height:30rem;top:-15rem;left:-15rem;z-index:-1;opacity:0;transition:opacity .8s .6s;background:url('https://vrlab-image4.ljcdn.com/release/web/PanoSpatialTagPlugin__blur.png');background-size:30rem 30rem}.PanoSpatialTagPlugin__tag-line.svelte-eb8bdm.svelte-eb8bdm{position:absolute;left:-1rem;width:2rem;height:100%;overflow:hidden}.PanoSpatialTagPlugin__tag-flagpole.svelte-eb8bdm.svelte-eb8bdm{position:absolute;top:0;left:1rem;height:calc(100% - 1.5rem);width:.15rem;background:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, .1));box-shadow:0 .1rem .5rem rgba(0, 0, 0, .2);opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform .4s cubic-bezier(.44,.44,.74,.98) , opacity .4s cubic-bezier(.44,.44,.74,.98), width .5s linear, height .5s linear ;transform-origin:center bottom}.PanoSpatialTagPlugin__tag-line1.svelte-eb8bdm.svelte-eb8bdm{position:absolute;top:0;left:0.3rem;height:1.8rem;width:.1rem;background:#fff;opacity:0;transform:translate(-50%, 200%) scaleY(0);transform-origin:center top}.PanoSpatialTagPlugin__tag-line2.svelte-eb8bdm.svelte-eb8bdm{position:absolute;top:0;left:0.5rem;height:1.8rem;width:.1rem;background:#fff;opacity:0;transform:translate(-50%, 200%) scaleY(0);transform-origin:center top}.PanoSpatialTagPlugin__tag-show.svelte-eb8bdm .PanoSpatialTagPlugin__tag-line1.svelte-eb8bdm{-webkit-animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1 linear .5s forwards .45s;animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1 linear .5s forwards .45s}.PanoSpatialTagPlugin__tag-show.svelte-eb8bdm .PanoSpatialTagPlugin__tag-line2.svelte-eb8bdm{-webkit-animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2 linear .5s forwards .65s;animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2 linear .5s forwards .65s}.PanoSpatialTagPlugin__tag-x.PanoSpatialTagPlugin__tag-upside-down.svelte-eb8bdm.svelte-eb8bdm{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-upside-down.svelte-eb8bdm .PanoSpatialTagPlugin__tag-line.svelte-eb8bdm{transform:scaleY(-1)}.PanoSpatialTagPlugin__tag-animate.svelte-eb8bdm.svelte-eb8bdm{position:relative;height:100%;overflow:hidden;transform-origin:left top;transition:transform .5s linear}.PanoSpatialTagPlugin__tag-upside-down.svelte-eb8bdm .PanoSpatialTagPlugin__tag-animate.svelte-eb8bdm{transform-origin:left bottom}.PanoSpatialTagPlugin__tag-content.svelte-eb8bdm.svelte-eb8bdm{position:absolute;display:inline-block;transform:translate(-100%, 0);transition:transform .9s cubic-bezier(0,.65,.16,1.08) .6s;padding-left:.5rem;font-size:1rem}.PanoSpatialTagPlugin__tag-upside-down.svelte-eb8bdm .PanoSpatialTagPlugin__tag-content.svelte-eb8bdm{bottom:0}.PanoSpatialTagPlugin__tag-show.svelte-eb8bdm .PanoSpatialTagPlugin__tag-flagpole.svelte-eb8bdm{opacity:1;transform:translate(-50%, 0) scaleY(1)}.PanoSpatialTagPlugin__tag-upside-down.svelte-eb8bdm .PanoSpatialTagPlugin__tag-shadow.svelte-eb8bdm{top:unset;bottom:-15rem}.PanoSpatialTagPlugin__tag-show.svelte-eb8bdm .PanoSpatialTagPlugin__tag-shadow.svelte-eb8bdm{opacity:.32}.PanoSpatialTagPlugin__tag-show.svelte-eb8bdm .PanoSpatialTagPlugin__tag-content.svelte-eb8bdm{transform:translate(0, 0)}.PanoSpatialTagPlugin__tag-hide.svelte-eb8bdm .PanoSpatialTagPlugin__tag-flagpole.svelte-eb8bdm{opacity:0;transform:translate(-50%, 60%) scaleY(0);transition:transform .5s .55s, opacity .4s .55s}.PanoSpatialTagPlugin__tag-hide.svelte-eb8bdm .PanoSpatialTagPlugin__tag-shadow.svelte-eb8bdm{opacity:0;transition:opacity .8s}.PanoSpatialTagPlugin__tag-hide.svelte-eb8bdm .PanoSpatialTagPlugin__tag-content.svelte-eb8bdm{transform:translate(-100%, 0);transition:transform .6s cubic-bezier(.53,.06,.88,.59)}.PanoSpatialTagPlugin__tag-hide.svelte-eb8bdm .PanoSpatialTagPlugin__tag-content .svelte-eb8bdm{pointer-events:none}.PanoSpatialTagPlugin__tag-hide.svelte-eb8bdm .PanoSpatialTagPlugin__tag-line1.svelte-eb8bdm{opacity:0.5;transform:translate(-50%, 10%) scaleY(0);-webkit-animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1-hide linear .28s forwards .3s;animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1-hide linear .28s forwards .3s}.PanoSpatialTagPlugin__tag-hide.svelte-eb8bdm .PanoSpatialTagPlugin__tag-line2.svelte-eb8bdm{opacity:0.5;transform:translate(-50%, 0) scaleY(0);-webkit-animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2-hide linear .28s forwards .45s;animation:svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2-hide linear .28s forwards .45s}@-webkit-keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 135%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 20%) scaleY(0)}}@keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 135%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 20%) scaleY(0)}}@-webkit-keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 125%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}}@keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2{0%{opacity:0;transform:translate(-50%, 250%) scaleY(1)}50%{opacity:0.5;transform:translate(-50%, 125%) scaleY(1)}100%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}}@-webkit-keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1-hide{0%{opacity:0.5;transform:translate(-50%, 10%) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 105%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line1-hide{0%{opacity:0.5;transform:translate(-50%, 10%) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 105%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@-webkit-keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2-hide{0%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 100%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}@keyframes svelte-eb8bdm-PanoSpatialTagPlugin__tag-line2-hide{0%{opacity:0.5;transform:translate(-50%, 0) scaleY(0)}50%{opacity:0.2;transform:translate(-50%, 100%) scaleY(1)}100%{opacity:0;transform:translate(-50%, 200%) scaleY(0)}}");
|
|
@@ -15466,7 +15466,7 @@ var DISPLAY_STRATEGY_TYPE;
|
|
|
15466
15466
|
DISPLAY_STRATEGY_TYPE["EXTRA_LARGE"] = "x-large";
|
|
15467
15467
|
})(DISPLAY_STRATEGY_TYPE || (DISPLAY_STRATEGY_TYPE = {}));
|
|
15468
15468
|
|
|
15469
|
-
/* src/ModelItemLabelPlugin/ItemLabelItem.svelte generated by Svelte v3.
|
|
15469
|
+
/* src/ModelItemLabelPlugin/ItemLabelItem.svelte generated by Svelte v3.50.1 */
|
|
15470
15470
|
|
|
15471
15471
|
function add_css$4(target) {
|
|
15472
15472
|
append_styles(target, "svelte-n1c1kg", ".item-label-item.svelte-n1c1kg{position:absolute;z-index:0;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0}.item-label-item.visible.svelte-n1c1kg{opacity:1;-webkit-animation:svelte-n1c1kg-fadeIn .3s ease-in;animation:svelte-n1c1kg-fadeIn .3s ease-in}.item-label-item__text-wrap.svelte-n1c1kg::before{content:'';position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, .3);filter:blur(0.83333rem);z-index:-1}.item-label-item__text-wrap.svelte-n1c1kg{padding:0.3125rem 0.3125rem 0;position:absolute;height:1.04167rem;pointer-events:all;background-size:100% 100%;background-repeat:no-repeat;white-space:nowrap;line-height:0.52083rem;font-size:0.57292rem;font-weight:bold;color:#FFEAC0;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center}.item-label-item__text.svelte-n1c1kg{padding-bottom:0.20833rem;border-top:0 solid;border-left:0 solid;border-right:0 solid;border-bottom:1px solid;-o-border-image:linear-gradient(to right, rgba(234, 208, 154, 0), rgba(234, 208, 154, 100), rgba(234, 208, 154, 0)) 4.5 1 4.5;border-image:linear-gradient(to right, rgba(234, 208, 154, 0), rgba(234, 208, 154, 100), rgba(234, 208, 154, 0)) 4.5 1 4.5}.item-label-item__bar.svelte-n1c1kg{position:absolute;bottom:0;width:1px;background-image:linear-gradient(to bottom, rgba(234, 208, 154, 0), rgba(234, 208, 154, 1))}@-webkit-keyframes svelte-n1c1kg-fadeIn{from{opacity:0\n }to{opacity:1\n }}@keyframes svelte-n1c1kg-fadeIn{from{opacity:0\n }to{opacity:1\n }}");
|
|
@@ -15592,7 +15592,7 @@ function debounce(func, wait = 200) {
|
|
|
15592
15592
|
};
|
|
15593
15593
|
}
|
|
15594
15594
|
|
|
15595
|
-
/* src/ModelItemLabelPlugin/ItemLabelComponent.svelte generated by Svelte v3.
|
|
15595
|
+
/* src/ModelItemLabelPlugin/ItemLabelComponent.svelte generated by Svelte v3.50.1 */
|
|
15596
15596
|
|
|
15597
15597
|
function add_css$3(target) {
|
|
15598
15598
|
append_styles(target, "svelte-gk8s47", ".item-labels-container.svelte-gk8s47{width:100%;height:100%;position:relative}");
|
|
@@ -16357,7 +16357,7 @@ var ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE;
|
|
|
16357
16357
|
ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE["EXTRA_LARGE"] = "x-large";
|
|
16358
16358
|
})(ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE || (ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE = {}));
|
|
16359
16359
|
|
|
16360
|
-
/* src/ItemLabelPlugin/ItemLabelItem.svelte generated by Svelte v3.
|
|
16360
|
+
/* src/ItemLabelPlugin/ItemLabelItem.svelte generated by Svelte v3.50.1 */
|
|
16361
16361
|
|
|
16362
16362
|
function add_css$2(target) {
|
|
16363
16363
|
append_styles(target, "svelte-1mppr0a", ".item-label-item.svelte-1mppr0a.svelte-1mppr0a{position:absolute;z-index:0;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-animation:svelte-1mppr0a-fadeIn .3s ease-in;animation:svelte-1mppr0a-fadeIn .3s ease-in}.item-label-item.fold.svelte-1mppr0a>.item-label-item__text-wrap.svelte-1mppr0a{visibility:hidden}.item-label-item.fold.svelte-1mppr0a>.item-label-item__bar.anchor.svelte-1mppr0a{visibility:hidden}.item-label-item.fold.svelte-1mppr0a>.item-label-item__bar.anchor.svelte-1mppr0a:after{visibility:visible}.item-label-item__text-wrap.svelte-1mppr0a.svelte-1mppr0a{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0.625rem 1.04167rem 0.625rem 0.625rem;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:24.63542rem;min-height:4.79167rem;background-image:linear-gradient(269deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.60) 49%, rgba(31, 38, 46, 0.70) 100%);border:1.5px solid rgba(255, 255, 255, .65);border-radius:0.15625rem;color:white;transform:translate(-50%, 0);display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;overflow:hidden;pointer-events:all}.item-label-item__custom.svelte-1mppr0a.svelte-1mppr0a{padding:0;max-width:unset;min-height:unset;background-image:unset;border:0;border-radius:0}.icon-wrap.svelte-1mppr0a.svelte-1mppr0a{width:3.54167rem;height:100%;display:flex;justify-content:center;align-content:center}.icon.svelte-1mppr0a.svelte-1mppr0a{width:3.54167rem;height:3.54167rem;background-repeat:no-repeat;background-size:contain;background-position:center}.item-label-text.svelte-1mppr0a.svelte-1mppr0a{margin-left:0.625rem;padding-left:0.625rem;min-height:3.54167rem;height:auto;display:flex;flex-flow:column;justify-content:space-around;align-content:flex-start;border-left:solid rgba(255, 255, 255, .2) 1px;border-top:solid rgba(255, 255, 255, .2) 0;border-right:solid rgba(255, 255, 255, .2) 0;border-bottom:solid rgba(255, 255, 255, .2) 0;pointer-events:auto}.item-model.svelte-1mppr0a.svelte-1mppr0a{white-space:nowrap;font-size:1.14583rem;font-weight:bold;line-height:1.5625rem}.item-name.svelte-1mppr0a.svelte-1mppr0a{height:auto;word-wrap:break-word;word-break:break-all;font-size:1.04167rem;line-height:1.45833rem}.item-label-item__bar.svelte-1mppr0a.svelte-1mppr0a{position:absolute;bottom:0;width:0.15625rem;background-image:linear-gradient(to bottom, white, rgba(255, 255, 255, 0));box-shadow:0 2px 0.41667rem 0 rgba(0, 0, 0, 0.20);pointer-events:none}.item-label-item__bar.anchor.svelte-1mppr0a.svelte-1mppr0a:after{content:'';position:absolute;bottom:0;width:1.25rem;height:1.25rem;background-image:url(\"//vrlab-public.ljcdn.com/common/file/web/67e7a198-28c9-47dc-879b-507bd3ae600c.png \");background-position:center;background-size:contain;transform:translate(-0.54688rem, 50%)}@-webkit-keyframes svelte-1mppr0a-fadeIn{from{opacity:0\n }to{opacity:1\n }}@keyframes svelte-1mppr0a-fadeIn{from{opacity:0\n }to{opacity:1\n }}");
|
|
@@ -16706,7 +16706,7 @@ function transform2RenderData(data) {
|
|
|
16706
16706
|
return data.map(label => (Object.assign({ observerIndex: undefined, visible: false, isFold: false }, label)));
|
|
16707
16707
|
}
|
|
16708
16708
|
|
|
16709
|
-
/* src/ItemLabelPlugin/ItemLabelComponent.svelte generated by Svelte v3.
|
|
16709
|
+
/* src/ItemLabelPlugin/ItemLabelComponent.svelte generated by Svelte v3.50.1 */
|
|
16710
16710
|
|
|
16711
16711
|
function add_css$1(target) {
|
|
16712
16712
|
append_styles(target, "svelte-gk8s47", ".item-labels-container.svelte-gk8s47{width:100%;height:100%;position:relative}");
|
|
@@ -17352,7 +17352,7 @@ const itemLabelPluginServerParams = {
|
|
|
17352
17352
|
* pano plugin controller 基类
|
|
17353
17353
|
* @author kyleju
|
|
17354
17354
|
*/
|
|
17355
|
-
class BasePanoPluginController extends Controller$
|
|
17355
|
+
class BasePanoPluginController extends Controller$7 {
|
|
17356
17356
|
constructor(five) {
|
|
17357
17357
|
super(five);
|
|
17358
17358
|
Object.defineProperty(this, "state", {
|
|
@@ -17450,7 +17450,7 @@ class BasePanoPluginController extends Controller$6 {
|
|
|
17450
17450
|
}
|
|
17451
17451
|
}
|
|
17452
17452
|
|
|
17453
|
-
/* src/PanoDoorLabelPlugin/DoorLabelItem.svelte generated by Svelte v3.
|
|
17453
|
+
/* src/PanoDoorLabelPlugin/DoorLabelItem.svelte generated by Svelte v3.50.1 */
|
|
17454
17454
|
|
|
17455
17455
|
function add_css(target) {
|
|
17456
17456
|
append_styles(target, "svelte-16kdbw2", ".plugin-DoorLabelPlugin-item.svelte-16kdbw2.svelte-16kdbw2{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-16kdbw2.svelte-16kdbw2{position:absolute;top:50%;left:50%;border-radius:2px;background:rgba(0, 0, 0, 0.35);line-height:0.625rem;padding:0.3125rem;white-space:nowrap;font-size:0.625rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-16kdbw2.svelte-16kdbw2::after{content:\"\";display:block;position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:2px;border:1px solid rgba(0, 0, 0, 0);-o-border-image:url(\"//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png\") 4;border-image:url(\"//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png\") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-16kdbw2.svelte-16kdbw2:active,.plugin-DoorLabelPlugin-cnt.svelte-16kdbw2.svelte-16kdbw2:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-16kdbw2.svelte-16kdbw2{background:url(\"//vrlab-image4.ljcdn.com/release/web/DoorLabel-icon.de1304ae.svg\") no-repeat;background-size:100%;display:inline-block;width:0.52083rem;height:0.52083rem;margin-left:0.20833rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-16kdbw2 .plugin-DoorLabelPlugin-txt.svelte-16kdbw2{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(-90deg);margin-left:0;margin-right:0.20833rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-16kdbw2 .plugin-DoorLabelPlugin-txt.svelte-16kdbw2{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(-90deg);margin-left:0;margin-right:0.20833rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-16kdbw2 .plugin-DoorLabelPlugin-txt.svelte-16kdbw2{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(-90deg);margin-left:0;margin-right:0.20833rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-16kdbw2 .plugin-DoorLabelPlugin-txt.svelte-16kdbw2{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{transform:rotate(-90deg);margin-left:0;margin-right:0.20833rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-16kdbw2.svelte-16kdbw2{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-16kdbw2 .plugin-DoorLabelPlugin-icon.svelte-16kdbw2{background:url(\"//vrlab-image4.ljcdn.com/release/web/arrow.6e8ec00e.svg\") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-16kdbw2.svelte-16kdbw2:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-16kdbw2.svelte-16kdbw2:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}");
|
|
@@ -18083,7 +18083,1396 @@ const PanoDoorLabelPlugin = (five) => {
|
|
|
18083
18083
|
return new PanoDoorLabelPluginController(five);
|
|
18084
18084
|
};
|
|
18085
18085
|
|
|
18086
|
-
|
|
18087
|
-
|
|
18086
|
+
var polylineMiterUtil = {};
|
|
18087
|
+
|
|
18088
|
+
var add_1 = add$1;
|
|
18089
|
+
|
|
18090
|
+
/**
|
|
18091
|
+
* Adds two vec2's
|
|
18092
|
+
*
|
|
18093
|
+
* @param {vec2} out the receiving vector
|
|
18094
|
+
* @param {vec2} a the first operand
|
|
18095
|
+
* @param {vec2} b the second operand
|
|
18096
|
+
* @returns {vec2} out
|
|
18097
|
+
*/
|
|
18098
|
+
function add$1(out, a, b) {
|
|
18099
|
+
out[0] = a[0] + b[0];
|
|
18100
|
+
out[1] = a[1] + b[1];
|
|
18101
|
+
return out
|
|
18102
|
+
}
|
|
18103
|
+
|
|
18104
|
+
var set_1 = set$1;
|
|
18105
|
+
|
|
18106
|
+
/**
|
|
18107
|
+
* Set the components of a vec2 to the given values
|
|
18108
|
+
*
|
|
18109
|
+
* @param {vec2} out the receiving vector
|
|
18110
|
+
* @param {Number} x X component
|
|
18111
|
+
* @param {Number} y Y component
|
|
18112
|
+
* @returns {vec2} out
|
|
18113
|
+
*/
|
|
18114
|
+
function set$1(out, x, y) {
|
|
18115
|
+
out[0] = x;
|
|
18116
|
+
out[1] = y;
|
|
18117
|
+
return out
|
|
18118
|
+
}
|
|
18119
|
+
|
|
18120
|
+
var normalize_1 = normalize$1;
|
|
18121
|
+
|
|
18122
|
+
/**
|
|
18123
|
+
* Normalize a vec2
|
|
18124
|
+
*
|
|
18125
|
+
* @param {vec2} out the receiving vector
|
|
18126
|
+
* @param {vec2} a vector to normalize
|
|
18127
|
+
* @returns {vec2} out
|
|
18128
|
+
*/
|
|
18129
|
+
function normalize$1(out, a) {
|
|
18130
|
+
var x = a[0],
|
|
18131
|
+
y = a[1];
|
|
18132
|
+
var len = x*x + y*y;
|
|
18133
|
+
if (len > 0) {
|
|
18134
|
+
//TODO: evaluate use of glm_invsqrt here?
|
|
18135
|
+
len = 1 / Math.sqrt(len);
|
|
18136
|
+
out[0] = a[0] * len;
|
|
18137
|
+
out[1] = a[1] * len;
|
|
18138
|
+
}
|
|
18139
|
+
return out
|
|
18140
|
+
}
|
|
18141
|
+
|
|
18142
|
+
var subtract_1 = subtract$1;
|
|
18143
|
+
|
|
18144
|
+
/**
|
|
18145
|
+
* Subtracts vector b from vector a
|
|
18146
|
+
*
|
|
18147
|
+
* @param {vec2} out the receiving vector
|
|
18148
|
+
* @param {vec2} a the first operand
|
|
18149
|
+
* @param {vec2} b the second operand
|
|
18150
|
+
* @returns {vec2} out
|
|
18151
|
+
*/
|
|
18152
|
+
function subtract$1(out, a, b) {
|
|
18153
|
+
out[0] = a[0] - b[0];
|
|
18154
|
+
out[1] = a[1] - b[1];
|
|
18155
|
+
return out
|
|
18156
|
+
}
|
|
18157
|
+
|
|
18158
|
+
var dot_1 = dot$1;
|
|
18159
|
+
|
|
18160
|
+
/**
|
|
18161
|
+
* Calculates the dot product of two vec2's
|
|
18162
|
+
*
|
|
18163
|
+
* @param {vec2} a the first operand
|
|
18164
|
+
* @param {vec2} b the second operand
|
|
18165
|
+
* @returns {Number} dot product of a and b
|
|
18166
|
+
*/
|
|
18167
|
+
function dot$1(a, b) {
|
|
18168
|
+
return a[0] * b[0] + a[1] * b[1]
|
|
18169
|
+
}
|
|
18170
|
+
|
|
18171
|
+
var add = add_1;
|
|
18172
|
+
var set = set_1;
|
|
18173
|
+
var normalize = normalize_1;
|
|
18174
|
+
var subtract = subtract_1;
|
|
18175
|
+
var dot = dot_1;
|
|
18176
|
+
|
|
18177
|
+
var tmp = [0, 0];
|
|
18178
|
+
|
|
18179
|
+
polylineMiterUtil.computeMiter = function computeMiter(tangent, miter, lineA, lineB, halfThick) {
|
|
18180
|
+
//get tangent line
|
|
18181
|
+
add(tangent, lineA, lineB);
|
|
18182
|
+
normalize(tangent, tangent);
|
|
18183
|
+
|
|
18184
|
+
//get miter as a unit vector
|
|
18185
|
+
set(miter, -tangent[1], tangent[0]);
|
|
18186
|
+
set(tmp, -lineA[1], lineA[0]);
|
|
18187
|
+
|
|
18188
|
+
//get the necessary length of our miter
|
|
18189
|
+
return halfThick / dot(miter, tmp)
|
|
18190
|
+
};
|
|
18191
|
+
|
|
18192
|
+
polylineMiterUtil.normal = function normal(out, dir) {
|
|
18193
|
+
//get perpendicular
|
|
18194
|
+
set(out, -dir[1], dir[0]);
|
|
18195
|
+
return out
|
|
18196
|
+
};
|
|
18197
|
+
|
|
18198
|
+
polylineMiterUtil.direction = function direction(out, a, b) {
|
|
18199
|
+
//get unit dir of two lines
|
|
18200
|
+
subtract(out, a, b);
|
|
18201
|
+
normalize(out, out);
|
|
18202
|
+
return out
|
|
18203
|
+
};
|
|
18204
|
+
|
|
18205
|
+
var util = polylineMiterUtil;
|
|
18206
|
+
|
|
18207
|
+
var lineA = [0, 0];
|
|
18208
|
+
var lineB = [0, 0];
|
|
18209
|
+
var tangent = [0, 0];
|
|
18210
|
+
var miter = [0, 0];
|
|
18211
|
+
|
|
18212
|
+
var polylineNormals = function(points, closed) {
|
|
18213
|
+
var curNormal = null;
|
|
18214
|
+
var out = [];
|
|
18215
|
+
if (closed) {
|
|
18216
|
+
points = points.slice();
|
|
18217
|
+
points.push(points[0]);
|
|
18218
|
+
}
|
|
18219
|
+
|
|
18220
|
+
var total = points.length;
|
|
18221
|
+
for (var i=1; i<total; i++) {
|
|
18222
|
+
var last = points[i-1];
|
|
18223
|
+
var cur = points[i];
|
|
18224
|
+
var next = i<points.length-1 ? points[i+1] : null;
|
|
18225
|
+
|
|
18226
|
+
util.direction(lineA, cur, last);
|
|
18227
|
+
if (!curNormal) {
|
|
18228
|
+
curNormal = [0, 0];
|
|
18229
|
+
util.normal(curNormal, lineA);
|
|
18230
|
+
}
|
|
18231
|
+
|
|
18232
|
+
if (i === 1) //add initial normals
|
|
18233
|
+
addNext(out, curNormal, 1);
|
|
18234
|
+
|
|
18235
|
+
if (!next) { //no miter, simple segment
|
|
18236
|
+
util.normal(curNormal, lineA); //reset normal
|
|
18237
|
+
addNext(out, curNormal, 1);
|
|
18238
|
+
} else { //miter with last
|
|
18239
|
+
//get unit dir of next line
|
|
18240
|
+
util.direction(lineB, next, cur);
|
|
18241
|
+
|
|
18242
|
+
//stores tangent & miter
|
|
18243
|
+
var miterLen = util.computeMiter(tangent, miter, lineA, lineB, 1);
|
|
18244
|
+
addNext(out, miter, miterLen);
|
|
18245
|
+
}
|
|
18246
|
+
}
|
|
18247
|
+
|
|
18248
|
+
//if the polyline is a closed loop, clean up the last normal
|
|
18249
|
+
if (points.length > 2 && closed) {
|
|
18250
|
+
var last2 = points[total-2];
|
|
18251
|
+
var cur2 = points[0];
|
|
18252
|
+
var next2 = points[1];
|
|
18253
|
+
|
|
18254
|
+
util.direction(lineA, cur2, last2);
|
|
18255
|
+
util.direction(lineB, next2, cur2);
|
|
18256
|
+
util.normal(curNormal, lineA);
|
|
18257
|
+
|
|
18258
|
+
var miterLen2 = util.computeMiter(tangent, miter, lineA, lineB, 1);
|
|
18259
|
+
out[0][0] = miter.slice();
|
|
18260
|
+
out[total-1][0] = miter.slice();
|
|
18261
|
+
out[0][1] = miterLen2;
|
|
18262
|
+
out[total-1][1] = miterLen2;
|
|
18263
|
+
out.pop();
|
|
18264
|
+
}
|
|
18265
|
+
|
|
18266
|
+
return out
|
|
18267
|
+
};
|
|
18268
|
+
|
|
18269
|
+
function addNext(out, normal, length) {
|
|
18270
|
+
out.push([[normal[0], normal[1]], length]);
|
|
18271
|
+
}
|
|
18272
|
+
|
|
18273
|
+
// 定义常量
|
|
18274
|
+
const TRIANGLE_NUMBER_OF_RECTANGLE = 2; // 每个矩形有两个三角形
|
|
18275
|
+
const VERTEX_NUMBER_OF_TRIANGLE = 3; // 每个三角形有三个顶点
|
|
18276
|
+
const AXIS_NUMBER_OF_VERTEX = 3; // 每个顶点有三个轴坐标
|
|
18277
|
+
const UV_NUMBER_OF_VERTEX = 2; // 每个顶点有两个 UV 轴坐标
|
|
18278
|
+
/**
|
|
18279
|
+
* @description: 根据坐标获取平滑曲线
|
|
18280
|
+
* @param {Vector3[]} positionList 坐标点数组
|
|
18281
|
+
* @param {number} config.unitWidth 宽
|
|
18282
|
+
* @param {number} config.unitHeight 高
|
|
18283
|
+
* @param {boolean} config.skipPosition 是否越过点位。如果点位上有其他物体,比如点位圆环,可以开启此选项来使越过点位,使其不会重叠显示
|
|
18284
|
+
* @return {THREE.BufferGeometry[]} THREE.BufferGeometry[]
|
|
18285
|
+
*/
|
|
18286
|
+
function getLineGeometries(positionList, config) {
|
|
18287
|
+
var _a, _b, _c;
|
|
18288
|
+
if (positionList.length < 2) {
|
|
18289
|
+
console.warn('positionList length must be greater than 1');
|
|
18290
|
+
return [];
|
|
18291
|
+
}
|
|
18292
|
+
const unitWidth = (_a = config === null || config === void 0 ? void 0 : config.unitWidth) !== null && _a !== void 0 ? _a : 0.5;
|
|
18293
|
+
const unitHeight = (_b = config === null || config === void 0 ? void 0 : config.unitHeight) !== null && _b !== void 0 ? _b : 0.5;
|
|
18294
|
+
const skipPosition = (_c = config === null || config === void 0 ? void 0 : config.skipPosition) !== null && _c !== void 0 ? _c : false;
|
|
18295
|
+
// 点位组成的平滑曲线
|
|
18296
|
+
const curve = new THREE.CatmullRomCurve3(positionList, false, 'catmullrom', 1);
|
|
18297
|
+
if (skipPosition) {
|
|
18298
|
+
// 曲线切片数
|
|
18299
|
+
const divisions = Math.ceil((curve.getLength() / unitHeight) * 1.5); // 一个箭头切1.5点(切几个随意,越多越精准)
|
|
18300
|
+
const curvePoints = curve.getPoints(divisions);
|
|
18301
|
+
const geometries = [];
|
|
18302
|
+
let startIndex = 0;
|
|
18303
|
+
// curvePoints.forEach((point) => {
|
|
18304
|
+
// const p1 = getPoint(point, 1)
|
|
18305
|
+
// ;(window as any).five.scene.add(p1)
|
|
18306
|
+
// })
|
|
18307
|
+
const originPositions = positionList;
|
|
18308
|
+
// eslint-disable-next-line complexity
|
|
18309
|
+
originPositions.forEach((originPosition, index) => {
|
|
18310
|
+
let nearestCurvePointIndex = 0;
|
|
18311
|
+
let distance = 99999999;
|
|
18312
|
+
// 获取离panoIndex最近的曲线点curvePoint
|
|
18313
|
+
curvePoints.forEach((curvePoint, curvePointIndex) => {
|
|
18314
|
+
const curvePointDistanceToOriginPosition = curvePoint.distanceTo(originPosition);
|
|
18315
|
+
if (curvePointDistanceToOriginPosition < distance) {
|
|
18316
|
+
nearestCurvePointIndex = curvePointIndex;
|
|
18317
|
+
distance = curvePointDistanceToOriginPosition;
|
|
18318
|
+
}
|
|
18319
|
+
});
|
|
18320
|
+
const nextCurvePoint = curvePoints[nearestCurvePointIndex + 1];
|
|
18321
|
+
const nextCurvePointDistanceToOriginPosition = nextCurvePoint === null || nextCurvePoint === void 0 ? void 0 : nextCurvePoint.distanceTo(originPosition);
|
|
18322
|
+
const lastCurvePoint = curvePoints[nearestCurvePointIndex - 1];
|
|
18323
|
+
const lastCurvePointDistanceToOriginPosition = lastCurvePoint === null || lastCurvePoint === void 0 ? void 0 : lastCurvePoint.distanceTo(originPosition);
|
|
18324
|
+
if (nearestCurvePointIndex > startIndex && nearestCurvePointIndex - startIndex > 1) {
|
|
18325
|
+
let endIndex = nearestCurvePointIndex;
|
|
18326
|
+
// endIndex
|
|
18327
|
+
if (lastCurvePoint !== undefined && lastCurvePointDistanceToOriginPosition > 0.8) {
|
|
18328
|
+
endIndex = nearestCurvePointIndex + 1;
|
|
18329
|
+
}
|
|
18330
|
+
if (lastCurvePoint !== undefined &&
|
|
18331
|
+
lastCurvePointDistanceToOriginPosition > 0.2 &&
|
|
18332
|
+
lastCurvePointDistanceToOriginPosition < 0.3) {
|
|
18333
|
+
endIndex = nearestCurvePointIndex;
|
|
18334
|
+
}
|
|
18335
|
+
else if (distance > 0.2 && distance < 0.3) {
|
|
18336
|
+
endIndex = nearestCurvePointIndex + 1;
|
|
18337
|
+
}
|
|
18338
|
+
// end
|
|
18339
|
+
// startIndex
|
|
18340
|
+
let _startIndex = startIndex;
|
|
18341
|
+
if (nextCurvePoint !== undefined &&
|
|
18342
|
+
nextCurvePointDistanceToOriginPosition > 0.2 &&
|
|
18343
|
+
nextCurvePointDistanceToOriginPosition < 0.3) {
|
|
18344
|
+
_startIndex = startIndex + 1;
|
|
18345
|
+
}
|
|
18346
|
+
else if (distance > 0.2 && distance < 0.3) {
|
|
18347
|
+
_startIndex = startIndex;
|
|
18348
|
+
}
|
|
18349
|
+
if (curvePoints[_startIndex] && curvePoints[_startIndex + 1]) {
|
|
18350
|
+
const pano = originPositions[index - 1];
|
|
18351
|
+
if (pano) {
|
|
18352
|
+
if (pano.equals(curvePoints[_startIndex]))
|
|
18353
|
+
_startIndex += 1;
|
|
18354
|
+
else {
|
|
18355
|
+
const normal = new Vector3$1().subVectors(curvePoints[_startIndex + 1], curvePoints[_startIndex]);
|
|
18356
|
+
const panoPosition = new Vector3$1().subVectors(pano, curvePoints[_startIndex]);
|
|
18357
|
+
const isBehind = normal.angleTo(panoPosition) < Math.PI / 2;
|
|
18358
|
+
if (isBehind)
|
|
18359
|
+
_startIndex += 1;
|
|
18360
|
+
}
|
|
18361
|
+
}
|
|
18362
|
+
// const p0 = getPoint(pano, 0)
|
|
18363
|
+
// const p1 = getPoint(curvePoints[_startIndex]!, 1)
|
|
18364
|
+
// const p2 = getPoint(curvePoints[_startIndex + 1]!, 2)
|
|
18365
|
+
// ;(window as any).five.scene.add(p0, p1, p2)
|
|
18366
|
+
}
|
|
18367
|
+
// end
|
|
18368
|
+
if (endIndex < _startIndex || endIndex - _startIndex <= 1)
|
|
18369
|
+
return;
|
|
18370
|
+
const slicedCurvePoints = curvePoints.slice(_startIndex, endIndex);
|
|
18371
|
+
const geometry = getLineGeometry(slicedCurvePoints, unitWidth, unitHeight);
|
|
18372
|
+
geometries.push(geometry);
|
|
18373
|
+
startIndex = nearestCurvePointIndex;
|
|
18374
|
+
}
|
|
18375
|
+
});
|
|
18376
|
+
return geometries;
|
|
18377
|
+
}
|
|
18378
|
+
else {
|
|
18379
|
+
// 曲线切片数
|
|
18380
|
+
const divisions = Math.ceil(curve.getLength()); // 一米切一个点
|
|
18381
|
+
const curvePoints = curve.getPoints(divisions);
|
|
18382
|
+
const geometry = getLineGeometry(curvePoints, unitWidth, unitHeight);
|
|
18383
|
+
return [geometry];
|
|
18384
|
+
}
|
|
18385
|
+
}
|
|
18386
|
+
function getLineGeometry(curvePoints, unitWidth, unitHeight) {
|
|
18387
|
+
const halfUnitWidth = unitWidth / 2;
|
|
18388
|
+
const aspect = unitHeight / unitWidth; // 纵横比 height / width
|
|
18389
|
+
const curvePointsLength = curvePoints.length;
|
|
18390
|
+
const normals = polylineNormals(curvePoints.map((p) => [p.x, p.z])); // curvePoints:每个点切线的向量「二维」
|
|
18391
|
+
const rectangleNumber = curvePoints.length - 1; // 曲线上 N 个点,构成了 N - 1 个矩形
|
|
18392
|
+
const indexNumber = rectangleNumber * TRIANGLE_NUMBER_OF_RECTANGLE * VERTEX_NUMBER_OF_TRIANGLE;
|
|
18393
|
+
const verticesNumber = 2 * curvePointsLength; // 顶点数量(包含公用):每个曲线点对应两个顶点,N 个 点有 2N 个顶点
|
|
18394
|
+
const positionNumber = verticesNumber * AXIS_NUMBER_OF_VERTEX; // 坐标点数量
|
|
18395
|
+
const uvNumber = verticesNumber * UV_NUMBER_OF_VERTEX; // uv 数量
|
|
18396
|
+
const index = new Uint32Array(indexNumber);
|
|
18397
|
+
const positions = new Float32Array(positionNumber);
|
|
18398
|
+
const uv = new Float32Array(uvNumber);
|
|
18399
|
+
curvePoints.forEach((point, i) => {
|
|
18400
|
+
});
|
|
18401
|
+
let totalLength = 0;
|
|
18402
|
+
for (let i = 0; i < curvePoints.length; i++) {
|
|
18403
|
+
const [nx, nz] = normals[i][0];
|
|
18404
|
+
const curvePoint = curvePoints[i];
|
|
18405
|
+
const { x: curvePointX, y: curvePointY, z: curvePointZ } = curvePoint;
|
|
18406
|
+
// vertices[2i]
|
|
18407
|
+
const vertices2i = new Vector3$1(curvePointX + nx * halfUnitWidth, curvePointY + 0.05, curvePointZ + nz * halfUnitWidth);
|
|
18408
|
+
positions[i * 6 + 0] = vertices2i.x;
|
|
18409
|
+
positions[i * 6 + 1] = vertices2i.y;
|
|
18410
|
+
positions[i * 6 + 2] = vertices2i.z;
|
|
18411
|
+
// vertices[2i + 1]
|
|
18412
|
+
const vertices2i1 = new Vector3$1(curvePointX - nx * halfUnitWidth, curvePointY + 0.05, curvePointZ - nz * halfUnitWidth);
|
|
18413
|
+
positions[i * 6 + 3] = vertices2i1.x;
|
|
18414
|
+
positions[i * 6 + 4] = vertices2i1.y;
|
|
18415
|
+
positions[i * 6 + 5] = vertices2i1.z;
|
|
18416
|
+
totalLength += i > 0 ? curvePoints[i - 1].clone().sub(curvePoints[i]).length() : 0;
|
|
18417
|
+
const end = totalLength / unitWidth / aspect;
|
|
18418
|
+
uv[i * 4 + 0] = 0;
|
|
18419
|
+
uv[i * 4 + 1] = end;
|
|
18420
|
+
uv[i * 4 + 2] = 1;
|
|
18421
|
+
uv[i * 4 + 3] = end;
|
|
18422
|
+
if (i === curvePoints.length - 1)
|
|
18423
|
+
continue;
|
|
18424
|
+
index[i * 6 + 0] = i * 2 + 0;
|
|
18425
|
+
index[i * 6 + 1] = i * 2 + 2;
|
|
18426
|
+
index[i * 6 + 2] = i * 2 + 1;
|
|
18427
|
+
index[i * 6 + 3] = i * 2 + 2;
|
|
18428
|
+
index[i * 6 + 4] = i * 2 + 3;
|
|
18429
|
+
index[i * 6 + 5] = i * 2 + 1;
|
|
18430
|
+
}
|
|
18431
|
+
const geometry = new THREE.BufferGeometry();
|
|
18432
|
+
geometry.setAttribute('position', new THREE.BufferAttribute(positions, 3));
|
|
18433
|
+
geometry.setAttribute('uv', new THREE.BufferAttribute(uv, 2));
|
|
18434
|
+
geometry.setIndex(new THREE.BufferAttribute(index, 1));
|
|
18435
|
+
return geometry;
|
|
18436
|
+
}
|
|
18437
|
+
|
|
18438
|
+
function getArrowMaterial(params) {
|
|
18439
|
+
var _a;
|
|
18440
|
+
// const texture = new THREE.TextureLoader().load(params?.textureUrl ?? '//vrlab-static.ljcdn.com/release/web/arrow.c5d028e4.png')
|
|
18441
|
+
// const texture = new THREE.TextureLoader().load(params?.textureUrl ?? '//vrlab-static.ljcdn.com/release/web/arrow2.aa1762e4.png')
|
|
18442
|
+
// const texture = new THREE.TextureLoader().load(params?.textureUrl ?? '//vrlab-static.ljcdn.com/release/web/arrow3.06c5b657.png')
|
|
18443
|
+
// const texture = new THREE.TextureLoader().load(params?.textureUrl ?? '//vrlab-static.ljcdn.com/release/web/arrow4.b1427685.png')
|
|
18444
|
+
// const texture = new THREE.TextureLoader().load(params?.textureUrl ?? '//vrlab-static.ljcdn.com/release/web/arrow5.ae49f3c8.png')
|
|
18445
|
+
const texture = new THREE.TextureLoader().load((_a = params === null || params === void 0 ? void 0 : params.textureUrl) !== null && _a !== void 0 ? _a : '//vrlab-static.ljcdn.com/release/web/arrow6.b6ce0c62.png');
|
|
18446
|
+
texture.wrapS = texture.wrapT = THREE.RepeatWrapping;
|
|
18447
|
+
texture.encoding = THREE.sRGBEncoding;
|
|
18448
|
+
const arrowMaterial = new THREE.MeshBasicMaterial({
|
|
18449
|
+
color: 0xffffff,
|
|
18450
|
+
map: texture,
|
|
18451
|
+
transparent: true,
|
|
18452
|
+
opacity: 0.8,
|
|
18453
|
+
});
|
|
18454
|
+
return arrowMaterial;
|
|
18455
|
+
}
|
|
18456
|
+
|
|
18457
|
+
/**
|
|
18458
|
+
* 判断对象是否为`null`或`undefined`。
|
|
18459
|
+
* @param
|
|
18460
|
+
* @return
|
|
18461
|
+
*/
|
|
18462
|
+
/**
|
|
18463
|
+
* 判断对象不为`null`或`undefined`。
|
|
18464
|
+
*/
|
|
18465
|
+
function notNil(value) {
|
|
18466
|
+
return value !== null && value !== undefined;
|
|
18467
|
+
}
|
|
18468
|
+
|
|
18469
|
+
const VERSION$1 = 'v1.0.1';
|
|
18470
|
+
const PLUGIN_NAME$1 = 'GuideLinePlugin';
|
|
18471
|
+
const PLUGIN$1 = `${PLUGIN_NAME$1}@${VERSION$1}`;
|
|
18472
|
+
const pluginFlag = (name) => `${PLUGIN$1}--${name}`;
|
|
18473
|
+
class Controller extends Controller$6 {
|
|
18474
|
+
constructor(five) {
|
|
18475
|
+
super(five);
|
|
18476
|
+
Object.defineProperty(this, "state", {
|
|
18477
|
+
enumerable: true,
|
|
18478
|
+
configurable: true,
|
|
18479
|
+
writable: true,
|
|
18480
|
+
value: {
|
|
18481
|
+
visible: false,
|
|
18482
|
+
enabled: true,
|
|
18483
|
+
disposed: false,
|
|
18484
|
+
}
|
|
18485
|
+
});
|
|
18486
|
+
Object.defineProperty(this, "data", {
|
|
18487
|
+
enumerable: true,
|
|
18488
|
+
configurable: true,
|
|
18489
|
+
writable: true,
|
|
18490
|
+
value: void 0
|
|
18491
|
+
});
|
|
18492
|
+
Object.defineProperty(this, "linesGroup", {
|
|
18493
|
+
enumerable: true,
|
|
18494
|
+
configurable: true,
|
|
18495
|
+
writable: true,
|
|
18496
|
+
value: void 0
|
|
18497
|
+
});
|
|
18498
|
+
Object.defineProperty(this, "disposedErrorLog", {
|
|
18499
|
+
enumerable: true,
|
|
18500
|
+
configurable: true,
|
|
18501
|
+
writable: true,
|
|
18502
|
+
value: () => {
|
|
18503
|
+
console.error(`${PLUGIN$1} is disposed`);
|
|
18504
|
+
}
|
|
18505
|
+
});
|
|
18506
|
+
Object.defineProperty(this, "actionWhenEnabled", {
|
|
18507
|
+
enumerable: true,
|
|
18508
|
+
configurable: true,
|
|
18509
|
+
writable: true,
|
|
18510
|
+
value: (func) => {
|
|
18511
|
+
if (this.state.enabled)
|
|
18512
|
+
return func();
|
|
18513
|
+
}
|
|
18514
|
+
});
|
|
18515
|
+
Object.assign(window, { [`__${PLUGIN_NAME$1}_DEBUG__`]: this });
|
|
18516
|
+
}
|
|
18517
|
+
async load(serverData, state, userAction = true) {
|
|
18518
|
+
const prevData = this.data ? JSON.parse(JSON.stringify(this.data)) : undefined;
|
|
18519
|
+
// format server data to plugin data
|
|
18520
|
+
const data = await this.formatData(serverData);
|
|
18521
|
+
this.hooks.emit('dataChange', data, prevData);
|
|
18522
|
+
this.data = data;
|
|
18523
|
+
// render line group
|
|
18524
|
+
if (this.linesGroup)
|
|
18525
|
+
this.five.scene.remove(this.linesGroup);
|
|
18526
|
+
const linesGroup = this.getLinesGroup(data.routes);
|
|
18527
|
+
if (!linesGroup)
|
|
18528
|
+
return;
|
|
18529
|
+
this.linesGroup = linesGroup;
|
|
18530
|
+
this.five.scene.add(linesGroup);
|
|
18531
|
+
this.handleVisible(this.state.visible);
|
|
18532
|
+
this.handleEnable(this.state.enabled);
|
|
18533
|
+
// initialize plugin state
|
|
18534
|
+
if (state)
|
|
18535
|
+
this.setState(state);
|
|
18536
|
+
// load end
|
|
18537
|
+
this.five.needsRender = true;
|
|
18538
|
+
this.hooks.emit('dataLoaded', data);
|
|
18539
|
+
console.log(`${PLUGIN$1} loaded`, data);
|
|
18540
|
+
}
|
|
18541
|
+
async formatData(serverData) {
|
|
18542
|
+
if (typeof serverData === 'object' && serverData !== null && serverData.version && serverData.data) {
|
|
18543
|
+
return serverData.data;
|
|
18544
|
+
}
|
|
18545
|
+
return serverData;
|
|
18546
|
+
}
|
|
18547
|
+
async show(options) {
|
|
18548
|
+
this.setState({ visible: true }, options);
|
|
18549
|
+
}
|
|
18550
|
+
async hide(options) {
|
|
18551
|
+
this.setState({ visible: false }, options);
|
|
18552
|
+
}
|
|
18553
|
+
enable(options) {
|
|
18554
|
+
this.setState({ enabled: true }, options);
|
|
18555
|
+
}
|
|
18556
|
+
disable(options) {
|
|
18557
|
+
this.setState({ enabled: false }, options);
|
|
18558
|
+
}
|
|
18559
|
+
dispose() {
|
|
18560
|
+
this.setState({ disposed: true });
|
|
18561
|
+
}
|
|
18562
|
+
setState(state, options) {
|
|
18563
|
+
var _a;
|
|
18564
|
+
if (this.state.disposed)
|
|
18565
|
+
return this.disposedErrorLog();
|
|
18566
|
+
const prevState = Object.assign({}, this.state);
|
|
18567
|
+
this.state = Object.assign(Object.assign({}, this.state), state);
|
|
18568
|
+
if (state.disposed !== undefined && state.disposed !== prevState.disposed) {
|
|
18569
|
+
if (state.disposed)
|
|
18570
|
+
this.handleDispose();
|
|
18571
|
+
}
|
|
18572
|
+
if (state.visible !== undefined && state.visible !== prevState.visible) {
|
|
18573
|
+
this.handleVisible(state.visible, options === null || options === void 0 ? void 0 : options.userAction);
|
|
18574
|
+
}
|
|
18575
|
+
if (state.enabled !== undefined && state.enabled !== prevState.enabled) {
|
|
18576
|
+
this.handleEnable(state.enabled, options === null || options === void 0 ? void 0 : options.userAction);
|
|
18577
|
+
}
|
|
18578
|
+
if (!equal(prevState, this.state, { deep: true })) {
|
|
18579
|
+
this.hooks.emit('stateChange', { state: this.state, prevState, userAction: (_a = options === null || options === void 0 ? void 0 : options.userAction) !== null && _a !== void 0 ? _a : true });
|
|
18580
|
+
this.five.needsRender = true;
|
|
18581
|
+
}
|
|
18582
|
+
}
|
|
18583
|
+
handleEnable(enabled, userAction = true) {
|
|
18584
|
+
if (this.linesGroup) {
|
|
18585
|
+
if (enabled) {
|
|
18586
|
+
this.five.scene.add(this.linesGroup);
|
|
18587
|
+
this.actionWhenEnabled(() => this.hooks.emit('enable', { userAction }));
|
|
18588
|
+
}
|
|
18589
|
+
else {
|
|
18590
|
+
this.five.scene.remove(this.linesGroup);
|
|
18591
|
+
this.hooks.emit('disable', { userAction });
|
|
18592
|
+
}
|
|
18593
|
+
}
|
|
18594
|
+
}
|
|
18595
|
+
handleVisible(visible, userAction = true) {
|
|
18596
|
+
if (this.linesGroup) {
|
|
18597
|
+
if (visible) {
|
|
18598
|
+
this.linesGroup.visible = true;
|
|
18599
|
+
this.actionWhenEnabled(() => this.hooks.emit('show', { userAction }));
|
|
18600
|
+
}
|
|
18601
|
+
else {
|
|
18602
|
+
this.linesGroup.visible = false;
|
|
18603
|
+
this.actionWhenEnabled(() => this.hooks.emit('hide', { userAction }));
|
|
18604
|
+
}
|
|
18605
|
+
}
|
|
18606
|
+
}
|
|
18607
|
+
handleDispose() {
|
|
18608
|
+
if (this.linesGroup)
|
|
18609
|
+
this.five.scene.add(this.linesGroup);
|
|
18610
|
+
}
|
|
18611
|
+
/**
|
|
18612
|
+
* 获取多条路线的 Mesh Group
|
|
18613
|
+
*/
|
|
18614
|
+
getLinesGroup(routes) {
|
|
18615
|
+
/** 'as THREE.Mesh[]' for build check */
|
|
18616
|
+
const meshes = routes.map(this.getLine.bind(this)).filter(notNil);
|
|
18617
|
+
const group = new THREE.Group();
|
|
18618
|
+
group.name = pluginFlag('route-group');
|
|
18619
|
+
if (meshes.length === 0)
|
|
18620
|
+
return;
|
|
18621
|
+
group.add(...meshes);
|
|
18622
|
+
return group;
|
|
18623
|
+
}
|
|
18624
|
+
/**
|
|
18625
|
+
* 获取单条路线
|
|
18626
|
+
*/
|
|
18627
|
+
getLine(data) {
|
|
18628
|
+
const group = new THREE.Group();
|
|
18629
|
+
const positions = data.panoIndexList.map((panoIndex) => { var _a; return (_a = this.five.work.observers[panoIndex]) === null || _a === void 0 ? void 0 : _a.standingPosition; }).filter(notNil);
|
|
18630
|
+
const geometries = getLineGeometries(positions, { skipPosition: true, unitWidth: 0.6, unitHeight: 0.4 });
|
|
18631
|
+
if (!geometries)
|
|
18632
|
+
return;
|
|
18633
|
+
const material = getArrowMaterial({ textureUrl: data.arrowTextureUrl });
|
|
18634
|
+
geometries.forEach((geometry) => {
|
|
18635
|
+
const mesh = new THREE.Mesh(geometry, material);
|
|
18636
|
+
mesh.name = pluginFlag('route-line-mesh');
|
|
18637
|
+
group.add(mesh);
|
|
18638
|
+
});
|
|
18639
|
+
// mesh.renderOrder = 3
|
|
18640
|
+
return group;
|
|
18641
|
+
}
|
|
18642
|
+
}
|
|
18643
|
+
Object.defineProperty(Controller, "lasestVersion", {
|
|
18644
|
+
enumerable: true,
|
|
18645
|
+
configurable: true,
|
|
18646
|
+
writable: true,
|
|
18647
|
+
value: VERSION$1
|
|
18648
|
+
});
|
|
18649
|
+
|
|
18650
|
+
const GuideLinePlugin = (five) => new Controller(five);
|
|
18651
|
+
|
|
18652
|
+
/** 坐标转换成单位向量 */
|
|
18653
|
+
function coordinatesToVector(coordinates) {
|
|
18654
|
+
const distance = Math.abs(Math.cos(coordinates.latitude));
|
|
18655
|
+
return new THREE.Vector3(
|
|
18656
|
+
/* x */ -Math.sin(coordinates.longitude) * distance,
|
|
18657
|
+
/* y */ -Math.sin(coordinates.latitude),
|
|
18658
|
+
/* z */ -Math.cos(coordinates.longitude) * distance);
|
|
18659
|
+
}
|
|
18660
|
+
|
|
18661
|
+
/**
|
|
18662
|
+
* @description: 获取coordinates间的夹角
|
|
18663
|
+
* @return {number} 夹角角度
|
|
18664
|
+
*/
|
|
18665
|
+
function coordinatesAngle(coordinates1, coordinates2) {
|
|
18666
|
+
const vector1 = coordinatesToVector(coordinates1);
|
|
18667
|
+
const vector2 = coordinatesToVector(coordinates2);
|
|
18668
|
+
const angle = vector1.angleTo(vector2);
|
|
18669
|
+
return angle;
|
|
18670
|
+
}
|
|
18671
|
+
|
|
18672
|
+
const safeCall = async (fn) => {
|
|
18673
|
+
try {
|
|
18674
|
+
// eslint-disable-next-line prettier/prettier
|
|
18675
|
+
fn().then(() => { }, () => { }).catch(() => { });
|
|
18676
|
+
}
|
|
18677
|
+
catch (e) { }
|
|
18678
|
+
};
|
|
18679
|
+
|
|
18680
|
+
const TAU = Math.PI * 2;
|
|
18681
|
+
/**
|
|
18682
|
+
* 将弧度转成 0 - 2PI 中的值
|
|
18683
|
+
* @param rad - 任意弧度值
|
|
18684
|
+
* @return 0 - 2PI 的数值
|
|
18685
|
+
*/
|
|
18686
|
+
function formatRad(rad) {
|
|
18687
|
+
if (rad >= 0 && rad < TAU)
|
|
18688
|
+
return rad;
|
|
18689
|
+
return ((rad % TAU) + TAU) % TAU;
|
|
18690
|
+
}
|
|
18691
|
+
|
|
18692
|
+
/** 单位向量转换成坐标 */
|
|
18693
|
+
function vectorToCoordinates(vector) {
|
|
18694
|
+
return {
|
|
18695
|
+
longitude: formatRad(-Math.atan2(vector.x, -vector.z)),
|
|
18696
|
+
latitude: -Math.asin(vector.y / 1),
|
|
18697
|
+
};
|
|
18698
|
+
}
|
|
18699
|
+
|
|
18700
|
+
// eslint-disable-next-line max-params
|
|
18701
|
+
function linerValue(x0, v0, t1, t) {
|
|
18702
|
+
const a = -x0 / t1;
|
|
18703
|
+
const d = x0;
|
|
18704
|
+
return a * t + d;
|
|
18705
|
+
}
|
|
18706
|
+
|
|
18707
|
+
function sleep(duration) {
|
|
18708
|
+
return new Promise((resolve) => {
|
|
18709
|
+
setTimeout(() => {
|
|
18710
|
+
resolve();
|
|
18711
|
+
}, duration);
|
|
18712
|
+
});
|
|
18713
|
+
}
|
|
18714
|
+
|
|
18715
|
+
const VERSION = 'v1.0.6';
|
|
18716
|
+
const PLUGIN_NAME = 'CruisePlugin';
|
|
18717
|
+
const PLUGIN = `${PLUGIN_NAME}@${VERSION}`;
|
|
18718
|
+
const disposedErrorLog = () => {
|
|
18719
|
+
console.error(`${PLUGIN} is disposed`);
|
|
18720
|
+
};
|
|
18721
|
+
const disableWarnLog = () => {
|
|
18722
|
+
console.warn(`${PLUGIN} is disabled`);
|
|
18723
|
+
};
|
|
18724
|
+
const disableErrorLog = () => {
|
|
18725
|
+
console.error(`${PLUGIN} is disabled`);
|
|
18726
|
+
};
|
|
18727
|
+
const pauseDataMap = new Map();
|
|
18728
|
+
class CruisePluginController extends Controller$6 {
|
|
18729
|
+
constructor(five) {
|
|
18730
|
+
super(five);
|
|
18731
|
+
Object.defineProperty(this, "state", {
|
|
18732
|
+
enumerable: true,
|
|
18733
|
+
configurable: true,
|
|
18734
|
+
writable: true,
|
|
18735
|
+
value: {
|
|
18736
|
+
visible: true,
|
|
18737
|
+
enabled: true,
|
|
18738
|
+
disposed: false,
|
|
18739
|
+
playing: false,
|
|
18740
|
+
speed: 1,
|
|
18741
|
+
config: {
|
|
18742
|
+
speedConfig: {
|
|
18743
|
+
rotateSpeed: 0.001,
|
|
18744
|
+
rotateSpeedUnit: 'rad/ms',
|
|
18745
|
+
moveSpeed: 0.002,
|
|
18746
|
+
moveSpeedUnit: 'm/ms',
|
|
18747
|
+
},
|
|
18748
|
+
},
|
|
18749
|
+
}
|
|
18750
|
+
});
|
|
18751
|
+
Object.defineProperty(this, "data", {
|
|
18752
|
+
enumerable: true,
|
|
18753
|
+
configurable: true,
|
|
18754
|
+
writable: true,
|
|
18755
|
+
value: void 0
|
|
18756
|
+
});
|
|
18757
|
+
Object.defineProperty(this, "privateState", {
|
|
18758
|
+
enumerable: true,
|
|
18759
|
+
configurable: true,
|
|
18760
|
+
writable: true,
|
|
18761
|
+
value: {
|
|
18762
|
+
playing: false,
|
|
18763
|
+
currentPlayQueue: [],
|
|
18764
|
+
currentPlayKeyframe: null,
|
|
18765
|
+
broke: false,
|
|
18766
|
+
disposers: [],
|
|
18767
|
+
}
|
|
18768
|
+
});
|
|
18769
|
+
Object.defineProperty(this, "GuideLine", {
|
|
18770
|
+
enumerable: true,
|
|
18771
|
+
configurable: true,
|
|
18772
|
+
writable: true,
|
|
18773
|
+
value: void 0
|
|
18774
|
+
});
|
|
18775
|
+
Object.assign(window, { [`__${PLUGIN_NAME}_DEBUG__`]: this });
|
|
18776
|
+
const setFiveLinearUpdateCamera = this.setFiveLinearUpdateCamera.bind(this);
|
|
18777
|
+
const setFiveOriginUpdateCamera = this.setFiveOriginUpdateCamera.bind(this);
|
|
18778
|
+
this.hooks.on('play', setFiveLinearUpdateCamera);
|
|
18779
|
+
this.hooks.on('broke', setFiveOriginUpdateCamera);
|
|
18780
|
+
this.hooks.on('end', setFiveOriginUpdateCamera);
|
|
18781
|
+
this.hooks.on('pause', setFiveOriginUpdateCamera);
|
|
18782
|
+
this.privateState.disposers.push(() => {
|
|
18783
|
+
this.hooks.off('play', setFiveLinearUpdateCamera);
|
|
18784
|
+
this.hooks.off('broke', setFiveOriginUpdateCamera);
|
|
18785
|
+
this.hooks.off('end', setFiveOriginUpdateCamera);
|
|
18786
|
+
this.hooks.off('pause', setFiveOriginUpdateCamera);
|
|
18787
|
+
});
|
|
18788
|
+
}
|
|
18789
|
+
/**
|
|
18790
|
+
* @description Load Data and State
|
|
18791
|
+
*/
|
|
18792
|
+
async load(serverData, state, userAction) {
|
|
18793
|
+
var _a, _b, _c, _d, _e;
|
|
18794
|
+
if (this.state.disposed)
|
|
18795
|
+
return disposedErrorLog();
|
|
18796
|
+
if (!this.privateState.fiveOriginGetProgress) {
|
|
18797
|
+
if (!((_b = (_a = this.five.controller) === null || _a === void 0 ? void 0 : _a.cameraMotion) === null || _b === void 0 ? void 0 : _b.getProgress)) {
|
|
18798
|
+
await this.waitFiveLoaded();
|
|
18799
|
+
this.privateState.fiveOriginGetProgress = (_d = (_c = this.five.controller) === null || _c === void 0 ? void 0 : _c.cameraMotion) === null || _d === void 0 ? void 0 : _d.getProgress;
|
|
18800
|
+
}
|
|
18801
|
+
}
|
|
18802
|
+
this.clear();
|
|
18803
|
+
// copy this.data
|
|
18804
|
+
const prevData = this.data ? JSON.parse(JSON.stringify(this.data)) : undefined;
|
|
18805
|
+
// format server data to plugin data
|
|
18806
|
+
const data = await this.formatData(serverData);
|
|
18807
|
+
this.data = data;
|
|
18808
|
+
this.hooks.emit('dataChange', data, prevData);
|
|
18809
|
+
let guideLinePanoIndex = [];
|
|
18810
|
+
let tempFloorIndex;
|
|
18811
|
+
// filter panoIndex list Data
|
|
18812
|
+
const hasPanoIndexKeyframes = this.data.keyframes.filter((keyframe) => keyframe.data.panoIndex !== undefined);
|
|
18813
|
+
hasPanoIndexKeyframes
|
|
18814
|
+
.filter((keyframe, index) => { var _a; return keyframe.data.panoIndex !== ((_a = hasPanoIndexKeyframes[index - 1]) === null || _a === void 0 ? void 0 : _a.data.panoIndex); })
|
|
18815
|
+
.map((keyframe) => keyframe.data.panoIndex)
|
|
18816
|
+
.forEach((panoIndex) => {
|
|
18817
|
+
var _a, _b;
|
|
18818
|
+
const floorIndex = (_a = this.five.work.observers[panoIndex]) === null || _a === void 0 ? void 0 : _a.floorIndex;
|
|
18819
|
+
if (floorIndex === undefined)
|
|
18820
|
+
return;
|
|
18821
|
+
if (tempFloorIndex === floorIndex) {
|
|
18822
|
+
const index = guideLinePanoIndex.length - 1;
|
|
18823
|
+
guideLinePanoIndex[index] = [...((_b = guideLinePanoIndex[index]) !== null && _b !== void 0 ? _b : []), panoIndex];
|
|
18824
|
+
}
|
|
18825
|
+
else {
|
|
18826
|
+
tempFloorIndex = floorIndex;
|
|
18827
|
+
const index = guideLinePanoIndex.length;
|
|
18828
|
+
guideLinePanoIndex[index] = [panoIndex];
|
|
18829
|
+
}
|
|
18830
|
+
});
|
|
18831
|
+
// initialize GuideLinePlugin
|
|
18832
|
+
if (!this.GuideLine)
|
|
18833
|
+
this.GuideLine = GuideLinePlugin(this.five);
|
|
18834
|
+
// load GuideLine
|
|
18835
|
+
(_e = this.GuideLine) === null || _e === void 0 ? void 0 : _e.load({ routes: guideLinePanoIndex.map((route) => ({ panoIndexList: route })) });
|
|
18836
|
+
// first pause
|
|
18837
|
+
this.setState({ playing: false });
|
|
18838
|
+
// set state
|
|
18839
|
+
this.handleVisible(this.state.visible);
|
|
18840
|
+
this.handleEnable(this.state.enabled);
|
|
18841
|
+
this.changePlayState(this.state.playing);
|
|
18842
|
+
this.changeSpeed(this.state.speed);
|
|
18843
|
+
// initialize plugin state
|
|
18844
|
+
if (state)
|
|
18845
|
+
this.setState(state, { userAction });
|
|
18846
|
+
// load end
|
|
18847
|
+
console.log(`${PLUGIN} loaded`, data);
|
|
18848
|
+
this.hooks.emit('dataLoaded', data);
|
|
18849
|
+
}
|
|
18850
|
+
/**
|
|
18851
|
+
* @description Play | Continue play. if have been paused, continue play from the pause position; if playing, do nothing
|
|
18852
|
+
*/
|
|
18853
|
+
play(options) {
|
|
18854
|
+
this.setState({ playing: true }, options);
|
|
18855
|
+
}
|
|
18856
|
+
/**
|
|
18857
|
+
* @description If playing, first pause, then play from keyframes index/id
|
|
18858
|
+
* @param {number} options.index play from keyframes index
|
|
18859
|
+
* @param {string} options.id play from keyframes id
|
|
18860
|
+
*/
|
|
18861
|
+
playFrom(options) {
|
|
18862
|
+
const { index, id, userAction } = options;
|
|
18863
|
+
if (this.state.playing)
|
|
18864
|
+
this.setState({ playing: false }, { userAction });
|
|
18865
|
+
this.setState({ playing: true }, { userAction, playFromIndex: index, playFromId: id });
|
|
18866
|
+
}
|
|
18867
|
+
/**
|
|
18868
|
+
* @description Play from first keyframe
|
|
18869
|
+
*/
|
|
18870
|
+
playFromStart(options) {
|
|
18871
|
+
return this.playFrom(Object.assign(Object.assign({}, options), { index: 0 }));
|
|
18872
|
+
}
|
|
18873
|
+
/**
|
|
18874
|
+
* @description Pause
|
|
18875
|
+
*/
|
|
18876
|
+
pause(options) {
|
|
18877
|
+
this.setState({ playing: false }, options);
|
|
18878
|
+
}
|
|
18879
|
+
/**
|
|
18880
|
+
* @description Show guide line
|
|
18881
|
+
*/
|
|
18882
|
+
async show(options) {
|
|
18883
|
+
this.setState({ visible: true }, options);
|
|
18884
|
+
}
|
|
18885
|
+
/**
|
|
18886
|
+
* @description Hide guide line
|
|
18887
|
+
*/
|
|
18888
|
+
async hide(options) {
|
|
18889
|
+
this.setState({ visible: false }, options);
|
|
18890
|
+
}
|
|
18891
|
+
/**
|
|
18892
|
+
* @description Enable
|
|
18893
|
+
*/
|
|
18894
|
+
enable(options) {
|
|
18895
|
+
this.setState({ enabled: true }, options);
|
|
18896
|
+
}
|
|
18897
|
+
/**
|
|
18898
|
+
* @description Disable
|
|
18899
|
+
*/
|
|
18900
|
+
disable(options) {
|
|
18901
|
+
this.setState({ enabled: false }, options);
|
|
18902
|
+
}
|
|
18903
|
+
/**
|
|
18904
|
+
* @description Dispose
|
|
18905
|
+
*/
|
|
18906
|
+
dispose() {
|
|
18907
|
+
this.setState({ disposed: true });
|
|
18908
|
+
}
|
|
18909
|
+
/**
|
|
18910
|
+
* @description Set state
|
|
18911
|
+
*/
|
|
18912
|
+
setState(state, options) {
|
|
18913
|
+
var _a;
|
|
18914
|
+
if (this.state.disposed)
|
|
18915
|
+
return disposedErrorLog();
|
|
18916
|
+
if (!this.state.enabled) {
|
|
18917
|
+
// when plugin is disabled, only can change enabled or disposed to true
|
|
18918
|
+
if (state.enabled !== true && state.disposed !== true)
|
|
18919
|
+
return disableErrorLog();
|
|
18920
|
+
}
|
|
18921
|
+
const prevState = Object.assign({}, this.state);
|
|
18922
|
+
this.state = Object.assign(Object.assign({}, this.state), state);
|
|
18923
|
+
if (state.disposed !== undefined && state.disposed !== prevState.disposed) {
|
|
18924
|
+
if (state.disposed)
|
|
18925
|
+
this.handleDispose();
|
|
18926
|
+
}
|
|
18927
|
+
if (state.visible !== undefined && state.visible !== prevState.visible) {
|
|
18928
|
+
this.handleVisible(state.visible, options === null || options === void 0 ? void 0 : options.userAction);
|
|
18929
|
+
}
|
|
18930
|
+
if (state.enabled !== undefined && state.enabled !== prevState.enabled) {
|
|
18931
|
+
this.handleEnable(state.enabled, options === null || options === void 0 ? void 0 : options.userAction);
|
|
18932
|
+
}
|
|
18933
|
+
if (state.playing !== undefined && state.playing !== prevState.playing) {
|
|
18934
|
+
this.changePlayState(state.playing, options);
|
|
18935
|
+
}
|
|
18936
|
+
if (state.speed !== undefined && state.speed !== prevState.speed) {
|
|
18937
|
+
this.changeSpeed(state.speed, options === null || options === void 0 ? void 0 : options.userAction);
|
|
18938
|
+
}
|
|
18939
|
+
if (!equal(prevState, this.state, { deep: true })) {
|
|
18940
|
+
this.hooks.emit('stateChange', { state: this.state, prevState, userAction: (_a = options === null || options === void 0 ? void 0 : options.userAction) !== null && _a !== void 0 ? _a : true });
|
|
18941
|
+
}
|
|
18942
|
+
}
|
|
18943
|
+
/**
|
|
18944
|
+
* @description Format data
|
|
18945
|
+
*/
|
|
18946
|
+
async formatData(serverData) {
|
|
18947
|
+
if (!this.five.work)
|
|
18948
|
+
await this.waitFiveLoaded();
|
|
18949
|
+
const observers = this.five.work.observers;
|
|
18950
|
+
const data = (() => {
|
|
18951
|
+
const _serverData = serverData;
|
|
18952
|
+
if (typeof _serverData === 'object' && _serverData !== null && _serverData.version && _serverData.data) {
|
|
18953
|
+
return _serverData.data;
|
|
18954
|
+
}
|
|
18955
|
+
return _serverData;
|
|
18956
|
+
})();
|
|
18957
|
+
if (data.keyframes) {
|
|
18958
|
+
return {
|
|
18959
|
+
keyframesId: uuid(),
|
|
18960
|
+
keyframes: data.keyframes.map((keyframe, index) => {
|
|
18961
|
+
var _a;
|
|
18962
|
+
const nextKeyframe = data.keyframes[index + 1];
|
|
18963
|
+
const stay = (() => {
|
|
18964
|
+
if (!nextKeyframe)
|
|
18965
|
+
return 0;
|
|
18966
|
+
if (nextKeyframe.start === undefined || keyframe.end === undefined)
|
|
18967
|
+
return 0;
|
|
18968
|
+
return nextKeyframe.start - keyframe.end;
|
|
18969
|
+
})();
|
|
18970
|
+
return Object.assign({ id: (_a = keyframe.uuid) !== null && _a !== void 0 ? _a : uuid(), moveIndex: index, stay, index }, keyframe);
|
|
18971
|
+
}),
|
|
18972
|
+
};
|
|
18973
|
+
}
|
|
18974
|
+
else if (data.panoIndexList) {
|
|
18975
|
+
let keyframes = [];
|
|
18976
|
+
const { moveEffect, moveToFirstPanoEffect } = data;
|
|
18977
|
+
this.privateState.moveToFirstPanoEffect = moveToFirstPanoEffect;
|
|
18978
|
+
data.panoIndexList
|
|
18979
|
+
.filter((panoIndex, index) => panoIndex !== data.panoIndexList[index - 1])
|
|
18980
|
+
.forEach((panoIndex, index) => {
|
|
18981
|
+
const lookatNextPanoIndex = (() => {
|
|
18982
|
+
var _a, _b, _c, _d;
|
|
18983
|
+
const nextPanoIndex = data.panoIndexList[index + 1];
|
|
18984
|
+
if (nextPanoIndex === undefined)
|
|
18985
|
+
return;
|
|
18986
|
+
const vectorFrom = (_a = observers[panoIndex]) === null || _a === void 0 ? void 0 : _a.position;
|
|
18987
|
+
const vectorTo = (_b = observers[nextPanoIndex]) === null || _b === void 0 ? void 0 : _b.position;
|
|
18988
|
+
if (!vectorTo || !vectorFrom)
|
|
18989
|
+
return;
|
|
18990
|
+
// if panoIndex and next panoIndex isn't in same floor, return
|
|
18991
|
+
if (((_c = observers[panoIndex]) === null || _c === void 0 ? void 0 : _c.floorIndex) !== ((_d = observers[nextPanoIndex]) === null || _d === void 0 ? void 0 : _d.floorIndex))
|
|
18992
|
+
return;
|
|
18993
|
+
const vector = new THREE.Vector3().subVectors(vectorTo, vectorFrom);
|
|
18994
|
+
return vectorToCoordinates(vector);
|
|
18995
|
+
})();
|
|
18996
|
+
if (data.moveType === undefined || data.moveType === 'justMove') {
|
|
18997
|
+
// move to panoIndex, latitude, longitude
|
|
18998
|
+
keyframes.push({
|
|
18999
|
+
moveIndex: index,
|
|
19000
|
+
stay: data.stay,
|
|
19001
|
+
data: Object.assign({ effect: 'Move', panoIndex, moveEffect }, (lookatNextPanoIndex !== null && lookatNextPanoIndex !== void 0 ? lookatNextPanoIndex : {})),
|
|
19002
|
+
});
|
|
19003
|
+
}
|
|
19004
|
+
else if (data.moveType === 'moveAndRotate') {
|
|
19005
|
+
// move to panoIndex, then rotate to latitude and longitude
|
|
19006
|
+
keyframes.push({ moveIndex: index, stay: data.stay, data: { effect: 'Move', panoIndex, moveEffect } });
|
|
19007
|
+
if (lookatNextPanoIndex)
|
|
19008
|
+
keyframes.push({ moveIndex: index, stay: data.stay, data: Object.assign({ effect: 'Rotate', panoIndex }, lookatNextPanoIndex) });
|
|
19009
|
+
}
|
|
19010
|
+
});
|
|
19011
|
+
return { keyframesId: uuid(), keyframes: keyframes.map((keyframe, index) => (Object.assign({ id: uuid(), index }, keyframe))) };
|
|
19012
|
+
}
|
|
19013
|
+
else {
|
|
19014
|
+
throw new Error('format error: data no keyframes or no panoIndexList');
|
|
19015
|
+
}
|
|
19016
|
+
}
|
|
19017
|
+
handleEnable(enabled, userAction = true) {
|
|
19018
|
+
var _a, _b;
|
|
19019
|
+
if (enabled) {
|
|
19020
|
+
(_a = this.GuideLine) === null || _a === void 0 ? void 0 : _a.enable();
|
|
19021
|
+
this.hooks.emit('enable', { userAction });
|
|
19022
|
+
}
|
|
19023
|
+
else {
|
|
19024
|
+
(_b = this.GuideLine) === null || _b === void 0 ? void 0 : _b.disable();
|
|
19025
|
+
this.changePlayState(false, { userAction });
|
|
19026
|
+
this.hooks.emit('disable', { userAction });
|
|
19027
|
+
}
|
|
19028
|
+
this.state.enabled = enabled;
|
|
19029
|
+
}
|
|
19030
|
+
handleVisible(visible, userAction = true) {
|
|
19031
|
+
var _a, _b;
|
|
19032
|
+
if (visible) {
|
|
19033
|
+
(_a = this.GuideLine) === null || _a === void 0 ? void 0 : _a.show();
|
|
19034
|
+
this.actionIfStateIsEnabled(() => this.hooks.emit('show', { userAction }));
|
|
19035
|
+
}
|
|
19036
|
+
else {
|
|
19037
|
+
(_b = this.GuideLine) === null || _b === void 0 ? void 0 : _b.hide();
|
|
19038
|
+
this.actionIfStateIsEnabled(() => this.hooks.emit('hide', { userAction }));
|
|
19039
|
+
}
|
|
19040
|
+
this.state.visible = visible;
|
|
19041
|
+
}
|
|
19042
|
+
changePlayState(play, options) {
|
|
19043
|
+
this.actionIfStateIsEnabled(() => { var _a; return this.hooks.emit('playStateChange', play ? 'playing' : 'pause', { userAction: (_a = options === null || options === void 0 ? void 0 : options.userAction) !== null && _a !== void 0 ? _a : true }); });
|
|
19044
|
+
play ? this.handlePlay(options) : this.handlePause(options);
|
|
19045
|
+
this.state.playing = play;
|
|
19046
|
+
}
|
|
19047
|
+
/**
|
|
19048
|
+
* @description Play | Continue play. if have been paused, continue play from the pause position; if playing, do nothing
|
|
19049
|
+
* @param {number} options.playFromIndex play from keyframes index
|
|
19050
|
+
* @param {string} options.playFromId play from keyframes id
|
|
19051
|
+
*/
|
|
19052
|
+
// eslint-disable-next-line complexity
|
|
19053
|
+
async handlePlay(options) {
|
|
19054
|
+
var _a;
|
|
19055
|
+
const { data, state, privateState, hooks } = this;
|
|
19056
|
+
// check whether keyframes can be played
|
|
19057
|
+
if (privateState.playing)
|
|
19058
|
+
return;
|
|
19059
|
+
if (!(data === null || data === void 0 ? void 0 : data.keyframes) || (data === null || data === void 0 ? void 0 : data.keyframes.length) === 0)
|
|
19060
|
+
return;
|
|
19061
|
+
// set current play id
|
|
19062
|
+
const currentPlayId = uuid();
|
|
19063
|
+
// if handlePlay function is called again before play end, currentPlayId isn't equal to privateState.playId
|
|
19064
|
+
privateState.playId = currentPlayId;
|
|
19065
|
+
// set state
|
|
19066
|
+
privateState.playing = true;
|
|
19067
|
+
privateState.broke = false;
|
|
19068
|
+
const keyframes = data.keyframes;
|
|
19069
|
+
const pauseData = this.getPauseData();
|
|
19070
|
+
if ((options === null || options === void 0 ? void 0 : options.notEmitEvent) !== true) {
|
|
19071
|
+
hooks.emit('play', { userAction: (_a = options === null || options === void 0 ? void 0 : options.userAction) !== null && _a !== void 0 ? _a : true });
|
|
19072
|
+
}
|
|
19073
|
+
let playedFirstKeyframe = false;
|
|
19074
|
+
const getPlayFromIndex = async () => {
|
|
19075
|
+
var _a, _b;
|
|
19076
|
+
// play from index
|
|
19077
|
+
if ((options === null || options === void 0 ? void 0 : options.playFromIndex) !== undefined)
|
|
19078
|
+
return options.playFromIndex;
|
|
19079
|
+
// play from id
|
|
19080
|
+
else if ((options === null || options === void 0 ? void 0 : options.playFromId) !== undefined)
|
|
19081
|
+
return (_a = this.data) === null || _a === void 0 ? void 0 : _a.keyframes.findIndex((keyframe) => keyframe.id === options.playFromId);
|
|
19082
|
+
// play from pause position
|
|
19083
|
+
else if (pauseData === null || pauseData === void 0 ? void 0 : pauseData.keyframeId) {
|
|
19084
|
+
const pausedKeyframe = (_b = this.data) === null || _b === void 0 ? void 0 : _b.keyframes.find((keyframe) => keyframe.id === pauseData.keyframeId);
|
|
19085
|
+
// restore paused state
|
|
19086
|
+
if (pauseData === null || pauseData === void 0 ? void 0 : pauseData.fiveState)
|
|
19087
|
+
await this.move(pauseData.fiveState, { moveEffect: privateState.moveToFirstPanoEffect });
|
|
19088
|
+
if (pausedKeyframe) {
|
|
19089
|
+
if (pausedKeyframe.data.effect === 'Move')
|
|
19090
|
+
return pausedKeyframe.index;
|
|
19091
|
+
else if (pausedKeyframe.data.effect === 'Rotate') {
|
|
19092
|
+
const duration = pauseData.duration !== undefined ? pauseData.duration * (1 - pauseData.playedProgress) : undefined;
|
|
19093
|
+
await this.playKeyframe(pausedKeyframe, { duration });
|
|
19094
|
+
playedFirstKeyframe = true;
|
|
19095
|
+
// playFromIndex += 1 cause played last part of paused keyframe
|
|
19096
|
+
return pausedKeyframe.index + 1;
|
|
19097
|
+
}
|
|
19098
|
+
}
|
|
19099
|
+
}
|
|
19100
|
+
};
|
|
19101
|
+
const playFromIndex = await getPlayFromIndex();
|
|
19102
|
+
this.clearPauseData();
|
|
19103
|
+
// play keyframes
|
|
19104
|
+
for (const keyframe of keyframes) {
|
|
19105
|
+
if (privateState.broke || !state.playing || !privateState.playing)
|
|
19106
|
+
return;
|
|
19107
|
+
if (currentPlayId !== privateState.playId)
|
|
19108
|
+
return;
|
|
19109
|
+
// jump to start keyframe
|
|
19110
|
+
if (playFromIndex !== undefined && keyframe.index < playFromIndex)
|
|
19111
|
+
continue;
|
|
19112
|
+
// play single keyframe
|
|
19113
|
+
try {
|
|
19114
|
+
hooks.emit('playIndexChange', keyframe.index, keyframe);
|
|
19115
|
+
await this.playKeyframe(keyframe, {
|
|
19116
|
+
moveEffect: playedFirstKeyframe === false ? privateState.moveToFirstPanoEffect : undefined,
|
|
19117
|
+
duration: 800,
|
|
19118
|
+
});
|
|
19119
|
+
if (keyframe.stay)
|
|
19120
|
+
await sleep(keyframe.stay);
|
|
19121
|
+
if (playedFirstKeyframe === false)
|
|
19122
|
+
playedFirstKeyframe = true;
|
|
19123
|
+
}
|
|
19124
|
+
catch (error) {
|
|
19125
|
+
return Promise.resolve('broke');
|
|
19126
|
+
// if think the play be interupted by five gesture is an error, return Promise.reject(error)
|
|
19127
|
+
// return Promise.reject(error)
|
|
19128
|
+
}
|
|
19129
|
+
}
|
|
19130
|
+
if (state.playing && currentPlayId === privateState.playId) {
|
|
19131
|
+
this.setState({ playing: false }, { userAction: false });
|
|
19132
|
+
hooks.emit('end');
|
|
19133
|
+
this.clearPauseData();
|
|
19134
|
+
}
|
|
19135
|
+
}
|
|
19136
|
+
/**
|
|
19137
|
+
* @description: Pause and record pause state
|
|
19138
|
+
*/
|
|
19139
|
+
handlePause(options) {
|
|
19140
|
+
var _a;
|
|
19141
|
+
const { state, privateState, hooks } = this;
|
|
19142
|
+
state.playing = false;
|
|
19143
|
+
if (privateState.playing === false)
|
|
19144
|
+
return;
|
|
19145
|
+
privateState.playing = false;
|
|
19146
|
+
this.setPauseData();
|
|
19147
|
+
if (!privateState.broke)
|
|
19148
|
+
this.forceInteruptUpdateCamera();
|
|
19149
|
+
if ((options === null || options === void 0 ? void 0 : options.notEmitEvent) !== true) {
|
|
19150
|
+
hooks.emit('pause', { userAction: (_a = options === null || options === void 0 ? void 0 : options.userAction) !== null && _a !== void 0 ? _a : true });
|
|
19151
|
+
}
|
|
19152
|
+
}
|
|
19153
|
+
/**
|
|
19154
|
+
* @description Play single keyframe
|
|
19155
|
+
*/
|
|
19156
|
+
async playKeyframe(keyframe, params) {
|
|
19157
|
+
var _a;
|
|
19158
|
+
const { privateState } = this;
|
|
19159
|
+
if (((_a = this.privateState.currentPlayKeyframe) === null || _a === void 0 ? void 0 : _a.keyframe.id) !== keyframe.id)
|
|
19160
|
+
this.privateState.currentPlayKeyframe = { keyframe };
|
|
19161
|
+
privateState.currentPlayQueue.push(this.getPlayPromise(keyframe, params));
|
|
19162
|
+
return this.actionPromiseQueue();
|
|
19163
|
+
}
|
|
19164
|
+
/**
|
|
19165
|
+
* @description: listen interupted by five gesture
|
|
19166
|
+
*/
|
|
19167
|
+
addInterruptListener(callback) {
|
|
19168
|
+
this.five.once('gesture', callback);
|
|
19169
|
+
this.five.once('modeChange', callback);
|
|
19170
|
+
return () => {
|
|
19171
|
+
this.five.off('gesture', callback);
|
|
19172
|
+
this.five.once('modeChange', callback);
|
|
19173
|
+
};
|
|
19174
|
+
}
|
|
19175
|
+
/**
|
|
19176
|
+
* @description: getPlayPromise
|
|
19177
|
+
*/
|
|
19178
|
+
async getPlayPromise(keyframe, params) {
|
|
19179
|
+
var _a;
|
|
19180
|
+
const data = keyframe.data;
|
|
19181
|
+
(_a = params === null || params === void 0 ? void 0 : params.duration) !== null && _a !== void 0 ? _a : (keyframe.start !== undefined && keyframe.end !== undefined ? keyframe.end - keyframe.start : undefined);
|
|
19182
|
+
if (!data)
|
|
19183
|
+
return;
|
|
19184
|
+
return new Promise((resolve, reject) => {
|
|
19185
|
+
let fulfilled = false;
|
|
19186
|
+
this.addInterruptListener(() => {
|
|
19187
|
+
if (fulfilled)
|
|
19188
|
+
return;
|
|
19189
|
+
this.hooks.emit('broke');
|
|
19190
|
+
this.privateState.broke = true;
|
|
19191
|
+
this.setState({ playing: false });
|
|
19192
|
+
fulfilled = true;
|
|
19193
|
+
return reject(new Error('play is interupted'));
|
|
19194
|
+
});
|
|
19195
|
+
try {
|
|
19196
|
+
if (fulfilled)
|
|
19197
|
+
return;
|
|
19198
|
+
const res = () => {
|
|
19199
|
+
resolve();
|
|
19200
|
+
fulfilled = true;
|
|
19201
|
+
};
|
|
19202
|
+
switch (data.effect) {
|
|
19203
|
+
case 'Move':
|
|
19204
|
+
this.move(data, params).then(res);
|
|
19205
|
+
break;
|
|
19206
|
+
case 'Rotate':
|
|
19207
|
+
this.rotate(data, params).then(res);
|
|
19208
|
+
break;
|
|
19209
|
+
default:
|
|
19210
|
+
this.rotate(data, params).then(res);
|
|
19211
|
+
}
|
|
19212
|
+
}
|
|
19213
|
+
catch (e) { }
|
|
19214
|
+
});
|
|
19215
|
+
}
|
|
19216
|
+
/**
|
|
19217
|
+
* @description Action promise queue in sequence
|
|
19218
|
+
*/
|
|
19219
|
+
async actionPromiseQueue() {
|
|
19220
|
+
const { privateState } = this;
|
|
19221
|
+
return new Promise((resolve, reject) => {
|
|
19222
|
+
if (privateState.currentPlayQueue.length === 0) {
|
|
19223
|
+
resolve();
|
|
19224
|
+
return;
|
|
19225
|
+
}
|
|
19226
|
+
const promise = privateState.currentPlayQueue.shift();
|
|
19227
|
+
if (!promise) {
|
|
19228
|
+
resolve();
|
|
19229
|
+
return;
|
|
19230
|
+
}
|
|
19231
|
+
promise.then(resolve, reject);
|
|
19232
|
+
}).then(() => {
|
|
19233
|
+
if (privateState.currentPlayQueue.length === 0)
|
|
19234
|
+
return Promise.resolve();
|
|
19235
|
+
return this.actionPromiseQueue();
|
|
19236
|
+
});
|
|
19237
|
+
}
|
|
19238
|
+
/**
|
|
19239
|
+
* @description Action move keyframe
|
|
19240
|
+
*/
|
|
19241
|
+
async move(data, params) {
|
|
19242
|
+
if (data.mode && data.mode !== this.five.currentMode) {
|
|
19243
|
+
await this.changeMode(data);
|
|
19244
|
+
}
|
|
19245
|
+
else if (data.panoIndex !== this.five.panoIndex) {
|
|
19246
|
+
await this.changePano(data, params);
|
|
19247
|
+
}
|
|
19248
|
+
else {
|
|
19249
|
+
return Promise.resolve();
|
|
19250
|
+
}
|
|
19251
|
+
// await updateCamera(data)
|
|
19252
|
+
}
|
|
19253
|
+
/**
|
|
19254
|
+
* @description Action rotate keyframe
|
|
19255
|
+
*/
|
|
19256
|
+
async rotate(data, params) {
|
|
19257
|
+
if (data.mode && data.mode !== this.five.currentMode) {
|
|
19258
|
+
await this.changeMode({ mode: data.mode, panoIndex: data.panoIndex });
|
|
19259
|
+
}
|
|
19260
|
+
else if (data.panoIndex && data.panoIndex !== this.five.panoIndex) {
|
|
19261
|
+
return await this.changePano(data, params);
|
|
19262
|
+
}
|
|
19263
|
+
await this.updateCamera(data, params === null || params === void 0 ? void 0 : params.duration);
|
|
19264
|
+
}
|
|
19265
|
+
/**
|
|
19266
|
+
* @description Update five camera
|
|
19267
|
+
*/
|
|
19268
|
+
async updateCamera(data, paramsDuration = 800) {
|
|
19269
|
+
const { five, privateState, state } = this;
|
|
19270
|
+
let originDuration = paramsDuration;
|
|
19271
|
+
const speed = (() => {
|
|
19272
|
+
var _a, _b;
|
|
19273
|
+
const speedConfig = (_a = state.config) === null || _a === void 0 ? void 0 : _a.speedConfig;
|
|
19274
|
+
const speedValue = (_b = data.rotateSpeed) !== null && _b !== void 0 ? _b : speedConfig === null || speedConfig === void 0 ? void 0 : speedConfig.rotateSpeed;
|
|
19275
|
+
if ((speedConfig === null || speedConfig === void 0 ? void 0 : speedConfig.rotateSpeedUnit) === undefined)
|
|
19276
|
+
return speedValue;
|
|
19277
|
+
if (speedValue !== undefined) {
|
|
19278
|
+
return speedConfig.rotateSpeedUnit === 'rad/ms' ? speedValue : speedValue / 1000;
|
|
19279
|
+
}
|
|
19280
|
+
})();
|
|
19281
|
+
if (speed) {
|
|
19282
|
+
const coordinates1 = this.five.getCurrentState();
|
|
19283
|
+
const coordinates2 = data;
|
|
19284
|
+
const angle = coordinatesAngle(coordinates1, coordinates2);
|
|
19285
|
+
originDuration = angle / speed;
|
|
19286
|
+
}
|
|
19287
|
+
if (privateState.currentPlayKeyframe)
|
|
19288
|
+
privateState.currentPlayKeyframe.originDuration = originDuration;
|
|
19289
|
+
const duration = this.getSpeededDuration(originDuration);
|
|
19290
|
+
return new Promise((resolve) => {
|
|
19291
|
+
safeCall(() => five.updateCamera(data, duration));
|
|
19292
|
+
setTimeout(() => resolve(), duration);
|
|
19293
|
+
});
|
|
19294
|
+
}
|
|
19295
|
+
/**
|
|
19296
|
+
* @description: Change five pano
|
|
19297
|
+
*/
|
|
19298
|
+
async changePano(data, params) {
|
|
19299
|
+
var _a;
|
|
19300
|
+
const { five, privateState, state } = this;
|
|
19301
|
+
if (typeof data.panoIndex !== 'number')
|
|
19302
|
+
return;
|
|
19303
|
+
if (data.panoIndex === five.panoIndex)
|
|
19304
|
+
return;
|
|
19305
|
+
let originDuration = (_a = params === null || params === void 0 ? void 0 : params.duration) !== null && _a !== void 0 ? _a : 800;
|
|
19306
|
+
const speed = (() => {
|
|
19307
|
+
var _a, _b;
|
|
19308
|
+
const speedConfig = (_a = state.config) === null || _a === void 0 ? void 0 : _a.speedConfig;
|
|
19309
|
+
const speedValue = (_b = data.moveSpeed) !== null && _b !== void 0 ? _b : speedConfig === null || speedConfig === void 0 ? void 0 : speedConfig.moveSpeed;
|
|
19310
|
+
if ((speedConfig === null || speedConfig === void 0 ? void 0 : speedConfig.moveSpeedUnit) === undefined)
|
|
19311
|
+
return speedValue;
|
|
19312
|
+
if (speedValue !== undefined) {
|
|
19313
|
+
return speedConfig.moveSpeedUnit === 'm/ms' ? speedValue : speedValue / 1000;
|
|
19314
|
+
}
|
|
19315
|
+
})();
|
|
19316
|
+
if (speed && typeof five.panoIndex === 'number' && typeof data.panoIndex === 'number') {
|
|
19317
|
+
const postion1 = five.work.observers[five.panoIndex].position;
|
|
19318
|
+
const postion2 = five.work.observers[data.panoIndex].position;
|
|
19319
|
+
const distance = postion1.distanceTo(postion2);
|
|
19320
|
+
originDuration = distance / speed;
|
|
19321
|
+
}
|
|
19322
|
+
if (privateState.currentPlayKeyframe)
|
|
19323
|
+
privateState.currentPlayKeyframe.originDuration = originDuration;
|
|
19324
|
+
const duration = this.getSpeededDuration(originDuration);
|
|
19325
|
+
return new Promise((resolve) => {
|
|
19326
|
+
var _a, _b, _c;
|
|
19327
|
+
five.moveToPano(data.panoIndex, {
|
|
19328
|
+
latitude: data.latitude,
|
|
19329
|
+
longitude: data.longitude,
|
|
19330
|
+
fov: data.fov,
|
|
19331
|
+
duration,
|
|
19332
|
+
effect: (_c = (_a = params === null || params === void 0 ? void 0 : params.moveEffect) !== null && _a !== void 0 ? _a : (_b = this.state.config) === null || _b === void 0 ? void 0 : _b.moveEffect) !== null && _c !== void 0 ? _c : data.moveEffect,
|
|
19333
|
+
moveCancelCallback: () => resolve(),
|
|
19334
|
+
moveEndCallback: () => resolve(),
|
|
19335
|
+
});
|
|
19336
|
+
});
|
|
19337
|
+
}
|
|
19338
|
+
/**
|
|
19339
|
+
* @description: Change play speed
|
|
19340
|
+
*/
|
|
19341
|
+
changeSpeed(speed, userAction = true) {
|
|
19342
|
+
const { state, privateState, hooks } = this;
|
|
19343
|
+
const { currentPlayKeyframe } = privateState;
|
|
19344
|
+
hooks.emit('speedChange', speed, { userAction });
|
|
19345
|
+
if (state.playing && currentPlayKeyframe) {
|
|
19346
|
+
try {
|
|
19347
|
+
const duration = currentPlayKeyframe.originDuration !== undefined ? currentPlayKeyframe.originDuration * (1 - this.getProgress()) : undefined;
|
|
19348
|
+
const promise = this.playKeyframe(currentPlayKeyframe.keyframe, { duration });
|
|
19349
|
+
privateState.currentPlayQueue.push(promise);
|
|
19350
|
+
}
|
|
19351
|
+
catch (e) { }
|
|
19352
|
+
}
|
|
19353
|
+
}
|
|
19354
|
+
/**
|
|
19355
|
+
* @description Get duration by speed
|
|
19356
|
+
*/
|
|
19357
|
+
getSpeededDuration(duration) {
|
|
19358
|
+
return duration / this.state.speed;
|
|
19359
|
+
}
|
|
19360
|
+
/**
|
|
19361
|
+
* @description Get ratate progress
|
|
19362
|
+
*/
|
|
19363
|
+
getProgress() {
|
|
19364
|
+
return this.five.controller.cameraMotion.progress;
|
|
19365
|
+
}
|
|
19366
|
+
/**
|
|
19367
|
+
* @description Change five mode
|
|
19368
|
+
*/
|
|
19369
|
+
async changeMode(data, duration) {
|
|
19370
|
+
if (data.mode && data.mode !== this.five.currentMode) {
|
|
19371
|
+
await this.five.changeMode(data.mode, data, duration);
|
|
19372
|
+
}
|
|
19373
|
+
}
|
|
19374
|
+
/**
|
|
19375
|
+
* @description Force interupt five updateCamera
|
|
19376
|
+
*/
|
|
19377
|
+
forceInteruptUpdateCamera() {
|
|
19378
|
+
this.five.updateCamera({}, 0);
|
|
19379
|
+
}
|
|
19380
|
+
getPauseData() {
|
|
19381
|
+
var _a, _b;
|
|
19382
|
+
if ((_a = this.data) === null || _a === void 0 ? void 0 : _a.keyframesId)
|
|
19383
|
+
return pauseDataMap.get((_b = this.data) === null || _b === void 0 ? void 0 : _b.keyframesId);
|
|
19384
|
+
}
|
|
19385
|
+
/**
|
|
19386
|
+
* @description Set pause data
|
|
19387
|
+
*/
|
|
19388
|
+
setPauseData() {
|
|
19389
|
+
var _a, _b, _c, _d;
|
|
19390
|
+
if ((_a = this.data) === null || _a === void 0 ? void 0 : _a.keyframesId)
|
|
19391
|
+
return pauseDataMap.set((_b = this.data) === null || _b === void 0 ? void 0 : _b.keyframesId, {
|
|
19392
|
+
keyframeId: (_c = this.privateState.currentPlayKeyframe) === null || _c === void 0 ? void 0 : _c.keyframe.id,
|
|
19393
|
+
fiveState: this.five.getCurrentState(),
|
|
19394
|
+
duration: (_d = this.privateState.currentPlayKeyframe) === null || _d === void 0 ? void 0 : _d.originDuration,
|
|
19395
|
+
playedProgress: this.getProgress(),
|
|
19396
|
+
});
|
|
19397
|
+
}
|
|
19398
|
+
/**
|
|
19399
|
+
* @description Clear pause data
|
|
19400
|
+
*/
|
|
19401
|
+
clearPauseData() {
|
|
19402
|
+
var _a, _b;
|
|
19403
|
+
if ((_a = this.data) === null || _a === void 0 ? void 0 : _a.keyframesId)
|
|
19404
|
+
return pauseDataMap.delete((_b = this.data) === null || _b === void 0 ? void 0 : _b.keyframesId);
|
|
19405
|
+
}
|
|
19406
|
+
/**
|
|
19407
|
+
* @description: Restore state that before loaded
|
|
19408
|
+
*/
|
|
19409
|
+
clear() {
|
|
19410
|
+
this.clearPauseData();
|
|
19411
|
+
this.privateState.currentPlayKeyframe = null;
|
|
19412
|
+
}
|
|
19413
|
+
// TODO
|
|
19414
|
+
handleDispose() {
|
|
19415
|
+
var _a, _b;
|
|
19416
|
+
this.setState({ playing: false });
|
|
19417
|
+
this.clearPauseData();
|
|
19418
|
+
this.clear();
|
|
19419
|
+
(_a = this.GuideLine) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
19420
|
+
this.GuideLine = undefined;
|
|
19421
|
+
(_b = this.privateState.disposers) === null || _b === void 0 ? void 0 : _b.forEach((d) => d === null || d === void 0 ? void 0 : d());
|
|
19422
|
+
}
|
|
19423
|
+
/**
|
|
19424
|
+
* @description Action function if plugin is enable
|
|
19425
|
+
*/
|
|
19426
|
+
actionIfStateIsEnabled(func, options) {
|
|
19427
|
+
if (this.state.enabled)
|
|
19428
|
+
return func();
|
|
19429
|
+
else {
|
|
19430
|
+
if (options === null || options === void 0 ? void 0 : options.warnLog)
|
|
19431
|
+
disableWarnLog();
|
|
19432
|
+
}
|
|
19433
|
+
}
|
|
19434
|
+
/**
|
|
19435
|
+
* @description: Wait for five work ready
|
|
19436
|
+
*/
|
|
19437
|
+
async waitFiveLoaded() {
|
|
19438
|
+
return new Promise((resolve) => {
|
|
19439
|
+
if (this.five.work) {
|
|
19440
|
+
resolve();
|
|
19441
|
+
return;
|
|
19442
|
+
}
|
|
19443
|
+
this.five.once('loaded', () => {
|
|
19444
|
+
resolve();
|
|
19445
|
+
});
|
|
19446
|
+
});
|
|
19447
|
+
}
|
|
19448
|
+
setFiveLinearUpdateCamera() {
|
|
19449
|
+
if (!this.privateState.fiveOriginGetProgress)
|
|
19450
|
+
return;
|
|
19451
|
+
this.five.controller.cameraMotion.getProgress = (time) => {
|
|
19452
|
+
const cameraMotion = this.five.controller.cameraMotion;
|
|
19453
|
+
const deltaTime = time - cameraMotion.startTime;
|
|
19454
|
+
if (deltaTime < 0)
|
|
19455
|
+
return 0;
|
|
19456
|
+
if (deltaTime >= cameraMotion.duration)
|
|
19457
|
+
return 1;
|
|
19458
|
+
return 1 - linerValue(1, cameraMotion.startVelocity, cameraMotion.duration, deltaTime);
|
|
19459
|
+
};
|
|
19460
|
+
}
|
|
19461
|
+
setFiveOriginUpdateCamera() {
|
|
19462
|
+
if (!this.privateState.fiveOriginGetProgress)
|
|
19463
|
+
return;
|
|
19464
|
+
this.five.controller.cameraMotion.getProgress = this.privateState.fiveOriginGetProgress;
|
|
19465
|
+
}
|
|
19466
|
+
}
|
|
19467
|
+
Object.defineProperty(CruisePluginController, "PluginVersion", {
|
|
19468
|
+
enumerable: true,
|
|
19469
|
+
configurable: true,
|
|
19470
|
+
writable: true,
|
|
19471
|
+
value: VERSION
|
|
19472
|
+
});
|
|
19473
|
+
|
|
19474
|
+
const CruisePlugin = (five) => new CruisePluginController(five);
|
|
19475
|
+
|
|
19476
|
+
const DnalogelVersion = '2.0.0-alpha.58';
|
|
18088
19477
|
|
|
18089
|
-
export { CSS3DRenderPlugin, CameraMovementEffect, CameraMovementPlugin, DIRECTION, DISPLAY_STRATEGY_TYPE, DnalogelVersion, FLOOR_PLAN_ATTACHED_TO, FLOOR_TYPE_MAP, ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE, Plugin as ItemLabelPlugin, Magnifier, MapviewFloorplanPlugin, ModelChassisCompassPlugin, ModelEntryDoorGuidePlugin, ModelFloorplanPlugin, ModelItemLabelPlugin, ModelRoomLabelPlugin, ModelTVVideoPlugin, ModelViewPlugin, PanoCompassPlugin, PanoCursorRaycasterPlugin, PanoDoorLabelPlugin, PanoFloorplanRadarPlugin, PanoMeasurePlugin, PanoRulerPlugin, PanoRulerProPlugin, PanoSpatialTagPlugin, ROOM_FETILE_TYPE_MAP, ROOM_TYPE_MAP, Rotation, TopviewFloorplanPlugin, itemLabelPluginServerParams, modelItemLabelPluginServerParams, modelRoomLabelPluginServerParams };
|
|
19478
|
+
export { CSS3DRenderPlugin, CameraMovementEffect, CameraMovementPlugin, CruisePlugin, CruisePluginController, DIRECTION, DISPLAY_STRATEGY_TYPE, DnalogelVersion, FLOOR_PLAN_ATTACHED_TO, FLOOR_TYPE_MAP, GuideLinePlugin, ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE, Plugin as ItemLabelPlugin, Magnifier, MapviewFloorplanPlugin, ModelChassisCompassPlugin, ModelEntryDoorGuidePlugin, ModelFloorplanPlugin, ModelItemLabelPlugin, ModelRoomLabelPlugin, ModelTVVideoPlugin, ModelViewPlugin, PanoCompassPlugin, PanoCursorRaycasterPlugin, PanoDoorLabelPlugin, PanoFloorplanRadarPlugin, PanoMeasurePlugin, PanoRulerPlugin, PanoRulerProPlugin, PanoSpatialTagPlugin, ROOM_FETILE_TYPE_MAP, ROOM_TYPE_MAP, Rotation, TopviewFloorplanPlugin, itemLabelPluginServerParams, modelItemLabelPluginServerParams, modelRoomLabelPluginServerParams };
|