@realsee/dnalogel 3.81.9 → 3.81.10-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CruisePlugin/Work.d.ts +3 -0
- package/dist/CurrentPanoImagePlugin/Controller.d.ts +2 -1
- package/dist/ModelTVVideoPlugin/typings.d.ts +2 -0
- package/dist/PanoTagPlugin/controller/Tag/BaseTag.d.ts +8 -1
- package/dist/PanoTagPlugin/controller/index.d.ts +3 -0
- package/dist/PanoTagPlugin/utils/audio/SharedAudio.d.ts +7 -2
- package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +8 -1
- package/dist/PanoVideoPlugin/Controller.d.ts +6 -2
- package/dist/PanoVideoPlugin/VideoMeshController.d.ts +7 -1
- package/dist/PanoVideoPlugin/index.d.ts +7 -2
- package/dist/base/BasePlugin.d.ts +2 -0
- package/dist/index.cjs.js +86 -86
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9083 -8873
- package/dist/index.umd.js +79 -79
- package/dist/shared-utils/audio.d.ts +1 -0
- package/dist/shared-utils/audioFocus.d.ts +35 -0
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +9 -9
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
- package/docs/classes/CSS3DRender.html +2 -2
- package/docs/classes/DigitalHuman.html +2 -2
- package/docs/classes/DigitalPerformanceV2.DigitalPerformanceV2PluginController.html +2 -2
- package/docs/classes/DigitalPlayground.html +2 -2
- package/docs/classes/DigitalStateMachine.html +2 -2
- package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +2 -2
- package/docs/classes/ModelMakerPluginInstance.html +8 -8
- package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
- package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
- package/docs/classes/ModelRoomLabelController.html +2 -2
- package/docs/classes/MoveController.html +8 -8
- package/docs/classes/Object3DHelperController.html +8 -8
- package/docs/classes/PaintBrush.html +2 -2
- package/docs/classes/PanoMeasurePluginLine.html +2 -2
- package/docs/classes/PanoMeasurePluginModel.html +2 -2
- package/docs/classes/PanoMeasurePluginPoint.html +2 -2
- package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
- package/docs/classes/PanoTagPluginController.html +41 -40
- package/docs/classes/Sculpt.html +2 -2
- package/docs/classes/Util.BetterTween.html +2 -2
- package/docs/classes/Util.FiveDomEvents.html +2 -2
- package/docs/classes/Util.FivePuppet.html +2 -2
- package/docs/classes/Util.Interval.html +2 -2
- package/docs/classes/Util.LegacyPointHelper.html +2 -2
- package/docs/classes/Util.LightTag.html +2 -2
- package/docs/classes/Util.LineSegments.html +2 -2
- package/docs/classes/Util.Magnifier.html +2 -2
- package/docs/classes/Util.Object3D.html +2 -2
- package/docs/classes/Util.PointDomHelper.html +2 -2
- package/docs/classes/Util.PointHelper.html +2 -2
- package/docs/classes/Util.PointSelector.html +2 -2
- package/docs/classes/Util.PointSelectorHelper.html +2 -2
- package/docs/classes/Util.Rectangle.html +2 -2
- package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
- package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
- package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
- package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
- package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
- package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.LineMesh.html +2 -2
- package/docs/classes/Util.sculpt.PointMesh.html +2 -2
- package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
- package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
- package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
- package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
- package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
- package/docs/classes/WalkController.html +10 -10
- package/docs/enums/CameraMovementEffect.html +2 -2
- package/docs/enums/ContentType.html +2 -2
- package/docs/enums/DIRECTION.html +2 -2
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
- package/docs/enums/DimensionType.html +2 -2
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
- package/docs/enums/PaintBrushTypeEnum.html +2 -2
- package/docs/enums/PointType.html +2 -2
- package/docs/enums/Rotation.html +2 -2
- package/docs/functions/AreaMakerPlugin.html +1 -1
- package/docs/functions/CSS3DRenderPlugin.html +1 -1
- package/docs/functions/CameraMovementPlugin.html +2 -2
- package/docs/functions/CruisePlugin.html +1 -1
- package/docs/functions/CurrentPanoImagePlugin.html +1 -1
- package/docs/functions/DigitalPerformancePlugin.html +1 -1
- package/docs/functions/DigitalPerformanceV2.DigitalPerformanceV2Plugin.html +1 -1
- package/docs/functions/FloorplanGuidePlugin.html +1 -1
- package/docs/functions/GuideLinePlugin.html +1 -1
- package/docs/functions/ItemLabelPlugin.html +1 -1
- package/docs/functions/MapviewFloorplanPlugin.html +1 -1
- package/docs/functions/MeasurePlugin.html +1 -1
- package/docs/functions/ModelChassisCompassPlugin.html +2 -2
- package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
- package/docs/functions/ModelFloorplanPlugin.html +1 -1
- package/docs/functions/ModelItemLabelPlugin.html +1 -1
- package/docs/functions/ModelMakerPlugin.html +1 -1
- package/docs/functions/ModelRoomLabelPlugin.html +1 -1
- package/docs/functions/ModelTVVideoPlugin.html +1 -1
- package/docs/functions/ModelViewPlugin.html +2 -2
- package/docs/functions/MovePlugin.html +1 -1
- package/docs/functions/Object3DHelperPlugin.html +1 -1
- package/docs/functions/PanoCompassPlugin.html +1 -1
- package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
- package/docs/functions/PanoDoorLabelPlugin.html +1 -1
- package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
- package/docs/functions/PanoMeasurePlugin.html +1 -1
- package/docs/functions/PanoRulerPlugin.html +2 -2
- package/docs/functions/PanoRulerProPlugin.html +2 -2
- package/docs/functions/PanoSpatialTagPlugin.html +2 -2
- package/docs/functions/PanoTagPlugin.html +1 -1
- package/docs/functions/PanoVideoPlugin.html +2 -2
- package/docs/functions/PipelinePlugin.html +1 -1
- package/docs/functions/SculptPlugin.html +2 -2
- package/docs/functions/SculptPluginForFive.html +2 -2
- package/docs/functions/TopviewFloorplanPlugin.html +1 -1
- package/docs/functions/Util.awaitNextFrame.html +1 -1
- package/docs/functions/Util.blink.html +2 -2
- package/docs/functions/Util.blinkWithPreset.html +2 -2
- package/docs/functions/Util.bounding.html +1 -1
- package/docs/functions/Util.boundingBox.html +1 -1
- package/docs/functions/Util.boundingSphere.html +1 -1
- package/docs/functions/Util.boxVertex.html +2 -2
- package/docs/functions/Util.boxVertexes.html +1 -1
- package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
- package/docs/functions/Util.cleanup.html +2 -2
- package/docs/functions/Util.convexHull.html +2 -2
- package/docs/functions/Util.equal.html +2 -2
- package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
- package/docs/functions/Util.generatePolygonGeometry.html +2 -2
- package/docs/functions/Util.getCoordsFromClient.html +1 -1
- package/docs/functions/Util.getCoordsFromElement.html +1 -1
- package/docs/functions/Util.getFrameTime.html +2 -2
- package/docs/functions/Util.getGeometryArea.html +1 -1
- package/docs/functions/Util.getGeometryInfo.html +1 -1
- package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
- package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
- package/docs/functions/Util.initialCSS3DRender.html +1 -1
- package/docs/functions/Util.inside.html +1 -1
- package/docs/functions/Util.isModelLike.html +1 -1
- package/docs/functions/Util.isNil.html +2 -2
- package/docs/functions/Util.isPanoramaLike.html +1 -1
- package/docs/functions/Util.lookObject.html +2 -2
- package/docs/functions/Util.lookPoint.html +2 -2
- package/docs/functions/Util.nextFrame.html +1 -1
- package/docs/functions/Util.notNil.html +2 -2
- package/docs/functions/Util.reblink.html +2 -2
- package/docs/functions/Util.replaceStaticPrefix.html +2 -2
- package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
- package/docs/functions/Util.sculpt.createBox.html +1 -1
- package/docs/functions/Util.sculpt.createCircle.html +1 -1
- package/docs/functions/Util.sculpt.createCylinder.html +1 -1
- package/docs/functions/Util.sculpt.createLine.html +2 -2
- package/docs/functions/Util.sculpt.createPoint.html +1 -1
- package/docs/functions/Util.sculpt.createPolygon.html +1 -1
- package/docs/functions/Util.sculpt.createPrism.html +1 -1
- package/docs/functions/Util.sculpt.createRectangle.html +2 -2
- package/docs/functions/Util.sculpt.transformUnit.html +2 -2
- package/docs/functions/Util.sculpt.transformUnitSquare.html +1 -1
- package/docs/functions/Util.tag.html +1 -1
- package/docs/functions/Util.triangleArea.html +2 -2
- package/docs/functions/Util.triangleCenter.html +2 -2
- package/docs/functions/Util.tweenProgress.html +1 -1
- package/docs/functions/Util.uuid.html +2 -2
- package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
- package/docs/functions/Util.worldBounding.html +1 -1
- package/docs/functions/Util.worldBoundingBox.html +1 -1
- package/docs/functions/Util.worldBoundingSphere.html +1 -1
- package/docs/functions/createPolyline.html +2 -2
- package/docs/functions/pluginFlag.html +1 -1
- package/docs/functions/validatePolygon.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +4 -4
- package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/AreaMakerPluginType.State.html +3 -3
- package/docs/interfaces/AudioFocusHost.html +2 -0
- package/docs/interfaces/AudioLease.html +4 -0
- package/docs/interfaces/AudioSource.html +4 -0
- package/docs/interfaces/BoxAnimationConfig.html +2 -2
- package/docs/interfaces/BoxPosition.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +3 -3
- package/docs/interfaces/CSS3DRenderPluginState.html +3 -3
- package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
- package/docs/interfaces/ChapterLocation.html +2 -2
- package/docs/interfaces/ChapterTimeInfo.html +2 -2
- package/docs/interfaces/ContentTypeMapInterface.html +2 -2
- package/docs/interfaces/CruisePluginTypes.Config.html +6 -5
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
- package/docs/interfaces/CruisePluginTypes.EventMap.html +3 -3
- package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
- package/docs/interfaces/CruisePluginTypes.PluginState.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +6 -5
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +3 -3
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +4 -4
- package/docs/interfaces/DigitalCameraKeyframe.html +2 -2
- package/docs/interfaces/DigitalCameraPlayer.html +2 -2
- package/docs/interfaces/DigitalCameraState.html +2 -2
- package/docs/interfaces/DigitalChapter.html +2 -2
- package/docs/interfaces/DigitalDataPlayer.html +2 -2
- package/docs/interfaces/DigitalDataState.html +2 -2
- package/docs/interfaces/DigitalEffectKeyframe.html +2 -2
- package/docs/interfaces/DigitalEffectState.html +2 -2
- package/docs/interfaces/DigitalItemKeyframe.html +2 -2
- package/docs/interfaces/DigitalItemState.html +2 -2
- package/docs/interfaces/DigitalModelKeyframe.html +2 -2
- package/docs/interfaces/DigitalModelPlayer.html +2 -2
- package/docs/interfaces/DigitalModelPlayerEffect.html +2 -2
- package/docs/interfaces/DigitalModelPlayerItem.html +2 -2
- package/docs/interfaces/DigitalModelState.html +2 -2
- package/docs/interfaces/DigitalPerformancePluginConfig.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.CameraState.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.DigitalCameraKeyframe.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.DigitalCameraPlayer.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.DigitalPerformanceV2PluginConfig.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.GroupChapterTimeInfo.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.GroupProgress.html +2 -2
- package/docs/interfaces/DigitalPerformanceV2.V2Progress.html +2 -2
- package/docs/interfaces/DigitalScript.html +2 -2
- package/docs/interfaces/DigitalSubTitleKeyframe.html +2 -2
- package/docs/interfaces/DigitalSubTitlePlayer.html +2 -2
- package/docs/interfaces/DigitalSubTitleState.html +2 -2
- package/docs/interfaces/ExtendedAnimationConfig.html +2 -2
- package/docs/interfaces/FloorplanBounding.html +2 -2
- package/docs/interfaces/FloorplanData.html +2 -2
- package/docs/interfaces/FloorplanEntrance.html +2 -2
- package/docs/interfaces/FloorplanExtraObject.html +2 -2
- package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
- package/docs/interfaces/FloorplanFloorData.html +2 -2
- package/docs/interfaces/FloorplanImagePosition.html +2 -2
- package/docs/interfaces/FloorplanObserver.html +2 -2
- package/docs/interfaces/FloorplanOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanPosition.html +2 -2
- package/docs/interfaces/FloorplanRoomItem.html +2 -2
- package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
- package/docs/interfaces/FloorplanServerBounding.html +2 -2
- package/docs/interfaces/FloorplanServerComputedData.html +2 -2
- package/docs/interfaces/FloorplanServerData.html +2 -2
- package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
- package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
- package/docs/interfaces/FloorplanServerEntrance.html +2 -2
- package/docs/interfaces/FloorplanServerFloorData.html +2 -2
- package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
- package/docs/interfaces/FloorplanServerObserver.html +2 -2
- package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
- package/docs/interfaces/FloorplanServerPosition.html +2 -2
- package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
- package/docs/interfaces/FloorplanServerStyledFloorplan.html +2 -2
- package/docs/interfaces/FloorplanServerStyledImage.html +2 -2
- package/docs/interfaces/GlobalProgress.html +2 -2
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +2 -2
- package/docs/interfaces/GuideLinePluginType.EventMap.html +3 -3
- package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
- package/docs/interfaces/GuideLinePluginType.PluginState.html +4 -4
- package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
- package/docs/interfaces/HelperOffset.html +2 -2
- package/docs/interfaces/ImagePlaneGroup.html +2 -2
- package/docs/interfaces/ItemLabelPluginData.html +2 -2
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
- package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
- package/docs/interfaces/MinMax.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.EventMap.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.ModelMakerPluginConfig.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
- package/docs/interfaces/ModelMakerPluginType.State.html +3 -3
- package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
- package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +3 -2
- package/docs/interfaces/ModelViewPluginExportType.html +2 -2
- package/docs/interfaces/Object3DHelperState.html +2 -2
- package/docs/interfaces/ObjectHelperControllers.html +2 -2
- package/docs/interfaces/PaintBrushAction.html +2 -2
- package/docs/interfaces/PaintBrushConfigs.html +2 -2
- package/docs/interfaces/PaintBrushState.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
- package/docs/interfaces/PanoMeasureParameterType.html +5 -4
- package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
- package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
- package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
- package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
- package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
- package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
- package/docs/interfaces/PanoRulerProPluginState.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
- package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +3 -3
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
- package/docs/interfaces/PluginEventMap.html +3 -3
- package/docs/interfaces/Point.html +2 -2
- package/docs/interfaces/ProgressBarEvents.html +2 -2
- package/docs/interfaces/Room.html +2 -2
- package/docs/interfaces/RoomInfo.html +2 -2
- package/docs/interfaces/RoomLabel.html +2 -2
- package/docs/interfaces/RoomRules.html +1 -1
- package/docs/interfaces/Rooms.html +1 -1
- package/docs/interfaces/Scissor.html +2 -2
- package/docs/interfaces/SculptConfig.html +2 -2
- package/docs/interfaces/State.html +4 -4
- package/docs/interfaces/StyledFloorplan.html +2 -2
- package/docs/interfaces/StyledFloorplanImage.html +2 -2
- package/docs/interfaces/StyledFloorplanRoomLabel.html +2 -2
- package/docs/interfaces/TagCacheInterface.html +2 -2
- package/docs/interfaces/TagConfig.html +2 -2
- package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
- package/docs/interfaces/TagIconAnimationConfig.html +2 -2
- package/docs/interfaces/TagIconUrl.html +2 -2
- package/docs/interfaces/TagObjectGroup.html +2 -2
- package/docs/interfaces/TagState.html +2 -2
- package/docs/interfaces/TagStyle.html +2 -2
- package/docs/interfaces/Tags.html +2 -2
- package/docs/interfaces/TemporaryState.html +2 -2
- package/docs/interfaces/TraceManager.html +2 -2
- package/docs/interfaces/TracePoint.html +2 -2
- package/docs/interfaces/Util.AnimeInstance.html +2 -2
- package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
- package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
- package/docs/interfaces/Util.FiveDomEvent.html +2 -2
- package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
- package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
- package/docs/interfaces/Util.MagnifierParameter.html +2 -2
- package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
- package/docs/interfaces/Util.ObjectInitialState.html +2 -2
- package/docs/interfaces/Util.PointIntersection.html +2 -2
- package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
- package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
- package/docs/modules/AreaMakerPluginType.html +2 -2
- package/docs/modules/CruisePluginTypes.html +2 -2
- package/docs/modules/CurrentPanoImagePluginType.html +2 -2
- package/docs/modules/DigitalPerformanceV2.html +2 -2
- package/docs/modules/GuideLineItem.html +2 -2
- package/docs/modules/GuideLineModeItem.html +2 -2
- package/docs/modules/GuideLinePluginType.html +2 -2
- package/docs/modules/ModelMakerPluginType.html +2 -2
- package/docs/modules/PanoVideoPluginType.html +2 -2
- package/docs/modules/SculptData.html +2 -2
- package/docs/modules/SculptType.html +2 -2
- package/docs/modules/Util.html +2 -2
- package/docs/modules/Util.sculpt.html +2 -2
- package/docs/modules.html +8 -3
- package/docs/types/AddObject3DHelperConfig.html +2 -2
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
- package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
- package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
- package/docs/types/ArrayPosition.html +1 -1
- package/docs/types/AudioAppearance.html +1 -1
- package/docs/types/AudioIntent.html +1 -0
- package/docs/types/AudioStopReason.html +1 -0
- package/docs/types/BoxTag.html +2 -2
- package/docs/types/CSS3DRenderExportType.html +1 -1
- package/docs/types/CSS3DRenderPluginExportType.html +1 -1
- package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
- package/docs/types/ClassFunctionParameters.html +1 -1
- package/docs/types/Color.html +1 -1
- package/docs/types/ContentTypeConfigKey.html +1 -1
- package/docs/types/ContentTypeConfigKeySplit.html +1 -1
- package/docs/types/ContentTypeMap.html +1 -1
- package/docs/types/Create3DDomContainerReturnType.html +1 -1
- package/docs/types/Create3DElementReturnType.html +1 -1
- package/docs/types/CruisePluginExportType.html +1 -1
- package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
- package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
- package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
- package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
- package/docs/types/DeprecatedTagProperty.html +2 -2
- package/docs/types/DigitalPerformancePluginExportInterface.html +1 -1
- package/docs/types/DigitalPerformancePluginParamsInterface.html +1 -1
- package/docs/types/DigitalPerformanceV2.CameraCoordinateSpace.html +2 -2
- package/docs/types/DigitalPerformanceV2.CameraTransition.html +2 -2
- package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginExportInterface.html +1 -1
- package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginParamsInterface.html +1 -1
- package/docs/types/DigitalPerformanceV2.V2ProgressListener.html +1 -1
- package/docs/types/Direction-1.html +1 -1
- package/docs/types/Direction4.html +1 -1
- package/docs/types/ElementRenderer.html +2 -2
- package/docs/types/FloorplanAffineTransform.html +1 -1
- package/docs/types/FloorplanGuidePluginParameterType.html +1 -1
- package/docs/types/FloorplanGuidePluginReturnType.html +1 -1
- package/docs/types/FloorplanRuleLabels.html +2 -2
- package/docs/types/FloorplanServerAffineTransform.html +1 -1
- package/docs/types/FloorplanServerRuleLabels.html +1 -1
- package/docs/types/GuideLinePluginExportType.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
- package/docs/types/GuideLinePluginType.PathItem.html +2 -2
- package/docs/types/GuideLinePluginType.PluginData.html +2 -2
- package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
- package/docs/types/HelperEventMap.html +1 -1
- package/docs/types/InternalHelperEventMap.html +1 -1
- package/docs/types/KeyframeType.html +1 -1
- package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/MaskPosition.html +2 -2
- package/docs/types/MaskTag.html +2 -2
- package/docs/types/MeasureEndReason.html +1 -1
- package/docs/types/MeasurePluginConfig.html +2 -2
- package/docs/types/MeasurePluginEventMap.html +1 -1
- package/docs/types/MediaData.html +2 -2
- package/docs/types/MediaStore.html +1 -1
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
- package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
- package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
- package/docs/types/ModelId.html +1 -1
- package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
- package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
- package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
- package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
- package/docs/types/ModelMakerPluginType.TagOcclusionScope.html +2 -2
- package/docs/types/ModelMakerPluginType.TagOcclusionScopeConfig.html +2 -2
- package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
- package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
- package/docs/types/MoveArgs.html +2 -2
- package/docs/types/MoveOpts.html +2 -2
- package/docs/types/Object3DHelperEventMap.html +1 -1
- package/docs/types/ObjectFit.html +1 -1
- package/docs/types/PaintBrushEventMap.html +1 -1
- package/docs/types/PanoCompassPluginData.html +1 -1
- package/docs/types/PanoCompassPluginExportType.html +1 -1
- package/docs/types/PanoCompassPluginParameterType.html +1 -1
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
- package/docs/types/PanoIndex.html +1 -1
- package/docs/types/PanoMeasurePluginEvent.html +1 -1
- package/docs/types/PanoMeasureReturnType.html +1 -1
- package/docs/types/PanoSpatialTagPluginId.html +1 -1
- package/docs/types/PanoTagPluginExportInterface.html +1 -1
- package/docs/types/PanoTagPluginParamsInterface.html +1 -1
- package/docs/types/PanoVideoPluginParameterType.html +1 -1
- package/docs/types/PanoVideoPluginReturnType.html +1 -1
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
- package/docs/types/PipelinePluginParameterType.html +1 -1
- package/docs/types/PipelinePluginReturnType.html +1 -1
- package/docs/types/PlaneTag.html +2 -2
- package/docs/types/Point2DTag.html +2 -2
- package/docs/types/Point3DTag.html +2 -2
- package/docs/types/PointTagInstance.html +1 -1
- package/docs/types/PolygonPosition.html +2 -2
- package/docs/types/PolygonTag.html +2 -2
- package/docs/types/Position.html +1 -1
- package/docs/types/PositionFrom.html +1 -1
- package/docs/types/ProgressListener.html +1 -1
- package/docs/types/RotateArgs.html +2 -2
- package/docs/types/RotateOpts.html +2 -2
- package/docs/types/RuleLabelsKey.html +1 -1
- package/docs/types/RuleLabelsValue.html +1 -1
- package/docs/types/ScaleCallback.html +1 -1
- package/docs/types/ScalePosition.html +2 -2
- package/docs/types/SculptData.BoxData.html +1 -1
- package/docs/types/SculptData.CircleData.html +1 -1
- package/docs/types/SculptData.CylinderData.html +1 -1
- package/docs/types/SculptData.PointData.html +1 -1
- package/docs/types/SculptData.PolygonData.html +1 -1
- package/docs/types/SculptData.PolylineData.html +1 -1
- package/docs/types/SculptData.PrismData.html +1 -1
- package/docs/types/SculptData.RectangleData.html +1 -1
- package/docs/types/SculptType.Theme.html +2 -2
- package/docs/types/StateType.html +1 -1
- package/docs/types/StickType.html +1 -1
- package/docs/types/Tag.html +2 -2
- package/docs/types/Tag2D.html +2 -2
- package/docs/types/Tag3D.html +2 -2
- package/docs/types/TagClickParams.html +1 -1
- package/docs/types/TagConfigByKey.html +1 -1
- package/docs/types/TagContentType.html +1 -1
- package/docs/types/TagContentTypeMapping.html +1 -1
- package/docs/types/TagDimensionType.html +1 -1
- package/docs/types/TagElement.html +2 -2
- package/docs/types/TagEvents.html +1 -1
- package/docs/types/TagGLTFObject.html +1 -1
- package/docs/types/TagHooks.html +1 -1
- package/docs/types/TagId.html +1 -1
- package/docs/types/TagInstance.html +1 -1
- package/docs/types/TagPlacement.html +2 -2
- package/docs/types/TagPointType.html +2 -2
- package/docs/types/TagRendererMap.html +1 -1
- package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
- package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
- package/docs/types/Util.ActionIfNoIntersection.html +1 -1
- package/docs/types/Util.AdherePoint.html +2 -2
- package/docs/types/Util.PointSelectorConfig.html +1 -1
- package/docs/types/Util.SupportedTarget.html +2 -2
- package/docs/types/Util.Target.html +2 -2
- package/docs/types/Util.ThreeObject.html +2 -2
- package/docs/types/WorkCode.html +1 -1
- package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
- package/docs/variables/PLUGIN.html +1 -1
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
- package/docs/variables/ROOM_TYPE_MAP.html +2 -2
- package/docs/variables/Util.ANIME_PRESETS.html +2 -2
- package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -2
- package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -2
- package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -2
- package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -2
- package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -2
- package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -2
- package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -2
- package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -2
- package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -2
- package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -2
- package/docs/variables/defaultGlobalConfig.html +1 -1
- package/docs/variables/itemLabelPluginServerParams.html +1 -1
- package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
- package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
- package/libs/CruisePlugin/Move.js +3 -2
- package/libs/CruisePlugin/Work.d.ts +3 -0
- package/libs/CruisePlugin/Work.js +256 -231
- package/libs/CruisePlugin/index.js +7 -6
- package/libs/CurrentPanoImagePlugin/Controller.d.ts +2 -1
- package/libs/GuideLinePlugin/Controller.js +5 -4
- package/libs/GuideLinePlugin/GuideLineItem.js +3 -2
- package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
- package/libs/GuideLinePlugin/index.js +7 -6
- package/libs/ModelTVVideoPlugin/Plugin.js +155 -118
- package/libs/ModelTVVideoPlugin/index.js +3 -2
- package/libs/ModelTVVideoPlugin/typings.d.ts +2 -0
- package/libs/PanoTagPlugin/Components/Common/Audio.js +94 -83
- package/libs/PanoTagPlugin/Components/Common/Media.js +167 -163
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +258 -219
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Common/TagPopover/TagPopup.js +1 -1
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPoint.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +18 -17
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -2
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +17 -16
- package/libs/PanoTagPlugin/Components/Tag/index.js +3 -2
- package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
- package/libs/PanoTagPlugin/Components/TagItem.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.d.ts +8 -1
- package/libs/PanoTagPlugin/controller/Tag/BaseTag.js +275 -262
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +3 -2
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +80 -78
- package/libs/PanoTagPlugin/controller/TagRender.js +3 -2
- package/libs/PanoTagPlugin/controller/TagUtil.js +3 -2
- package/libs/PanoTagPlugin/controller/index.d.ts +3 -0
- package/libs/PanoTagPlugin/controller/index.js +54 -52
- package/libs/PanoTagPlugin/index.js +12 -11
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.d.ts +7 -2
- package/libs/PanoTagPlugin/utils/audio/SharedAudio.js +98 -90
- package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +8 -1
- package/libs/PanoTagPlugin/utils/model/mediaPlane.js +158 -131
- package/libs/PanoVideoPlugin/Controller.d.ts +6 -2
- package/libs/PanoVideoPlugin/Controller.js +71 -63
- package/libs/PanoVideoPlugin/VideoMeshController.d.ts +7 -1
- package/libs/PanoVideoPlugin/VideoMeshController.js +89 -53
- package/libs/PanoVideoPlugin/index.d.ts +7 -2
- package/libs/PanoVideoPlugin/index.js +7 -6
- package/libs/base/BasePlugin.d.ts +2 -0
- package/libs/base/BasePlugin.js +5 -5
- package/libs/index.d.ts +1 -0
- package/libs/index.js +161 -160
- package/libs/shared-utils/audio.d.ts +1 -0
- package/libs/shared-utils/audio.js +19 -18
- package/libs/shared-utils/audioFocus.d.ts +35 -0
- package/libs/shared-utils/audioFocus.js +46 -0
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +1 -1
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
var Y = Object.defineProperty, ee = Object.defineProperties;
|
|
2
|
-
var
|
|
3
|
-
var
|
|
2
|
+
var ie = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var U = Object.getOwnPropertySymbols;
|
|
4
4
|
var z = Object.prototype.hasOwnProperty, W = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var P = Math.pow, D = (v,
|
|
6
|
-
for (var
|
|
7
|
-
z.call(
|
|
8
|
-
if (
|
|
9
|
-
for (var
|
|
10
|
-
W.call(
|
|
5
|
+
var P = Math.pow, D = (v, e, i) => e in v ? Y(v, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : v[e] = i, y = (v, e) => {
|
|
6
|
+
for (var i in e || (e = {}))
|
|
7
|
+
z.call(e, i) && D(v, i, e[i]);
|
|
8
|
+
if (U)
|
|
9
|
+
for (var i of U(e))
|
|
10
|
+
W.call(e, i) && D(v, i, e[i]);
|
|
11
11
|
return v;
|
|
12
|
-
}, j = (v,
|
|
13
|
-
var J = (v,
|
|
14
|
-
var
|
|
15
|
-
for (var
|
|
16
|
-
z.call(v,
|
|
17
|
-
if (v != null &&
|
|
18
|
-
for (var
|
|
19
|
-
|
|
20
|
-
return
|
|
12
|
+
}, j = (v, e) => ee(v, ie(e));
|
|
13
|
+
var J = (v, e) => {
|
|
14
|
+
var i = {};
|
|
15
|
+
for (var t in v)
|
|
16
|
+
z.call(v, t) && e.indexOf(t) < 0 && (i[t] = v[t]);
|
|
17
|
+
if (v != null && U)
|
|
18
|
+
for (var t of U(v))
|
|
19
|
+
e.indexOf(t) < 0 && W.call(v, t) && (i[t] = v[t]);
|
|
20
|
+
return i;
|
|
21
21
|
};
|
|
22
|
-
var a = (v,
|
|
23
|
-
var L = (v,
|
|
22
|
+
var a = (v, e, i) => (D(v, typeof e != "symbol" ? e + "" : e, i), i);
|
|
23
|
+
var L = (v, e, i) => new Promise((t, s) => {
|
|
24
24
|
var o = (n) => {
|
|
25
25
|
try {
|
|
26
|
-
r(
|
|
26
|
+
r(i.next(n));
|
|
27
27
|
} catch (d) {
|
|
28
28
|
s(d);
|
|
29
29
|
}
|
|
30
30
|
}, l = (n) => {
|
|
31
31
|
try {
|
|
32
|
-
r(
|
|
32
|
+
r(i.throw(n));
|
|
33
33
|
} catch (d) {
|
|
34
34
|
s(d);
|
|
35
35
|
}
|
|
36
|
-
}, r = (n) => n.done ?
|
|
37
|
-
r((
|
|
36
|
+
}, r = (n) => n.done ? t(n.value) : Promise.resolve(n.value).then(o, l);
|
|
37
|
+
r((i = i.apply(v, e)).next());
|
|
38
38
|
});
|
|
39
|
-
import { Subscribe as
|
|
40
|
-
import { calculateTagConfig as
|
|
39
|
+
import { Subscribe as te } from "../../../shared-utils/Subscribe.js";
|
|
40
|
+
import { calculateTagConfig as O } from "../../utils/tag/calculateTagConfig.js";
|
|
41
41
|
import { getTagStickType as ne } from "../../utils/tag/format.js";
|
|
42
42
|
import "../../../shared-utils/tag.js";
|
|
43
|
-
import { isPanoramaLike as E, isModelLike as
|
|
43
|
+
import { isPanoramaLike as E, isModelLike as F } from "../../../shared-utils/five/mode.js";
|
|
44
44
|
import * as k from "three";
|
|
45
45
|
import "../../../vendor/hammerjs/hammer.js";
|
|
46
46
|
import "../../../shared-utils/three/PointSelector/index.js";
|
|
@@ -53,23 +53,23 @@ import "@realsee/five/line";
|
|
|
53
53
|
import { isNil as H, notNil as q } from "../../../shared-utils/isNil.js";
|
|
54
54
|
import "../../../shared-utils/three/core/Five_LineMaterial2.js";
|
|
55
55
|
import "../../../shared-utils/three/core/Sphere.js";
|
|
56
|
-
import { blink as re, reblink as
|
|
56
|
+
import { blink as re, reblink as ae } from "../../../shared-utils/three/blink.js";
|
|
57
57
|
import "../../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
|
|
58
58
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
59
59
|
import "../../../vendor/earcut/src/earcut.js";
|
|
60
|
-
import { vectorToCoordinates as
|
|
61
|
-
import { transformPosition as
|
|
60
|
+
import { vectorToCoordinates as le } from "../../../shared-utils/vectorToCoordinate.js";
|
|
61
|
+
import { transformPosition as R } from "../../../shared-utils/five/transformPosition.js";
|
|
62
62
|
import { lookPoint as fe } from "../../../shared-utils/five/lookPoint.js";
|
|
63
63
|
import { uuid as de } from "../../../shared-utils/uuid.js";
|
|
64
64
|
import "../../../shared-utils/five/FivePuppet.js";
|
|
65
65
|
import { objectAssignDeepExports as T } from "../../../vendor/object-assign-deep/objectAssignDeep.js";
|
|
66
66
|
import { getTagPosition as X, getTagCenterPosition as Z } from "../../utils/tagPosition.js";
|
|
67
|
-
import { checkRange as
|
|
67
|
+
import { checkRange as S } from "../../utils/checkRange.js";
|
|
68
68
|
import { isMediaPlaneTag as G, isMediaModelTag as _ } from "../../utils/tag/tagCheck.js";
|
|
69
69
|
import { getUrlExt as K } from "../../../shared-utils/url/getUrl.js";
|
|
70
|
-
import { getFloorIndex as
|
|
70
|
+
import { getFloorIndex as ue } from "../../../shared-utils/five/getFloorIndex.js";
|
|
71
71
|
import { safeObj as Q } from "../../../shared-utils/safeObj.js";
|
|
72
|
-
import { Cache as
|
|
72
|
+
import { Cache as ce } from "../../utils/Cache.js";
|
|
73
73
|
import { _raycaster as N } from "../../../shared-utils/three/temp.js";
|
|
74
74
|
import { withResolvers as he } from "../../../shared-utils/promise/withResolvers.js";
|
|
75
75
|
import "../../../shared-utils/typescript/entries.js";
|
|
@@ -124,8 +124,8 @@ import "../../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
|
|
|
124
124
|
import "../../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
125
125
|
import "../../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
126
126
|
import "../../../shared-utils/formatRad.js";
|
|
127
|
-
class
|
|
128
|
-
constructor(
|
|
127
|
+
class Xi {
|
|
128
|
+
constructor(e, i) {
|
|
129
129
|
a(this, "plugin");
|
|
130
130
|
a(this, "id");
|
|
131
131
|
a(this, "contentType");
|
|
@@ -148,6 +148,8 @@ class Xt {
|
|
|
148
148
|
a(this, "zIndex");
|
|
149
149
|
a(this, "manuallyOperated", !1);
|
|
150
150
|
a(this, "normalLineLength");
|
|
151
|
+
a(this, "audioFocusOverride");
|
|
152
|
+
a(this, "audioFocusBindings", /* @__PURE__ */ new Set());
|
|
151
153
|
a(this, "play");
|
|
152
154
|
a(this, "pause");
|
|
153
155
|
a(this, "tag3DContentSvelte");
|
|
@@ -171,68 +173,79 @@ class Xt {
|
|
|
171
173
|
*/
|
|
172
174
|
a(this, "hoverEnabled");
|
|
173
175
|
a(this, "ready", () => {
|
|
174
|
-
const { promise:
|
|
176
|
+
const { promise: e, resolve: i } = he();
|
|
175
177
|
if (!this._updating)
|
|
176
|
-
|
|
178
|
+
i();
|
|
177
179
|
else {
|
|
178
|
-
const
|
|
179
|
-
this._updating || (clearInterval(
|
|
180
|
+
const t = setInterval(() => {
|
|
181
|
+
this._updating || (clearInterval(t), i());
|
|
180
182
|
}, 17);
|
|
181
183
|
setTimeout(() => {
|
|
182
|
-
clearInterval(
|
|
184
|
+
clearInterval(t), i();
|
|
183
185
|
}, 300);
|
|
184
186
|
}
|
|
185
|
-
return
|
|
187
|
+
return e;
|
|
186
188
|
});
|
|
187
|
-
var d, m, p,
|
|
188
|
-
this.plugin =
|
|
189
|
-
const
|
|
190
|
-
|
|
191
|
-
const s = JSON.parse(JSON.stringify(
|
|
192
|
-
|
|
193
|
-
const l =
|
|
194
|
-
|
|
189
|
+
var d, m, p, c, f, h, g, b;
|
|
190
|
+
this.plugin = e;
|
|
191
|
+
const t = ne(i);
|
|
192
|
+
i.stickType = t;
|
|
193
|
+
const s = JSON.parse(JSON.stringify(i.data)), o = (d = i.initialConfig) != null ? d : i.config ? JSON.parse(JSON.stringify(i.config)) : {};
|
|
194
|
+
i.initialConfig = o;
|
|
195
|
+
const l = O(i, e.config), r = this.getConfig(i);
|
|
196
|
+
i.config = r, this.id = (m = i.id) != null ? m : de(), this.enabled = (p = i.enabled) != null ? p : !0, this.contentType = i.contentType, this.hoverEnabled = (f = (c = r.popoverConfig) == null ? void 0 : c.enabled) != null ? f : !0, this.data = (h = r.initialData) != null && h.important ? T(i.data, s, r.initialData) : T(i.data, r.initialData, s);
|
|
195
197
|
let n;
|
|
196
198
|
typeof r.unfoldedConfig == "object" ? r.unfoldedConfig.keep === "unfolded" ? n = !0 : r.unfoldedConfig.keep === "folded" ? n = !1 : n = !this.can("fold") : n = !this.can("fold"), this.state = y({
|
|
197
199
|
visible: void 0,
|
|
198
200
|
unfolded: n
|
|
199
|
-
}, r.initialState), this.isPopoverConfigEnabled() && (this.state.unfolded = !1), this.normalLineLength = (b = (g =
|
|
200
|
-
var
|
|
201
|
-
const
|
|
202
|
-
if (
|
|
203
|
-
if (!
|
|
201
|
+
}, r.initialState), this.isPopoverConfigEnabled() && (this.state.unfolded = !1), this.normalLineLength = (b = (g = i.style) == null ? void 0 : g.point) == null ? void 0 : b.normalLen, this.originPosition = i.position, i.originPosition = this.originPosition, this.position = (() => {
|
|
202
|
+
var V;
|
|
203
|
+
const u = i.originPosition, x = e.workUtil.transform;
|
|
204
|
+
if (i.stickType === "3DBox") {
|
|
205
|
+
if (!u)
|
|
204
206
|
return {
|
|
205
207
|
start: [0, 0, 0],
|
|
206
208
|
end: [0, 0, 0],
|
|
207
209
|
rotation: [0, 0, 0]
|
|
208
210
|
};
|
|
209
|
-
const { start: C, end:
|
|
211
|
+
const { start: C, end: B, rotation: A } = u;
|
|
210
212
|
return {
|
|
211
213
|
start: w(C.map((M) => Number(M))).toArray(),
|
|
212
|
-
end: w(
|
|
213
|
-
rotation: w(
|
|
214
|
+
end: w(B.map((M) => Number(M))).toArray(),
|
|
215
|
+
rotation: w(A.map((M) => Number(M))).toArray()
|
|
214
216
|
};
|
|
215
217
|
}
|
|
216
|
-
if (
|
|
217
|
-
return
|
|
218
|
-
if (!
|
|
218
|
+
if (i.stickType === "Polygon")
|
|
219
|
+
return u ? u.map(w).map((C) => R(C, x).toArray()) : [];
|
|
220
|
+
if (!u)
|
|
219
221
|
return;
|
|
220
|
-
let I =
|
|
221
|
-
if (Array.isArray(
|
|
222
|
-
const C = new k.Vector3().fromArray(
|
|
222
|
+
let I = u;
|
|
223
|
+
if (Array.isArray(u) && u.length === 4 ? I = u.map(w).map((C) => R(C, x).toArray()) : I = R(w(u), x).toArray(), (i.stickType === "2DPoint" || i.stickType === "3DPoint") && ((V = r == null ? void 0 : r.tagNormalLineConfig) != null && V.enabled) && i.normal && this.normalLineLength) {
|
|
224
|
+
const C = new k.Vector3().fromArray(i.normal);
|
|
223
225
|
I = new k.Vector3().fromArray(I).clone().add(C.clone().setLength(this.normalLineLength)).toArray();
|
|
224
226
|
}
|
|
225
227
|
return I;
|
|
226
|
-
})(), this.matrix =
|
|
227
|
-
const
|
|
228
|
-
return
|
|
229
|
-
})() :
|
|
230
|
-
this[
|
|
228
|
+
})(), this.matrix = i.matrix ? (() => {
|
|
229
|
+
const u = new k.Matrix4().fromArray(i.matrix);
|
|
230
|
+
return u.premultiply(e.workUtil.transform), u.elements;
|
|
231
|
+
})() : i.matrix, this.initialConfig = o, this.computedConfig = l, this.stickType = t, this.config = i.config, this.fiveState = i.fiveState, this.normal = i.normal, this.cache = new ce(), this.hooks = new te(), Object.keys(i).forEach((u) => {
|
|
232
|
+
this[u] === void 0 && i[u] !== void 0 && (this[u] = i[u]);
|
|
231
233
|
});
|
|
232
234
|
}
|
|
233
235
|
get visible() {
|
|
234
|
-
var
|
|
235
|
-
return ((
|
|
236
|
+
var e;
|
|
237
|
+
return ((e = this.temporaryState) == null ? void 0 : e.visible) !== !1 && this.state.visible !== !1 && this.enabled !== !1;
|
|
238
|
+
}
|
|
239
|
+
get audioFocus() {
|
|
240
|
+
var e;
|
|
241
|
+
return (e = this.audioFocusOverride) != null ? e : this.plugin.audioFocus;
|
|
242
|
+
}
|
|
243
|
+
/** Bind this tag to a parent media task; undefined restores the plugin host. */
|
|
244
|
+
setAudioFocus(e) {
|
|
245
|
+
e !== this.audioFocusOverride && (this.audioFocusOverride = e, this.audioFocusBindings.forEach((i) => i(this.audioFocus)));
|
|
246
|
+
}
|
|
247
|
+
bindAudioFocus(e) {
|
|
248
|
+
return this.audioFocusBindings.add(e), () => this.audioFocusBindings.delete(e);
|
|
236
249
|
}
|
|
237
250
|
get five() {
|
|
238
251
|
return this.plugin.five;
|
|
@@ -244,13 +257,13 @@ class Xt {
|
|
|
244
257
|
return this.plugin.workUtil;
|
|
245
258
|
}
|
|
246
259
|
get centerPosition() {
|
|
247
|
-
const
|
|
248
|
-
return se(...Array.isArray(
|
|
260
|
+
const e = X(this);
|
|
261
|
+
return se(...Array.isArray(e) ? e : [e]);
|
|
249
262
|
}
|
|
250
263
|
get currentConfig() {
|
|
251
264
|
var s, o;
|
|
252
|
-
const
|
|
253
|
-
return (o =
|
|
265
|
+
const e = O(this, this.plugin.config, { useCache: !0 }), i = this.five.getCurrentState().mode, t = (s = e.configWithFiveMode) == null ? void 0 : s[i];
|
|
266
|
+
return (o = t != null ? t : e) != null ? o : {};
|
|
254
267
|
}
|
|
255
268
|
get currentVisible() {
|
|
256
269
|
return !(!this.plugin.state.enabled || !this.plugin.state.visible || !this.enabled || !this.state.visible);
|
|
@@ -267,15 +280,15 @@ class Xt {
|
|
|
267
280
|
/**
|
|
268
281
|
* @description 找到标签
|
|
269
282
|
*/
|
|
270
|
-
find(
|
|
283
|
+
find(e) {
|
|
271
284
|
return L(this, null, function* () {
|
|
272
285
|
var s;
|
|
273
|
-
const
|
|
286
|
+
const i = this.fiveState;
|
|
274
287
|
if (!this.fiveState)
|
|
275
288
|
return this;
|
|
276
|
-
const
|
|
277
|
-
if (
|
|
278
|
-
const o =
|
|
289
|
+
const t = (s = e == null ? void 0 : e.targetMode) != null ? s : this.five.state.mode;
|
|
290
|
+
if (t === "Panorama") {
|
|
291
|
+
const o = i == null ? void 0 : i.panoIndex;
|
|
279
292
|
if (H(o))
|
|
280
293
|
return this;
|
|
281
294
|
const l = this.workUtil.getObserverPosition(o), r = this.centerPosition.clone().sub(l).normalize();
|
|
@@ -283,9 +296,9 @@ class Xt {
|
|
|
283
296
|
mode: "Panorama",
|
|
284
297
|
workCode: this.workUtil.workCode,
|
|
285
298
|
panoIndex: o
|
|
286
|
-
},
|
|
299
|
+
}, le(r))), yield this.five.ready();
|
|
287
300
|
} else
|
|
288
|
-
|
|
301
|
+
t === "Mapview" && (yield fe(this.five, this.centerPosition, e == null ? void 0 : e.pointConfig));
|
|
289
302
|
return this;
|
|
290
303
|
});
|
|
291
304
|
}
|
|
@@ -299,11 +312,11 @@ class Xt {
|
|
|
299
312
|
/**
|
|
300
313
|
* @description 闪烁
|
|
301
314
|
*/
|
|
302
|
-
blink(
|
|
315
|
+
blink(e) {
|
|
303
316
|
return L(this, null, function* () {
|
|
304
|
-
var r, n, d, m, p,
|
|
317
|
+
var r, n, d, m, p, c;
|
|
305
318
|
yield this.ready(), this._currentBlinkInstance && !this._currentBlinkInstance.completed && ((n = (r = this._currentBlinkInstance).preComplete) == null || n.call(r), this._currentBlinkInstance = void 0);
|
|
306
|
-
const
|
|
319
|
+
const i = (d = this.enabled) != null ? d : !0, t = (m = this.state) == null ? void 0 : m.visible, s = i && t;
|
|
307
320
|
s === !1 && (this.state.visible = !0, this.enabled = !0, this.applyVisible(), this.plugin.render(), this.computeRenderType() !== "Mesh" ? yield new Promise((f) => {
|
|
308
321
|
if (this.dom || this.contentDom) {
|
|
309
322
|
f();
|
|
@@ -312,7 +325,7 @@ class Xt {
|
|
|
312
325
|
const h = setInterval(() => {
|
|
313
326
|
(this.dom || this.contentDom) && (f(), clearInterval(h));
|
|
314
327
|
}, 16.7);
|
|
315
|
-
}) : this.stickType === "Model" && !((p = this.model) != null && p.object) ? yield (
|
|
328
|
+
}) : this.stickType === "Model" && !((p = this.model) != null && p.object) ? yield (c = this.model) == null ? void 0 : c.promise : this.stickType === "Plane" && (yield new Promise((f) => {
|
|
316
329
|
if (this.mediaPlane) {
|
|
317
330
|
f();
|
|
318
331
|
return;
|
|
@@ -322,9 +335,9 @@ class Xt {
|
|
|
322
335
|
}, 16.7);
|
|
323
336
|
})), this.dom && (this.dom.style.visibility = "hidden"), this.contentDom && (this.contentDom.style.visibility = "hidden"));
|
|
324
337
|
const o = (() => {
|
|
325
|
-
var g, b,
|
|
338
|
+
var g, b, u;
|
|
326
339
|
const f = [];
|
|
327
|
-
f.push(this.dom), f.push((b = (g = this.tag3DContentSvelte) == null ? void 0 : g.css3DInstance) == null ? void 0 : b.container), f.push((
|
|
340
|
+
f.push(this.dom), f.push((b = (g = this.tag3DContentSvelte) == null ? void 0 : g.css3DInstance) == null ? void 0 : b.container), f.push((u = this.model) == null ? void 0 : u.object), f.push(this.mediaPlane), f.push(this.boxShape), f.push(this.polygonShape);
|
|
328
341
|
const h = this.getAdditionalBlinkTargets();
|
|
329
342
|
if (h) {
|
|
330
343
|
const x = Array.isArray(h) ? h : [h];
|
|
@@ -336,7 +349,7 @@ class Xt {
|
|
|
336
349
|
console.warn("tagDom is empty");
|
|
337
350
|
return;
|
|
338
351
|
}
|
|
339
|
-
const l = s ? re :
|
|
352
|
+
const l = s ? re : ae;
|
|
340
353
|
this._currentBlinkInstance = l(o, y({
|
|
341
354
|
begin: () => {
|
|
342
355
|
s === !1 && (this.dom && (this.dom.style.visibility = ""), this.contentDom && (this.contentDom.style.visibility = ""));
|
|
@@ -344,7 +357,7 @@ class Xt {
|
|
|
344
357
|
updateRender: () => {
|
|
345
358
|
this.five.needsRender = !0;
|
|
346
359
|
}
|
|
347
|
-
},
|
|
360
|
+
}, e));
|
|
348
361
|
try {
|
|
349
362
|
yield this._currentBlinkInstance.finished;
|
|
350
363
|
} catch (f) {
|
|
@@ -352,7 +365,7 @@ class Xt {
|
|
|
352
365
|
} finally {
|
|
353
366
|
this._currentBlinkInstance = void 0;
|
|
354
367
|
}
|
|
355
|
-
|
|
368
|
+
i === !1 && (this.enabled = !1, this.updateVisible()), t === !1 && this.updateVisible(), s === !1 && (this.dom && (this.dom.style.visibility = ""), this.contentDom && (this.contentDom.style.visibility = ""));
|
|
356
369
|
});
|
|
357
370
|
}
|
|
358
371
|
/**
|
|
@@ -380,49 +393,49 @@ class Xt {
|
|
|
380
393
|
* @description 禁用
|
|
381
394
|
*/
|
|
382
395
|
disable() {
|
|
383
|
-
var
|
|
384
|
-
this.enabled = !1, this.hooks.emit("disable"), (
|
|
396
|
+
var e, i, t;
|
|
397
|
+
this.enabled = !1, this.hooks.emit("disable"), (e = this.rectanglePlane) == null || e.delete(), (i = this.boxShape) == null || i.delete(), (t = this.polygonShape) == null || t.delete(), this.five.needsRender = !0, this.applyVisible();
|
|
385
398
|
}
|
|
386
399
|
/**
|
|
387
400
|
* @deprecated use `setData` instead
|
|
388
401
|
*/
|
|
389
|
-
changeData(
|
|
390
|
-
return this.setData(
|
|
402
|
+
changeData(e, i = !0) {
|
|
403
|
+
return this.setData(e, i);
|
|
391
404
|
}
|
|
392
405
|
/**
|
|
393
406
|
* @deprecated use `setPosition` instead
|
|
394
407
|
*/
|
|
395
|
-
changePosition(
|
|
396
|
-
return this.setPosition(
|
|
408
|
+
changePosition(e) {
|
|
409
|
+
return this.setPosition(e);
|
|
397
410
|
}
|
|
398
411
|
/**
|
|
399
412
|
* @description 修改标签数据
|
|
400
413
|
* @param deepMerge 是否深度合并 data,默认为 true
|
|
401
414
|
*/
|
|
402
|
-
setData(
|
|
403
|
-
|
|
415
|
+
setData(e, i = !0) {
|
|
416
|
+
i ? this.data = T(this.data, e) : this.data = y(y({}, this.data), e), this.hooks.emit("dataChanged", this.data);
|
|
404
417
|
}
|
|
405
418
|
/**
|
|
406
419
|
* @description 修改标签位置
|
|
407
420
|
*/
|
|
408
|
-
setPosition(
|
|
421
|
+
setPosition(e) {
|
|
409
422
|
throw new Error("Method not implemented.");
|
|
410
423
|
}
|
|
411
424
|
/**
|
|
412
425
|
* @description 设置标签实例的属性
|
|
413
426
|
* @param deepMerge 是否深度合并 data,默认为 true
|
|
414
427
|
*/
|
|
415
|
-
set(
|
|
416
|
-
this.plugin.tagsLengthWillUpdate = !0,
|
|
428
|
+
set(e, i = !0) {
|
|
429
|
+
this.plugin.tagsLengthWillUpdate = !0, i ? T(this, e) : Object.assign(this, e), this.cache.clear();
|
|
417
430
|
}
|
|
418
431
|
updateConfig() {
|
|
419
|
-
var
|
|
420
|
-
const
|
|
421
|
-
this.computedConfig =
|
|
422
|
-
const
|
|
423
|
-
if (this.config =
|
|
432
|
+
var t;
|
|
433
|
+
const e = this.getConfig(void 0, { useCache: !1 });
|
|
434
|
+
this.computedConfig = e;
|
|
435
|
+
const i = this.getConfig();
|
|
436
|
+
if (this.config = i, this.config.initialData) {
|
|
424
437
|
const s = JSON.parse(JSON.stringify(this.data));
|
|
425
|
-
this.data = (
|
|
438
|
+
this.data = (t = i.initialData) != null && t.important ? T(this.data, s, i.initialData) : T(this.data, i.initialData, s);
|
|
426
439
|
}
|
|
427
440
|
this.cache.clear();
|
|
428
441
|
}
|
|
@@ -430,111 +443,111 @@ class Xt {
|
|
|
430
443
|
this.enabled ? (this.state.visible = this.getVisible(), this.applyVisible()) : this.applyVisible(), this.five.needsRender = !0, this._updating = !1;
|
|
431
444
|
}
|
|
432
445
|
updateZIndex() {
|
|
433
|
-
const
|
|
434
|
-
this.zIndex = Math.round((1e4 - (
|
|
446
|
+
const e = this.getSquaredDistance();
|
|
447
|
+
this.zIndex = Math.round((1e4 - (e != null ? e : 0)) * 100);
|
|
435
448
|
}
|
|
436
|
-
getConfig(
|
|
449
|
+
getConfig(e, i) {
|
|
437
450
|
var l, r, n;
|
|
438
|
-
const
|
|
439
|
-
return (n = o != null ? o :
|
|
451
|
+
const t = O(e != null ? e : this, this.plugin.config, { useCache: i == null ? void 0 : i.useCache }), s = (l = i == null ? void 0 : i.fiveMode) != null ? l : this.five.getCurrentState().mode, o = (r = t.configWithFiveMode) == null ? void 0 : r[s];
|
|
452
|
+
return (n = o != null ? o : t) != null ? n : {};
|
|
440
453
|
}
|
|
441
|
-
getDistance(
|
|
442
|
-
const
|
|
454
|
+
getDistance(e, i = 3) {
|
|
455
|
+
const t = y(y({}, this.five.getCurrentState()), e), { panoIndex: s, mode: o } = t, l = o === "Panorama" ? this.workUtil.getObserverPosition(s) : this.five.camera.position, r = this.centerPosition;
|
|
443
456
|
return !l || !r ? -1 : l.distanceTo(r);
|
|
444
457
|
}
|
|
445
458
|
/**
|
|
446
459
|
* @description 用于排序的距离,性能更好
|
|
447
460
|
*/
|
|
448
461
|
getSquaredDistance() {
|
|
449
|
-
const
|
|
462
|
+
const e = this.five.camera.position;
|
|
450
463
|
if (this.stickType === "3DBox") {
|
|
451
|
-
const
|
|
452
|
-
if (!
|
|
464
|
+
const t = this.position;
|
|
465
|
+
if (!t || !t.start)
|
|
453
466
|
return 1 / 0;
|
|
454
|
-
const s =
|
|
455
|
-
return P(s[0] -
|
|
467
|
+
const s = t.start;
|
|
468
|
+
return P(s[0] - e.x, 2) + P(s[1] - e.y, 2) + P(s[2] - e.z, 2);
|
|
456
469
|
}
|
|
457
470
|
if (this.stickType === "Polygon") {
|
|
458
|
-
const
|
|
459
|
-
if (!
|
|
471
|
+
const t = this.position;
|
|
472
|
+
if (!t || t.length === 0)
|
|
460
473
|
return 1 / 0;
|
|
461
|
-
const s =
|
|
462
|
-
return P(s[0] -
|
|
474
|
+
const s = t[0];
|
|
475
|
+
return P(s[0] - e.x, 2) + P(s[1] - e.y, 2) + P(s[2] - e.z, 2);
|
|
463
476
|
}
|
|
464
|
-
let
|
|
465
|
-
return this.position || console.log(this, "no position"), Array.isArray(this.position[0]) ?
|
|
477
|
+
let i;
|
|
478
|
+
return this.position || console.log(this, "no position"), Array.isArray(this.position[0]) ? i = this.position[0] : i = this.position, P(i[0] - e.x, 2) + P(i[1] - e.y, 2) + P(i[2] - e.z, 2);
|
|
466
479
|
}
|
|
467
|
-
getVisible(
|
|
480
|
+
getVisible(e) {
|
|
468
481
|
if (!this.enabled || !this.plugin.state.enabled || !this.fiveUtil.model)
|
|
469
482
|
return !1;
|
|
470
|
-
const
|
|
471
|
-
let
|
|
472
|
-
return H(
|
|
483
|
+
const i = y(y({}, this.five.getCurrentState()), e);
|
|
484
|
+
let t = this.cache.getVisible(this, i);
|
|
485
|
+
return H(t) && (t = this.computeVisible(i).value, this.cache.setVisible(this, i, t)), t;
|
|
473
486
|
}
|
|
474
|
-
getUnfoldedByPanoIndex(
|
|
487
|
+
getUnfoldedByPanoIndex(e) {
|
|
475
488
|
if (!this.currentVisible)
|
|
476
489
|
return;
|
|
477
|
-
const
|
|
478
|
-
return
|
|
490
|
+
const t = this.computeUnfoldedByPanoIndex(e);
|
|
491
|
+
return t && this.getUnfoldedByCamera();
|
|
479
492
|
}
|
|
480
493
|
getUnfoldedByCamera() {
|
|
481
494
|
return this.currentVisible ? this.computeUnfoldedByCamera() : void 0;
|
|
482
495
|
}
|
|
483
|
-
can(
|
|
484
|
-
var
|
|
485
|
-
if ((
|
|
496
|
+
can(e) {
|
|
497
|
+
var t, s;
|
|
498
|
+
if ((e === "fold" || e === "unfold") && ((s = (t = this.currentConfig) == null ? void 0 : t.popoverConfig) == null ? void 0 : s.enabled) === !0)
|
|
486
499
|
return !1;
|
|
487
|
-
const
|
|
488
|
-
if (!
|
|
500
|
+
const i = this.currentConfig;
|
|
501
|
+
if (!i || typeof i != "object")
|
|
489
502
|
return !0;
|
|
490
|
-
if (
|
|
491
|
-
if (!
|
|
503
|
+
if (e === "show" || e === "hide") {
|
|
504
|
+
if (!i.visibleConfig || typeof i.visibleConfig != "object")
|
|
492
505
|
return !0;
|
|
493
|
-
if (
|
|
506
|
+
if (e === "show" && i.visibleConfig.keep === "hidden" || e === "hide" && i.visibleConfig.keep === "visible")
|
|
494
507
|
return !1;
|
|
495
508
|
}
|
|
496
|
-
if (
|
|
497
|
-
if (!
|
|
509
|
+
if (e === "fold" || e === "unfold") {
|
|
510
|
+
if (!i.unfoldedConfig || typeof i.unfoldedConfig != "object")
|
|
498
511
|
return !0;
|
|
499
|
-
if (
|
|
512
|
+
if (e === "fold" && i.unfoldedConfig.keep === "unfolded" || e === "unfold" && i.unfoldedConfig.keep === "folded")
|
|
500
513
|
return !1;
|
|
501
514
|
}
|
|
502
515
|
return !0;
|
|
503
516
|
}
|
|
504
|
-
onClick(
|
|
517
|
+
onClick(e) {
|
|
505
518
|
}
|
|
506
519
|
computeRenderType() {
|
|
507
|
-
const
|
|
520
|
+
const e = (() => {
|
|
508
521
|
if (this.stickType === "3DPoint")
|
|
509
522
|
return "Dom";
|
|
510
|
-
const
|
|
511
|
-
if (!
|
|
523
|
+
const i = this.getConfig();
|
|
524
|
+
if (!i || typeof i != "object" || !i.renderType)
|
|
512
525
|
return;
|
|
513
|
-
const
|
|
514
|
-
if ((!
|
|
515
|
-
return
|
|
516
|
-
if (
|
|
526
|
+
const t = this.data.mediaData;
|
|
527
|
+
if ((!t || t.length === 0) && G(this))
|
|
528
|
+
return i.renderType;
|
|
529
|
+
if (i.renderType === "Mesh") {
|
|
517
530
|
if (G(this)) {
|
|
518
|
-
if (
|
|
519
|
-
if (
|
|
531
|
+
if (t.length === 1) {
|
|
532
|
+
if (t[0].type === "Video")
|
|
520
533
|
return navigator.userAgent.toLowerCase().indexOf("firefox") > -1 && navigator.userAgent.toLowerCase().indexOf("mobile") > -1 ? "Dom" : "Mesh";
|
|
521
|
-
if (
|
|
522
|
-
return K(
|
|
534
|
+
if (t[0].type === "Image")
|
|
535
|
+
return K(t[0].url) === "gif" ? "Dom" : "Mesh";
|
|
523
536
|
}
|
|
524
537
|
} else if (_(this))
|
|
525
|
-
return
|
|
538
|
+
return t.length === 1 && t[0].type === "Image" ? K(t[0].url) === "gif" ? "Dom" : "Mesh" : "BehindDom";
|
|
526
539
|
}
|
|
527
540
|
})();
|
|
528
|
-
return
|
|
541
|
+
return e != null ? e : "Dom";
|
|
529
542
|
}
|
|
530
|
-
computeVisible(
|
|
531
|
-
const
|
|
543
|
+
computeVisible(e) {
|
|
544
|
+
const i = y(y({}, this.five.getCurrentState()), e), { panoIndex: t, mode: s } = i, o = [];
|
|
532
545
|
return (() => {
|
|
533
|
-
var d, p,
|
|
546
|
+
var d, p, c, f;
|
|
534
547
|
const n = (d = this.getConfig().visibleConfig) != null ? d : {};
|
|
535
548
|
if (typeof n == "function")
|
|
536
549
|
return {
|
|
537
|
-
value: n(this.five, { tag: this, distance: this.getDistance(
|
|
550
|
+
value: n(this.five, { tag: this, distance: this.getDistance(i, void 0) }),
|
|
538
551
|
checkedList: o,
|
|
539
552
|
reason: "config function result"
|
|
540
553
|
};
|
|
@@ -551,42 +564,42 @@ class Xt {
|
|
|
551
564
|
if (g === !1)
|
|
552
565
|
return y({ value: !1, checkedList: o, reason: "followModelVisibility check failed" }, b);
|
|
553
566
|
}
|
|
554
|
-
if (E(s) && n.visiblePanoIndex !== void 0 && n.visiblePanoIndex !== "all" &&
|
|
555
|
-
if (o.push("visiblePanoIndex"), Array.isArray(n.visiblePanoIndex) && !n.visiblePanoIndex.includes(
|
|
567
|
+
if (E(s) && n.visiblePanoIndex !== void 0 && n.visiblePanoIndex !== "all" && t !== void 0) {
|
|
568
|
+
if (o.push("visiblePanoIndex"), Array.isArray(n.visiblePanoIndex) && !n.visiblePanoIndex.includes(t))
|
|
556
569
|
return {
|
|
557
570
|
value: !1,
|
|
558
571
|
checkedList: o,
|
|
559
|
-
reason: `current panoIndex is not included in visiblePano. currentPanoIndex: ${
|
|
572
|
+
reason: `current panoIndex is not included in visiblePano. currentPanoIndex: ${t}, visiblePanoIndex: ${n.visiblePanoIndex}`
|
|
560
573
|
};
|
|
561
|
-
if (n.visiblePanoIndex === "current" &&
|
|
574
|
+
if (n.visiblePanoIndex === "current" && t !== ((p = this.fiveState) == null ? void 0 : p.panoIndex))
|
|
562
575
|
return {
|
|
563
576
|
value: !1,
|
|
564
577
|
checkedList: o,
|
|
565
|
-
reason: `current panoIndex is not equal to tag.panoIndex. currentPanoIndex: ${
|
|
578
|
+
reason: `current panoIndex is not equal to tag.panoIndex. currentPanoIndex: ${t}, tag.panoIndex: ${(c = this.fiveState) == null ? void 0 : c.panoIndex}`
|
|
566
579
|
};
|
|
567
580
|
}
|
|
568
581
|
if (n.visibleDistance !== void 0 && (o.push("visibleDistance"), n.visibleDistance !== "unLimited")) {
|
|
569
|
-
const g = this.getDistance(
|
|
570
|
-
if (
|
|
582
|
+
const g = this.getDistance(i, 1);
|
|
583
|
+
if (S(g, n.visibleDistance) === !1)
|
|
571
584
|
return {
|
|
572
585
|
value: !1,
|
|
573
586
|
checkedList: o,
|
|
574
|
-
panoIndex:
|
|
587
|
+
panoIndex: t,
|
|
575
588
|
visibleDistance: n.visibleDistance,
|
|
576
589
|
reason: `distance is not in visibleDistance. distance: ${g}, visibleDistance: ${n.visibleDistance.min} - ${n.visibleDistance.max}`
|
|
577
590
|
};
|
|
578
591
|
}
|
|
579
592
|
if (n.intersectRaycaster !== !1 && (typeof n.intersectRaycaster != "object" || n.intersectRaycaster.enabled !== !1)) {
|
|
580
|
-
if (o.push("intersectRaycaster"),
|
|
593
|
+
if (o.push("intersectRaycaster"), t === void 0)
|
|
581
594
|
return {
|
|
582
595
|
value: !1,
|
|
583
596
|
checkedList: o,
|
|
584
|
-
reason: `intersectRaycaster check failed: panoIndex is ${
|
|
597
|
+
reason: `intersectRaycaster check failed: panoIndex is ${t}`
|
|
585
598
|
};
|
|
586
|
-
if (
|
|
599
|
+
if (t === ((f = this.fiveState) == null ? void 0 : f.panoIndex))
|
|
587
600
|
o.push("intersectCheckSkiped");
|
|
588
601
|
else {
|
|
589
|
-
const g = this.computeVisibleByIntersect(
|
|
602
|
+
const g = this.computeVisibleByIntersect(t);
|
|
590
603
|
if (g.value === !1)
|
|
591
604
|
return Object.assign(g, { checkedList: o });
|
|
592
605
|
}
|
|
@@ -602,26 +615,26 @@ class Xt {
|
|
|
602
615
|
/**
|
|
603
616
|
* @description 计算标签可见性
|
|
604
617
|
*/
|
|
605
|
-
computeVisibleByFiveMode(
|
|
606
|
-
const
|
|
618
|
+
computeVisibleByFiveMode(e, i) {
|
|
619
|
+
const t = () => {
|
|
607
620
|
var l, r;
|
|
608
|
-
let o = typeof
|
|
621
|
+
let o = typeof e.visibleFiveMode == "function" ? e.visibleFiveMode(this) : e.visibleFiveMode;
|
|
609
622
|
if (o || (o = (r = (l = this.fiveState) == null ? void 0 : l.mode) != null ? r : this.workUtil.observers.length ? "Panorama" : "ModelLike"), Array.isArray(o))
|
|
610
|
-
return o.includes(
|
|
623
|
+
return o.includes(i);
|
|
611
624
|
if (o === "ModelLike")
|
|
612
|
-
return
|
|
625
|
+
return F(i);
|
|
613
626
|
if (o === "PanoramaLike")
|
|
614
|
-
return !E(
|
|
627
|
+
return !E(i);
|
|
615
628
|
if (o === "all")
|
|
616
629
|
return !0;
|
|
617
630
|
if (typeof o == "string")
|
|
618
|
-
return o ===
|
|
631
|
+
return o === i;
|
|
619
632
|
};
|
|
620
633
|
if ((() => {
|
|
621
634
|
var l;
|
|
622
|
-
const o =
|
|
623
|
-
if (q((l = this.fiveState) == null ? void 0 : l.panoIndex) &&
|
|
624
|
-
if (
|
|
635
|
+
const o = t();
|
|
636
|
+
if (q((l = this.fiveState) == null ? void 0 : l.panoIndex) && e.entryFromModel) {
|
|
637
|
+
if (F(i) && o ? this.entryFromModel = !1 : this.entryFromModel = !0, F(i))
|
|
625
638
|
return !0;
|
|
626
639
|
} else
|
|
627
640
|
this.entryFromModel = !1;
|
|
@@ -630,22 +643,22 @@ class Xt {
|
|
|
630
643
|
return {
|
|
631
644
|
value: !1,
|
|
632
645
|
reason: "current mode is not included in visibleFiveMode",
|
|
633
|
-
visibleFiveMode:
|
|
634
|
-
mode:
|
|
646
|
+
visibleFiveMode: e.visibleFiveMode,
|
|
647
|
+
mode: i
|
|
635
648
|
};
|
|
636
649
|
}
|
|
637
650
|
/** 通过射线检测标签可用性 */
|
|
638
|
-
computeVisibleByIntersect(
|
|
639
|
-
var n, d, m, p,
|
|
640
|
-
const
|
|
651
|
+
computeVisibleByIntersect(e) {
|
|
652
|
+
var n, d, m, p, c;
|
|
653
|
+
const i = Q(Q((n = this.getConfig().visibleConfig) != null ? n : {}).intersectRaycaster), t = e != null ? e : this.five.getCurrentState().panoIndex, s = E(this.five.getCurrentState().mode) ? this.workUtil.getObserverPosition(t) : this.five.camera.position;
|
|
641
654
|
if (s === void 0)
|
|
642
|
-
return { value: !1, reason: { type: "startPosition is undefined", fivePanoIndex:
|
|
643
|
-
if (
|
|
644
|
-
return { value: !1, reason: { type: "model not loaded", fivePanoIndex:
|
|
655
|
+
return { value: !1, reason: { type: "startPosition is undefined", fivePanoIndex: t } };
|
|
656
|
+
if (i.hideWhenModelNotLoaded && ((d = this.fiveUtil.model) == null ? void 0 : d.loaded) === !1)
|
|
657
|
+
return { value: !1, reason: { type: "model not loaded", fivePanoIndex: t } };
|
|
645
658
|
const o = oe(
|
|
646
659
|
(() => {
|
|
647
660
|
var h;
|
|
648
|
-
const f = (h =
|
|
661
|
+
const f = (h = i.checkPoints) != null ? h : "center";
|
|
649
662
|
return f === "center" ? Z(this) : f === "corner" ? X(this) : Array.isArray(f) ? f : [];
|
|
650
663
|
})()
|
|
651
664
|
);
|
|
@@ -656,17 +669,17 @@ class Xt {
|
|
|
656
669
|
N.set(s, h);
|
|
657
670
|
const [b] = this.fiveUtil.model.intersectRaycaster(N);
|
|
658
671
|
g = b == null ? void 0 : b.distance;
|
|
659
|
-
const
|
|
672
|
+
const u = (() => {
|
|
660
673
|
if (!_(this))
|
|
661
674
|
return;
|
|
662
|
-
const
|
|
675
|
+
const B = this.plugin.tags.filter(_).map((M) => {
|
|
663
676
|
var $;
|
|
664
677
|
return ($ = M.model) == null ? void 0 : $.object;
|
|
665
|
-
}).filter(q), [
|
|
666
|
-
return
|
|
667
|
-
})(), x = s.distanceTo(f), I = (m =
|
|
668
|
-
g = Math.min(g != null ? g : 1 / 0, (p =
|
|
669
|
-
const C = (
|
|
678
|
+
}).filter(q), [A] = N.intersectObjects(B, !0);
|
|
679
|
+
return A;
|
|
680
|
+
})(), x = s.distanceTo(f), I = (m = i.distanceAccuracy) != null ? m : 0.01;
|
|
681
|
+
g = Math.min(g != null ? g : 1 / 0, (p = u == null ? void 0 : u.distance) != null ? p : 1 / 0), g + I >= x ? l++ : r++;
|
|
682
|
+
const C = (c = i.needPassed) != null ? c : 1;
|
|
670
683
|
if (l >= C)
|
|
671
684
|
return { value: !0 };
|
|
672
685
|
}
|
|
@@ -675,82 +688,82 @@ class Xt {
|
|
|
675
688
|
reason: {
|
|
676
689
|
type: "intersectRaycaster check failed",
|
|
677
690
|
passedCount: l,
|
|
678
|
-
needPassed:
|
|
691
|
+
needPassed: i.needPassed,
|
|
679
692
|
model: this.fiveUtil.model.name
|
|
680
693
|
}
|
|
681
694
|
};
|
|
682
695
|
}
|
|
683
696
|
computeVisibleByFloorIndex() {
|
|
684
697
|
var s, o, l, r, n, d, m;
|
|
685
|
-
let
|
|
686
|
-
const
|
|
687
|
-
|
|
698
|
+
let e = 0;
|
|
699
|
+
const i = (s = this.fiveState) == null ? void 0 : s.panoIndex;
|
|
700
|
+
i !== void 0 ? e = (o = this.workUtil.getObserver(i)) == null ? void 0 : o.floorIndex : e = ue(
|
|
688
701
|
this.workUtil.work,
|
|
689
702
|
(m = (d = (r = (l = this.model) == null ? void 0 : l.object) == null ? void 0 : r.position) != null ? d : (n = this.mediaPlane) == null ? void 0 : n.position) != null ? m : Z(this)
|
|
690
703
|
);
|
|
691
|
-
const
|
|
704
|
+
const t = this.fiveUtil.model.shownFloor;
|
|
692
705
|
return {
|
|
693
|
-
value:
|
|
694
|
-
currentFiveFloorIndex:
|
|
695
|
-
tagFloorIndex:
|
|
706
|
+
value: t === null || t === e,
|
|
707
|
+
currentFiveFloorIndex: t,
|
|
708
|
+
tagFloorIndex: e
|
|
696
709
|
};
|
|
697
710
|
}
|
|
698
711
|
/**
|
|
699
712
|
* @description 获取是否展开
|
|
700
713
|
*/
|
|
701
|
-
computeUnfoldedByPanoIndex(
|
|
702
|
-
const
|
|
703
|
-
if (
|
|
704
|
-
if (typeof
|
|
705
|
-
return
|
|
706
|
-
if (
|
|
714
|
+
computeUnfoldedByPanoIndex(e) {
|
|
715
|
+
const i = this.getConfig().unfoldedConfig;
|
|
716
|
+
if (i) {
|
|
717
|
+
if (typeof i == "function")
|
|
718
|
+
return i(this.five, { tag: this, distance: this.getDistance({ panoIndex: e }) });
|
|
719
|
+
if (i.keep === "folded")
|
|
707
720
|
return !1;
|
|
708
|
-
if (
|
|
721
|
+
if (i.keep === "unfolded")
|
|
709
722
|
return !0;
|
|
710
|
-
if (
|
|
723
|
+
if (i.unfoldDistance && S(this.getDistance({ panoIndex: e }), i.unfoldDistance) === !1)
|
|
711
724
|
return !1;
|
|
712
725
|
}
|
|
713
726
|
}
|
|
714
727
|
// 该方法有很大优化空间,这个检测显示方法不应该挂在tagBase下,做了多次不必要计算(MinimumDistance,ScreenCenter)。
|
|
715
728
|
computeUnfoldedByCamera() {
|
|
716
|
-
var
|
|
717
|
-
if (this.entryFromModel &&
|
|
729
|
+
var i, t;
|
|
730
|
+
if (this.entryFromModel && F(this.five.state.mode))
|
|
718
731
|
return !1;
|
|
719
|
-
const
|
|
720
|
-
if (
|
|
721
|
-
if (typeof
|
|
722
|
-
return
|
|
723
|
-
if (
|
|
732
|
+
const e = this.getConfig().unfoldedConfig;
|
|
733
|
+
if (e) {
|
|
734
|
+
if (typeof e == "function")
|
|
735
|
+
return e(this.five, { tag: this, distance: this.getDistance() });
|
|
736
|
+
if (e.keep === "folded")
|
|
724
737
|
return !1;
|
|
725
|
-
if (
|
|
738
|
+
if (e.keep === "unfolded")
|
|
726
739
|
return !0;
|
|
727
|
-
if (typeof
|
|
740
|
+
if (typeof e != "object" || e.autoUnfold === void 0 || e.autoUnfold === !1 || e.autoUnfold.enable === !1 || !e.autoUnfold.strategy)
|
|
728
741
|
return;
|
|
729
|
-
if (
|
|
742
|
+
if (e.autoUnfold.strategy === "ScreenPostion") {
|
|
730
743
|
const s = this.computeTagProject();
|
|
731
|
-
if (s &&
|
|
744
|
+
if (s && S(s.x, e.autoUnfold.autoUnfoldProjectX) === !1)
|
|
732
745
|
return !1;
|
|
733
746
|
}
|
|
734
|
-
if (
|
|
747
|
+
if (e.autoUnfold.strategy === "MinimumDistance") {
|
|
735
748
|
const l = this.plugin.filterPointTag.filter((n) => n.currentVisible).filter((n) => {
|
|
736
749
|
const d = this.computeTagProject();
|
|
737
750
|
if (!d)
|
|
738
751
|
return !1;
|
|
739
|
-
const { x: m, y: p, z:
|
|
740
|
-
return !(Math.abs(
|
|
752
|
+
const { x: m, y: p, z: c } = d;
|
|
753
|
+
return !(Math.abs(c) > 1 || Math.abs(m) > 1 || Math.abs(p) > 1);
|
|
741
754
|
}).map((n) => ({ tag: n, id: n.id, tagConfig: n.getConfig().unfoldedConfig })).filter(({ tagConfig: n }) => {
|
|
742
755
|
var d, m;
|
|
743
756
|
return !(typeof n == "function" || n.keep || n.autoUnfold === !1 || ((d = n.autoUnfold) == null ? void 0 : d.enable) === !1 || ((m = n.autoUnfold) == null ? void 0 : m.strategy) !== "MinimumDistance");
|
|
744
757
|
}).map((n) => j(y({}, n), { distance: n.tag.getDistance() })).filter(({ distance: n, tagConfig: d }) => {
|
|
745
758
|
const m = d.autoUnfold.distance;
|
|
746
|
-
return !(m &&
|
|
759
|
+
return !(m && S(n, m) === !1);
|
|
747
760
|
}).sort((n, d) => n.distance - d.distance).findIndex((n) => n.id === this.id);
|
|
748
|
-
if (l === -1 || l <= ((
|
|
761
|
+
if (l === -1 || l <= ((i = e.autoUnfold.maxNumber) != null ? i : 1) - 1 === !1)
|
|
749
762
|
return !1;
|
|
750
763
|
}
|
|
751
|
-
if (
|
|
764
|
+
if (e.autoUnfold.strategy === "FoldWhenMove")
|
|
752
765
|
return !1;
|
|
753
|
-
if (
|
|
766
|
+
if (e.autoUnfold.strategy === "ScreenCenter") {
|
|
754
767
|
const s = this.plugin.filterPointTag, o = new k.Matrix4();
|
|
755
768
|
o.multiplyMatrices(this.five.camera.projectionMatrix, this.five.camera.matrixWorldInverse);
|
|
756
769
|
const l = new k.Frustum();
|
|
@@ -759,88 +772,88 @@ class Xt {
|
|
|
759
772
|
var g, b;
|
|
760
773
|
if (!p.currentVisible)
|
|
761
774
|
return !1;
|
|
762
|
-
const
|
|
763
|
-
if (p.manuallyOperated || typeof
|
|
775
|
+
const c = p.getConfig().unfoldedConfig;
|
|
776
|
+
if (p.manuallyOperated || typeof c != "object" || (c == null ? void 0 : c.autoUnfold) === !1 || ((g = c == null ? void 0 : c.autoUnfold) == null ? void 0 : g.strategy) !== "ScreenCenter" || c.keep || ((b = c.autoUnfold) == null ? void 0 : b.enable) === !1 || !l.containsPoint(new k.Vector3().fromArray(p.position)))
|
|
764
777
|
return !1;
|
|
765
|
-
const h =
|
|
778
|
+
const h = c.autoUnfold.distance;
|
|
766
779
|
if (h) {
|
|
767
|
-
const
|
|
768
|
-
if (
|
|
780
|
+
const u = p.getDistance();
|
|
781
|
+
if (S(u, h) === !1)
|
|
769
782
|
return !1;
|
|
770
783
|
}
|
|
771
784
|
return !0;
|
|
772
|
-
}).sort((p,
|
|
773
|
-
const f = new k.Vector3().fromArray(p.position), h = new k.Vector3().fromArray(
|
|
785
|
+
}).sort((p, c) => {
|
|
786
|
+
const f = new k.Vector3().fromArray(p.position), h = new k.Vector3().fromArray(c.position);
|
|
774
787
|
return r.angleTo(f.sub(this.five.camera.position)) - r.angleTo(h.sub(this.five.camera.position));
|
|
775
788
|
}).findIndex((p) => p.id === this.id);
|
|
776
|
-
if (d === -1 || d <= ((
|
|
789
|
+
if (d === -1 || d <= ((t = e.autoUnfold.maxNumber) != null ? t : 1) - 1 === !1)
|
|
777
790
|
return !1;
|
|
778
791
|
}
|
|
779
792
|
return !0;
|
|
780
793
|
}
|
|
781
794
|
}
|
|
782
795
|
computeTagProject() {
|
|
783
|
-
const
|
|
784
|
-
if (!
|
|
796
|
+
const e = this.centerPosition;
|
|
797
|
+
if (!e)
|
|
785
798
|
return;
|
|
786
|
-
const { x:
|
|
799
|
+
const { x: i, y: t, z: s } = e.project(this.five.camera);
|
|
787
800
|
if (!(s > 1))
|
|
788
|
-
return { x:
|
|
801
|
+
return { x: i, y: t, z: s };
|
|
789
802
|
}
|
|
790
|
-
addObjectClickHandler(
|
|
791
|
-
if (!
|
|
803
|
+
addObjectClickHandler(e, i, t) {
|
|
804
|
+
if (!i || !this.plugin.domEvents)
|
|
792
805
|
return () => {
|
|
793
806
|
};
|
|
794
|
-
const s = () => !(!
|
|
807
|
+
const s = () => !(!e.currentVisible || e.loading), o = (l) => {
|
|
795
808
|
if (!s())
|
|
796
809
|
return !1;
|
|
797
|
-
|
|
810
|
+
t(l.origDomEvent);
|
|
798
811
|
};
|
|
799
|
-
return this.plugin.domEvents.addEventListener(
|
|
812
|
+
return this.plugin.domEvents.addEventListener(i, "click", o), () => {
|
|
800
813
|
var l;
|
|
801
|
-
(l = this.plugin.domEvents) == null || l.removeEventListener(
|
|
814
|
+
(l = this.plugin.domEvents) == null || l.removeEventListener(i, "click", o);
|
|
802
815
|
};
|
|
803
816
|
}
|
|
804
817
|
whyHide() {
|
|
805
|
-
var
|
|
818
|
+
var i;
|
|
806
819
|
if (!this.plugin.state.enabled)
|
|
807
820
|
return { reason: `plugin.state.enabled is ${this.plugin.state.enabled}` };
|
|
808
821
|
if (!this.plugin.state.visible)
|
|
809
822
|
return { reason: `plugin.state.visible is ${this.plugin.state.visible}` };
|
|
810
823
|
if (!this.enabled)
|
|
811
824
|
return { reason: `tag ${this.id} enabled is: ${this.enabled}` };
|
|
812
|
-
const
|
|
825
|
+
const e = j(y({}, this.computeVisible()), {
|
|
813
826
|
tagInstance: this
|
|
814
827
|
});
|
|
815
|
-
return
|
|
828
|
+
return e.value !== this.state.visible ? { reason: "插件故障,请联系维护人员, err: 0", info: e } : this.state.visible ? { reason: "应该是能看见才对", info: e } : e.value === !0 ? { reason: "插件故障,请联系维护人员, err: 1", info: e } : { reason: (i = e.reason.type) != null ? i : e.reason, info: e };
|
|
816
829
|
}
|
|
817
830
|
/**
|
|
818
831
|
* @description 销毁并移除
|
|
819
832
|
*/
|
|
820
833
|
destroy() {
|
|
821
|
-
var
|
|
822
|
-
const
|
|
823
|
-
if (
|
|
834
|
+
var i, t, s, o;
|
|
835
|
+
const e = this.plugin.tags.findIndex((l) => l.id === this.id);
|
|
836
|
+
if (e === -1) {
|
|
824
837
|
console.warn(`Destroy failed: tag ${this.id} not found`);
|
|
825
838
|
return;
|
|
826
839
|
}
|
|
827
|
-
this._currentBlinkInstance && !this._currentBlinkInstance.completed && ((
|
|
840
|
+
this._currentBlinkInstance && !this._currentBlinkInstance.completed && ((t = (i = this._currentBlinkInstance).preComplete) == null || t.call(i), this._currentBlinkInstance = void 0), this.disable(), (o = (s = this.tag3DContentSvelte) == null ? void 0 : s.dispose) == null || o.call(s), this.hooks.off(), this.cache.clear(), this.plugin.tags.splice(e, 1), this.plugin.tagsLengthWillUpdate = !0, this.plugin.hooks.emit("tagsLengthChange");
|
|
828
841
|
}
|
|
829
842
|
/**
|
|
830
843
|
* @description 判断 popover 是否在配置上启用(永久配置)
|
|
831
844
|
*/
|
|
832
845
|
isPopoverConfigEnabled() {
|
|
833
|
-
var
|
|
834
|
-
return ((
|
|
846
|
+
var e, i;
|
|
847
|
+
return ((i = (e = this.currentConfig) == null ? void 0 : e.popoverConfig) == null ? void 0 : i.enabled) === !0;
|
|
835
848
|
}
|
|
836
849
|
/**
|
|
837
850
|
* @description 判断当前标签是否允许临时 hover 弹出 popover(临时控制)
|
|
838
851
|
*/
|
|
839
852
|
isHoverEnabled() {
|
|
840
|
-
var
|
|
841
|
-
return !(((
|
|
853
|
+
var e;
|
|
854
|
+
return !(((e = this.plugin) == null ? void 0 : e.globalHoverEnabled) === !1 || this.hoverEnabled === !1);
|
|
842
855
|
}
|
|
843
856
|
}
|
|
844
857
|
export {
|
|
845
|
-
|
|
858
|
+
Xi as BaseTag
|
|
846
859
|
};
|