@realsee/dnalogel 2.28.5 → 2.29.0-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/PanoTagPlugin/controller/index.d.ts +7 -0
- package/dist/PanoTagPlugin/typings/controller.d.ts +3 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +7 -4
- package/dist/index.cjs.js +48 -48
- package/dist/index.js +2677 -2682
- package/dist/index.umd.js +49 -49
- package/dist/shared-utils/five/FiveDomEvents.d.ts +49 -11
- package/dist/shared-utils/three/getObjectVisible.d.ts +5 -0
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +120 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +721 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +674 -0
- package/docs/classes/CSS3DRender.html +769 -0
- package/docs/classes/CruisePluginController.html +668 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +487 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +788 -0
- package/docs/classes/Magnifier.html +476 -0
- package/docs/classes/ModelRoomLabelController.html +394 -0
- package/docs/classes/Object3DHelperController.html +636 -0
- package/docs/classes/PaintBrush.html +498 -0
- package/docs/classes/PanoMeasurePluginLine.html +518 -0
- package/docs/classes/PanoMeasurePluginModel.html +567 -0
- package/docs/classes/PanoMeasurePluginPoint.html +358 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +563 -0
- package/docs/classes/PanoTagPluginController.html +1101 -0
- package/docs/classes/Util.BetterTween.html +411 -0
- package/docs/classes/Util.Interval.html +427 -0
- package/docs/classes/Util.LineSegments.html +379 -0
- package/docs/classes/Util.Magnifier.html +498 -0
- package/docs/classes/Util.Object3D.html +401 -0
- package/docs/classes/Util.PointDomHelper.html +402 -0
- package/docs/classes/Util.PointHelper.html +393 -0
- package/docs/classes/Util.PointSelectorHelper.html +449 -0
- package/docs/classes/Util.Rectangle.html +450 -0
- package/docs/enums/CameraMovementEffect.html +306 -0
- package/docs/enums/ContentType.html +442 -0
- package/docs/enums/DIRECTION.html +316 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +316 -0
- package/docs/enums/DimensionType.html +306 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +309 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +316 -0
- package/docs/enums/PaintBrushTypeEnum.html +309 -0
- package/docs/enums/PointType.html +306 -0
- package/docs/enums/Rotation.html +313 -0
- package/docs/functions/AreaMakerPlugin.html +286 -0
- package/docs/functions/CSS3DRenderPlugin.html +284 -0
- package/docs/functions/CameraMovementPlugin.html +289 -0
- package/docs/functions/CruisePlugin.html +286 -0
- package/docs/functions/GuideLinePlugin.html +286 -0
- package/docs/functions/ItemLabelPlugin.html +286 -0
- package/docs/functions/MapviewFloorplanPlugin.html +286 -0
- package/docs/functions/ModelChassisCompassPlugin.html +289 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +289 -0
- package/docs/functions/ModelFloorplanPlugin.html +286 -0
- package/docs/functions/ModelItemLabelPlugin.html +286 -0
- package/docs/functions/ModelRoomLabelPlugin.html +284 -0
- package/docs/functions/ModelTVVideoPlugin.html +286 -0
- package/docs/functions/ModelViewPlugin.html +289 -0
- package/docs/functions/Object3DHelperPlugin.html +284 -0
- package/docs/functions/PanoCompassPlugin.html +286 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +290 -0
- package/docs/functions/PanoDoorLabelPlugin.html +286 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +286 -0
- package/docs/functions/PanoMeasurePlugin.html +286 -0
- package/docs/functions/PanoRulerPlugin.html +289 -0
- package/docs/functions/PanoRulerProPlugin.html +289 -0
- package/docs/functions/PanoSpatialTagPlugin.html +289 -0
- package/docs/functions/PanoTagPlugin.html +291 -0
- package/docs/functions/PanoVideoPlugin.html +295 -0
- package/docs/functions/PipelinePlugin.html +284 -0
- package/docs/functions/TopviewFloorplanPlugin.html +286 -0
- package/docs/functions/Util.absoluteUrl.html +321 -0
- package/docs/functions/Util.equal.html +333 -0
- package/docs/functions/Util.getCoordsFromClient.html +323 -0
- package/docs/functions/Util.getCoordsFromElement.html +323 -0
- package/docs/functions/Util.getFrameTime.html +315 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +323 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +323 -0
- package/docs/functions/Util.isAbsoluteURL.html +316 -0
- package/docs/functions/Util.isModelLike.html +316 -0
- package/docs/functions/Util.isNil.html +324 -0
- package/docs/functions/Util.isPanoramaLike.html +316 -0
- package/docs/functions/Util.nextFrame.html +329 -0
- package/docs/functions/Util.notNil.html +324 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +345 -0
- package/docs/functions/Util.tweenProgress.html +318 -0
- package/docs/functions/Util.uuid.html +314 -0
- package/docs/functions/pluginFlag.html +284 -0
- package/docs/index.html +350 -0
- package/docs/interfaces/AddTagConfig.html +299 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +325 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +330 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +616 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +329 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +379 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +364 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +329 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +322 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +321 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +350 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +445 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +321 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +354 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +355 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +357 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +692 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +381 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +417 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +407 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +347 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +315 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +404 -0
- package/docs/interfaces/EventMap.html +538 -0
- package/docs/interfaces/FloorplanBounding.html +328 -0
- package/docs/interfaces/FloorplanData.html +331 -0
- package/docs/interfaces/FloorplanEntrance.html +356 -0
- package/docs/interfaces/FloorplanExtraObject.html +346 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +335 -0
- package/docs/interfaces/FloorplanFloorData.html +324 -0
- package/docs/interfaces/FloorplanImagePosition.html +310 -0
- package/docs/interfaces/FloorplanObserver.html +328 -0
- package/docs/interfaces/FloorplanOutlineItem.html +324 -0
- package/docs/interfaces/FloorplanPosition.html +310 -0
- package/docs/interfaces/FloorplanRoomItem.html +375 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +316 -0
- package/docs/interfaces/FloorplanServerBounding.html +328 -0
- package/docs/interfaces/FloorplanServerComputedData.html +327 -0
- package/docs/interfaces/FloorplanServerData.html +310 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +327 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +313 -0
- package/docs/interfaces/FloorplanServerEntrance.html +356 -0
- package/docs/interfaces/FloorplanServerFloorData.html +324 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +310 -0
- package/docs/interfaces/FloorplanServerObserver.html +328 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +324 -0
- package/docs/interfaces/FloorplanServerPosition.html +310 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +387 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +316 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +319 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +357 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +521 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +352 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +343 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +410 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +342 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +467 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +339 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +467 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +304 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +325 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +350 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +366 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +348 -0
- package/docs/interfaces/HelperOffset.html +328 -0
- package/docs/interfaces/ImagePlaneGroup.html +302 -0
- package/docs/interfaces/ItemLabelPluginData.html +299 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +384 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +320 -0
- package/docs/interfaces/MinMax.html +306 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +306 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +342 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +306 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +313 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +350 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +299 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +384 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +306 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +299 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +320 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +344 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +299 -0
- package/docs/interfaces/ModelViewPluginExportType.html +412 -0
- package/docs/interfaces/Object3DHelperState.html +313 -0
- package/docs/interfaces/ObjectHelperControllers.html +320 -0
- package/docs/interfaces/PaintBrushAction.html +359 -0
- package/docs/interfaces/PaintBrushConfigs.html +357 -0
- package/docs/interfaces/PaintBrushState.html +341 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +421 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +278 -0
- package/docs/interfaces/PanoMeasureParameterType.html +445 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +313 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +310 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +306 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +316 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +373 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +322 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +313 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +349 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +319 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +306 -0
- package/docs/interfaces/PanoRulerProPluginState.html +313 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +292 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +281 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +349 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +331 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +427 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +327 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +348 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +334 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +327 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +319 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +337 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +310 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +416 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +310 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +345 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +364 -0
- package/docs/interfaces/Point.html +313 -0
- package/docs/interfaces/Room.html +320 -0
- package/docs/interfaces/RoomInfo.html +306 -0
- package/docs/interfaces/RoomLabel.html +382 -0
- package/docs/interfaces/RoomRules.html +281 -0
- package/docs/interfaces/Rooms.html +281 -0
- package/docs/interfaces/Scissor.html +340 -0
- package/docs/interfaces/State.html +327 -0
- package/docs/interfaces/TagCacheInterface.html +358 -0
- package/docs/interfaces/TagConfig.html +544 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +302 -0
- package/docs/interfaces/TagIconUrl.html +359 -0
- package/docs/interfaces/TagObjectGroup.html +302 -0
- package/docs/interfaces/TagStyle.html +312 -0
- package/docs/interfaces/Tags.html +542 -0
- package/docs/interfaces/TemporaryState.html +299 -0
- package/docs/interfaces/Util.MagnifierParameter.html +386 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +345 -0
- package/docs/interfaces/Util.PointIntersection.html +360 -0
- package/docs/modules/AreaMakerPluginType.html +319 -0
- package/docs/modules/CruisePluginTypes.html +324 -0
- package/docs/modules/GuideLineItem.html +285 -0
- package/docs/modules/GuideLineModeItem.html +290 -0
- package/docs/modules/GuideLinePluginType.html +344 -0
- package/docs/modules/PanoVideoPluginType.html +297 -0
- package/docs/modules/Util.html +345 -0
- package/docs/modules.html +532 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +327 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +297 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +297 -0
- package/docs/types/ArrayPosition.html +275 -0
- package/docs/types/AudioAppearance.html +275 -0
- package/docs/types/AudioTagTypeConfigKey.html +275 -0
- package/docs/types/CSS3DRenderExportType.html +275 -0
- package/docs/types/CSS3DRenderPluginExportType.html +275 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +275 -0
- package/docs/types/ClassFunctionParameters.html +282 -0
- package/docs/types/Color.html +275 -0
- package/docs/types/ContentTypeConfigKey.html +275 -0
- package/docs/types/ContentTypeConfigKeySplit.html +275 -0
- package/docs/types/ContentTypeMap.html +275 -0
- package/docs/types/Create3DDomContainerReturnType.html +275 -0
- package/docs/types/Create3DElementReturnType.html +275 -0
- package/docs/types/CruisePluginExportType.html +275 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +314 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +291 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +287 -0
- package/docs/types/DeprecatedTagProperty.html +290 -0
- package/docs/types/Direction-1.html +275 -0
- package/docs/types/Direction4.html +275 -0
- package/docs/types/ElementRenderer.html +299 -0
- package/docs/types/FloorplanRuleLabels.html +278 -0
- package/docs/types/FloorplanServerRuleLabels.html +275 -0
- package/docs/types/GuideLinePluginExportType.html +275 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +347 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +368 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +301 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +304 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +304 -0
- package/docs/types/GuideLinePluginType.PathItem.html +304 -0
- package/docs/types/GuideLinePluginType.PluginData.html +313 -0
- package/docs/types/HelperEventMap.html +513 -0
- package/docs/types/LoadTagConfig.html +275 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +275 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +275 -0
- package/docs/types/MediaData.html +291 -0
- package/docs/types/MediaStore.html +280 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +282 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +275 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +275 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +275 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +275 -0
- package/docs/types/MoveArgs.html +285 -0
- package/docs/types/MoveOpts.html +283 -0
- package/docs/types/Object3DHelperEventMap.html +368 -0
- package/docs/types/ObjectFit.html +275 -0
- package/docs/types/PaintBrushEventMap.html +306 -0
- package/docs/types/PanoCompassPluginData.html +275 -0
- package/docs/types/PanoCompassPluginExportType.html +275 -0
- package/docs/types/PanoCompassPluginParameterType.html +275 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +275 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +275 -0
- package/docs/types/PanoIndex.html +275 -0
- package/docs/types/PanoMeasurePluginEvent.html +275 -0
- package/docs/types/PanoMeasureReturnType.html +275 -0
- package/docs/types/PanoSpatialTagPluginId.html +275 -0
- package/docs/types/PanoTagPluginExportInterface.html +275 -0
- package/docs/types/PanoTagPluginParamsInterface.html +275 -0
- package/docs/types/PanoVideoPluginParameterType.html +275 -0
- package/docs/types/PanoVideoPluginReturnType.html +275 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +283 -0
- package/docs/types/PipelinePluginParameterType.html +275 -0
- package/docs/types/PipelinePluginReturnType.html +275 -0
- package/docs/types/PlaneTag.html +283 -0
- package/docs/types/Point2DTag.html +283 -0
- package/docs/types/Point3DTag.html +283 -0
- package/docs/types/PointTag.html +280 -0
- package/docs/types/PointTagInstance.html +280 -0
- package/docs/types/Position.html +275 -0
- package/docs/types/RotateArgs.html +287 -0
- package/docs/types/RotateOpts.html +283 -0
- package/docs/types/RuleLabelsKey.html +275 -0
- package/docs/types/RuleLabelsValue.html +275 -0
- package/docs/types/StickType.html +275 -0
- package/docs/types/Tag.html +341 -0
- package/docs/types/Tag2D.html +283 -0
- package/docs/types/Tag3D.html +283 -0
- package/docs/types/TagConfigByKey.html +280 -0
- package/docs/types/TagContentType.html +275 -0
- package/docs/types/TagDimensionType.html +277 -0
- package/docs/types/TagElement.html +285 -0
- package/docs/types/TagEvents.html +328 -0
- package/docs/types/TagGLTFObject.html +298 -0
- package/docs/types/TagHooks.html +275 -0
- package/docs/types/TagId.html +275 -0
- package/docs/types/TagInstance.html +347 -0
- package/docs/types/TagPointType.html +278 -0
- package/docs/types/TagRendererMap.html +280 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +275 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +275 -0
- package/docs/types/WorkCode.html +275 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +285 -0
- package/docs/variables/PLUGIN.html +275 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +278 -0
- package/docs/variables/ROOM_TYPE_MAP.html +285 -0
- package/docs/variables/defaultGlobalConfig.html +275 -0
- package/docs/variables/itemLabelPluginServerParams.html +282 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +282 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +282 -0
- package/libs/CruisePlugin/Controller.js +94 -94
- package/libs/CruisePlugin/index.js +1 -1
- package/libs/GuideLinePlugin/Controller.js +1 -1
- package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
- package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
- package/libs/GuideLinePlugin/index.js +1 -1
- package/libs/PanoTagPlugin/controller/TagComputer.js +141 -135
- package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
- package/libs/PanoTagPlugin/controller/TagUtil.js +76 -114
- package/libs/PanoTagPlugin/controller/index.d.ts +7 -0
- package/libs/PanoTagPlugin/controller/index.js +32 -15
- package/libs/PanoTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/typings/controller.d.ts +3 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +7 -4
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +3 -1
- package/libs/PanoTagPlugin/utils/model/mediaPlane.js +3 -1
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +116 -115
- package/libs/shared-utils/five/FiveDomEvents.d.ts +49 -11
- package/libs/shared-utils/five/FiveDomEvents.js +93 -77
- package/libs/shared-utils/logger.js +1 -1
- package/libs/shared-utils/three/getObjectVisible.d.ts +5 -0
- package/libs/shared-utils/three/getObjectVisible.js +4 -0
- package/package.json +1 -1
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
var T = Object.defineProperty, K = Object.defineProperties;
|
|
2
|
-
var
|
|
2
|
+
var A = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var F = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var L = (c,
|
|
6
|
-
for (var e in
|
|
7
|
-
|
|
4
|
+
var O = Object.prototype.hasOwnProperty, U = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var L = (c, l, e) => l in c ? T(c, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : c[l] = e, g = (c, l) => {
|
|
6
|
+
for (var e in l || (l = {}))
|
|
7
|
+
O.call(l, e) && L(c, e, l[e]);
|
|
8
8
|
if (F)
|
|
9
|
-
for (var e of F(
|
|
10
|
-
|
|
9
|
+
for (var e of F(l))
|
|
10
|
+
U.call(l, e) && L(c, e, l[e]);
|
|
11
11
|
return c;
|
|
12
|
-
}, C = (c,
|
|
13
|
-
var I = (c,
|
|
14
|
-
var v = (c,
|
|
12
|
+
}, C = (c, l) => K(c, A(l));
|
|
13
|
+
var I = (c, l, e) => (L(c, typeof l != "symbol" ? l + "" : l, e), e);
|
|
14
|
+
var v = (c, l, e) => new Promise((t, i) => {
|
|
15
15
|
var r = (d) => {
|
|
16
16
|
try {
|
|
17
17
|
s(e.next(d));
|
|
18
|
-
} catch (
|
|
19
|
-
i(
|
|
18
|
+
} catch (a) {
|
|
19
|
+
i(a);
|
|
20
20
|
}
|
|
21
21
|
}, n = (d) => {
|
|
22
22
|
try {
|
|
23
23
|
s(e.throw(d));
|
|
24
|
-
} catch (
|
|
25
|
-
i(
|
|
24
|
+
} catch (a) {
|
|
25
|
+
i(a);
|
|
26
26
|
}
|
|
27
27
|
}, s = (d) => d.done ? t(d.value) : Promise.resolve(d.value).then(r, n);
|
|
28
|
-
s((e = e.apply(c,
|
|
28
|
+
s((e = e.apply(c, l)).next());
|
|
29
29
|
});
|
|
30
30
|
import { Controller as V } from "../base/BasePluginWithData.js";
|
|
31
31
|
import { GuideLinePlugin as $ } from "../GuideLinePlugin/index.js";
|
|
@@ -104,7 +104,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
|
|
|
104
104
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
105
105
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
106
106
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
107
|
-
import "../shared-utils/
|
|
107
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
108
108
|
import "../shared-utils/five/getFloorIndex.js";
|
|
109
109
|
import "../shared-utils/safeObj.js";
|
|
110
110
|
import "../shared-utils/util.js";
|
|
@@ -239,30 +239,30 @@ class z extends V {
|
|
|
239
239
|
*/
|
|
240
240
|
load(e, t, i) {
|
|
241
241
|
return v(this, null, function* () {
|
|
242
|
-
var
|
|
242
|
+
var o, m, p, u, h, P;
|
|
243
243
|
if (this.state.disposed)
|
|
244
244
|
return D();
|
|
245
|
-
this.privateState.fiveOriginGetProgress || (m = (
|
|
245
|
+
this.privateState.fiveOriginGetProgress || (m = (o = this.five.controller) == null ? void 0 : o.cameraMotion) != null && m.getProgress || (yield this.waitFiveLoaded(), this.privateState.fiveOriginGetProgress = (u = (p = this.five.controller) == null ? void 0 : p.cameraMotion) == null ? void 0 : u.getProgress), this.clear();
|
|
246
246
|
const r = this.data ? JSON.parse(JSON.stringify(this.data)) : void 0, n = yield this.formatData(e);
|
|
247
247
|
this.data = n, this.hooks.emit("dataChange", n, r);
|
|
248
248
|
let s = [], d;
|
|
249
|
-
const
|
|
250
|
-
|
|
249
|
+
const a = this.data.keyframes.filter((f) => f.data.panoIndex !== void 0);
|
|
250
|
+
a.filter((f, y) => {
|
|
251
251
|
var S;
|
|
252
|
-
return
|
|
253
|
-
}).map((
|
|
252
|
+
return f.data.panoIndex !== ((S = a[y - 1]) == null ? void 0 : S.data.panoIndex);
|
|
253
|
+
}).map((f) => f.data.panoIndex).forEach((f) => {
|
|
254
254
|
var S, k;
|
|
255
|
-
const y = (S = this.five.work.observers[
|
|
255
|
+
const y = (S = this.five.work.observers[f]) == null ? void 0 : S.floorIndex;
|
|
256
256
|
if (y !== void 0)
|
|
257
257
|
if (d === y) {
|
|
258
258
|
const b = s.length - 1;
|
|
259
|
-
s[b] = [...(k = s[b]) != null ? k : [],
|
|
259
|
+
s[b] = [...(k = s[b]) != null ? k : [], f];
|
|
260
260
|
} else {
|
|
261
261
|
d = y;
|
|
262
262
|
const b = s.length;
|
|
263
|
-
s[b] = [
|
|
263
|
+
s[b] = [f];
|
|
264
264
|
}
|
|
265
|
-
}), !this.GuideLine && ((h = this.config) == null ? void 0 : h.useGuideLine) !== !1 && n.useGuildLine !== !1 && (this.GuideLine = $(this.five, this.config)), (P = this.GuideLine) == null || P.load({ routes: s.map((
|
|
265
|
+
}), !this.GuideLine && ((h = this.config) == null ? void 0 : h.useGuideLine) !== !1 && n.useGuildLine !== !1 && (this.GuideLine = $(this.five, this.config)), (P = this.GuideLine) == null || P.load({ routes: s.map((f) => ({ panoIndexList: f })), config: n.guildPluginOptions }), t ? this.setState(t, { userAction: i }) : (this.setState({ playing: !1 }, { userAction: !1 }), this.handleVisible(this.state.visible), this.handleEnable(this.state.enabled), this.changePlayState(this.state.playing, { userAction: !1 }), this.changeSpeed(this.state.speed)), this.clearPauseData(), console.debug(`${x} loaded`, n), this.hooks.emit("dataLoaded", n);
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
@@ -352,34 +352,34 @@ class z extends V {
|
|
|
352
352
|
return {
|
|
353
353
|
keyframesId: w(),
|
|
354
354
|
keyframes: i.keyframes.map((r, n) => {
|
|
355
|
-
var
|
|
355
|
+
var a;
|
|
356
356
|
const s = i.keyframes[n + 1], d = (() => !s || s.start === void 0 || r.end === void 0 ? 0 : s.start - r.end)();
|
|
357
|
-
return C(g({ id: (
|
|
357
|
+
return C(g({ id: (a = r.uuid) != null ? a : w(), moveIndex: n, stay: d, index: n }, r), { guildPluginOptions: i.guildPluginOptions });
|
|
358
358
|
})
|
|
359
359
|
};
|
|
360
360
|
if (i.panoIndexList) {
|
|
361
361
|
let r = [];
|
|
362
362
|
const { moveEffect: n, moveToFirstPanoEffect: s, moveToFirstPanoDuration: d } = i;
|
|
363
|
-
return this.privateState.moveToFirstPanoEffect = s, this.privateState.moveToFirstPanoDuration = d, i.panoIndexList.forEach((
|
|
363
|
+
return this.privateState.moveToFirstPanoEffect = s, this.privateState.moveToFirstPanoDuration = d, i.panoIndexList.forEach((a, o) => {
|
|
364
364
|
const m = (() => {
|
|
365
|
-
var
|
|
366
|
-
const
|
|
367
|
-
if (
|
|
365
|
+
var f, y, S, k;
|
|
366
|
+
const p = i.panoIndexList.slice(o).find((b) => b !== a);
|
|
367
|
+
if (p === void 0)
|
|
368
368
|
return;
|
|
369
|
-
const
|
|
370
|
-
if (!h || !
|
|
369
|
+
const u = (f = t[a]) == null ? void 0 : f.position, h = (y = t[p]) == null ? void 0 : y.position;
|
|
370
|
+
if (!h || !u || ((S = t[a]) == null ? void 0 : S.floorIndex) !== ((k = t[p]) == null ? void 0 : k.floorIndex))
|
|
371
371
|
return;
|
|
372
|
-
const P = new j.Vector3().subVectors(h,
|
|
372
|
+
const P = new j.Vector3().subVectors(h, u);
|
|
373
373
|
return N(P.normalize());
|
|
374
374
|
})();
|
|
375
375
|
i.moveType === void 0 || i.moveType === "justMove" ? r.push({
|
|
376
|
-
moveIndex:
|
|
376
|
+
moveIndex: o,
|
|
377
377
|
stay: i.stay,
|
|
378
|
-
data: g({ effect: "Move", panoIndex:
|
|
379
|
-
}) : i.moveType === "moveAndRotate" && (r.push({ moveIndex:
|
|
378
|
+
data: g({ effect: "Move", panoIndex: a, moveEffect: n }, m != null ? m : {})
|
|
379
|
+
}) : i.moveType === "moveAndRotate" && (r.push({ moveIndex: o, stay: i.stay, data: { effect: "Move", panoIndex: a, moveEffect: n } }), m && r.push({ moveIndex: o, stay: i.stay, data: g({ effect: "Rotate", panoIndex: a }, m) }));
|
|
380
380
|
}), {
|
|
381
381
|
keyframesId: w(),
|
|
382
|
-
keyframes: r.map((
|
|
382
|
+
keyframes: r.map((a, o) => g({ id: w(), index: o }, a)),
|
|
383
383
|
guildPluginOptions: i.guildPluginOptions,
|
|
384
384
|
useGuildLine: i.useGuildLine
|
|
385
385
|
};
|
|
@@ -411,32 +411,32 @@ class z extends V {
|
|
|
411
411
|
// eslint-disable-next-line complexity
|
|
412
412
|
handlePlay(e) {
|
|
413
413
|
return v(this, null, function* () {
|
|
414
|
-
var
|
|
414
|
+
var u;
|
|
415
415
|
const { data: t, state: i, privateState: r, hooks: n } = this;
|
|
416
416
|
if (r.playing || !(t != null && t.keyframes) || (t == null ? void 0 : t.keyframes.length) === 0)
|
|
417
417
|
return;
|
|
418
418
|
const s = w();
|
|
419
419
|
r.playId = s, r.playing = !0, r.broke = !1;
|
|
420
|
-
const d = t.keyframes,
|
|
421
|
-
(e == null ? void 0 : e.notEmitEvent) !== !0 && n.emit("play", { userAction: (
|
|
422
|
-
let
|
|
423
|
-
const
|
|
420
|
+
const d = t.keyframes, a = this.getPauseData();
|
|
421
|
+
(e == null ? void 0 : e.notEmitEvent) !== !0 && n.emit("play", { userAction: (u = e == null ? void 0 : e.userAction) != null ? u : !0 });
|
|
422
|
+
let o = !1;
|
|
423
|
+
const p = yield (() => v(this, null, function* () {
|
|
424
424
|
var h, P;
|
|
425
425
|
if ((e == null ? void 0 : e.playFromIndex) !== void 0)
|
|
426
426
|
return e.playFromIndex;
|
|
427
427
|
if ((e == null ? void 0 : e.playFromId) !== void 0)
|
|
428
|
-
return (h = this.data) == null ? void 0 : h.keyframes.findIndex((
|
|
429
|
-
if (
|
|
430
|
-
const
|
|
431
|
-
if (
|
|
428
|
+
return (h = this.data) == null ? void 0 : h.keyframes.findIndex((f) => f.id === e.playFromId);
|
|
429
|
+
if (a != null && a.keyframeId) {
|
|
430
|
+
const f = (P = this.data) == null ? void 0 : P.keyframes.find((y) => y.id === a.keyframeId);
|
|
431
|
+
if (a != null && a.fiveState && (yield this.move(a.fiveState, {
|
|
432
432
|
moveEffect: r.moveToFirstPanoEffect,
|
|
433
433
|
duration: r.moveToFirstPanoDuration
|
|
434
|
-
})),
|
|
435
|
-
if (
|
|
436
|
-
return
|
|
437
|
-
if (
|
|
438
|
-
const y =
|
|
439
|
-
return yield this.playKeyframe(
|
|
434
|
+
})), f) {
|
|
435
|
+
if (f.data.effect === "Move")
|
|
436
|
+
return f.index;
|
|
437
|
+
if (f.data.effect === "Rotate") {
|
|
438
|
+
const y = a.duration !== void 0 ? a.duration * (1 - a.playedProgress) : void 0;
|
|
439
|
+
return yield this.playKeyframe(f, { duration: y }), o = !0, f.index + 1;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
}
|
|
@@ -445,12 +445,12 @@ class z extends V {
|
|
|
445
445
|
for (const h of d) {
|
|
446
446
|
if (r.broke || !i.playing || !r.playing || s !== r.playId)
|
|
447
447
|
return;
|
|
448
|
-
if (!(
|
|
448
|
+
if (!(p !== void 0 && h.index < p))
|
|
449
449
|
try {
|
|
450
450
|
n.emit("playIndexChange", h.index, h), yield this.playKeyframe(h, {
|
|
451
|
-
moveEffect:
|
|
452
|
-
duration:
|
|
453
|
-
}), h.stay && (yield J(h.stay)),
|
|
451
|
+
moveEffect: o === !1 ? r.moveToFirstPanoEffect : void 0,
|
|
452
|
+
duration: o === !1 && typeof r.moveToFirstPanoDuration == "number" ? r.moveToFirstPanoDuration : void 0
|
|
453
|
+
}), h.stay && (yield J(h.stay)), o === !1 && (o = !0);
|
|
454
454
|
} catch (P) {
|
|
455
455
|
return Promise.resolve("broke");
|
|
456
456
|
}
|
|
@@ -464,7 +464,7 @@ class z extends V {
|
|
|
464
464
|
handlePause(e) {
|
|
465
465
|
var n;
|
|
466
466
|
const { state: t, privateState: i, hooks: r } = this;
|
|
467
|
-
t.playing = !1, i.playing !== !1 && (i.playing = !1, this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && r.emit("pause", { userAction: (n = e == null ? void 0 : e.userAction) != null ? n : !0 }));
|
|
467
|
+
t.playing = !1, i.playing !== !1 && (i.playing = !1, (e == null ? void 0 : e.userAction) !== !1 && this.setPauseData(), i.broke || this.forceInteruptUpdateCamera(), (e == null ? void 0 : e.notEmitEvent) !== !0 && r.emit("pause", { userAction: (n = e == null ? void 0 : e.userAction) != null ? n : !0 }));
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
470
|
* @description Play single keyframe
|
|
@@ -496,28 +496,28 @@ class z extends V {
|
|
|
496
496
|
const r = e.data;
|
|
497
497
|
if (t.duration = (n = t.duration) != null ? n : e.start !== void 0 && e.end !== void 0 ? e.end - e.start : void 0, !!r)
|
|
498
498
|
return new Promise((s, d) => {
|
|
499
|
-
let
|
|
499
|
+
let a = !1;
|
|
500
500
|
this.addInterruptListener(() => {
|
|
501
|
-
if (!
|
|
502
|
-
return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }),
|
|
501
|
+
if (!a)
|
|
502
|
+
return this.hooks.emit("broke"), this.privateState.broke = !0, this.setState({ playing: !1 }), a = !0, d(new Error("play is interupted"));
|
|
503
503
|
});
|
|
504
504
|
try {
|
|
505
|
-
if (
|
|
505
|
+
if (a)
|
|
506
506
|
return;
|
|
507
|
-
const
|
|
508
|
-
s(),
|
|
507
|
+
const o = () => {
|
|
508
|
+
s(), a = !0;
|
|
509
509
|
};
|
|
510
510
|
switch (r.effect) {
|
|
511
511
|
case "Move":
|
|
512
|
-
this.move(r, t).then(
|
|
512
|
+
this.move(r, t).then(o);
|
|
513
513
|
break;
|
|
514
514
|
case "Rotate":
|
|
515
|
-
this.rotate(r, t).then(
|
|
515
|
+
this.rotate(r, t).then(o);
|
|
516
516
|
break;
|
|
517
517
|
default:
|
|
518
|
-
this.rotate(r, t).then(
|
|
518
|
+
this.rotate(r, t).then(o);
|
|
519
519
|
}
|
|
520
|
-
} catch (
|
|
520
|
+
} catch (o) {
|
|
521
521
|
}
|
|
522
522
|
});
|
|
523
523
|
});
|
|
@@ -573,13 +573,13 @@ class z extends V {
|
|
|
573
573
|
updateCamera(i) {
|
|
574
574
|
return v(this, arguments, function* (e, t = {}) {
|
|
575
575
|
const { five: r, privateState: n, state: s } = this, d = (() => {
|
|
576
|
-
var
|
|
577
|
-
const m = (
|
|
576
|
+
var u, h;
|
|
577
|
+
const m = (u = s.config) == null ? void 0 : u.speedConfig, p = (h = e.rotateSpeed) != null ? h : m == null ? void 0 : m.rotateSpeed;
|
|
578
578
|
if ((m == null ? void 0 : m.rotateSpeedUnit) === void 0)
|
|
579
|
-
return
|
|
580
|
-
if (
|
|
581
|
-
return m.rotateSpeedUnit === "rad/ms" ?
|
|
582
|
-
})(),
|
|
579
|
+
return p;
|
|
580
|
+
if (p !== void 0)
|
|
581
|
+
return m.rotateSpeedUnit === "rad/ms" ? p : p / 1e3;
|
|
582
|
+
})(), a = (() => {
|
|
583
583
|
if (t.duration)
|
|
584
584
|
return t.duration;
|
|
585
585
|
if (d) {
|
|
@@ -588,10 +588,10 @@ class z extends V {
|
|
|
588
588
|
}
|
|
589
589
|
return 800;
|
|
590
590
|
})();
|
|
591
|
-
n.currentPlayKeyframe && (n.currentPlayKeyframe.originDuration =
|
|
592
|
-
const
|
|
591
|
+
n.currentPlayKeyframe && (n.currentPlayKeyframe.originDuration = a);
|
|
592
|
+
const o = this.getSpeededDuration(a);
|
|
593
593
|
return new Promise((m) => {
|
|
594
|
-
_(() => r.updateCamera(e,
|
|
594
|
+
_(() => r.updateCamera(e, o)), setTimeout(() => m(), o);
|
|
595
595
|
});
|
|
596
596
|
});
|
|
597
597
|
}
|
|
@@ -606,32 +606,32 @@ class z extends V {
|
|
|
606
606
|
const s = i.getCurrentState().mode !== "Panorama";
|
|
607
607
|
s && (this.privateState.modeChanging = !0);
|
|
608
608
|
const d = (() => {
|
|
609
|
-
var
|
|
610
|
-
const
|
|
611
|
-
if ((
|
|
609
|
+
var p, u;
|
|
610
|
+
const o = (p = n.config) == null ? void 0 : p.speedConfig, m = (u = e.moveSpeed) != null ? u : o == null ? void 0 : o.moveSpeed;
|
|
611
|
+
if ((o == null ? void 0 : o.moveSpeedUnit) === void 0)
|
|
612
612
|
return m;
|
|
613
613
|
if (m !== void 0)
|
|
614
|
-
return
|
|
615
|
-
})(),
|
|
614
|
+
return o.moveSpeedUnit === "m/ms" ? m : m / 1e3;
|
|
615
|
+
})(), a = (() => {
|
|
616
616
|
if (t != null && t.duration)
|
|
617
617
|
return t.duration;
|
|
618
618
|
if (d && typeof i.panoIndex == "number" && typeof e.panoIndex == "number") {
|
|
619
|
-
const
|
|
620
|
-
return
|
|
619
|
+
const o = i.work.observers[i.panoIndex].position, m = i.work.observers[e.panoIndex].position;
|
|
620
|
+
return o.distanceTo(m) / d;
|
|
621
621
|
}
|
|
622
622
|
return 800;
|
|
623
623
|
})();
|
|
624
|
-
r.currentPlayKeyframe && (r.currentPlayKeyframe.originDuration =
|
|
625
|
-
var m,
|
|
624
|
+
r.currentPlayKeyframe && (r.currentPlayKeyframe.originDuration = a), yield new Promise((o) => {
|
|
625
|
+
var m, p, u;
|
|
626
626
|
i.moveToPano(e.panoIndex, {
|
|
627
627
|
latitude: e.latitude,
|
|
628
628
|
longitude: e.longitude,
|
|
629
629
|
fov: e.fov,
|
|
630
|
-
duration: this.getSpeededDuration(
|
|
631
|
-
effect: (
|
|
632
|
-
moveCancelCallback: () =>
|
|
633
|
-
moveEndCallback: () =>
|
|
634
|
-
}), s && i.once("panoArrived", () =>
|
|
630
|
+
duration: this.getSpeededDuration(a),
|
|
631
|
+
effect: (u = (p = t == null ? void 0 : t.moveEffect) != null ? p : (m = this.state.config) == null ? void 0 : m.moveEffect) != null ? u : e.moveEffect,
|
|
632
|
+
moveCancelCallback: () => o(),
|
|
633
|
+
moveEndCallback: () => o()
|
|
634
|
+
}), s && i.once("panoArrived", () => o());
|
|
635
635
|
}), s && (this.privateState.modeChanging = !1);
|
|
636
636
|
});
|
|
637
637
|
}
|
|
@@ -642,8 +642,8 @@ class z extends V {
|
|
|
642
642
|
const { state: i, privateState: r, hooks: n } = this, { currentPlayKeyframe: s } = r;
|
|
643
643
|
if (n.emit("speedChange", e, { userAction: t }), i.playing && s)
|
|
644
644
|
try {
|
|
645
|
-
const d = s.originDuration !== void 0 ? s.originDuration * (1 - this.getProgress()) : void 0,
|
|
646
|
-
r.currentPlayQueue.push(
|
|
645
|
+
const d = s.originDuration !== void 0 ? s.originDuration * (1 - this.getProgress()) : void 0, a = this.playKeyframe(s.keyframe, { duration: d });
|
|
646
|
+
r.currentPlayQueue.push(a);
|
|
647
647
|
} catch (d) {
|
|
648
648
|
}
|
|
649
649
|
}
|
|
@@ -72,7 +72,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
|
|
|
72
72
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
73
73
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
74
74
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
75
|
-
import "../shared-utils/
|
|
75
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
76
76
|
import "../shared-utils/five/getFloorIndex.js";
|
|
77
77
|
import "../shared-utils/safeObj.js";
|
|
78
78
|
import "../shared-utils/util.js";
|
|
@@ -97,7 +97,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
|
|
|
97
97
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
98
98
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
99
99
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
100
|
-
import "../shared-utils/
|
|
100
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
101
101
|
import "../shared-utils/five/getFloorIndex.js";
|
|
102
102
|
import "../shared-utils/safeObj.js";
|
|
103
103
|
import "../shared-utils/util.js";
|
|
@@ -68,7 +68,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
|
|
|
68
68
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
69
69
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
70
70
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
71
|
-
import "../shared-utils/
|
|
71
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
72
72
|
import "../shared-utils/five/getFloorIndex.js";
|
|
73
73
|
import "../shared-utils/safeObj.js";
|
|
74
74
|
import "../shared-utils/util.js";
|
|
@@ -66,7 +66,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
|
|
|
66
66
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
67
67
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
68
68
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
69
|
-
import "../shared-utils/
|
|
69
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
70
70
|
import "../shared-utils/five/getFloorIndex.js";
|
|
71
71
|
import "../shared-utils/safeObj.js";
|
|
72
72
|
import "../shared-utils/util.js";
|
|
@@ -79,7 +79,7 @@ import "../PanoTagPlugin/Assets/Icon.js";
|
|
|
79
79
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
80
80
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
81
81
|
import "../shared-utils/five/FiveDomEvents.js";
|
|
82
|
-
import "../shared-utils/
|
|
82
|
+
import "../shared-utils/three/getObjectVisible.js";
|
|
83
83
|
import "../shared-utils/five/getFloorIndex.js";
|
|
84
84
|
import "../shared-utils/safeObj.js";
|
|
85
85
|
import "../shared-utils/util.js";
|