@realsee/dnalogel 2.6.4 → 2.6.7-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -1
- package/dist/Object3DHelperPlugin/Controller.d.ts +25 -10
- package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
- package/dist/Object3DHelperPlugin/typings.d.ts +14 -0
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
- package/dist/PanoTagPlugin/controller/index.d.ts +32 -6
- package/dist/PanoTagPlugin/typings/controller.d.ts +17 -2
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
- package/dist/PanoTagPlugin/utils/tag/index.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
- package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
- package/dist/index.cjs.js +43 -43
- package/dist/index.js +5078 -4667
- package/dist/index.umd.js +32 -32
- package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
- package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
- package/dist/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
- package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
- package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
- package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
- package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
- package/dist/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
- package/dist/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
- package/{libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → dist/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
- package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
- package/dist/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
- package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
- package/dist/shared-utils/Object3DHelper/index.d.ts +4 -27
- package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
- package/dist/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
- package/dist/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
- package/dist/shared-utils/three/GLTFLoader.d.ts +2 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +40 -33
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +23 -23
- package/docs/classes/PanoMeasurePluginModel.html +22 -22
- package/docs/classes/PanoMeasurePluginPoint.html +14 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
- package/docs/classes/PanoTagPluginController.html +205 -77
- 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 +34 -16
- 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/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +10 -5
- package/docs/functions/CameraMovementPlugin.html +10 -5
- package/docs/functions/CruisePlugin.html +10 -5
- package/docs/functions/GuideLinePlugin.html +10 -5
- package/docs/functions/ItemLabelPlugin.html +10 -5
- package/docs/functions/MapviewFloorplanPlugin.html +10 -5
- package/docs/functions/ModelChassisCompassPlugin.html +10 -5
- package/docs/functions/ModelEntryDoorGuidePlugin.html +10 -5
- package/docs/functions/ModelFloorplanPlugin.html +10 -5
- package/docs/functions/ModelItemLabelPlugin.html +10 -5
- package/docs/functions/ModelRoomLabelPlugin.html +10 -5
- package/docs/functions/ModelTVVideoPlugin.html +10 -5
- package/docs/functions/ModelViewPlugin.html +10 -5
- package/docs/functions/Object3DHelperPlugin.html +10 -5
- package/docs/functions/PanoCompassPlugin.html +10 -5
- package/docs/functions/PanoCursorRaycasterPlugin.html +10 -5
- package/docs/functions/PanoDoorLabelPlugin.html +10 -5
- package/docs/functions/PanoFloorplanRadarPlugin.html +10 -5
- package/docs/functions/PanoMeasurePlugin.html +10 -5
- package/docs/functions/PanoRulerPlugin.html +10 -5
- package/docs/functions/PanoRulerProPlugin.html +10 -5
- package/docs/functions/PanoSpatialTagPlugin.html +10 -5
- package/docs/functions/PanoTagPlugin.html +15 -10
- package/docs/functions/TopviewFloorplanPlugin.html +10 -5
- 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 +10 -5
- package/docs/index.html +9 -4
- package/docs/interfaces/AddTagConfig.html +6 -6
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +19 -19
- 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/HelperOffset.html +78 -0
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/MinMax.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 +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/ObjectHelperControllers.html +85 -0
- 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 +10 -5
- package/docs/interfaces/PanoMeasureParameterType.html +12 -12
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
- 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 +10 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +10 -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/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +10 -5
- package/docs/interfaces/Rooms.html +10 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/TagCache.html +25 -16
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +9 -9
- package/docs/interfaces/Tags.html +11 -11
- package/docs/interfaces/TemporaryState.html +6 -6
- 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 +14 -4
- package/docs/types/ArrayPosition.html +10 -5
- package/docs/types/AudioAppearance.html +10 -5
- package/docs/types/AudioTagTypeConfigKey.html +10 -5
- package/docs/types/CSS3DRenderExportType.html +10 -5
- package/docs/types/CSS3DRenderPluginExportType.html +10 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +10 -5
- package/docs/types/ClassFunctionParameters.html +268 -0
- package/docs/types/Color.html +10 -5
- package/docs/types/ContentTypeConfigKey.html +10 -5
- package/docs/types/ContentTypeConfigKeySplit.html +10 -5
- package/docs/types/ContentTypeMap.html +10 -5
- package/docs/types/Create3DDomContainerReturnType.html +10 -5
- package/docs/types/Create3DElementReturnType.html +10 -5
- package/docs/types/CruisePluginExportType.html +10 -5
- package/docs/types/Direction-1.html +10 -5
- package/docs/types/Direction4.html +10 -5
- package/docs/types/FloorplanRuleLabels.html +10 -5
- package/docs/types/FloorplanServerRuleLabels.html +10 -5
- package/docs/types/GuideLinePluginExportType.html +10 -5
- package/docs/types/HelperEventMap.html +174 -21
- package/docs/types/LoadTagConfig.html +10 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +10 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +10 -5
- package/docs/types/MediaData.html +10 -5
- package/docs/types/MediaStore.html +10 -5
- package/docs/types/ModelElement.html +266 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +10 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +10 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +10 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +10 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +10 -5
- package/docs/types/MoveArgs.html +10 -5
- package/docs/types/MoveOpts.html +10 -5
- package/docs/types/Object3DHelperEventMap.html +10 -5
- package/docs/types/ObjectFit.html +10 -5
- package/docs/types/PaintBrushEventMap.html +10 -5
- package/docs/types/PanoCompassPluginData.html +10 -5
- package/docs/types/PanoCompassPluginExportType.html +10 -5
- package/docs/types/PanoCompassPluginParameterType.html +10 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +10 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +10 -5
- package/docs/types/PanoIndex.html +10 -5
- package/docs/types/PanoMeasurePluginEvent.html +10 -5
- package/docs/types/PanoMeasureReturnType.html +10 -5
- package/docs/types/PanoSpatialTagPluginId.html +10 -5
- package/docs/types/PanoTagPluginExportInterface.html +10 -5
- package/docs/types/PanoTagPluginParamsInterface.html +10 -5
- package/docs/types/PlaneTag.html +10 -5
- package/docs/types/PlaneTagElement.html +10 -5
- package/docs/types/Point2DElement.html +10 -5
- package/docs/types/Point2DTag.html +10 -5
- package/docs/types/Point3DElement.html +10 -5
- package/docs/types/Point3DTag.html +10 -5
- package/docs/types/PointTag.html +10 -5
- package/docs/types/PointTagElement.html +10 -5
- package/docs/types/Position.html +10 -5
- package/docs/types/RotateArgs.html +10 -5
- package/docs/types/RotateOpts.html +10 -5
- package/docs/types/RuleLabelsKey.html +10 -5
- package/docs/types/RuleLabelsValue.html +10 -5
- package/docs/types/StickType.html +11 -6
- package/docs/types/Tag.html +11 -6
- package/docs/types/Tag2D.html +10 -5
- package/docs/types/Tag3D.html +10 -5
- package/docs/types/TagContentType.html +11 -6
- package/docs/types/TagDimensionType.html +10 -5
- package/docs/types/TagElement.html +11 -6
- package/docs/types/TagEvents.html +10 -5
- package/docs/types/TagGLTFObject.html +261 -0
- package/docs/types/TagHooks.html +10 -5
- package/docs/types/TagIconSize.html +10 -5
- package/docs/types/TagId.html +10 -5
- package/docs/types/TagPointType.html +10 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +10 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +10 -5
- package/docs/types/WorkCode.html +10 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +10 -5
- package/docs/variables/PLUGIN.html +10 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +10 -5
- package/docs/variables/ROOM_TYPE_MAP.html +10 -5
- package/docs/variables/VERSION.html +10 -5
- package/docs/variables/itemLabelPluginServerParams.html +10 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +10 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +10 -5
- package/libs/CSS3DRenderPlugin/CSS3DRender.js +43 -43
- package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -1
- package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +16 -15
- package/libs/Object3DHelperPlugin/Controller.d.ts +25 -10
- package/libs/Object3DHelperPlugin/Controller.js +117 -97
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +6 -8
- package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +29 -22
- package/libs/Object3DHelperPlugin/index.js +16 -11
- package/libs/Object3DHelperPlugin/typings.d.ts +14 -0
- package/libs/PanoTagPlugin/Components/Common/Media.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +68 -68
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +12 -11
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +33 -33
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +46 -46
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +12 -11
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +26 -25
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +29 -28
- package/libs/PanoTagPlugin/Components/Tag/index.js +126 -119
- package/libs/PanoTagPlugin/Components/TagContainer.js +4 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +67 -65
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.js +14 -12
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +22 -6
- package/libs/PanoTagPlugin/controller/TagComputer.js +242 -176
- package/libs/PanoTagPlugin/controller/index.d.ts +32 -6
- package/libs/PanoTagPlugin/controller/index.js +176 -91
- package/libs/PanoTagPlugin/index.js +15 -12
- package/libs/PanoTagPlugin/tag.config.js +9 -0
- package/libs/PanoTagPlugin/typings/controller.d.ts +17 -2
- package/libs/PanoTagPlugin/typings/controller.js +1 -1
- package/libs/PanoTagPlugin/typings/index.js +6 -5
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +5 -2
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +19 -3
- package/libs/PanoTagPlugin/typings/tag/TagData.js +1 -1
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +1 -1
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +5 -4
- package/libs/PanoTagPlugin/utils/color.js +5 -5
- package/libs/PanoTagPlugin/utils/index.js +37 -34
- package/libs/PanoTagPlugin/utils/planeNormal.js +3 -2
- package/libs/PanoTagPlugin/utils/tag/index.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/index.js +11 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +2 -1
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +6 -2
- package/libs/PanoTagPlugin/utils/tagPosition.d.ts +3 -1
- package/libs/PanoTagPlugin/utils/tagPosition.js +20 -8
- package/libs/index.js +111 -104
- package/libs/shared-utils/Object3DHelper/Base/BaseController.d.ts +41 -15
- package/libs/shared-utils/Object3DHelper/Base/BaseController.js +112 -90
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +27 -20
- package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +55 -22
- package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.d.ts +7 -0
- package/libs/shared-utils/Object3DHelper/Controller/BoundingBoxController.js +14 -0
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +1 -0
- package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +14 -10
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.d.ts +24 -0
- package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +80 -37
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +6 -1
- package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +44 -41
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.d.ts +14 -0
- package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +95 -67
- package/libs/shared-utils/Object3DHelper/Controller/ScaleController.d.ts +12 -0
- package/libs/shared-utils/Object3DHelper/Controller/ScaleController.js +21 -0
- package/libs/shared-utils/Object3DHelper/Helper/{OutlineHelper.d.ts → BoundingBoxHelper.d.ts} +3 -2
- package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js +87 -0
- package/{dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts → libs/shared-utils/Object3DHelper/Helper/CSS3DScaleHelper.d.ts} +3 -8
- package/libs/shared-utils/Object3DHelper/Helper/{RectangleScaleHelper.js → CSS3DScaleHelper.js} +5 -7
- package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +7 -9
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +14 -11
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +72 -66
- package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.d.ts +5 -0
- package/libs/shared-utils/Object3DHelper/Helper/ScaleHelper.js +9 -0
- package/libs/shared-utils/Object3DHelper/Helper/index.d.ts +2 -2
- package/libs/shared-utils/Object3DHelper/Helper/index.js +0 -2
- package/libs/shared-utils/Object3DHelper/index.d.ts +4 -27
- package/libs/shared-utils/Object3DHelper/index.js +48 -96
- package/libs/shared-utils/Object3DHelper/typings/Hooks.d.ts +22 -12
- package/libs/shared-utils/Object3DHelper/typings/index.d.ts +22 -0
- package/libs/shared-utils/Object3DHelper/typings/index.js +2 -1
- package/libs/shared-utils/Object3DHelper/utils/boundingBox.d.ts +2 -0
- package/libs/shared-utils/Object3DHelper/utils/boundingBox.js +24 -0
- package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +2 -2
- package/libs/shared-utils/three/GLTFLoader.d.ts +2 -0
- package/libs/shared-utils/three/GLTFLoader.js +16 -0
- package/libs/typings/math.type.js +1 -0
- package/package.json +4 -4
- package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
- package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +0 -2
- package/libs/shared-utils/Object3DHelper/utils/getPoint.d.ts +0 -3
- package/libs/shared-utils/Object3DHelper/utils/getPoint.js +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as
|
|
1
|
+
import { SvelteComponent as K, init as M, safe_not_equal as N, append_styles as O, element as A, space as Q, attr as d, set_style as k, toggle_class as g, insert as P, append as j, transition_out as h, check_outros as B, transition_in as y, detach as C, getContext as U, group_outros as E, noop as v, create_component as G, mount_component as H, destroy_component as J } from "../../vendor/svelte/internal/index.js";
|
|
2
2
|
import W from "./Tag/index.js";
|
|
3
3
|
import "three";
|
|
4
4
|
import { noTypecheck as F } from "../utils/noTypecheck.js";
|
|
5
|
+
import "@realsee/five/gltf-loader";
|
|
5
6
|
import X from "./Common/TagPoint.js";
|
|
6
7
|
import "./Tag/TextTag/index.js";
|
|
7
8
|
import "./Tag/TextTag/TextTag.js";
|
|
@@ -57,6 +58,7 @@ import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
|
57
58
|
import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
|
|
58
59
|
import "../../shared-utils/animationFrame/BetterTween.js";
|
|
59
60
|
import "../../shared-utils/animationFrame/index.js";
|
|
61
|
+
import "../utils/tag/tagCheck.js";
|
|
60
62
|
import "./Tag/AudioTag/index.js";
|
|
61
63
|
import "./Tag/AudioTag/AudioTag.js";
|
|
62
64
|
import "./Common/Audio.js";
|
|
@@ -71,20 +73,20 @@ import "./Common/Icon/Icon.js";
|
|
|
71
73
|
import "../utils/getImageInfo.js";
|
|
72
74
|
import "./Tag/CustomTag.js";
|
|
73
75
|
function Y(o) {
|
|
74
|
-
O(o, "svelte-
|
|
76
|
+
O(o, "svelte-pzwdws", ".tag.withAnimation.svelte-pzwdws{transition:opacity 0.3s linear}.tag.hide.svelte-pzwdws{opacity:0;pointer-events:none}.tag.hide.svelte-pzwdws *{pointer-events:none !important}.tag.unClickable.svelte-pzwdws{pointer-events:none !important}.tag.unClickable.svelte-pzwdws *{pointer-events:none !important}.tag.disable.svelte-pzwdws{display:none}.wrapper.svelte-pzwdws{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}");
|
|
75
77
|
}
|
|
76
78
|
function Z(o) {
|
|
77
79
|
let e;
|
|
78
80
|
return {
|
|
79
81
|
c() {
|
|
80
|
-
e =
|
|
82
|
+
e = A("div"), d(e, "data-info", "tag content is disable");
|
|
81
83
|
},
|
|
82
84
|
m(t, i) {
|
|
83
|
-
|
|
85
|
+
P(t, e, i);
|
|
84
86
|
},
|
|
85
|
-
p:
|
|
86
|
-
i:
|
|
87
|
-
o:
|
|
87
|
+
p: v,
|
|
88
|
+
i: v,
|
|
89
|
+
o: v,
|
|
88
90
|
d(t) {
|
|
89
91
|
t && C(e);
|
|
90
92
|
}
|
|
@@ -105,18 +107,18 @@ function x(o) {
|
|
|
105
107
|
c() {
|
|
106
108
|
G(e.$$.fragment);
|
|
107
109
|
},
|
|
108
|
-
m(i,
|
|
109
|
-
H(e, i,
|
|
110
|
+
m(i, r) {
|
|
111
|
+
H(e, i, r), t = !0;
|
|
110
112
|
},
|
|
111
|
-
p(i,
|
|
113
|
+
p(i, r) {
|
|
112
114
|
const l = {};
|
|
113
|
-
|
|
115
|
+
r & 4 && (l.mediaStore = i[2]), r & 1 && (l.withAnimation = i[0]), r & 2 && (l.tag = F(i[1])), r & 8 && (l.state = i[3]), r & 16 && (l.temporaryState = i[4]), e.$set(l);
|
|
114
116
|
},
|
|
115
117
|
i(i) {
|
|
116
|
-
t || (
|
|
118
|
+
t || (y(e.$$.fragment, i), t = !0);
|
|
117
119
|
},
|
|
118
120
|
o(i) {
|
|
119
|
-
|
|
121
|
+
h(e.$$.fragment, i), t = !1;
|
|
120
122
|
},
|
|
121
123
|
d(i) {
|
|
122
124
|
J(e, i);
|
|
@@ -127,14 +129,14 @@ function $(o) {
|
|
|
127
129
|
let e;
|
|
128
130
|
return {
|
|
129
131
|
c() {
|
|
130
|
-
e =
|
|
132
|
+
e = A("div"), d(e, "data-info", "tag point is disable");
|
|
131
133
|
},
|
|
132
134
|
m(t, i) {
|
|
133
|
-
|
|
135
|
+
P(t, e, i);
|
|
134
136
|
},
|
|
135
|
-
p:
|
|
136
|
-
i:
|
|
137
|
-
o:
|
|
137
|
+
p: v,
|
|
138
|
+
i: v,
|
|
139
|
+
o: v,
|
|
138
140
|
d(t) {
|
|
139
141
|
t && C(e);
|
|
140
142
|
}
|
|
@@ -146,18 +148,18 @@ function tt(o) {
|
|
|
146
148
|
c() {
|
|
147
149
|
G(e.$$.fragment);
|
|
148
150
|
},
|
|
149
|
-
m(i,
|
|
150
|
-
H(e, i,
|
|
151
|
+
m(i, r) {
|
|
152
|
+
H(e, i, r), t = !0;
|
|
151
153
|
},
|
|
152
|
-
p(i,
|
|
154
|
+
p(i, r) {
|
|
153
155
|
const l = {};
|
|
154
|
-
|
|
156
|
+
r & 2 && (l.tag = i[1]), e.$set(l);
|
|
155
157
|
},
|
|
156
158
|
i(i) {
|
|
157
|
-
t || (
|
|
159
|
+
t || (y(e.$$.fragment, i), t = !0);
|
|
158
160
|
},
|
|
159
161
|
o(i) {
|
|
160
|
-
|
|
162
|
+
h(e.$$.fragment, i), t = !1;
|
|
161
163
|
},
|
|
162
164
|
d(i) {
|
|
163
165
|
J(e, i);
|
|
@@ -165,71 +167,71 @@ function tt(o) {
|
|
|
165
167
|
};
|
|
166
168
|
}
|
|
167
169
|
function et(o) {
|
|
168
|
-
let e, t, i,
|
|
169
|
-
const
|
|
170
|
-
function T(
|
|
171
|
-
return
|
|
170
|
+
let e, t, i, r, l, s, u, w, f;
|
|
171
|
+
const S = [x, Z], c = [];
|
|
172
|
+
function T(n, p) {
|
|
173
|
+
return n[12] ? 0 : 1;
|
|
172
174
|
}
|
|
173
|
-
i = T(o),
|
|
175
|
+
i = T(o), r = c[i] = S[i](o);
|
|
174
176
|
const a = [tt, $], _ = [];
|
|
175
|
-
function
|
|
176
|
-
return
|
|
177
|
+
function z(n, p) {
|
|
178
|
+
return n[13] ? 0 : 1;
|
|
177
179
|
}
|
|
178
|
-
return
|
|
180
|
+
return s = z(o), u = _[s] = a[s](o), {
|
|
179
181
|
c() {
|
|
180
|
-
e =
|
|
181
|
-
},
|
|
182
|
-
m(
|
|
183
|
-
|
|
184
|
-
},
|
|
185
|
-
p(
|
|
186
|
-
let
|
|
187
|
-
i = T(
|
|
188
|
-
c[
|
|
189
|
-
}), B(),
|
|
190
|
-
let b =
|
|
191
|
-
|
|
182
|
+
e = A("div"), t = A("div"), r.c(), l = Q(), u.c(), d(t, "class", "wrapper svelte-pzwdws"), d(t, "data-tag-unfolded", o[8]), d(t, "data-tag-id", o[11]), d(t, "data-content-type", w = o[1].contentType), k(t, "left", o[7]), k(t, "top", o[6]), k(t, "z-index", o[5]), d(e, "class", "tag svelte-pzwdws"), d(e, "data-tag-id", o[11]), g(e, "unClickable", o[1].clickable === !1), g(e, "disable", o[10]), g(e, "hide", o[9]), g(e, "withAnimation", o[0]);
|
|
183
|
+
},
|
|
184
|
+
m(n, p) {
|
|
185
|
+
P(n, e, p), j(e, t), c[i].m(t, null), j(t, l), _[s].m(t, null), f = !0;
|
|
186
|
+
},
|
|
187
|
+
p(n, [p]) {
|
|
188
|
+
let m = i;
|
|
189
|
+
i = T(n), i === m ? c[i].p(n, p) : (E(), h(c[m], 1, 1, () => {
|
|
190
|
+
c[m] = null;
|
|
191
|
+
}), B(), r = c[i], r ? r.p(n, p) : (r = c[i] = S[i](n), r.c()), y(r, 1), r.m(t, l));
|
|
192
|
+
let b = s;
|
|
193
|
+
s = z(n), s === b ? _[s].p(n, p) : (E(), h(_[b], 1, 1, () => {
|
|
192
194
|
_[b] = null;
|
|
193
|
-
}), B(),
|
|
195
|
+
}), B(), u = _[s], u ? u.p(n, p) : (u = _[s] = a[s](n), u.c()), y(u, 1), u.m(t, null)), (!f || p & 256) && d(t, "data-tag-unfolded", n[8]), (!f || p & 2048) && d(t, "data-tag-id", n[11]), (!f || p & 2 && w !== (w = n[1].contentType)) && d(t, "data-content-type", w), p & 128 && k(t, "left", n[7]), p & 64 && k(t, "top", n[6]), p & 32 && k(t, "z-index", n[5]), (!f || p & 2048) && d(e, "data-tag-id", n[11]), (!f || p & 2) && g(e, "unClickable", n[1].clickable === !1), (!f || p & 1024) && g(e, "disable", n[10]), (!f || p & 512) && g(e, "hide", n[9]), (!f || p & 1) && g(e, "withAnimation", n[0]);
|
|
194
196
|
},
|
|
195
|
-
i(
|
|
196
|
-
|
|
197
|
+
i(n) {
|
|
198
|
+
f || (y(r), y(u), f = !0);
|
|
197
199
|
},
|
|
198
|
-
o(
|
|
199
|
-
|
|
200
|
+
o(n) {
|
|
201
|
+
h(r), h(u), f = !1;
|
|
200
202
|
},
|
|
201
|
-
d(
|
|
202
|
-
|
|
203
|
+
d(n) {
|
|
204
|
+
n && C(e), c[i].d(), _[s].d();
|
|
203
205
|
}
|
|
204
206
|
};
|
|
205
207
|
}
|
|
206
208
|
function it(o, e, t) {
|
|
207
|
-
let i,
|
|
208
|
-
const
|
|
209
|
-
return o.$$set = (
|
|
210
|
-
"withAnimation" in
|
|
209
|
+
let i, r, l, s, u, w, f, S, c, { withAnimation: T = !1 } = e, { tag: a } = e, { mediaStore: _ } = e, { state: z } = e, { temporaryState: n } = e;
|
|
210
|
+
const p = U("hooks");
|
|
211
|
+
return o.$$set = (m) => {
|
|
212
|
+
"withAnimation" in m && t(0, T = m.withAnimation), "tag" in m && t(1, a = m.tag), "mediaStore" in m && t(2, _ = m.mediaStore), "state" in m && t(3, z = m.state), "temporaryState" in m && t(4, n = m.temporaryState);
|
|
211
213
|
}, o.$$.update = () => {
|
|
212
|
-
var
|
|
213
|
-
o.$$.dirty & 2 && t(13, i = (() => !(a.contentType === "Link" || a.contentType === "VRLink" || a.contentType === "PanoLink" || a.contentType === "Audio" && a.data.appearance === "plane"))()), o.$$.dirty & 2 && t(12,
|
|
214
|
+
var m, b, L, I, q, D, R, V;
|
|
215
|
+
o.$$.dirty & 2 && t(13, i = (() => !(a.contentType === "Link" || a.contentType === "VRLink" || a.contentType === "PanoLink" || a.contentType === "Audio" && a.data.appearance === "plane"))()), o.$$.dirty & 2 && t(12, r = (() => a.stickType === "2DPoint")()), o.$$.dirty & 2 && t(11, l = a.id), o.$$.dirty & 2 && t(10, s = !((m = a.pointTagStyle) != null && m.leftPercent) || !((b = a.pointTagStyle) != null && b.topPercent) || a.enabled === !1 || !a.state), o.$$.dirty & 2 && t(9, u = !((L = a.state) != null && L.visible) || ((I = a.temporaryState) == null ? void 0 : I.visible) === !1), o.$$.dirty & 2 && t(8, w = (q = a.state) == null ? void 0 : q.unfolded), o.$$.dirty & 2 && t(7, f = ((D = a.pointTagStyle) == null ? void 0 : D.leftPercent) + "%"), o.$$.dirty & 2 && t(6, S = ((R = a.pointTagStyle) == null ? void 0 : R.topPercent) + "%"), o.$$.dirty & 2 && t(5, c = (V = a.state) != null && V.unfolded ? 1 : 0);
|
|
214
216
|
}, [
|
|
215
217
|
T,
|
|
216
218
|
a,
|
|
217
219
|
_,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
+
z,
|
|
221
|
+
n,
|
|
220
222
|
c,
|
|
223
|
+
S,
|
|
224
|
+
f,
|
|
221
225
|
w,
|
|
222
226
|
u,
|
|
223
|
-
g,
|
|
224
227
|
s,
|
|
225
|
-
f,
|
|
226
228
|
l,
|
|
227
|
-
|
|
229
|
+
r,
|
|
228
230
|
i,
|
|
229
|
-
|
|
231
|
+
p
|
|
230
232
|
];
|
|
231
233
|
}
|
|
232
|
-
class
|
|
234
|
+
class Se extends K {
|
|
233
235
|
constructor(e) {
|
|
234
236
|
super(), M(
|
|
235
237
|
this,
|
|
@@ -249,5 +251,5 @@ class ve extends K {
|
|
|
249
251
|
}
|
|
250
252
|
}
|
|
251
253
|
export {
|
|
252
|
-
|
|
254
|
+
Se as default
|
|
253
255
|
};
|
|
@@ -1,32 +1,34 @@
|
|
|
1
1
|
var x = Object.defineProperty;
|
|
2
|
-
var u = (
|
|
3
|
-
var f = (
|
|
4
|
-
import { Controller as
|
|
2
|
+
var u = (a, o, e) => o in a ? x(a, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[o] = e;
|
|
3
|
+
var f = (a, o, e) => (u(a, typeof o != "symbol" ? o + "" : o, e), e);
|
|
4
|
+
import { Controller as v } from "../../base/BasePlugin.js";
|
|
5
5
|
import "../../shared-utils/Subscribe.js";
|
|
6
|
-
class
|
|
6
|
+
class m extends v {
|
|
7
7
|
constructor(e) {
|
|
8
8
|
super(e);
|
|
9
9
|
f(this, "tagCacheByPanoIndex", {});
|
|
10
10
|
}
|
|
11
|
-
getCache({ panoIndex: e, id:
|
|
11
|
+
getCache({ panoIndex: e, id: n, key: h }) {
|
|
12
12
|
var i, C, g, l;
|
|
13
13
|
const { five: r } = this, c = (i = r.panoIndex) != null ? i : e;
|
|
14
14
|
if (c === void 0)
|
|
15
15
|
throw new Error(`TagCacheController getCache(): fivePanoIndex is ${c}`);
|
|
16
16
|
const s = `${(g = (C = r.work) == null ? void 0 : C.workCode) != null ? g : r.model.uuid}-${c}`;
|
|
17
|
-
let
|
|
18
|
-
if (
|
|
19
|
-
return
|
|
17
|
+
let t = this.tagCacheByPanoIndex[s];
|
|
18
|
+
if (t || (t = /* @__PURE__ */ new Map(), this.tagCacheByPanoIndex[s] = t), n === void 0)
|
|
19
|
+
return t;
|
|
20
20
|
if (h === void 0) {
|
|
21
|
-
const d =
|
|
22
|
-
return d || (
|
|
21
|
+
const d = t.get(n);
|
|
22
|
+
return d || (t.set(n, {}), t.get(n));
|
|
23
23
|
}
|
|
24
|
-
return (l =
|
|
24
|
+
return (l = t.get(n)) == null ? void 0 : l[h];
|
|
25
25
|
}
|
|
26
26
|
clearCache() {
|
|
27
27
|
this.tagCacheByPanoIndex = {};
|
|
28
28
|
}
|
|
29
|
+
removeCache() {
|
|
30
|
+
}
|
|
29
31
|
}
|
|
30
32
|
export {
|
|
31
|
-
|
|
33
|
+
m as TagCacheController
|
|
32
34
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import type { Five } from '@realsee/five';
|
|
2
|
-
import
|
|
2
|
+
import * as THREE from 'three';
|
|
3
|
+
import type { Tag, Tags, TagConfig, ContentTypeConfigKey, PlaneTag, TagElement, Point2DElement, Point3DElement, PlaneTagElement, PointTagElement, Point3DTag, TagId, ModelElement, TagContentType, StickType } from '../typings';
|
|
3
4
|
import { TagCacheController } from './TagCacheController';
|
|
5
|
+
import { Raycaster } from 'three';
|
|
4
6
|
export declare abstract class TagComputer extends TagCacheController {
|
|
5
7
|
tags: TagElement[];
|
|
6
8
|
config: {
|
|
@@ -10,7 +12,7 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
10
12
|
protected get isPanorama(): boolean;
|
|
11
13
|
private raycaster;
|
|
12
14
|
protected constructor(five: Five);
|
|
13
|
-
getTagById(id: TagId): TagElement<
|
|
15
|
+
getTagById<C extends TagContentType = any, S extends StickType = any>(id: TagId): TagElement<C, S>;
|
|
14
16
|
/**
|
|
15
17
|
* @description: 改变类型配置
|
|
16
18
|
*/
|
|
@@ -19,6 +21,8 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
19
21
|
* @description: 获取是否可见
|
|
20
22
|
*/
|
|
21
23
|
getVisibleByPanoIndex(tag: Tag<any, any>, panoIndex?: number): boolean;
|
|
24
|
+
/** 获取当前点位上模型中的多媒体是否应该展示 */
|
|
25
|
+
getModelMedialVisibleByPanoIndex(tag: Tag<any, any>): boolean;
|
|
22
26
|
/**
|
|
23
27
|
* @description: 获取是否展开
|
|
24
28
|
*/
|
|
@@ -38,7 +42,7 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
38
42
|
/**
|
|
39
43
|
* @description: 获取merge后的配置
|
|
40
44
|
*/
|
|
41
|
-
getTagConfig(tag: Tag<any, any>): TagConfig<
|
|
45
|
+
getTagConfig(tag: Tag<any, any>): TagConfig<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown", StickType>;
|
|
42
46
|
protected can(action: 'show' | 'hide' | 'fold' | 'unfold', tag: Tag<any, any>): boolean;
|
|
43
47
|
protected sort<T extends Tag<any, any>>(tags: T[]): T[];
|
|
44
48
|
/**
|
|
@@ -46,6 +50,7 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
46
50
|
*/
|
|
47
51
|
protected setPointTagPosition(): void;
|
|
48
52
|
protected setVisibleByPanoIndex(): void;
|
|
53
|
+
protected setModelMedialVisibleByPanoIndex(): void;
|
|
49
54
|
protected setUnfoldedByPanoIndex(): void;
|
|
50
55
|
/**
|
|
51
56
|
* @description: 一个点的标签
|
|
@@ -55,12 +60,23 @@ export declare abstract class TagComputer extends TagCacheController {
|
|
|
55
60
|
y: number;
|
|
56
61
|
z: number;
|
|
57
62
|
};
|
|
58
|
-
protected filterPointTag(): PointTagElement<
|
|
59
|
-
protected filter2DPointTag(): Point2DElement<
|
|
60
|
-
protected filter3DPointTag(): Point3DElement<
|
|
63
|
+
protected filterPointTag(): PointTagElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
|
|
64
|
+
protected filter2DPointTag(): Point2DElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
|
|
65
|
+
protected filter3DPointTag(): Point3DElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
|
|
66
|
+
protected filterModelTag(): ModelElement<"Image" | "Link" | "Audio" | "Text" | "ImageText" | "Video" | "VRLink" | "PanoLink" | "Marketing" | "MediaPlane" | "MediaModel" | "Custom" | "Unknown">[];
|
|
61
67
|
protected filter3DTag(): TagElement<any, "3DPoint" | "Plane">[];
|
|
62
68
|
protected filterPlaneTag(): PlaneTagElement[];
|
|
63
69
|
protected updateTagConfig(params?: {
|
|
64
70
|
force?: boolean;
|
|
65
71
|
}): void;
|
|
72
|
+
/** 通过射线检测标签可用性 */
|
|
73
|
+
protected getTagEnableByIntersect(tag: Tag<any, any>, raycaster: Raycaster): {
|
|
74
|
+
value: boolean;
|
|
75
|
+
reason: string;
|
|
76
|
+
};
|
|
77
|
+
/** 获取点位看向标签的射线 */
|
|
78
|
+
protected getRaycasterFromPanoIndex(tag: Tag, panoIndex: number): THREE.Raycaster;
|
|
79
|
+
/** 检测 target floor index 是否匹配当前楼层 */
|
|
80
|
+
protected checkFloorIndex(tag: TagElement): boolean;
|
|
81
|
+
protected changeTagMode(tag: TagElement<'MediaModel', 'Model'>, mode: 'behind' | 'front'): void;
|
|
66
82
|
}
|