@realsee/dnalogel 3.6.0 → 3.7.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/CruisePlugin/BaseController.d.ts +159 -0
- package/dist/CruisePlugin/Move.d.ts +40 -0
- package/dist/CruisePlugin/Work.d.ts +120 -0
- package/dist/CruisePlugin/index.d.ts +4 -3
- package/dist/CruisePlugin/typing.d.ts +2 -2
- package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
- package/dist/GuideLinePlugin/Controller.d.ts +1 -6
- package/dist/index.cjs.js +52 -52
- package/dist/index.js +3252 -3163
- package/dist/index.umd.js +47 -47
- package/dist/shared-utils/five/fiveLoaded.d.ts +2 -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 +739 -0
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +692 -0
- package/docs/classes/CSS3DRender.html +776 -0
- package/docs/classes/GuideLineItem.GuideLineItem.html +479 -0
- package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +859 -0
- package/docs/classes/Magnifier.html +483 -0
- package/docs/classes/ModelRoomLabelController.html +401 -0
- package/docs/classes/MoveController.html +652 -0
- package/docs/classes/Object3DHelperController.html +643 -0
- package/docs/classes/PaintBrush.html +505 -0
- package/docs/classes/PanoMeasurePluginLine.html +525 -0
- package/docs/classes/PanoMeasurePluginModel.html +574 -0
- package/docs/classes/PanoMeasurePluginPoint.html +365 -0
- package/docs/classes/PanoMeasurePluginPolyline.html +570 -0
- package/docs/classes/PanoTagPluginController.html +1114 -0
- package/docs/classes/Util.BetterTween.html +419 -0
- package/docs/classes/Util.Interval.html +435 -0
- package/docs/classes/Util.LineSegments.html +387 -0
- package/docs/classes/Util.Magnifier.html +506 -0
- package/docs/classes/Util.Object3D.html +409 -0
- package/docs/classes/Util.PointDomHelper.html +410 -0
- package/docs/classes/Util.PointHelper.html +401 -0
- package/docs/classes/Util.PointSelectorHelper.html +457 -0
- package/docs/classes/Util.Rectangle.html +458 -0
- package/docs/classes/WalkController.html +671 -0
- package/docs/enums/CameraMovementEffect.html +313 -0
- package/docs/enums/ContentType.html +459 -0
- package/docs/enums/DIRECTION.html +323 -0
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +323 -0
- package/docs/enums/DimensionType.html +313 -0
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +316 -0
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +323 -0
- package/docs/enums/PaintBrushTypeEnum.html +316 -0
- package/docs/enums/PointType.html +313 -0
- package/docs/enums/Rotation.html +320 -0
- package/docs/functions/AreaMakerPlugin.html +293 -0
- package/docs/functions/CSS3DRenderPlugin.html +291 -0
- package/docs/functions/CameraMovementPlugin.html +296 -0
- package/docs/functions/CruisePlugin.html +293 -0
- package/docs/functions/CurrentPanoImagePlugin.html +293 -0
- package/docs/functions/GuideLinePlugin.html +293 -0
- package/docs/functions/ItemLabelPlugin.html +293 -0
- package/docs/functions/MapviewFloorplanPlugin.html +293 -0
- package/docs/functions/ModelChassisCompassPlugin.html +296 -0
- package/docs/functions/ModelEntryDoorGuidePlugin.html +296 -0
- package/docs/functions/ModelFloorplanPlugin.html +293 -0
- package/docs/functions/ModelItemLabelPlugin.html +293 -0
- package/docs/functions/ModelRoomLabelPlugin.html +291 -0
- package/docs/functions/ModelTVVideoPlugin.html +293 -0
- package/docs/functions/ModelViewPlugin.html +296 -0
- package/docs/functions/Object3DHelperPlugin.html +291 -0
- package/docs/functions/PanoCompassPlugin.html +293 -0
- package/docs/functions/PanoCursorRaycasterPlugin.html +297 -0
- package/docs/functions/PanoDoorLabelPlugin.html +293 -0
- package/docs/functions/PanoFloorplanRadarPlugin.html +293 -0
- package/docs/functions/PanoMeasurePlugin.html +293 -0
- package/docs/functions/PanoRulerPlugin.html +296 -0
- package/docs/functions/PanoRulerProPlugin.html +296 -0
- package/docs/functions/PanoSpatialTagPlugin.html +296 -0
- package/docs/functions/PanoTagPlugin.html +298 -0
- package/docs/functions/PanoVideoPlugin.html +302 -0
- package/docs/functions/PipelinePlugin.html +291 -0
- package/docs/functions/TopviewFloorplanPlugin.html +293 -0
- package/docs/functions/Util.absoluteUrl.html +329 -0
- package/docs/functions/Util.checkFiveModelLoaded.html +332 -0
- package/docs/functions/Util.equal.html +341 -0
- package/docs/functions/Util.getCoordsFromClient.html +331 -0
- package/docs/functions/Util.getCoordsFromElement.html +331 -0
- package/docs/functions/Util.getFrameTime.html +323 -0
- package/docs/functions/Util.getIntersectFromRelativePosition.html +331 -0
- package/docs/functions/Util.getRaycasterFromFivePointer.html +331 -0
- package/docs/functions/Util.isAbsoluteURL.html +324 -0
- package/docs/functions/Util.isModelLike.html +324 -0
- package/docs/functions/Util.isNil.html +332 -0
- package/docs/functions/Util.isPanoramaLike.html +324 -0
- package/docs/functions/Util.nextFrame.html +337 -0
- package/docs/functions/Util.notNil.html +332 -0
- package/docs/functions/Util.requestAnimationFrameInterval.html +353 -0
- package/docs/functions/Util.tweenProgress.html +326 -0
- package/docs/functions/Util.uuid.html +322 -0
- package/docs/functions/pluginFlag.html +291 -0
- package/docs/index.html +357 -0
- package/docs/interfaces/AddTagConfig.html +306 -0
- package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +333 -0
- package/docs/interfaces/AreaMakerPluginType.Config.html +338 -0
- package/docs/interfaces/AreaMakerPluginType.EventMap.html +624 -0
- package/docs/interfaces/AreaMakerPluginType.Params.html +337 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +387 -0
- package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +372 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +337 -0
- package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +330 -0
- package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +329 -0
- package/docs/interfaces/AreaMakerPluginType.State.html +358 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +452 -0
- package/docs/interfaces/CSS3DRenderPluginState.html +328 -0
- package/docs/interfaces/CameraMovementPluginExportType.html +361 -0
- package/docs/interfaces/CruisePluginTypes.Config.html +362 -0
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +364 -0
- package/docs/interfaces/CruisePluginTypes.EventMap.html +699 -0
- package/docs/interfaces/CruisePluginTypes.MoveAction.html +388 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +424 -0
- package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +414 -0
- package/docs/interfaces/CruisePluginTypes.PluginData.html +354 -0
- package/docs/interfaces/CruisePluginTypes.PluginServerData.html +322 -0
- package/docs/interfaces/CruisePluginTypes.PluginState.html +390 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +385 -0
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +524 -0
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +326 -0
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +318 -0
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +340 -0
- package/docs/interfaces/EventMap.html +545 -0
- package/docs/interfaces/FloorplanBounding.html +335 -0
- package/docs/interfaces/FloorplanData.html +338 -0
- package/docs/interfaces/FloorplanEntrance.html +363 -0
- package/docs/interfaces/FloorplanExtraObject.html +353 -0
- package/docs/interfaces/FloorplanExtraObject3D.html +342 -0
- package/docs/interfaces/FloorplanFloorData.html +331 -0
- package/docs/interfaces/FloorplanImagePosition.html +317 -0
- package/docs/interfaces/FloorplanObserver.html +335 -0
- package/docs/interfaces/FloorplanOutlineItem.html +331 -0
- package/docs/interfaces/FloorplanPosition.html +317 -0
- package/docs/interfaces/FloorplanRoomItem.html +382 -0
- package/docs/interfaces/FloorplanRoomLabelItem.html +323 -0
- package/docs/interfaces/FloorplanServerBounding.html +335 -0
- package/docs/interfaces/FloorplanServerComputedData.html +334 -0
- package/docs/interfaces/FloorplanServerData.html +317 -0
- package/docs/interfaces/FloorplanServerDoorItem.html +334 -0
- package/docs/interfaces/FloorplanServerDoorPosition.html +320 -0
- package/docs/interfaces/FloorplanServerEntrance.html +363 -0
- package/docs/interfaces/FloorplanServerFloorData.html +331 -0
- package/docs/interfaces/FloorplanServerImagePosition.html +317 -0
- package/docs/interfaces/FloorplanServerObserver.html +335 -0
- package/docs/interfaces/FloorplanServerOutlineItem.html +331 -0
- package/docs/interfaces/FloorplanServerPosition.html +317 -0
- package/docs/interfaces/FloorplanServerRoomItem.html +394 -0
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +323 -0
- package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +326 -0
- package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +365 -0
- package/docs/interfaces/GuideLinePluginType.EventMap.html +529 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +360 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +351 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +418 -0
- package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +340 -0
- package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +350 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +486 -0
- package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +347 -0
- package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +486 -0
- package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +312 -0
- package/docs/interfaces/GuideLinePluginType.PluginServerData.html +333 -0
- package/docs/interfaces/GuideLinePluginType.PluginState.html +358 -0
- package/docs/interfaces/GuideLinePluginType.Route.html +374 -0
- package/docs/interfaces/GuideLinePluginType.RouteConfig.html +356 -0
- package/docs/interfaces/HelperOffset.html +335 -0
- package/docs/interfaces/ImagePlaneGroup.html +309 -0
- package/docs/interfaces/ItemLabelPluginData.html +306 -0
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +391 -0
- package/docs/interfaces/ItemLabelPluginParametersType.html +327 -0
- package/docs/interfaces/MinMax.html +313 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +313 -0
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +349 -0
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +313 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +320 -0
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +357 -0
- package/docs/interfaces/ModelItemLabelPluginData.html +306 -0
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +391 -0
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +313 -0
- package/docs/interfaces/ModelRoomLabelPluginData.html +306 -0
- package/docs/interfaces/ModelTVVideoPluginData.html +327 -0
- package/docs/interfaces/ModelTVVideoPluginExportType.html +351 -0
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +306 -0
- package/docs/interfaces/ModelViewPluginExportType.html +419 -0
- package/docs/interfaces/Object3DHelperState.html +320 -0
- package/docs/interfaces/ObjectHelperControllers.html +327 -0
- package/docs/interfaces/PaintBrushAction.html +366 -0
- package/docs/interfaces/PaintBrushConfigs.html +364 -0
- package/docs/interfaces/PaintBrushState.html +348 -0
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +428 -0
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +285 -0
- package/docs/interfaces/PanoMeasureParameterType.html +452 -0
- package/docs/interfaces/PanoMeasurePluginLineJson.html +320 -0
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +317 -0
- package/docs/interfaces/PanoMeasurePluginPointJson.html +313 -0
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +323 -0
- package/docs/interfaces/PanoRulerPluginExportType.html +380 -0
- package/docs/interfaces/PanoRulerPluginOptions.html +329 -0
- package/docs/interfaces/PanoRulerPluginParameterType.html +320 -0
- package/docs/interfaces/PanoRulerProPluginExportType.html +356 -0
- package/docs/interfaces/PanoRulerProPluginOptions.html +326 -0
- package/docs/interfaces/PanoRulerProPluginParameterType.html +313 -0
- package/docs/interfaces/PanoRulerProPluginState.html +320 -0
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +299 -0
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +288 -0
- package/docs/interfaces/PanoSpatialTagPluginData.html +356 -0
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +338 -0
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +434 -0
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +334 -0
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +355 -0
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +341 -0
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +334 -0
- package/docs/interfaces/PanoVideoPluginType.LoadParams.html +326 -0
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +344 -0
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +317 -0
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +423 -0
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +317 -0
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +352 -0
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +371 -0
- package/docs/interfaces/Point.html +320 -0
- package/docs/interfaces/Room.html +327 -0
- package/docs/interfaces/RoomInfo.html +313 -0
- package/docs/interfaces/RoomLabel.html +389 -0
- package/docs/interfaces/RoomRules.html +288 -0
- package/docs/interfaces/Rooms.html +288 -0
- package/docs/interfaces/Scissor.html +347 -0
- package/docs/interfaces/State.html +334 -0
- package/docs/interfaces/TagCacheInterface.html +365 -0
- package/docs/interfaces/TagConfig.html +568 -0
- package/docs/interfaces/TagGLTFObjectGroup.html +309 -0
- package/docs/interfaces/TagIconUrl.html +366 -0
- package/docs/interfaces/TagObjectGroup.html +309 -0
- package/docs/interfaces/TagStyle.html +319 -0
- package/docs/interfaces/Tags.html +2823 -0
- package/docs/interfaces/TemporaryState.html +306 -0
- package/docs/interfaces/Util.MagnifierParameter.html +394 -0
- package/docs/interfaces/Util.MouseGroupParameter.html +353 -0
- package/docs/interfaces/Util.PointIntersection.html +368 -0
- package/docs/modules/AreaMakerPluginType.html +328 -0
- package/docs/modules/CruisePluginTypes.html +331 -0
- package/docs/modules/CurrentPanoImagePluginType.html +300 -0
- package/docs/modules/GuideLineItem.html +292 -0
- package/docs/modules/GuideLineModeItem.html +297 -0
- package/docs/modules/GuideLinePluginType.html +353 -0
- package/docs/modules/PanoVideoPluginType.html +304 -0
- package/docs/modules/Util.html +354 -0
- package/docs/modules.html +560 -0
- package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +335 -0
- package/docs/types/AreaMakerPluginType.ItemRenderer.html +323 -0
- package/docs/types/AreaMakerPluginType.PluginData.html +305 -0
- package/docs/types/AreaMakerPluginType.ServerData.html +305 -0
- package/docs/types/ArrayPosition.html +282 -0
- package/docs/types/AudioAppearance.html +282 -0
- package/docs/types/AudioTagTypeConfigKey.html +282 -0
- package/docs/types/CSS3DRenderExportType.html +282 -0
- package/docs/types/CSS3DRenderPluginExportType.html +282 -0
- package/docs/types/CSS3DRenderPluginParameterType.html +282 -0
- package/docs/types/ClassFunctionParameters.html +289 -0
- package/docs/types/Color.html +282 -0
- package/docs/types/ContentTypeConfigKey.html +282 -0
- package/docs/types/ContentTypeConfigKeySplit.html +282 -0
- package/docs/types/ContentTypeMap.html +282 -0
- package/docs/types/Create3DDomContainerReturnType.html +282 -0
- package/docs/types/Create3DElementReturnType.html +282 -0
- package/docs/types/CruisePluginExportType.html +282 -0
- package/docs/types/CruisePluginTypes.CruiseData.html +321 -0
- package/docs/types/CruisePluginTypes.MoveEffect.html +298 -0
- package/docs/types/CurrentPanoImagePluginExportType.html +282 -0
- package/docs/types/DeprecatedMediaPlaneProperty.html +294 -0
- package/docs/types/DeprecatedTagProperty.html +297 -0
- package/docs/types/Direction-1.html +282 -0
- package/docs/types/Direction4.html +282 -0
- package/docs/types/ElementRenderer.html +306 -0
- package/docs/types/FloorplanRuleLabels.html +285 -0
- package/docs/types/FloorplanServerRuleLabels.html +282 -0
- package/docs/types/GuideLinePluginExportType.html +282 -0
- package/docs/types/GuideLinePluginType.GuideLineItem.html +355 -0
- package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +376 -0
- package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +309 -0
- package/docs/types/GuideLinePluginType.GuideLineStyle.html +312 -0
- package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +312 -0
- package/docs/types/GuideLinePluginType.PathItem.html +312 -0
- package/docs/types/GuideLinePluginType.PluginData.html +321 -0
- package/docs/types/HelperEventMap.html +520 -0
- package/docs/types/LoadTagConfig.html +282 -0
- package/docs/types/MapviewFloorplanPluginParameterType.html +282 -0
- package/docs/types/MapviewFloorplanPluginReturnType.html +282 -0
- package/docs/types/MediaData.html +303 -0
- package/docs/types/MediaStore.html +287 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +289 -0
- package/docs/types/ModelFloorplanPluginParameterType.html +282 -0
- package/docs/types/ModelFloorplanPluginReturnType.html +282 -0
- package/docs/types/ModelId.html +282 -0
- package/docs/types/ModelRoomLabelPluginParameters.html +282 -0
- package/docs/types/ModelRoomLabelPluginReturnType.html +282 -0
- package/docs/types/MoveArgs.html +292 -0
- package/docs/types/MoveOpts.html +290 -0
- package/docs/types/Object3DHelperEventMap.html +375 -0
- package/docs/types/ObjectFit.html +282 -0
- package/docs/types/PaintBrushEventMap.html +313 -0
- package/docs/types/PanoCompassPluginData.html +282 -0
- package/docs/types/PanoCompassPluginExportType.html +282 -0
- package/docs/types/PanoCompassPluginParameterType.html +282 -0
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +282 -0
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +282 -0
- package/docs/types/PanoIndex.html +282 -0
- package/docs/types/PanoMeasurePluginEvent.html +282 -0
- package/docs/types/PanoMeasureReturnType.html +282 -0
- package/docs/types/PanoSpatialTagPluginId.html +282 -0
- package/docs/types/PanoTagPluginExportInterface.html +282 -0
- package/docs/types/PanoTagPluginParamsInterface.html +282 -0
- package/docs/types/PanoVideoPluginParameterType.html +282 -0
- package/docs/types/PanoVideoPluginReturnType.html +282 -0
- package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +290 -0
- package/docs/types/PipelinePluginParameterType.html +282 -0
- package/docs/types/PipelinePluginReturnType.html +282 -0
- package/docs/types/PlaneTag.html +290 -0
- package/docs/types/Point2DTag.html +290 -0
- package/docs/types/Point3DTag.html +290 -0
- package/docs/types/PointTag.html +287 -0
- package/docs/types/PointTagInstance.html +287 -0
- package/docs/types/Position.html +282 -0
- package/docs/types/RotateArgs.html +294 -0
- package/docs/types/RotateOpts.html +290 -0
- package/docs/types/RuleLabelsKey.html +282 -0
- package/docs/types/RuleLabelsValue.html +282 -0
- package/docs/types/StickType.html +282 -0
- package/docs/types/Tag.html +348 -0
- package/docs/types/Tag2D.html +290 -0
- package/docs/types/Tag3D.html +290 -0
- package/docs/types/TagConfigByKey.html +287 -0
- package/docs/types/TagContentType.html +282 -0
- package/docs/types/TagContentTypeMapping.html +282 -0
- package/docs/types/TagDimensionType.html +284 -0
- package/docs/types/TagElement.html +292 -0
- package/docs/types/TagEvents.html +335 -0
- package/docs/types/TagGLTFObject.html +305 -0
- package/docs/types/TagHooks.html +282 -0
- package/docs/types/TagId.html +282 -0
- package/docs/types/TagInstance.html +360 -0
- package/docs/types/TagPointType.html +285 -0
- package/docs/types/TagRendererMap.html +287 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +282 -0
- package/docs/types/TopviewFloorplanPluginReturnType.html +282 -0
- package/docs/types/WorkCode.html +282 -0
- package/docs/variables/FLOOR_TYPE_MAP.html +292 -0
- package/docs/variables/PLUGIN.html +282 -0
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +285 -0
- package/docs/variables/ROOM_TYPE_MAP.html +292 -0
- package/docs/variables/defaultGlobalConfig.html +282 -0
- package/docs/variables/itemLabelPluginServerParams.html +289 -0
- package/docs/variables/modelItemLabelPluginServerParams.html +289 -0
- package/docs/variables/modelRoomLabelPluginServerParams.html +289 -0
- package/libs/CruisePlugin/BaseController.d.ts +159 -0
- package/libs/CruisePlugin/BaseController.js +231 -0
- package/libs/CruisePlugin/Move.d.ts +40 -0
- package/libs/CruisePlugin/Move.js +120 -0
- package/libs/CruisePlugin/Work.d.ts +120 -0
- package/libs/CruisePlugin/Work.js +597 -0
- package/libs/CruisePlugin/index.d.ts +4 -3
- package/libs/CruisePlugin/index.js +17 -12
- package/libs/CruisePlugin/typing.d.ts +2 -2
- package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +11 -0
- package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +11 -0
- package/libs/GuideLinePlugin/Controller.d.ts +1 -6
- package/libs/GuideLinePlugin/Controller.js +48 -62
- package/libs/GuideLinePlugin/GuideLineItem/index.js +53 -43
- package/libs/GuideLinePlugin/GuideLineItem.js +13 -10
- package/libs/GuideLinePlugin/index.js +20 -17
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.js +124 -119
- package/libs/shared-utils/five/fiveLoaded.d.ts +2 -0
- package/libs/shared-utils/five/fiveLoaded.js +30 -0
- package/libs/shared-utils/formatRad.d.ts +7 -0
- package/libs/shared-utils/formatRad.js +7 -0
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -2
- package/dist/CruisePlugin/Controller.d.ts +0 -171
- package/dist/CruisePlugin/utils/linerValue.d.ts +0 -1
- package/libs/CruisePlugin/Controller.d.ts +0 -171
- package/libs/CruisePlugin/Controller.js +0 -760
- /package/dist/{CruisePlugin/utils → shared-utils}/formatRad.d.ts +0 -0
- /package/dist/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
- /package/libs/{CruisePlugin/utils/vectorToCoordinates.d.ts → shared-utils/vectorToCoordinate.d.ts} +0 -0
- /package/libs/{CruisePlugin/utils/vectorToCoordinates.js → shared-utils/vectorToCoordinate.js} +0 -0
package/libs/index.js
CHANGED
|
@@ -1,59 +1,60 @@
|
|
|
1
1
|
import { consoleVersion as o } from "./shared-utils/logger.js";
|
|
2
2
|
import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
|
|
3
|
-
import { PaintBrush as
|
|
4
|
-
import { PaintBrushTypeEnum as
|
|
5
|
-
import { ModelViewPlugin as
|
|
6
|
-
import { CSS3DRenderPlugin as
|
|
7
|
-
import { PanoCursorRaycasterPlugin as
|
|
8
|
-
import { ModelRoomLabelPlugin as
|
|
9
|
-
import { FLOOR_PLAN_ATTACHED_TO as
|
|
10
|
-
import { ModelFloorplanPlugin as
|
|
11
|
-
import { MapviewFloorplanPlugin as
|
|
12
|
-
import { TopviewFloorplanPlugin as
|
|
13
|
-
import { PanoFloorplanRadarPlugin as
|
|
14
|
-
import { FLOOR_TYPE_MAP as
|
|
15
|
-
import { ModelChassisCompassPlugin as
|
|
16
|
-
import { ModelEntryDoorGuidePlugin as
|
|
17
|
-
import { CameraMovementPlugin as
|
|
18
|
-
import { CameraMovementEffect as
|
|
19
|
-
import { PanoRulerPlugin as
|
|
20
|
-
import { PanoRulerProPlugin as
|
|
21
|
-
import { PanoCompassPlugin as
|
|
22
|
-
import { PanoMeasurePlugin as
|
|
23
|
-
import { PanoSpatialTagPlugin as
|
|
24
|
-
import { modelItemLabelPluginServerParams as
|
|
25
|
-
import { ModelTVVideoPlugin as
|
|
26
|
-
import { DIRECTION as
|
|
27
|
-
import { itemLabelPluginServerParams as
|
|
28
|
-
import { PanoDoorLabelPlugin as
|
|
29
|
-
import { GuideLinePlugin as
|
|
30
|
-
import { CruisePlugin as
|
|
31
|
-
import { PanoTagPlugin as
|
|
32
|
-
import { Object3DHelperPlugin as
|
|
33
|
-
import { PanoVideoPlugin as
|
|
34
|
-
import { PipelinePlugin as
|
|
35
|
-
import { AreaMakerPlugin as
|
|
36
|
-
import { CurrentPanoImagePlugin as
|
|
37
|
-
import { index as
|
|
38
|
-
import { CSS3DRender as
|
|
39
|
-
import { Model as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { Polyline as
|
|
43
|
-
import { default as
|
|
44
|
-
import { DISPLAY_STRATEGY_TYPE as
|
|
45
|
-
import { ModelItemLabelPlugin as
|
|
46
|
-
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as
|
|
47
|
-
import { Plugin as
|
|
48
|
-
import { GuideLineItem$1 as
|
|
49
|
-
import { GuideLineModeItem$1 as
|
|
50
|
-
import { default as
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
3
|
+
import { PaintBrush as zp } from "./components/PaintBrush/index.js";
|
|
4
|
+
import { PaintBrushTypeEnum as Kp } from "./components/PaintBrush/typings.js";
|
|
5
|
+
import { ModelViewPlugin as Xp } from "./ModelViewPlugin/Plugin.js";
|
|
6
|
+
import { CSS3DRenderPlugin as oe } from "./CSS3DRenderPlugin/index.js";
|
|
7
|
+
import { PanoCursorRaycasterPlugin as te } from "./PanoCursorRaycasterPlugin/index.js";
|
|
8
|
+
import { ModelRoomLabelPlugin as me, modelRoomLabelPluginServerParams as pe } from "./ModelRoomLabelPlugin/index.js";
|
|
9
|
+
import { FLOOR_PLAN_ATTACHED_TO as le } from "./floorplan/constant.js";
|
|
10
|
+
import { ModelFloorplanPlugin as ae } from "./floorplan/ModelFloorplanPlugin/index.js";
|
|
11
|
+
import { MapviewFloorplanPlugin as fe } from "./floorplan/MapviewFloorplanPlugin/index.js";
|
|
12
|
+
import { TopviewFloorplanPlugin as xe } from "./floorplan/TopviewFloorplanPlugin/index.js";
|
|
13
|
+
import { PanoFloorplanRadarPlugin as se } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
|
|
14
|
+
import { FLOOR_TYPE_MAP as Me, ROOM_FETILE_TYPE_MAP as Te, ROOM_TYPE_MAP as Le } from "./floorplan/typings/floorplanServerData.js";
|
|
15
|
+
import { ModelChassisCompassPlugin as _e } from "./ModelChassisCompassPlugin/Plugin.js";
|
|
16
|
+
import { ModelEntryDoorGuidePlugin as Ie } from "./ModelEntryDoorGuidePlugin/Plugin.js";
|
|
17
|
+
import { CameraMovementPlugin as Oe } from "./CameraMovementPlugin/CameraMovementPlugin.js";
|
|
18
|
+
import { CameraMovementEffect as Ae, Rotation as Se } from "./CameraMovementPlugin/typing.js";
|
|
19
|
+
import { PanoRulerPlugin as Ge } from "./PanoRulerPlugin/Plugin.js";
|
|
20
|
+
import { PanoRulerProPlugin as ve } from "./PanoRulerProPlugin/index.js";
|
|
21
|
+
import { PanoCompassPlugin as Ye } from "./PanoCompassPlugin/index.js";
|
|
22
|
+
import { PanoMeasurePlugin as Ve } from "./PanoMeasurePlugin/index.js";
|
|
23
|
+
import { PanoSpatialTagPlugin as he } from "./PanoSpatialTagPlugin/Plugin.js";
|
|
24
|
+
import { modelItemLabelPluginServerParams as Be } from "./ModelItemLabelPlugin/index.js";
|
|
25
|
+
import { ModelTVVideoPlugin as Ue } from "./ModelTVVideoPlugin/Plugin.js";
|
|
26
|
+
import { DIRECTION as ke } from "./ModelTVVideoPlugin/typings.js";
|
|
27
|
+
import { itemLabelPluginServerParams as We } from "./ItemLabelPlugin/index.js";
|
|
28
|
+
import { PanoDoorLabelPlugin as ze } from "./PanoDoorLabelPlugin/index.js";
|
|
29
|
+
import { GuideLinePlugin as Ke } from "./GuideLinePlugin/index.js";
|
|
30
|
+
import { CruisePlugin as Xe } from "./CruisePlugin/index.js";
|
|
31
|
+
import { PanoTagPlugin as ol } from "./PanoTagPlugin/index.js";
|
|
32
|
+
import { Object3DHelperPlugin as tl } from "./Object3DHelperPlugin/index.js";
|
|
33
|
+
import { PanoVideoPlugin as ml } from "./PanoVideoPlugin/index.js";
|
|
34
|
+
import { PipelinePlugin as el } from "./PipelinePlugin/index.js";
|
|
35
|
+
import { AreaMakerPlugin as nl } from "./AreaMakerPlugin/index.js";
|
|
36
|
+
import { CurrentPanoImagePlugin as Pl } from "./CurrentPanoImagePlugin/index.js";
|
|
37
|
+
import { index as ul } from "./shared-utils/index.js";
|
|
38
|
+
import { CSS3DRender as gl } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
|
|
39
|
+
import { Model as dl } from "./PanoMeasurePlugin/Model/index.js";
|
|
40
|
+
import { default as Tl } from "./PanoMeasurePlugin/Model/point.js";
|
|
41
|
+
import { default as Cl } from "./PanoMeasurePlugin/Model/line.js";
|
|
42
|
+
import { Polyline as El } from "./PanoMeasurePlugin/Model/polyline.js";
|
|
43
|
+
import { default as Rl } from "./PanoMeasurePlugin/Modules/Magnifier.js";
|
|
44
|
+
import { DISPLAY_STRATEGY_TYPE as yl } from "./ModelItemLabelPlugin/typings.js";
|
|
45
|
+
import { ModelItemLabelPlugin as Sl } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
|
|
46
|
+
import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Gl } from "./ItemLabelPlugin/typings.js";
|
|
47
|
+
import { Plugin as vl } from "./ItemLabelPlugin/Plugin.js";
|
|
48
|
+
import { GuideLineItem$1 as Yl } from "./GuideLinePlugin/GuideLineItem/index.js";
|
|
49
|
+
import { GuideLineModeItem$1 as Vl } from "./GuideLinePlugin/GuideLineModeItem/index.js";
|
|
50
|
+
import { default as hl } from "./CruisePlugin/Work.js";
|
|
51
|
+
import { default as Bl, default as Hl } from "./CruisePlugin/Move.js";
|
|
52
|
+
import { typing as jl } from "./CruisePlugin/typing/index.js";
|
|
53
|
+
import { default as $l, pluginFlag as Wl } from "./PanoTagPlugin/controller/index.js";
|
|
54
|
+
import { defaultGlobalConfig as zl } from "./PanoTagPlugin/typings/tag/TagConfig.js";
|
|
55
|
+
import { ContentType as Kl, DimensionType as Ql, PointType as Xl } from "./PanoTagPlugin/Archive/deprecated.js";
|
|
56
|
+
import { Object3DHelperController as on, PLUGIN as rn } from "./Object3DHelperPlugin/Controller.js";
|
|
57
|
+
import { typings as mn } from "./PanoVideoPlugin/typings/index.js";
|
|
57
58
|
import "./components/PaintBrush/Controller.js";
|
|
58
59
|
import "./components/PaintBrush/utils.js";
|
|
59
60
|
import "./components/PaintBrush/tween.js";
|
|
@@ -247,6 +248,7 @@ import "./PanoDoorLabelPlugin/BaseController.js";
|
|
|
247
248
|
import "./PanoDoorLabelPlugin/DoorLabelItem.js";
|
|
248
249
|
import "./PanoDoorLabelPlugin/utils.js";
|
|
249
250
|
import "./GuideLinePlugin/Controller.js";
|
|
251
|
+
import "./shared-utils/five/fiveLoaded.js";
|
|
250
252
|
import "./shared-utils/log.js";
|
|
251
253
|
import "./GuideLinePlugin/utils/createLineGeometry.js";
|
|
252
254
|
import "./vendor/polyline-normals/index.js";
|
|
@@ -362,10 +364,11 @@ import "./GuideLinePlugin/utils/index.js";
|
|
|
362
364
|
import "./CruisePlugin/utils/coordinatesAngle.js";
|
|
363
365
|
import "./CruisePlugin/utils/coordinatesToVector.js";
|
|
364
366
|
import "./CruisePlugin/utils/safeCall.js";
|
|
365
|
-
import "./CruisePlugin/utils/vectorToCoordinates.js";
|
|
366
|
-
import "./CruisePlugin/utils/formatRad.js";
|
|
367
|
-
import "./CruisePlugin/utils/linerValue.js";
|
|
368
367
|
import "./CruisePlugin/utils/sleep.js";
|
|
368
|
+
import "./shared-utils/vectorToCoordinate.js";
|
|
369
|
+
import "./shared-utils/formatRad.js";
|
|
370
|
+
import "./CruisePlugin/BaseController.js";
|
|
371
|
+
import "./CruisePlugin/utils/getFiveStateOnCurve.js";
|
|
369
372
|
import "./shared-utils/Object3DHelper/Helper/MoveHelper.js";
|
|
370
373
|
import "./shared-utils/Object3DHelper/Base/BaseHelper.js";
|
|
371
374
|
import "./shared-utils/Object3DHelper/utils/setObjectQuaternion.js";
|
|
@@ -420,66 +423,68 @@ import "./shared-utils/three/getRaycaster.js";
|
|
|
420
423
|
r();
|
|
421
424
|
o();
|
|
422
425
|
export {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
on as
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
Ge as
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
426
|
+
nl as AreaMakerPlugin,
|
|
427
|
+
gl as CSS3DRender,
|
|
428
|
+
oe as CSS3DRenderPlugin,
|
|
429
|
+
Ae as CameraMovementEffect,
|
|
430
|
+
Oe as CameraMovementPlugin,
|
|
431
|
+
Kl as ContentType,
|
|
432
|
+
Xe as CruisePlugin,
|
|
433
|
+
Bl as CruisePluginController,
|
|
434
|
+
jl as CruisePluginTypes,
|
|
435
|
+
Pl as CurrentPanoImagePlugin,
|
|
436
|
+
ke as DIRECTION,
|
|
437
|
+
yl as DISPLAY_STRATEGY_TYPE,
|
|
438
|
+
Ql as DimensionType,
|
|
439
|
+
le as FLOOR_PLAN_ATTACHED_TO,
|
|
440
|
+
Me as FLOOR_TYPE_MAP,
|
|
441
|
+
Yl as GuideLineItem,
|
|
442
|
+
Vl as GuideLineModeItem,
|
|
443
|
+
Ke as GuideLinePlugin,
|
|
444
|
+
Gl as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
|
|
445
|
+
vl as ItemLabelPlugin,
|
|
446
|
+
Rl as Magnifier,
|
|
447
|
+
fe as MapviewFloorplanPlugin,
|
|
448
|
+
_e as ModelChassisCompassPlugin,
|
|
449
|
+
Ie as ModelEntryDoorGuidePlugin,
|
|
450
|
+
ae as ModelFloorplanPlugin,
|
|
451
|
+
Sl as ModelItemLabelPlugin,
|
|
452
|
+
me as ModelRoomLabelPlugin,
|
|
453
|
+
Ue as ModelTVVideoPlugin,
|
|
454
|
+
Xp as ModelViewPlugin,
|
|
455
|
+
Hl as MoveController,
|
|
456
|
+
on as Object3DHelperController,
|
|
457
|
+
tl as Object3DHelperPlugin,
|
|
458
|
+
rn as PLUGIN,
|
|
459
|
+
zp as PaintBrush,
|
|
460
|
+
Kp as PaintBrushTypeEnum,
|
|
461
|
+
Ye as PanoCompassPlugin,
|
|
462
|
+
te as PanoCursorRaycasterPlugin,
|
|
463
|
+
ze as PanoDoorLabelPlugin,
|
|
464
|
+
se as PanoFloorplanRadarPlugin,
|
|
465
|
+
Ve as PanoMeasurePlugin,
|
|
466
|
+
Cl as PanoMeasurePluginLine,
|
|
467
|
+
dl as PanoMeasurePluginModel,
|
|
468
|
+
Tl as PanoMeasurePluginPoint,
|
|
469
|
+
El as PanoMeasurePluginPolyline,
|
|
470
|
+
Ge as PanoRulerPlugin,
|
|
471
|
+
ve as PanoRulerProPlugin,
|
|
472
|
+
he as PanoSpatialTagPlugin,
|
|
473
|
+
ol as PanoTagPlugin,
|
|
474
|
+
$l as PanoTagPluginController,
|
|
475
|
+
ml as PanoVideoPlugin,
|
|
476
|
+
mn as PanoVideoPluginType,
|
|
477
|
+
el as PipelinePlugin,
|
|
478
|
+
Xl as PointType,
|
|
479
|
+
Te as ROOM_FETILE_TYPE_MAP,
|
|
480
|
+
Le as ROOM_TYPE_MAP,
|
|
481
|
+
Se as Rotation,
|
|
482
|
+
xe as TopviewFloorplanPlugin,
|
|
483
|
+
ul as Util,
|
|
484
|
+
hl as WalkController,
|
|
485
|
+
zl as defaultGlobalConfig,
|
|
486
|
+
We as itemLabelPluginServerParams,
|
|
487
|
+
Be as modelItemLabelPluginServerParams,
|
|
488
|
+
pe as modelRoomLabelPluginServerParams,
|
|
489
|
+
Wl as pluginFlag
|
|
485
490
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var i = (e, o, r) => new Promise((c, d) => {
|
|
2
|
+
var u = (n) => {
|
|
3
|
+
try {
|
|
4
|
+
t(r.next(n));
|
|
5
|
+
} catch (a) {
|
|
6
|
+
d(a);
|
|
7
|
+
}
|
|
8
|
+
}, w = (n) => {
|
|
9
|
+
try {
|
|
10
|
+
t(r.throw(n));
|
|
11
|
+
} catch (a) {
|
|
12
|
+
d(a);
|
|
13
|
+
}
|
|
14
|
+
}, t = (n) => n.done ? c(n.value) : Promise.resolve(n.value).then(u, w);
|
|
15
|
+
t((r = r.apply(e, o)).next());
|
|
16
|
+
});
|
|
17
|
+
function k(e) {
|
|
18
|
+
return i(this, null, function* () {
|
|
19
|
+
return new Promise((o) => {
|
|
20
|
+
if (e.work) {
|
|
21
|
+
o();
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
e.once("loaded", () => o());
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
k as waitFiveLoaded
|
|
30
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function A() {
|
|
2
2
|
console.debug(
|
|
3
|
-
"%c %c@realsee/dnalogel %cv3.
|
|
3
|
+
"%c %c@realsee/dnalogel %cv3.7.0-dev.0",
|
|
4
4
|
[
|
|
5
5
|
"background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
|
|
6
6
|
"background-repeat: no-repeat",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"repository": "https://github.com/realsee-developer/dnalogel.git",
|
|
8
8
|
"description": "如视 VR 看房插件合集",
|
|
9
9
|
"private": false,
|
|
10
|
-
"version": "3.
|
|
10
|
+
"version": "3.7.0-dev.0",
|
|
11
11
|
"license": "SEE LICENSE IN TERMS.txt",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"svelte-carousel": "1.0.25",
|
|
73
73
|
"svelte-preprocess": "^5.0.4",
|
|
74
74
|
"three": "0.117.1",
|
|
75
|
-
"type-fest": "
|
|
75
|
+
"type-fest": "4.6.0",
|
|
76
76
|
"typedoc": "^0.24.8",
|
|
77
77
|
"typescript": "^5.1.6",
|
|
78
78
|
"vite": "4.3.2",
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
import type { Five } from '@realsee/five';
|
|
2
|
-
import type { BaseOptions } from '../base/BasePlugin';
|
|
3
|
-
import * as BasePluginWithData from '../base/BasePluginWithData';
|
|
4
|
-
import type { PluginState, EventMap, PluginServerData, PluginData, Config } from './typing';
|
|
5
|
-
export declare const pluginFlag: (name: string) => string;
|
|
6
|
-
export default class CruisePluginController extends BasePluginWithData.Controller<PluginState, EventMap, PluginServerData, PluginData> {
|
|
7
|
-
static PluginVersion: string;
|
|
8
|
-
state: PluginState;
|
|
9
|
-
protected data?: PluginData;
|
|
10
|
-
private config?;
|
|
11
|
-
private privateState;
|
|
12
|
-
private GuideLine?;
|
|
13
|
-
constructor(five: Five, config?: Config);
|
|
14
|
-
/**
|
|
15
|
-
* @description Load Data and State
|
|
16
|
-
*/
|
|
17
|
-
load(serverData: PluginServerData | PluginServerData['data'], state?: PluginState, userAction?: boolean): Promise<void>;
|
|
18
|
-
/**
|
|
19
|
-
* @description Play | Continue play. if have been paused, continue play from the pause position; if playing, do nothing
|
|
20
|
-
*/
|
|
21
|
-
play(options?: {
|
|
22
|
-
userAction?: boolean;
|
|
23
|
-
}): void;
|
|
24
|
-
/**
|
|
25
|
-
* @description If playing, first pause, then play from keyframes index/id
|
|
26
|
-
* @param {number} options.index play from keyframes index
|
|
27
|
-
* @param {string} options.id play from keyframes id
|
|
28
|
-
*/
|
|
29
|
-
playFrom(options: {
|
|
30
|
-
userAction?: boolean;
|
|
31
|
-
index?: number;
|
|
32
|
-
id?: string;
|
|
33
|
-
}): void;
|
|
34
|
-
/**
|
|
35
|
-
* @description Play from first keyframe
|
|
36
|
-
*/
|
|
37
|
-
playFromStart(options?: {
|
|
38
|
-
userAction?: boolean;
|
|
39
|
-
}): void;
|
|
40
|
-
/**
|
|
41
|
-
* @description Pause
|
|
42
|
-
*/
|
|
43
|
-
pause(options?: {
|
|
44
|
-
userAction?: boolean;
|
|
45
|
-
}): void;
|
|
46
|
-
/**
|
|
47
|
-
* @description Show guide line
|
|
48
|
-
*/
|
|
49
|
-
show(options?: {
|
|
50
|
-
userAction?: boolean;
|
|
51
|
-
}): Promise<void>;
|
|
52
|
-
/**
|
|
53
|
-
* @description Hide guide line
|
|
54
|
-
*/
|
|
55
|
-
hide(options?: {
|
|
56
|
-
userAction?: boolean;
|
|
57
|
-
}): Promise<void>;
|
|
58
|
-
/**
|
|
59
|
-
* @description Enable
|
|
60
|
-
*/
|
|
61
|
-
enable(options?: {
|
|
62
|
-
userAction?: boolean;
|
|
63
|
-
}): void;
|
|
64
|
-
/**
|
|
65
|
-
* @description Disable
|
|
66
|
-
*/
|
|
67
|
-
disable(options?: {
|
|
68
|
-
userAction?: boolean;
|
|
69
|
-
}): void;
|
|
70
|
-
/**
|
|
71
|
-
* @description Dispose
|
|
72
|
-
*/
|
|
73
|
-
dispose(): void;
|
|
74
|
-
/**
|
|
75
|
-
* @description Set state
|
|
76
|
-
*/
|
|
77
|
-
setState(state: Partial<PluginState>, options?: BaseOptions & Record<string, any>): void;
|
|
78
|
-
/**
|
|
79
|
-
* @description Format data
|
|
80
|
-
*/
|
|
81
|
-
protected formatData(serverData: PluginServerData | PluginServerData['data']): Promise<PluginData>;
|
|
82
|
-
private handleEnable;
|
|
83
|
-
private handleVisible;
|
|
84
|
-
private changePlayState;
|
|
85
|
-
/**
|
|
86
|
-
* @description Play | Continue play. if have been paused, continue play from the pause position; if playing, do nothing
|
|
87
|
-
* @param {number} options.playFromIndex play from keyframes index
|
|
88
|
-
* @param {string} options.playFromId play from keyframes id
|
|
89
|
-
*/
|
|
90
|
-
private handlePlay;
|
|
91
|
-
/**
|
|
92
|
-
* @description: Pause and record pause state
|
|
93
|
-
*/
|
|
94
|
-
private handlePause;
|
|
95
|
-
/**
|
|
96
|
-
* @description Play single keyframe
|
|
97
|
-
*/
|
|
98
|
-
private playKeyframe;
|
|
99
|
-
/**
|
|
100
|
-
* @description: listen interupted by five gesture
|
|
101
|
-
*/
|
|
102
|
-
private addInterruptListener;
|
|
103
|
-
/**
|
|
104
|
-
* @description: getPlayPromise
|
|
105
|
-
*/
|
|
106
|
-
private getPlayPromise;
|
|
107
|
-
/**
|
|
108
|
-
* @description Action promise queue in sequence
|
|
109
|
-
*/
|
|
110
|
-
private actionPromiseQueue;
|
|
111
|
-
/**
|
|
112
|
-
* @description Action move keyframe
|
|
113
|
-
*/
|
|
114
|
-
private move;
|
|
115
|
-
/**
|
|
116
|
-
* @description Action rotate keyframe
|
|
117
|
-
*/
|
|
118
|
-
private rotate;
|
|
119
|
-
/**
|
|
120
|
-
* @description Update five camera
|
|
121
|
-
*/
|
|
122
|
-
private updateCamera;
|
|
123
|
-
/**
|
|
124
|
-
* @description: Change five pano
|
|
125
|
-
*/
|
|
126
|
-
private changePano;
|
|
127
|
-
/**
|
|
128
|
-
* @description: Change play speed
|
|
129
|
-
*/
|
|
130
|
-
private changeSpeed;
|
|
131
|
-
/**
|
|
132
|
-
* @description Get duration by speed
|
|
133
|
-
*/
|
|
134
|
-
private getSpeededDuration;
|
|
135
|
-
/**
|
|
136
|
-
* @description Get ratate progress
|
|
137
|
-
*/
|
|
138
|
-
private getProgress;
|
|
139
|
-
/**
|
|
140
|
-
* @description Change five mode
|
|
141
|
-
*/
|
|
142
|
-
private changeMode;
|
|
143
|
-
/**
|
|
144
|
-
* @description Force interupt five updateCamera
|
|
145
|
-
*/
|
|
146
|
-
private forceInteruptUpdateCamera;
|
|
147
|
-
private getPauseData;
|
|
148
|
-
/**
|
|
149
|
-
* @description Set pause data
|
|
150
|
-
*/
|
|
151
|
-
private setPauseData;
|
|
152
|
-
/**
|
|
153
|
-
* @description Clear pause data
|
|
154
|
-
*/
|
|
155
|
-
private clearPauseData;
|
|
156
|
-
/**
|
|
157
|
-
* @description: Restore state that before loaded
|
|
158
|
-
*/
|
|
159
|
-
private clear;
|
|
160
|
-
private handleDispose;
|
|
161
|
-
/**
|
|
162
|
-
* @description Action function if plugin is enable
|
|
163
|
-
*/
|
|
164
|
-
private actionIfStateIsEnabled;
|
|
165
|
-
/**
|
|
166
|
-
* @description: Wait for five work ready
|
|
167
|
-
*/
|
|
168
|
-
private waitFiveLoaded;
|
|
169
|
-
private setFiveLinearUpdateCamera;
|
|
170
|
-
private setFiveOriginUpdateCamera;
|
|
171
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function linerValue(x0: number, v0: number, t1: number, t: number): number;
|