@realsee/dnalogel 2.1.2-alpha.10 → 2.1.2-alpha.12
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/CSS3DRender.d.ts +167 -0
- package/dist/CSS3DRenderPlugin/Controller.d.ts +81 -0
- package/dist/CSS3DRenderPlugin/index.d.ts +5 -0
- package/dist/CSS3DRenderPlugin/typing.d.ts +26 -0
- package/dist/CSS3DRenderPlugin/utils/CSS3DObjectPlus.d.ts +34 -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/CameraMovementPlugin.d.ts +7 -0
- package/dist/CameraMovementPlugin/index.d.ts +5 -0
- package/dist/CameraMovementPlugin/typing.d.ts +68 -0
- package/dist/CruisePlugin/Controller.d.ts +172 -0
- package/dist/CruisePlugin/index.d.ts +6 -0
- package/dist/CruisePlugin/typing.d.ts +134 -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/Controller.d.ts +51 -0
- package/dist/GuideLinePlugin/index.d.ts +5 -0
- package/dist/GuideLinePlugin/typing.d.ts +34 -0
- package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
- package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
- package/dist/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
- package/dist/ItemLabelPlugin/Plugin.d.ts +4 -0
- package/dist/ItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/ItemLabelPlugin/index.d.ts +9 -0
- package/dist/ItemLabelPlugin/typings.d.ts +65 -0
- package/dist/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
- package/dist/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
- package/dist/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
- package/dist/ItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
- package/dist/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
- package/dist/ModelChassisCompassPlugin/index.d.ts +4 -0
- package/dist/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
- package/dist/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
- package/dist/ModelItemLabelPlugin/events.type.d.ts +9 -0
- package/dist/ModelItemLabelPlugin/index.d.ts +9 -0
- package/dist/ModelItemLabelPlugin/typings.d.ts +56 -0
- package/dist/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
- package/dist/ModelRoomLabelPlugin/Controller.d.ts +36 -0
- package/dist/ModelRoomLabelPlugin/index.d.ts +12 -0
- package/dist/ModelRoomLabelPlugin/typings.d.ts +35 -0
- package/dist/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
- package/dist/ModelTVVideoPlugin/Plugin.d.ts +4 -0
- package/dist/ModelTVVideoPlugin/index.d.ts +5 -0
- package/dist/ModelTVVideoPlugin/typings.d.ts +25 -0
- package/dist/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
- package/dist/ModelViewPlugin/Plugin.d.ts +28 -0
- package/dist/ModelViewPlugin/index.d.ts +4 -0
- package/dist/Object3DHelperPlugin/Controller.d.ts +65 -0
- package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +19 -0
- package/dist/Object3DHelperPlugin/index.d.ts +6 -0
- package/dist/Object3DHelperPlugin/typings.d.ts +24 -0
- package/dist/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
- package/dist/PanoCompassPlugin/Controller.d.ts +84 -0
- package/dist/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
- package/dist/PanoCompassPlugin/index.d.ts +7 -0
- package/dist/PanoCompassPlugin/typings.d.ts +57 -0
- package/dist/PanoCursorRaycasterPlugin/index.d.ts +48 -0
- package/dist/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
- package/dist/PanoDoorLabelPlugin/Controller.d.ts +37 -0
- package/dist/PanoDoorLabelPlugin/index.d.ts +7 -0
- package/dist/PanoDoorLabelPlugin/typings.d.ts +38 -0
- package/dist/PanoDoorLabelPlugin/utils.d.ts +5 -0
- package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +43 -0
- package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +48 -0
- package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +42 -0
- package/dist/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
- package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
- package/dist/PanoMeasurePlugin/Controller/index.d.ts +73 -0
- package/dist/PanoMeasurePlugin/Model/index.d.ts +35 -0
- package/dist/PanoMeasurePlugin/Model/line.d.ts +30 -0
- package/dist/PanoMeasurePlugin/Model/point.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
- package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
- package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
- package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
- package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
- package/dist/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
- package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
- package/dist/PanoMeasurePlugin/index.d.ts +10 -0
- package/dist/PanoMeasurePlugin/typings/data.d.ts +37 -0
- package/dist/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
- package/dist/PanoMeasurePlugin/typings/index.d.ts +8 -0
- package/dist/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
- package/dist/PanoMeasurePlugin/utils/constants.d.ts +4 -0
- package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
- package/dist/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
- package/dist/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
- package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
- package/dist/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
- package/dist/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
- package/dist/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
- package/dist/PanoMeasurePlugin/utils/line.d.ts +17 -0
- package/dist/PanoMeasurePlugin/utils/math.d.ts +17 -0
- package/dist/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
- package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
- package/dist/PanoRulerPlugin/Plugin.d.ts +34 -0
- package/dist/PanoRulerPlugin/index.d.ts +5 -0
- package/dist/PanoRulerPlugin/style.d.ts +2 -0
- package/dist/PanoRulerPlugin/typings.d.ts +21 -0
- package/dist/PanoRulerProPlugin/Controller.d.ts +15 -0
- package/dist/PanoRulerProPlugin/index.d.ts +8 -0
- package/dist/PanoRulerProPlugin/typings.d.ts +46 -0
- package/dist/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
- package/dist/PanoSpatialTagPlugin/index.d.ts +5 -0
- package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/style.d.ts +1 -0
- package/dist/PanoSpatialTagPlugin/typings.d.ts +40 -0
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -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 +144 -0
- package/dist/PanoTagPlugin/index.d.ts +8 -0
- package/dist/PanoTagPlugin/tag.config.d.ts +7 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +103 -0
- package/dist/PanoTagPlugin/typings/index.d.ts +2 -0
- package/dist/PanoTagPlugin/typings/tag.d.ts +247 -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/constants.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/debounce.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/doUtil.d.ts +1 -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/base/BasePlugin.d.ts +106 -0
- package/dist/base/BasePluginWithData.d.ts +34 -0
- package/dist/components/PaintBrush/Controller.d.ts +43 -0
- package/dist/components/PaintBrush/Subscribe.d.ts +76 -0
- package/dist/components/PaintBrush/index.d.ts +27 -0
- package/dist/components/PaintBrush/style.d.ts +2 -0
- package/dist/components/PaintBrush/tween.d.ts +7 -0
- package/dist/components/PaintBrush/typings.d.ts +58 -0
- package/dist/components/PaintBrush/utils.d.ts +26 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/env.d.ts +1 -0
- package/dist/floorplan/Assets/camera.d.ts +1 -0
- package/dist/floorplan/Assets/compass.d.ts +1 -0
- package/dist/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
- package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +97 -0
- package/dist/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/floorplan/MapviewFloorplanPlugin/typing.d.ts +1 -0
- package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +99 -0
- package/dist/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
- package/dist/floorplan/ModelFloorplanPlugin/typing.d.ts +1 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
- package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
- package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +69 -0
- package/dist/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
- package/dist/floorplan/TopviewFloorplanPlugin/typing.d.ts +11 -0
- package/dist/floorplan/constant.d.ts +5 -0
- package/dist/floorplan/index.d.ts +7 -0
- package/dist/floorplan/typings/floorplanData.d.ts +137 -0
- package/dist/floorplan/typings/floorplanServerData.d.ts +144 -0
- package/dist/floorplan/typings/index.d.ts +117 -0
- package/dist/floorplan/typings/utility.d.ts +2 -0
- package/dist/floorplan/utils/constant.d.ts +22 -0
- package/dist/floorplan/utils/correctFiveState.d.ts +15 -0
- package/dist/floorplan/utils/formatData.d.ts +5 -0
- package/dist/floorplan/utils/formatPosition.d.ts +36 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.es.js +16650 -0
- package/dist/index.js +556 -0
- package/dist/index.umd.js +556 -0
- package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +48 -0
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +91 -0
- package/dist/shared-utils/Object3DHelper/Constants/color.d.ts +12 -0
- package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +6 -0
- package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +13 -0
- package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +37 -0
- package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +22 -0
- package/dist/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.d.ts +11 -0
- package/dist/shared-utils/Object3DHelper/Helper/HTML/tipsDom.d.ts +6 -0
- package/dist/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.d.ts +2 -0
- package/dist/shared-utils/Object3DHelper/Helper/MoveHelper.d.ts +13 -0
- package/dist/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.d.ts +17 -0
- package/dist/shared-utils/Object3DHelper/Helper/OutlineHelper.d.ts +11 -0
- package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +40 -0
- package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +55 -0
- package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/index.d.ts +71 -0
- package/dist/shared-utils/Object3DHelper/typings/Direction.d.ts +2 -0
- package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +45 -0
- package/dist/shared-utils/Object3DHelper/typings/Scissor.d.ts +17 -0
- package/dist/shared-utils/Object3DHelper/typings/index.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/utils/calculateThreeMouse.d.ts +14 -0
- package/dist/shared-utils/Object3DHelper/utils/direction.d.ts +14 -0
- package/dist/shared-utils/Object3DHelper/utils/filterNotColinearPoints.d.ts +2 -0
- package/dist/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +3 -0
- package/dist/shared-utils/Object3DHelper/utils/index.d.ts +8 -0
- package/dist/shared-utils/Object3DHelper/utils/normalPositionToPositions.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/utils/object3DBoundingPosition.d.ts +1 -0
- package/dist/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
- package/dist/shared-utils/Object3DHelper/utils/vectorIsEqual.d.ts +2 -0
- package/dist/shared-utils/Subscribe.d.ts +60 -0
- package/dist/shared-utils/animationFrame/BetterTween.d.ts +11 -0
- package/dist/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
- package/dist/shared-utils/animationFrame/formatRad.d.ts +15 -0
- package/dist/shared-utils/animationFrame/index.d.ts +16 -0
- package/dist/shared-utils/animationFrame/tween.d.ts +75 -0
- package/dist/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
- package/dist/shared-utils/createCanvasTextTexture.d.ts +8 -0
- package/dist/shared-utils/createLine/index.d.ts +3 -0
- package/dist/shared-utils/debounce.d.ts +6 -0
- package/dist/shared-utils/equal.d.ts +11 -0
- package/dist/shared-utils/filter.d.ts +27 -0
- package/dist/shared-utils/five/changeMode.d.ts +5 -0
- package/dist/shared-utils/getPxmm.d.ts +19 -0
- package/dist/shared-utils/index.d.ts +4 -0
- package/dist/shared-utils/isNil.d.ts +10 -0
- package/dist/shared-utils/isTruelyObject.d.ts +18 -0
- package/dist/shared-utils/math/Interval.d.ts +13 -0
- package/dist/shared-utils/math/Rectangle.d.ts +27 -0
- package/dist/shared-utils/math/index.d.ts +2 -0
- package/dist/shared-utils/math/planimetry.d.ts +116 -0
- package/dist/shared-utils/math/rad2Deg.d.ts +1 -0
- package/dist/shared-utils/nearlyEqual.d.ts +7 -0
- package/dist/shared-utils/nextFrame.d.ts +1 -0
- package/dist/shared-utils/noop.d.ts +5 -0
- package/dist/shared-utils/object3d2LocalMatrix.d.ts +12 -0
- package/dist/shared-utils/removeArrayItem.d.ts +7 -0
- package/dist/shared-utils/tap.d.ts +8 -0
- package/dist/shared-utils/three/Assets/index.d.ts +3 -0
- package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
- package/dist/shared-utils/three/Magnifier.d.ts +53 -0
- package/dist/shared-utils/three/PointDomHelper.d.ts +18 -0
- package/dist/shared-utils/three/PointHelper.d.ts +21 -0
- package/dist/shared-utils/three/getCoords.d.ts +9 -0
- package/dist/shared-utils/three/getIntersect.d.ts +6 -0
- package/dist/shared-utils/three/getRaycaster.d.ts +6 -0
- package/dist/shared-utils/three/index.d.ts +7 -0
- package/dist/shared-utils/three/loadTexture.d.ts +2 -0
- package/dist/shared-utils/three/transformPositionToVector3.d.ts +7 -0
- package/dist/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
- package/dist/shared-utils/throttle.d.ts +7 -0
- package/dist/shared-utils/tinyEJSrender.d.ts +5 -0
- package/dist/shared-utils/to.d.ts +8 -0
- package/dist/shared-utils/uuid.d.ts +5 -0
- package/dist/typings/math.type.d.ts +44 -0
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +39 -39
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +12 -12
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/LinkType.html +7 -7
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +4 -4
- package/docs/functions/CameraMovementPlugin.html +4 -4
- package/docs/functions/CruisePlugin.html +4 -4
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +4 -4
- package/docs/functions/MapviewFloorplanPlugin.html +4 -4
- package/docs/functions/ModelChassisCompassPlugin.html +4 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
- package/docs/functions/ModelFloorplanPlugin.html +4 -4
- package/docs/functions/ModelItemLabelPlugin.html +4 -4
- package/docs/functions/ModelRoomLabelPlugin.html +4 -4
- package/docs/functions/ModelTVVideoPlugin.html +4 -4
- package/docs/functions/ModelViewPlugin.html +4 -4
- package/docs/functions/Object3DHelperPlugin.html +4 -4
- package/docs/functions/PanoCompassPlugin.html +4 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
- package/docs/functions/PanoDoorLabelPlugin.html +4 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
- package/docs/functions/PanoMeasurePlugin.html +4 -4
- package/docs/functions/PanoRulerPlugin.html +4 -4
- package/docs/functions/PanoRulerProPlugin.html +4 -4
- package/docs/functions/PanoSpatialTagPlugin.html +4 -4
- package/docs/functions/PanoTagPlugin.html +4 -4
- package/docs/functions/TopviewFloorplanPlugin.html +4 -4
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +5 -5
- package/docs/index.html +4 -4
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/ContentTypeMap.html +12 -12
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +8 -8
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +5 -5
- package/docs/interfaces/Rooms.html +5 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/Tags.html +9 -9
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeConfigKeyArray.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/package.json +5 -7
- package/dist/CSS3DRenderPlugin/index..js +0 -88
- package/dist/CSS3DRenderPlugin/index.cjs.js +0 -1
- package/dist/CameraMovementPlugin/index..js +0 -11
- package/dist/CameraMovementPlugin/index.cjs.js +0 -1
- package/dist/CruisePlugin/index..js +0 -527
- package/dist/CruisePlugin/index.cjs.js +0 -1
- package/dist/GuideLinePlugin/index..js +0 -214
- package/dist/GuideLinePlugin/index.cjs.js +0 -1
- package/dist/ItemLabelPlugin/index..js +0 -508
- package/dist/ItemLabelPlugin/index.cjs.js +0 -10
- package/dist/ModelChassisCompassPlugin/index..js +0 -9
- package/dist/ModelChassisCompassPlugin/index.cjs.js +0 -1
- package/dist/ModelEntryDoorGuidePlugin/index..js +0 -9
- package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +0 -1
- package/dist/ModelItemLabelPlugin/index..js +0 -334
- package/dist/ModelItemLabelPlugin/index.cjs.js +0 -10
- package/dist/ModelRoomLabelPlugin/index..js +0 -274
- package/dist/ModelRoomLabelPlugin/index.cjs.js +0 -1
- package/dist/ModelTVVideoPlugin/index..js +0 -12
- package/dist/ModelTVVideoPlugin/index.cjs.js +0 -1
- package/dist/ModelViewPlugin/index..js +0 -8
- package/dist/ModelViewPlugin/index.cjs.js +0 -1
- package/dist/Object3DHelperPlugin/index..js +0 -1414
- package/dist/Object3DHelperPlugin/index.cjs.js +0 -1
- package/dist/PanoCompassPlugin/index..js +0 -258
- package/dist/PanoCompassPlugin/index.cjs.js +0 -1
- package/dist/PanoCursorRaycasterPlugin/index..js +0 -63
- package/dist/PanoCursorRaycasterPlugin/index.cjs.js +0 -1
- package/dist/PanoDoorLabelPlugin/index..js +0 -340
- package/dist/PanoDoorLabelPlugin/index.cjs.js +0 -1
- package/dist/PanoMeasurePlugin/index..js +0 -15
- package/dist/PanoMeasurePlugin/index.cjs.js +0 -1
- package/dist/PanoRulerPlugin/index..js +0 -9
- package/dist/PanoRulerPlugin/index.cjs.js +0 -1
- package/dist/PanoRulerProPlugin/index..js +0 -395
- package/dist/PanoRulerProPlugin/index.cjs.js +0 -1
- package/dist/PanoSpatialTagPlugin/index..js +0 -15
- package/dist/PanoSpatialTagPlugin/index.cjs.js +0 -1
- package/dist/PanoTagPlugin/index..js +0 -4522
- package/dist/PanoTagPlugin/index.cjs.js +0 -17
- package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +0 -1
- package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +0 -1
- package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +0 -1
- package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +0 -94
- package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +0 -16
- package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.9971108a.cjs.js +0 -1
- package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +0 -1
- package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +0 -1
- package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +0 -1
- package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +0 -1
- package/dist/chunks/cjs/debounce.93dfb637.cjs.js +0 -1
- package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +0 -1
- package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +0 -1
- package/dist/chunks/cjs/formatData.81e95011.cjs.js +0 -10
- package/dist/chunks/cjs/index.30b7baeb.cjs.js +0 -101
- package/dist/chunks/cjs/index.686e84d1.cjs.js +0 -290
- package/dist/chunks/cjs/index.7d2010ce.cjs.js +0 -1
- package/dist/chunks/cjs/isNil.b3a58990.cjs.js +0 -1
- package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +0 -1
- package/dist/chunks/cjs/throttle.86c209eb.cjs.js +0 -1
- package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +0 -1
- package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +0 -1
- package/dist/chunks/es/BasePlugin.813e25f7.es.js +0 -18
- package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +0 -6
- package/dist/chunks/es/CSS3DRender.5652510e.es.js +0 -393
- package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +0 -120
- package/dist/chunks/es/Plugin.26c2df05.es.js +0 -106
- package/dist/chunks/es/Plugin.435485ed.es.js +0 -584
- package/dist/chunks/es/Plugin.a98418f0.es.js +0 -82
- package/dist/chunks/es/Plugin.ae4ee6f8.es.js +0 -82
- package/dist/chunks/es/Plugin.dd11e0ad.es.js +0 -180
- package/dist/chunks/es/Plugin.f4cf895f.es.js +0 -355
- package/dist/chunks/es/Subscribe.c73e0f91.es.js +0 -50
- package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +0 -1551
- package/dist/chunks/es/correctFiveState.e7feab9f.es.js +0 -66
- package/dist/chunks/es/debounce.ef83f417.es.js +0 -11
- package/dist/chunks/es/equal.7db4a6f7.es.js +0 -56
- package/dist/chunks/es/filter.97ec06c4.es.js +0 -12
- package/dist/chunks/es/formatData.a2b39ef9.es.js +0 -483
- package/dist/chunks/es/index.a273f06e.es.js +0 -532
- package/dist/chunks/es/index.b8fdb59b.es.js +0 -50
- package/dist/chunks/es/index.f74f4851.es.js +0 -1787
- package/dist/chunks/es/isNil.212842d9.es.js +0 -10
- package/dist/chunks/es/planimetry.b0b4a28d.es.js +0 -43
- package/dist/chunks/es/throttle.db66bac3.es.js +0 -11
- package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +0 -24
- package/dist/chunks/es/uuid.676cb2c8.es.js +0 -9
- package/dist/components/PaintBrush/index..js +0 -6
- package/dist/components/PaintBrush/index.cjs.js +0 -1
- package/dist/components/index..js +0 -7
- package/dist/components/index.cjs.js +0 -1
- package/dist/floorplan/MapviewFloorplanPlugin/index..js +0 -324
- package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +0 -1
- package/dist/floorplan/ModelFloorplanPlugin/index..js +0 -320
- package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +0 -1
- package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +0 -613
- package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +0 -1
- package/dist/floorplan/TopviewFloorplanPlugin/index..js +0 -277
- package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +0 -1
- package/dist/index..js +0 -530
- package/dist/index.cjs.js +0 -16
package/dist/index..js
DELETED
|
@@ -1,530 +0,0 @@
|
|
|
1
|
-
var w = Object.defineProperty;
|
|
2
|
-
var P = (A, e, t) => e in A ? w(A, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : A[e] = t;
|
|
3
|
-
var o = (A, e, t) => (P(A, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
import { PaintBrush as We, PaintBrushTypeEnum as Ge } from "./chunks/es/index.a273f06e.es.js";
|
|
5
|
-
import { ModelViewPlugin as Me } from "./chunks/es/Plugin.26c2df05.es.js";
|
|
6
|
-
import { CSS3DRenderPlugin as k } from "./CSS3DRenderPlugin/index..js";
|
|
7
|
-
import { CSS3DRenderPlugin as Ke } from "./CSS3DRenderPlugin/index..js";
|
|
8
|
-
import { PanoCursorRaycasterPlugin as Ne } from "./PanoCursorRaycasterPlugin/index..js";
|
|
9
|
-
import { ModelRoomLabelPlugin as Oe, modelRoomLabelPluginServerParams as Xe } from "./ModelRoomLabelPlugin/index..js";
|
|
10
|
-
import { FLOOR_PLAN_ATTACHED_TO as Ze } from "./chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js";
|
|
11
|
-
import { ModelFloorplanPlugin as _e } from "./floorplan/ModelFloorplanPlugin/index..js";
|
|
12
|
-
import { MapviewFloorplanPlugin as et } from "./floorplan/MapviewFloorplanPlugin/index..js";
|
|
13
|
-
import { TopviewFloorplanPlugin as ot } from "./floorplan/TopviewFloorplanPlugin/index..js";
|
|
14
|
-
import { PanoFloorplanRadarPlugin as At } from "./floorplan/PanoFloorplanRadarPlugin/index..js";
|
|
15
|
-
import { ModelChassisCompassPlugin as nt } from "./chunks/es/Plugin.a98418f0.es.js";
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as at } from "./chunks/es/Plugin.ae4ee6f8.es.js";
|
|
17
|
-
import { CameraMovementEffect as ht, CameraMovementPlugin as Ct, Rotation as Et } from "./chunks/es/CameraMovementPlugin.4a7c3e46.es.js";
|
|
18
|
-
import { PanoRulerPlugin as ut } from "./chunks/es/Plugin.f4cf895f.es.js";
|
|
19
|
-
import { PanoRulerProPlugin as gt } from "./PanoRulerProPlugin/index..js";
|
|
20
|
-
import { PanoCompassPlugin as ct } from "./PanoCompassPlugin/index..js";
|
|
21
|
-
import { rangePieceImg as Y } from "./chunks/es/index.f74f4851.es.js";
|
|
22
|
-
import { Magnifier as yt, PanoMeasurePlugin as ft } from "./chunks/es/index.f74f4851.es.js";
|
|
23
|
-
import { PanoSpatialTagPlugin as dt } from "./chunks/es/Plugin.435485ed.es.js";
|
|
24
|
-
import { DISPLAY_STRATEGY_TYPE as Tt, ModelItemLabelPlugin as St, modelItemLabelPluginServerParams as wt } from "./ModelItemLabelPlugin/index..js";
|
|
25
|
-
import { DIRECTION as kt, ModelTVVideoPlugin as Yt } from "./chunks/es/Plugin.dd11e0ad.es.js";
|
|
26
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Jt, ItemLabelPlugin as vt, itemLabelPluginServerParams as Dt } from "./ItemLabelPlugin/index..js";
|
|
27
|
-
import { PanoDoorLabelPlugin as Ft } from "./PanoDoorLabelPlugin/index..js";
|
|
28
|
-
import { GuideLinePlugin as Wt } from "./GuideLinePlugin/index..js";
|
|
29
|
-
import { CruisePlugin as jt, CruisePluginController as Mt } from "./CruisePlugin/index..js";
|
|
30
|
-
import { ContentType as Kt, DimensionType as Ut, LinkType as Nt, PanoTagPlugin as zt, PanoTagPluginController as Ot, PointType as Xt, pluginFlag as Vt } from "./PanoTagPlugin/index..js";
|
|
31
|
-
import { Object3DHelperController as qt, Object3DHelperPlugin as _t, PLUGIN as $t, VERSION as eo } from "./Object3DHelperPlugin/index..js";
|
|
32
|
-
import b from "hammerjs";
|
|
33
|
-
import * as n from "three";
|
|
34
|
-
import { Subscribe as Q } from "@realsee/five";
|
|
35
|
-
import * as J from "@tweenjs/tween.js";
|
|
36
|
-
import { BetterTween as c, tweenProgress as v, nextFrame as D, requestAnimationFrameInterval as L, getFrameTime as F } from "./chunks/es/index.b8fdb59b.es.js";
|
|
37
|
-
import { isNil as R, notNil as W } from "./chunks/es/isNil.212842d9.es.js";
|
|
38
|
-
import "./chunks/es/uuid.676cb2c8.es.js";
|
|
39
|
-
import "./chunks/es/CSS3DRender.5652510e.es.js";
|
|
40
|
-
import "three/examples/jsm/renderers/CSS3DRenderer";
|
|
41
|
-
import "./chunks/es/Subscribe.c73e0f91.es.js";
|
|
42
|
-
import "@realsee/five/line";
|
|
43
|
-
import "svelte/internal";
|
|
44
|
-
import "svelte";
|
|
45
|
-
import "svelte/easing";
|
|
46
|
-
import "svelte/transition";
|
|
47
|
-
import "./chunks/es/formatData.a2b39ef9.es.js";
|
|
48
|
-
import "svelte/store";
|
|
49
|
-
import "./chunks/es/correctFiveState.e7feab9f.es.js";
|
|
50
|
-
import "./chunks/es/equal.7db4a6f7.es.js";
|
|
51
|
-
import "./chunks/es/filter.97ec06c4.es.js";
|
|
52
|
-
import "./chunks/es/BasePluginWithData.4bf4e649.es.js";
|
|
53
|
-
import "./chunks/es/BasePlugin.813e25f7.es.js";
|
|
54
|
-
import "./chunks/es/throttle.db66bac3.es.js";
|
|
55
|
-
import "three/examples/jsm/loaders/FBXLoader";
|
|
56
|
-
import "./chunks/es/transfromToMeshBasicMaterial.849ee069.es.js";
|
|
57
|
-
import "./chunks/es/planimetry.b0b4a28d.es.js";
|
|
58
|
-
import "classnames";
|
|
59
|
-
import "./chunks/es/debounce.ef83f417.es.js";
|
|
60
|
-
import "polyline-normals";
|
|
61
|
-
import "object-assign-deep";
|
|
62
|
-
import "animejs";
|
|
63
|
-
import "swiper";
|
|
64
|
-
import "swiper/css";
|
|
65
|
-
import "swiper/css/autoplay";
|
|
66
|
-
const Je = [
|
|
67
|
-
{ type: 0, floorType: 1, roomType: "100900000012", name: "\u5176\u4ED6" },
|
|
68
|
-
{ type: 1, floorType: 1, roomType: "100900000002", name: "\u5BA2\u5385" },
|
|
69
|
-
{ type: 2, floorType: 1, roomType: "100900000002", name: "\u9910\u5385" },
|
|
70
|
-
{ type: 3, floorType: 0, roomType: "100900000001", name: "\u5367\u5BA4" },
|
|
71
|
-
{ type: 4, floorType: 0, roomType: "100900000001", name: "\u4E66\u623F" },
|
|
72
|
-
{ type: 5, floorType: 3, roomType: "100900000004", name: "\u536B\u751F\u95F4" },
|
|
73
|
-
{ type: 6, floorType: 3, roomType: "100900000004", name: "\u6DCB\u6D74\u95F4" },
|
|
74
|
-
{ type: 7, floorType: 3, roomType: "100900000004", name: "\u6D17\u624B\u95F4" },
|
|
75
|
-
{ type: 8, floorType: 3, roomType: "100900000003", name: "\u53A8\u623F" },
|
|
76
|
-
{
|
|
77
|
-
type: 9,
|
|
78
|
-
floorType: 1,
|
|
79
|
-
roomType: "100900000003",
|
|
80
|
-
name: "\u5F00\u653E\u53A8\u623F",
|
|
81
|
-
onlySubArea: !0
|
|
82
|
-
},
|
|
83
|
-
{ type: 10, floorType: 0, roomType: "100900000001", name: "\u591A\u529F\u80FD\u95F4" },
|
|
84
|
-
{ type: 11, floorType: 0, roomType: "100900000009", name: "\u4FDD\u59C6\u95F4" },
|
|
85
|
-
{ type: 12, floorType: 4, roomType: "100900000005", name: "\u9633\u53F0" },
|
|
86
|
-
{ type: 13, floorType: 4, roomType: "100900000006", name: "\u9732\u53F0" },
|
|
87
|
-
{ type: 14, floorType: 0, roomType: "100900000008", name: "\u50A8\u7269\u95F4" },
|
|
88
|
-
{ type: 15, floorType: 0, roomType: "100900000013", name: "\u8863\u5E3D\u95F4" },
|
|
89
|
-
{ type: 16, floorType: 0, roomType: "100900000011", name: "\u9601\u697C" },
|
|
90
|
-
{ type: 17, floorType: 2, roomType: "100900000007", name: "\u82B1\u56ED" },
|
|
91
|
-
{ type: 18, floorType: 5, roomType: "100900000010", name: "\u8F66\u5E93" },
|
|
92
|
-
{ type: 19, floorType: 1, roomType: "100900000012", name: "\u7535\u68AF" },
|
|
93
|
-
{ type: 20, floorType: 1, roomType: "100900000012", name: "\u5730\u4E0B\u5BA4" },
|
|
94
|
-
{ type: 21, floorType: 1, roomType: "100900000012", name: "\u5929\u4E95" },
|
|
95
|
-
{ type: 22, floorType: 1, roomType: "100900000012", name: "\u9633\u5149\u623F" },
|
|
96
|
-
{ type: 23, floorType: 1, roomType: "100900000012", name: "\u8FC7\u9053" },
|
|
97
|
-
{ type: 24, floorType: 1, roomType: "100900000012", name: "\u697C\u68AF\u95F4" },
|
|
98
|
-
{ type: 25, floorType: 1, roomType: "100900000012", name: "\u95E8\u5385" },
|
|
99
|
-
{ type: 26, floorType: 2, roomType: "100900000012", name: "\u5165\u6237\u82B1\u56ED" },
|
|
100
|
-
{ type: 27, floorType: 1, roomType: "100900000012", name: "\u7384\u5173" },
|
|
101
|
-
{ type: 28, floorType: 1, roomType: "100900000012", name: "\u6311\u7A7A" },
|
|
102
|
-
{ type: 29, floorType: 4, roomType: "100900000012", name: "\u667E\u6652\u533A" },
|
|
103
|
-
{ type: 30, floorType: 4, roomType: "100900000012", name: "\u6D17\u8863\u623F" },
|
|
104
|
-
{ type: 31, floorType: 0, roomType: "100900000012", name: "\u5A31\u4E50\u533A" },
|
|
105
|
-
{ type: 32, floorType: 0, roomType: "100900000012", name: "\u5065\u8EAB\u533A" },
|
|
106
|
-
{ type: 33, floorType: 0, roomType: "100900000012", name: "\u63A5\u5F85\u533A" },
|
|
107
|
-
{ type: 34, floorType: 0, roomType: "100900000012", name: "\u5F71\u97F3\u533A" },
|
|
108
|
-
{ type: 35, floorType: 1, roomType: "100900000012", name: "\u9910\u996E\u533A" },
|
|
109
|
-
{
|
|
110
|
-
type: 36,
|
|
111
|
-
floorType: 1,
|
|
112
|
-
roomType: "100900000012",
|
|
113
|
-
name: "\u5176\u4ED6",
|
|
114
|
-
onlySubArea: !0
|
|
115
|
-
},
|
|
116
|
-
{ type: 37, floorType: 1, roomType: "100900000002", name: "\u8D77\u5C45\u5BA4" },
|
|
117
|
-
{ type: 38, floorType: 0, roomType: "100900000001", name: "\u4E3B\u5367" },
|
|
118
|
-
{ type: 39, floorType: 0, roomType: "100900000001", name: "\u6B21\u5367" },
|
|
119
|
-
{ type: 40, floorType: 0, roomType: "100900000001", name: "\u4F18\u5316\u95F4" },
|
|
120
|
-
{ type: 41, floorType: 0, roomType: "100900000001", name: "\u529E\u516C\u5BA4" },
|
|
121
|
-
{ type: 42, floorType: 0, roomType: "100900000001", name: "\u4F1A\u8BAE\u5BA4" },
|
|
122
|
-
{ type: 43, floorType: 0, roomType: "100900000001", name: "\u6D3D\u8C08\u95F4" },
|
|
123
|
-
{ type: 44, floorType: 1, roomType: "100900000002", name: "\u5171\u4EAB\u5927\u5385" },
|
|
124
|
-
{ type: 45, floorType: 1, roomType: "100900000012", name: "\u6C34\u5427" },
|
|
125
|
-
{ type: 46, floorType: 0, roomType: "100900000015", name: "\u51FA\u5165\u53E3" },
|
|
126
|
-
{ type: 47, floorType: 0, roomType: "100900000015", name: "\u5927\u5385" },
|
|
127
|
-
{ type: 48, floorType: 0, roomType: "100900000015", name: "\u5305\u53A2" },
|
|
128
|
-
{ type: 49, floorType: 0, roomType: "100900000015", name: "\u5176\u4ED6" },
|
|
129
|
-
{ type: 50, floorType: 0, roomType: "100900000016", name: "\u51FA\u5165\u53E3" },
|
|
130
|
-
{ type: 51, floorType: 0, roomType: "100900000016", name: "\u529E\u516C\u533A" },
|
|
131
|
-
{ type: 52, floorType: 0, roomType: "100900000016", name: "\u8001\u677F\u95F4" },
|
|
132
|
-
{ type: 53, floorType: 0, roomType: "100900000016", name: "\u4F1A\u8BAE\u5BA4" },
|
|
133
|
-
{ type: 54, floorType: 0, roomType: "100900000016", name: "\u4F11\u606F\u533A/\u6C34\u5427" },
|
|
134
|
-
{ type: 55, floorType: 0, roomType: "100900000016", name: "\u5176\u4ED6" },
|
|
135
|
-
{ type: 56, floorType: 2, roomType: "100900000012", name: "\u7A7A\u4E2D\u82B1\u56ED" },
|
|
136
|
-
{ type: 57, floorType: 0, roomType: "100900000001", name: "\u6D0B\u5BA4" },
|
|
137
|
-
{ type: 58, floorType: 0, roomType: "100900000001", name: "\u548C\u5BA4" }
|
|
138
|
-
], ve = [
|
|
139
|
-
{ type: 0, description: "\u6728\u8D28\u5730\u677F" },
|
|
140
|
-
{ type: 1, description: "\u74F7\u7816\u5730\u9762" },
|
|
141
|
-
{ type: 2, description: "\u6237\u5916\u5730\u9762" },
|
|
142
|
-
{ type: 3, description: "\u536B\u751F\u95F4\u5730\u9762" },
|
|
143
|
-
{ type: 4, description: "\u9633\u53F0\u5730\u9762" },
|
|
144
|
-
{ type: 5, description: "\u8F66\u5E93\u5730\u9762" }
|
|
145
|
-
], De = [
|
|
146
|
-
{ roomType: "100900000001", description: "\u5BA4" },
|
|
147
|
-
{ roomType: "100900000002", description: "\u5385" },
|
|
148
|
-
{ roomType: "100900000003", description: "\u53A8" },
|
|
149
|
-
{ roomType: "100900000004", description: "\u536B" },
|
|
150
|
-
{ roomType: "100900000005", description: "\u9633\u53F0" },
|
|
151
|
-
{ roomType: "100900000006", description: "\u9732\u53F0" },
|
|
152
|
-
{ roomType: "100900000007", description: "\u82B1\u56ED" },
|
|
153
|
-
{ roomType: "100900000008", description: "\u50A8" },
|
|
154
|
-
{ roomType: "100900000009", description: "\u4FDD\u59C6\u95F4" },
|
|
155
|
-
{ roomType: "100900000010", description: "\u8F66\u5E93" },
|
|
156
|
-
{ roomType: "100900000011", description: "\u9601\u697C" },
|
|
157
|
-
{ roomType: "100900000012", description: "\u5176\u4ED6" },
|
|
158
|
-
{ roomType: "100900000013", description: "\u8863" },
|
|
159
|
-
{ roomType: "100900000015", description: "\u5546\u94FA" },
|
|
160
|
-
{ roomType: "100900000016", description: "\u5199\u5B57\u697C" }
|
|
161
|
-
];
|
|
162
|
-
class E {
|
|
163
|
-
constructor(e = 0, t = 0) {
|
|
164
|
-
o(this, "min");
|
|
165
|
-
o(this, "max");
|
|
166
|
-
o(this, "isInterval", !0);
|
|
167
|
-
this.min = e, this.max = t;
|
|
168
|
-
}
|
|
169
|
-
fromArray(e) {
|
|
170
|
-
return this.min = e[0], this.max = e[1], this;
|
|
171
|
-
}
|
|
172
|
-
isOverlap(e) {
|
|
173
|
-
return Math.min(this.max, e.max) < Math.max(this.min, e.min);
|
|
174
|
-
}
|
|
175
|
-
contains(e) {
|
|
176
|
-
return this.min < e.min && this.max > e.max;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
class G {
|
|
180
|
-
constructor(e, t) {
|
|
181
|
-
o(this, "min");
|
|
182
|
-
o(this, "max");
|
|
183
|
-
o(this, "xInterval");
|
|
184
|
-
o(this, "yInterval");
|
|
185
|
-
o(this, "isRectangle", !0);
|
|
186
|
-
this.min = e, this.max = t, this.xInterval = new E(this.min.x, this.max.x), this.yInterval = new E(this.min.y, this.max.y);
|
|
187
|
-
}
|
|
188
|
-
isOverlapWithRectangle(e) {
|
|
189
|
-
return !this.xInterval.isOverlap(e.xInterval) && !this.yInterval.isOverlap(e.yInterval);
|
|
190
|
-
}
|
|
191
|
-
containsRect(e) {
|
|
192
|
-
return this.xInterval.contains(e.xInterval) && this.yInterval.contains(e.yInterval);
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
function C(A, e, t) {
|
|
196
|
-
const r = A[e], i = A[t];
|
|
197
|
-
!r || !i || (A[e] = i, A[t] = r);
|
|
198
|
-
}
|
|
199
|
-
function j(A, e, t) {
|
|
200
|
-
const r = t / 2;
|
|
201
|
-
for (let i = 1; i <= r; i++) {
|
|
202
|
-
const a = t - (i - 1);
|
|
203
|
-
for (let s = 1; s <= e; s++) {
|
|
204
|
-
const l = (i - 1) * e + s - 1, h = (a - 1) * e + s - 1;
|
|
205
|
-
C(A, l * 4 + 0, h * 4 + 0), C(A, l * 4 + 1, h * 4 + 1), C(A, l * 4 + 2, h * 4 + 2), C(A, l * 4 + 3, h * 4 + 3);
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
class I {
|
|
210
|
-
constructor(e, t) {
|
|
211
|
-
o(this, "width");
|
|
212
|
-
o(this, "height");
|
|
213
|
-
o(this, "containerDom");
|
|
214
|
-
o(this, "hooks", new Q());
|
|
215
|
-
o(this, "canvas", document.createElement("canvas"));
|
|
216
|
-
o(this, "five");
|
|
217
|
-
o(this, "scale");
|
|
218
|
-
o(this, "config");
|
|
219
|
-
o(this, "offset", { x: 0, y: 0 });
|
|
220
|
-
o(this, "context");
|
|
221
|
-
o(this, "renderCenter", new n.Vector3());
|
|
222
|
-
o(this, "hammer");
|
|
223
|
-
o(this, "state", { enabled: !1 });
|
|
224
|
-
o(this, "onPan", (e) => {
|
|
225
|
-
if (!this.containerDom || this.hooks.emit("wantsPanGesture", e))
|
|
226
|
-
return;
|
|
227
|
-
const r = this.offset.x + e.deltaX, i = this.offset.y + e.deltaY;
|
|
228
|
-
this.canvas.style.boxShadow = "0 2px 30px 0 rgba(0,0,0,0.20)", this.canvas.style.transform = `translate3d(${r}px, ${i}px, 100px)`;
|
|
229
|
-
});
|
|
230
|
-
o(this, "onPanEnd", (e) => {
|
|
231
|
-
this.offset = { x: this.offset.x + e.deltaX, y: this.offset.y + e.deltaY }, this.canvas.style.boxShadow = "none";
|
|
232
|
-
});
|
|
233
|
-
var i, a, s;
|
|
234
|
-
if (!e.renderer)
|
|
235
|
-
throw new Error("Five Render \u672A\u521D\u59CB\u5316");
|
|
236
|
-
this.five = e, this.scale = (i = t == null ? void 0 : t.scale) != null ? i : 2, this.width = (a = t == null ? void 0 : t.width) != null ? a : 190, this.height = (s = t == null ? void 0 : t.height) != null ? s : 190, this.config = {
|
|
237
|
-
dragEnabled: (t == null ? void 0 : t.dragEnabled) || !1,
|
|
238
|
-
autoFixPCPosition: (t == null ? void 0 : t.autoFixPCPosition) || !1,
|
|
239
|
-
initialPosition: (t == null ? void 0 : t.initialPosition) || { left: "0", top: "0" }
|
|
240
|
-
};
|
|
241
|
-
const r = this.canvas.getContext("2d");
|
|
242
|
-
if (!r)
|
|
243
|
-
throw new Error("CANNOT CREATE CONTEXT2D");
|
|
244
|
-
this.context = r, this.config.dragEnabled && (this.hammer = new b(this.canvas), this.hammer.on("pan", this.onPan), this.hammer.on("panend", this.onPanEnd)), this.initStyle();
|
|
245
|
-
}
|
|
246
|
-
dispose() {
|
|
247
|
-
var e;
|
|
248
|
-
this.clear(), this.disable(), (e = this.hammer) == null || e.destroy();
|
|
249
|
-
}
|
|
250
|
-
enable() {
|
|
251
|
-
var e;
|
|
252
|
-
if (!this.state.enabled)
|
|
253
|
-
return this.state.enabled = !0, (e = this.containerDom) == null || e.append(this.canvas), this;
|
|
254
|
-
}
|
|
255
|
-
disable() {
|
|
256
|
-
if (!!this.state.enabled)
|
|
257
|
-
return this.state.enabled = !1, this.canvas.remove(), this;
|
|
258
|
-
}
|
|
259
|
-
appendTo(e) {
|
|
260
|
-
var t;
|
|
261
|
-
return this.containerDom && ((t = this.containerDom) == null || t.removeChild(this.canvas)), this.containerDom = e, this.state.enabled && e.append(this.canvas), this;
|
|
262
|
-
}
|
|
263
|
-
clear() {
|
|
264
|
-
return this.context.clearRect(0, 0, this.canvas.width, this.canvas.height), this;
|
|
265
|
-
}
|
|
266
|
-
renderWithPoint(e) {
|
|
267
|
-
!this.containerDom || !this.state.enabled || (this.renderCenter = e, this.render(), this.config.autoFixPCPosition && this.autoFixPCPosition());
|
|
268
|
-
}
|
|
269
|
-
autoFixPCPosition() {
|
|
270
|
-
if (!this.containerDom)
|
|
271
|
-
return;
|
|
272
|
-
const { width: e, height: t } = this, r = this.renderCenter.clone().project(this.five.camera), i = (r.x + 1) / 2 * this.containerDom.clientWidth, a = -(r.x - 1) / 2 * this.containerDom.clientWidth, s = -(r.y - 1) / 2 * this.containerDom.clientHeight;
|
|
273
|
-
i < 183 ? (this.canvas.style.top = -t / 2 + "px", this.canvas.style.left = 90 + "px") : s < 183 ? (this.canvas.style.top = 90 + "px", this.canvas.style.left = -e / 2 + "px") : a < 183 ? (this.canvas.style.top = -t / 2 + "px", this.canvas.style.left = -e - 90 + "px") : (this.canvas.style.left = -e / 2 + "px", this.canvas.style.top = -t - 90 + "px"), this.canvas.style.transform = `translate3d(${i}px, ${s}px, 10px)`, this.offset = { x: i, y: s };
|
|
274
|
-
}
|
|
275
|
-
render() {
|
|
276
|
-
if (!this.five.renderer || !this.containerDom)
|
|
277
|
-
return;
|
|
278
|
-
const { scale: e, context: t, width: r, height: i } = this, a = this.renderCenter.clone().project(this.five.camera), s = this.five.renderer.getSize(new n.Vector2()), l = 1, h = r / e, d = i / e, x = l * e, T = (a.x + 1) / 2 * s.x, S = (a.y + 1) / 2 * s.y, p = this.five.getPixels(T - h / 2, S - h / 2, h, d, x), u = Math.floor(r * l), m = Math.floor(i * l);
|
|
279
|
-
j(p, u, m);
|
|
280
|
-
const g = new ImageData(u, m);
|
|
281
|
-
g.data.set(p), t.putImageData(g, 0, 0);
|
|
282
|
-
}
|
|
283
|
-
initStyle() {
|
|
284
|
-
const e = this.canvas;
|
|
285
|
-
e.classList.add("five-plugin__magnifier"), e.style.position = "absolute", e.style.pointerEvents = "all", e.style.borderRadius = "50%", e.style.zIndex = "99";
|
|
286
|
-
const t = 1;
|
|
287
|
-
e.setAttribute("width", (this.width * t).toString()), e.setAttribute("height", (this.height * t).toString()), e.style.border = "2px solid rgba(255,255,255,0.20)", e.style.width = this.width + "px", e.style.height = this.height + "px", e.style.top = this.config.initialPosition.top, e.style.left = this.config.initialPosition.left, e.style.transform = "translate(0,0,100px)", this.config.dragEnabled && (this.canvas.style.cursor = "pointer");
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
function M(A, e) {
|
|
291
|
-
const { offsetWidth: t, offsetHeight: r } = e, { top: i, left: a } = e.getBoundingClientRect();
|
|
292
|
-
return new n.Vector2().set((A.x - a) / t * 2 - 1, -(A.y - i) / r * 2 + 1);
|
|
293
|
-
}
|
|
294
|
-
function y(A, e) {
|
|
295
|
-
const { offsetWidth: t, offsetHeight: r } = e;
|
|
296
|
-
return new n.Vector2().set(A.x / t * 2 - 1, -A.y / r * 2 + 1);
|
|
297
|
-
}
|
|
298
|
-
function H(A, e) {
|
|
299
|
-
const t = A.getElement();
|
|
300
|
-
if (!t)
|
|
301
|
-
return;
|
|
302
|
-
const r = y(e, t), i = new n.Raycaster();
|
|
303
|
-
return i.setFromCamera(r, A.camera), i;
|
|
304
|
-
}
|
|
305
|
-
function K(A, e) {
|
|
306
|
-
const { x: t, y: r } = e, i = t * 2 - 1, a = r * 2 - 1, s = new n.Vector2().fromArray([i, a]), l = new n.Raycaster();
|
|
307
|
-
return l.setFromCamera(s, A.camera), A.model.intersectRaycaster(l)[0];
|
|
308
|
-
}
|
|
309
|
-
const U = "data:image/png;base64,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", N = `
|
|
310
|
-
varying vec2 vUv;
|
|
311
|
-
void main() {
|
|
312
|
-
vUv = uv;
|
|
313
|
-
vec4 mvPosition = modelViewMatrix * vec4(position, 1);
|
|
314
|
-
gl_Position = projectionMatrix * mvPosition;
|
|
315
|
-
}
|
|
316
|
-
`, z = `
|
|
317
|
-
varying vec2 vUv;
|
|
318
|
-
void main() {
|
|
319
|
-
vec2 uv = vec2(vUv.x, vUv.y);
|
|
320
|
-
float a = 1.0;
|
|
321
|
-
float match = 1.0 - uv.x;
|
|
322
|
-
gl_FragColor = vec4(1.0,1.0,1.0,match);
|
|
323
|
-
}
|
|
324
|
-
`;
|
|
325
|
-
function O() {
|
|
326
|
-
const A = new n.PlaneGeometry(0.4, 0.4), e = U, t = new n.TextureLoader().load(e);
|
|
327
|
-
t.encoding = n.sRGBEncoding;
|
|
328
|
-
const r = new n.MeshBasicMaterial({
|
|
329
|
-
map: t,
|
|
330
|
-
transparent: !0,
|
|
331
|
-
depthTest: !1
|
|
332
|
-
});
|
|
333
|
-
return new n.Mesh(A, r);
|
|
334
|
-
}
|
|
335
|
-
function X() {
|
|
336
|
-
const A = new n.CurvePath();
|
|
337
|
-
A.add(new n.LineCurve3(new n.Vector3(0, 0, 0), new n.Vector3(0, 0, 0.1)));
|
|
338
|
-
const e = new n.TubeGeometry(A, 8, 3e-3), t = new n.ShaderMaterial({
|
|
339
|
-
vertexShader: N,
|
|
340
|
-
fragmentShader: z,
|
|
341
|
-
depthTest: !1,
|
|
342
|
-
transparent: !0
|
|
343
|
-
});
|
|
344
|
-
return new n.Mesh(e, t);
|
|
345
|
-
}
|
|
346
|
-
function V() {
|
|
347
|
-
const A = new n.SphereGeometry(0.01, 20, 20), e = new n.MeshBasicMaterial({
|
|
348
|
-
color: 10349931,
|
|
349
|
-
depthTest: !1,
|
|
350
|
-
transparent: !0,
|
|
351
|
-
side: n.DoubleSide
|
|
352
|
-
}), t = new n.Mesh(A, e);
|
|
353
|
-
return t.position.set(0, 0, 0.1), t;
|
|
354
|
-
}
|
|
355
|
-
class f extends n.Object3D {
|
|
356
|
-
constructor() {
|
|
357
|
-
super();
|
|
358
|
-
o(this, "planeMesh");
|
|
359
|
-
o(this, "lineMesh");
|
|
360
|
-
o(this, "ballMesh");
|
|
361
|
-
this.planeMesh = O(), this.lineMesh = X(), this.ballMesh = V(), this.add(this.planeMesh, this.lineMesh, this.ballMesh);
|
|
362
|
-
}
|
|
363
|
-
updateWithIntersect(t) {
|
|
364
|
-
if (!t.face)
|
|
365
|
-
return;
|
|
366
|
-
const r = new n.Vector3().addVectors(t.point, t.face.normal);
|
|
367
|
-
this.position.copy(t.point), this.lookAt(r);
|
|
368
|
-
}
|
|
369
|
-
dispose() {
|
|
370
|
-
var t;
|
|
371
|
-
(t = this.planeMesh.material.map) == null || t.dispose();
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
class B {
|
|
375
|
-
constructor(e) {
|
|
376
|
-
o(this, "five");
|
|
377
|
-
o(this, "contentElement", document.createElement("div"));
|
|
378
|
-
o(this, "animeIns");
|
|
379
|
-
o(this, "container");
|
|
380
|
-
o(this, "css3DObject");
|
|
381
|
-
o(this, "disposeCss3DObject");
|
|
382
|
-
o(this, "state", { enabled: !1 });
|
|
383
|
-
this.five = e;
|
|
384
|
-
const r = 0.4 / 2, a = k(e).create3DDomContainer(
|
|
385
|
-
[
|
|
386
|
-
[-r, r, 0],
|
|
387
|
-
[-r, -r, 0],
|
|
388
|
-
[r, -r, 0],
|
|
389
|
-
[r, r, 0]
|
|
390
|
-
].map((s) => new n.Vector3().fromArray(s))
|
|
391
|
-
);
|
|
392
|
-
if (a) {
|
|
393
|
-
const { container: s, dispose: l, css3DObject: h } = a;
|
|
394
|
-
this.container = s, this.css3DObject = h, this.disposeCss3DObject = l;
|
|
395
|
-
}
|
|
396
|
-
this.contentElement.style.width = "100%", this.contentElement.style.height = "100%", this.contentElement.style.backgroundImage = `url(${Y})`, this.contentElement.style.backgroundSize = "100%", this.contentElement.style.backgroundRepeat = "no-repeat";
|
|
397
|
-
}
|
|
398
|
-
enable() {
|
|
399
|
-
var e;
|
|
400
|
-
this.state.enabled || (this.state.enabled = !0, (e = this.container) == null || e.appendChild(this.contentElement));
|
|
401
|
-
}
|
|
402
|
-
disable() {
|
|
403
|
-
!this.state.enabled || (this.state.enabled = !1, this.contentElement.remove());
|
|
404
|
-
}
|
|
405
|
-
updateWithIntersect(e) {
|
|
406
|
-
if (!e.face || !this.css3DObject)
|
|
407
|
-
return;
|
|
408
|
-
const t = new n.Vector3().addVectors(e.point, e.face.normal);
|
|
409
|
-
this.css3DObject.position.copy(e.point), this.css3DObject.lookAt(t), this.five.needsRender = !0;
|
|
410
|
-
}
|
|
411
|
-
doAnimation() {
|
|
412
|
-
var e;
|
|
413
|
-
(e = this.animeIns) == null || e.dispose(), new c({ progress: 0 }).to({ progress: [1, 0] }).duration(500).easing(J.Easing.Quadratic.InOut).onUpdate(({ progress: t }) => {
|
|
414
|
-
}).play();
|
|
415
|
-
}
|
|
416
|
-
dispose() {
|
|
417
|
-
var e;
|
|
418
|
-
(e = this.disposeCss3DObject) == null || e.call(this);
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
class Z {
|
|
422
|
-
constructor(e, t) {
|
|
423
|
-
o(this, "five");
|
|
424
|
-
o(this, "hooks", new Q());
|
|
425
|
-
o(this, "magnifier", null);
|
|
426
|
-
o(this, "pointHelper", null);
|
|
427
|
-
o(this, "pointDomHelper", null);
|
|
428
|
-
o(this, "contentDom", document.createElement("div"));
|
|
429
|
-
o(this, "state", { enabled: !1 });
|
|
430
|
-
o(this, "group", new n.Group());
|
|
431
|
-
this.five = e, this.magnifier = (t == null ? void 0 : t.magnifier) === void 0 ? new I(e, { dragEnabled: !0 }) : null, this.pointHelper = (t == null ? void 0 : t.pointHelper) === void 0 ? new f() : null, this.pointDomHelper = (t == null ? void 0 : t.pointDomHelper) === void 0 ? new B(e) : null, this.group.name = "five-point-selector", this.five.scene.add(this.group), this.contentDom.classList.add("five-point-selector-content"), this.contentDom.style.position = "absolute", this.contentDom.style.top = "0", this.contentDom.style.left = "0", this.contentDom.style.width = "100%", this.contentDom.style.height = "100%", this.contentDom.style.pointerEvents = "none";
|
|
432
|
-
}
|
|
433
|
-
enable() {
|
|
434
|
-
var e, t;
|
|
435
|
-
this.state.enabled || (this.state.enabled = !0, this.pointHelper && this.group.add(this.pointHelper), (e = this.magnifier) == null || e.enable(), (t = this.pointDomHelper) == null || t.enable(), this.five.needsRender = !0, this.hooks.emit("enabled"));
|
|
436
|
-
}
|
|
437
|
-
disable() {
|
|
438
|
-
var e, t;
|
|
439
|
-
!this.state.enabled || (this.state.enabled = !1, this.pointHelper && this.group.remove(this.pointHelper), (e = this.magnifier) == null || e.disable(), (t = this.pointDomHelper) == null || t.disable(), this.hooks.emit("disabled"));
|
|
440
|
-
}
|
|
441
|
-
dispose() {
|
|
442
|
-
this.hooks.off(), this.disable(), this.magnifier = null, this.pointHelper = null, this.pointDomHelper = null;
|
|
443
|
-
}
|
|
444
|
-
updateWithIntersect(e) {
|
|
445
|
-
var a;
|
|
446
|
-
this.hooks.emit("pointChanged", {
|
|
447
|
-
panoIndex: this.five.getCurrentState().panoIndex,
|
|
448
|
-
position: e.point.toArray(),
|
|
449
|
-
normal: (a = e.face) == null ? void 0 : a.normal.toArray()
|
|
450
|
-
});
|
|
451
|
-
const t = this.magnifier;
|
|
452
|
-
t && t.renderWithPoint(e.point);
|
|
453
|
-
const r = this.pointHelper;
|
|
454
|
-
r && r.updateWithIntersect(e);
|
|
455
|
-
const i = this.pointDomHelper;
|
|
456
|
-
i && i.updateWithIntersect(e), this.five.needsRender = !0;
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
const Le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
460
|
-
__proto__: null,
|
|
461
|
-
Interval: E,
|
|
462
|
-
Rectangle: G,
|
|
463
|
-
Magnifier: I,
|
|
464
|
-
getCoordsFromClient: M,
|
|
465
|
-
getCoordsFromElement: y,
|
|
466
|
-
getRaycasterFromFivePointer: H,
|
|
467
|
-
getIntersectFromRelativePosition: K,
|
|
468
|
-
PointHelper: f,
|
|
469
|
-
PointDomHelper: B,
|
|
470
|
-
FivePointSelector: Z,
|
|
471
|
-
isNil: R,
|
|
472
|
-
notNil: W,
|
|
473
|
-
BetterTween: c,
|
|
474
|
-
tweenProgress: v,
|
|
475
|
-
nextFrame: D,
|
|
476
|
-
requestAnimationFrameInterval: L,
|
|
477
|
-
getFrameTime: F
|
|
478
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
479
|
-
export {
|
|
480
|
-
Ke as CSS3DRenderPlugin,
|
|
481
|
-
ht as CameraMovementEffect,
|
|
482
|
-
Ct as CameraMovementPlugin,
|
|
483
|
-
Kt as ContentType,
|
|
484
|
-
jt as CruisePlugin,
|
|
485
|
-
Mt as CruisePluginController,
|
|
486
|
-
kt as DIRECTION,
|
|
487
|
-
Tt as DISPLAY_STRATEGY_TYPE,
|
|
488
|
-
Ut as DimensionType,
|
|
489
|
-
Ze as FLOOR_PLAN_ATTACHED_TO,
|
|
490
|
-
ve as FLOOR_TYPE_MAP,
|
|
491
|
-
Wt as GuideLinePlugin,
|
|
492
|
-
Jt as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
493
|
-
vt as ItemLabelPlugin,
|
|
494
|
-
Nt as LinkType,
|
|
495
|
-
yt as Magnifier,
|
|
496
|
-
et as MapviewFloorplanPlugin,
|
|
497
|
-
nt as ModelChassisCompassPlugin,
|
|
498
|
-
at as ModelEntryDoorGuidePlugin,
|
|
499
|
-
_e as ModelFloorplanPlugin,
|
|
500
|
-
St as ModelItemLabelPlugin,
|
|
501
|
-
Oe as ModelRoomLabelPlugin,
|
|
502
|
-
Yt as ModelTVVideoPlugin,
|
|
503
|
-
Me as ModelViewPlugin,
|
|
504
|
-
qt as Object3DHelperController,
|
|
505
|
-
_t as Object3DHelperPlugin,
|
|
506
|
-
$t as PLUGIN,
|
|
507
|
-
We as PaintBrush,
|
|
508
|
-
Ge as PaintBrushTypeEnum,
|
|
509
|
-
ct as PanoCompassPlugin,
|
|
510
|
-
Ne as PanoCursorRaycasterPlugin,
|
|
511
|
-
Ft as PanoDoorLabelPlugin,
|
|
512
|
-
At as PanoFloorplanRadarPlugin,
|
|
513
|
-
ft as PanoMeasurePlugin,
|
|
514
|
-
ut as PanoRulerPlugin,
|
|
515
|
-
gt as PanoRulerProPlugin,
|
|
516
|
-
dt as PanoSpatialTagPlugin,
|
|
517
|
-
zt as PanoTagPlugin,
|
|
518
|
-
Ot as PanoTagPluginController,
|
|
519
|
-
Xt as PointType,
|
|
520
|
-
Je as ROOM_FETILE_TYPE_MAP,
|
|
521
|
-
De as ROOM_TYPE_MAP,
|
|
522
|
-
Et as Rotation,
|
|
523
|
-
ot as TopviewFloorplanPlugin,
|
|
524
|
-
Le as Util,
|
|
525
|
-
eo as VERSION,
|
|
526
|
-
Dt as itemLabelPluginServerParams,
|
|
527
|
-
wt as modelItemLabelPluginServerParams,
|
|
528
|
-
Xe as modelRoomLabelPluginServerParams,
|
|
529
|
-
Vt as pluginFlag
|
|
530
|
-
};
|