@realsee/dnalogel 3.80.8-alpha.2 → 3.81.0-alpha.1
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/DigitalPerformancePlugin/core/DigitalHuman.d.ts +18 -0
- package/dist/DigitalPerformanceV2Plugin/controller/index.d.ts +351 -0
- package/dist/DigitalPerformanceV2Plugin/core/CameraDirector.d.ts +61 -0
- package/dist/DigitalPerformanceV2Plugin/core/CameraSampler.d.ts +53 -0
- package/dist/DigitalPerformanceV2Plugin/core/CameraTrack.d.ts +21 -0
- package/dist/DigitalPerformanceV2Plugin/core/FiveModelCameraBridge.d.ts +39 -0
- package/dist/DigitalPerformanceV2Plugin/core/PerformanceClock.d.ts +55 -0
- package/dist/DigitalPerformanceV2Plugin/core/Playground.d.ts +106 -0
- package/dist/DigitalPerformanceV2Plugin/core/shared.d.ts +4 -0
- package/dist/DigitalPerformanceV2Plugin/index.d.ts +9 -0
- package/dist/DigitalPerformanceV2Plugin/typings/index.d.ts +113 -0
- package/dist/index.cjs.js +84 -101
- package/dist/index.d.ts +1 -0
- package/dist/index.js +8739 -7470
- package/dist/index.umd.js +77 -94
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
- package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
- package/docs/classes/CSS3DRender.html +2 -2
- package/docs/classes/DigitalHuman.html +11 -2
- package/docs/classes/DigitalPerformanceV2.DigitalPerformanceV2PluginController.html +165 -0
- 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 +2 -2
- 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 +2 -2
- package/docs/classes/Object3DHelperController.html +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 -0
- 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 +1 -1
- 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 +2 -2
- 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 +2 -2
- package/docs/interfaces/BoxAnimationConfig.html +2 -2
- package/docs/interfaces/BoxPosition.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +2 -2
- package/docs/interfaces/CSS3DRenderPluginState.html +2 -2
- 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 +2 -2
- package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
- package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
- 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 +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
- package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
- 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 +13 -0
- package/docs/interfaces/DigitalPerformanceV2.DigitalCameraKeyframe.html +23 -0
- package/docs/interfaces/DigitalPerformanceV2.DigitalCameraPlayer.html +7 -0
- package/docs/interfaces/DigitalPerformanceV2.DigitalPerformanceV2PluginConfig.html +7 -0
- package/docs/interfaces/DigitalPerformanceV2.GroupChapterTimeInfo.html +13 -0
- package/docs/interfaces/DigitalPerformanceV2.GroupProgress.html +18 -0
- package/docs/interfaces/DigitalPerformanceV2.V2Progress.html +10 -0
- 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/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 +2 -2
- 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 +2 -2
- 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 +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 +2 -2
- 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 +2 -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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +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 +16 -0
- 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 +3 -2
- 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/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 +7 -0
- package/docs/types/DigitalPerformanceV2.CameraTransition.html +7 -0
- package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginExportInterface.html +1 -0
- package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginParamsInterface.html +1 -0
- package/docs/types/DigitalPerformanceV2.V2ProgressListener.html +1 -0
- 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/FloorplanGuidePluginParameterType.html +1 -1
- package/docs/types/FloorplanGuidePluginReturnType.html +1 -1
- package/docs/types/FloorplanRuleLabels.html +2 -2
- 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/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 +2 -4
- package/libs/CruisePlugin/Work.js +2 -4
- package/libs/CruisePlugin/index.js +6 -8
- package/libs/DigitalPerformancePlugin/core/DigitalHuman.d.ts +18 -0
- package/libs/DigitalPerformancePlugin/core/DigitalHuman.js +198 -110
- package/libs/DigitalPerformanceV2Plugin/controller/index.d.ts +351 -0
- package/libs/DigitalPerformanceV2Plugin/controller/index.js +750 -0
- package/libs/DigitalPerformanceV2Plugin/core/CameraDirector.d.ts +61 -0
- package/libs/DigitalPerformanceV2Plugin/core/CameraDirector.js +101 -0
- package/libs/DigitalPerformanceV2Plugin/core/CameraSampler.d.ts +53 -0
- package/libs/DigitalPerformanceV2Plugin/core/CameraSampler.js +91 -0
- package/libs/DigitalPerformanceV2Plugin/core/CameraTrack.d.ts +21 -0
- package/libs/DigitalPerformanceV2Plugin/core/CameraTrack.js +32 -0
- package/libs/DigitalPerformanceV2Plugin/core/FiveModelCameraBridge.d.ts +39 -0
- package/libs/DigitalPerformanceV2Plugin/core/FiveModelCameraBridge.js +72 -0
- package/libs/DigitalPerformanceV2Plugin/core/PerformanceClock.d.ts +55 -0
- package/libs/DigitalPerformanceV2Plugin/core/PerformanceClock.js +98 -0
- package/libs/DigitalPerformanceV2Plugin/core/Playground.d.ts +106 -0
- package/libs/DigitalPerformanceV2Plugin/core/Playground.js +209 -0
- package/libs/DigitalPerformanceV2Plugin/core/shared.d.ts +4 -0
- package/libs/DigitalPerformanceV2Plugin/core/shared.js +12 -0
- package/libs/DigitalPerformanceV2Plugin/index/index.js +11 -0
- package/libs/DigitalPerformanceV2Plugin/index.d.ts +9 -0
- package/libs/DigitalPerformanceV2Plugin/index.js +20 -0
- package/libs/DigitalPerformanceV2Plugin/typings/index.d.ts +113 -0
- package/libs/DigitalPerformanceV2Plugin/typings/index.js +1 -0
- package/libs/GuideLinePlugin/Controller.js +4 -6
- package/libs/GuideLinePlugin/GuideLineItem.js +2 -4
- package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -4
- package/libs/GuideLinePlugin/index.js +6 -8
- package/libs/PanoTagPlugin/Components/Tag/index.js +2 -4
- package/libs/PanoTagPlugin/Components/TagContainer.js +2 -4
- package/libs/PanoTagPlugin/Components/TagItem.js +2 -4
- package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +2 -4
- package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +2 -4
- package/libs/PanoTagPlugin/controller/TagRender.js +2 -4
- package/libs/PanoTagPlugin/controller/TagUtil.js +2 -4
- package/libs/PanoTagPlugin/controller/index.js +5 -7
- package/libs/PanoTagPlugin/index.js +11 -13
- package/libs/PanoTagPlugin/utils/model/mediaPlane.js +126 -129
- package/libs/base/BasePlugin.js +1 -1
- package/libs/index.d.ts +1 -0
- package/libs/index.js +167 -160
- package/libs/shared-utils/logger.js +1 -1
- package/package.json +2 -1
- package/dist/shared-utils/three/StackedAlphaVideoMaterial.d.ts +0 -12
- package/dist/shared-utils/three/isStackedAlphaVideo.d.ts +0 -1
- package/libs/shared-utils/three/StackedAlphaVideoMaterial.d.ts +0 -12
- package/libs/shared-utils/three/StackedAlphaVideoMaterial.js +0 -55
- package/libs/shared-utils/three/isStackedAlphaVideo.d.ts +0 -1
- package/libs/shared-utils/three/isStackedAlphaVideo.js +0 -7
|
@@ -157,8 +157,6 @@ import "../../shared-utils/three/loadVideoTexture.js";
|
|
|
157
157
|
import "../../shared-utils/device.js";
|
|
158
158
|
import "../../shared-utils/three/getPositionsByObjectFit.js";
|
|
159
159
|
import "../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
160
|
-
import "../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
161
|
-
import "../../shared-utils/three/isStackedAlphaVideo.js";
|
|
162
160
|
import "../../shared-utils/three/getNormal.js";
|
|
163
161
|
import "../../shared-utils/constants.js";
|
|
164
162
|
import "../controller/Tag/BaseTag.js";
|
|
@@ -800,7 +798,7 @@ function Oe(o, e, i) {
|
|
|
800
798
|
ve
|
|
801
799
|
];
|
|
802
800
|
}
|
|
803
|
-
class
|
|
801
|
+
class _r extends ke {
|
|
804
802
|
constructor(e) {
|
|
805
803
|
super(), Te(
|
|
806
804
|
this,
|
|
@@ -824,5 +822,5 @@ class vr extends ke {
|
|
|
824
822
|
}
|
|
825
823
|
}
|
|
826
824
|
export {
|
|
827
|
-
|
|
825
|
+
_r as default
|
|
828
826
|
};
|
|
@@ -67,8 +67,6 @@ import "../../../shared-utils/device.js";
|
|
|
67
67
|
import "../../Assets/Icon.js";
|
|
68
68
|
import "../../../shared-utils/three/getPositionsByObjectFit.js";
|
|
69
69
|
import "../../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
70
|
-
import "../../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
71
|
-
import "../../../shared-utils/three/isStackedAlphaVideo.js";
|
|
72
70
|
import "../../../shared-utils/three/getNormal.js";
|
|
73
71
|
import "../../../vendor/svelte/internal/index.js";
|
|
74
72
|
import "../../Components/Tag/TextTag/index.js";
|
|
@@ -206,7 +204,7 @@ import "../../../shared-utils/five/getFloorIndex.js";
|
|
|
206
204
|
import "../../../shared-utils/safeObj.js";
|
|
207
205
|
import "../../utils/Cache.js";
|
|
208
206
|
import "../../../shared-utils/promise/withResolvers.js";
|
|
209
|
-
class
|
|
207
|
+
class rr extends R {
|
|
210
208
|
constructor(t, e) {
|
|
211
209
|
super(t, e);
|
|
212
210
|
v(this, "loading", !1);
|
|
@@ -300,5 +298,5 @@ class er extends R {
|
|
|
300
298
|
}
|
|
301
299
|
}
|
|
302
300
|
export {
|
|
303
|
-
|
|
301
|
+
rr as ModelTag
|
|
304
302
|
};
|
|
@@ -66,8 +66,6 @@ import "../../../shared-utils/device.js";
|
|
|
66
66
|
import "../../Assets/Icon.js";
|
|
67
67
|
import "../../../shared-utils/three/getPositionsByObjectFit.js";
|
|
68
68
|
import "../../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
69
|
-
import "../../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
70
|
-
import "../../../shared-utils/three/isStackedAlphaVideo.js";
|
|
71
69
|
import "../../../shared-utils/three/getNormal.js";
|
|
72
70
|
import "../../../vendor/svelte/internal/index.js";
|
|
73
71
|
import "../../Components/Tag/TextTag/index.js";
|
|
@@ -304,7 +302,7 @@ import "../../../Sculpt/Objects/Line/index.js";
|
|
|
304
302
|
import "../../../Sculpt/Editors/RectangleMeshEditor.js";
|
|
305
303
|
import "../../../Sculpt/utils/sortPositionsByCameraPosition.js";
|
|
306
304
|
const Z = /* @__PURE__ */ new Map(), z = /* @__PURE__ */ new Map();
|
|
307
|
-
class
|
|
305
|
+
class tn extends N {
|
|
308
306
|
constructor(t, e) {
|
|
309
307
|
super(t, e);
|
|
310
308
|
v(this, "_floorIndex");
|
|
@@ -560,5 +558,5 @@ class on extends N {
|
|
|
560
558
|
}
|
|
561
559
|
}
|
|
562
560
|
export {
|
|
563
|
-
|
|
561
|
+
tn as PlaneTag
|
|
564
562
|
};
|
|
@@ -21,8 +21,6 @@ import "../../shared-utils/three/loadVideoTexture.js";
|
|
|
21
21
|
import "../Assets/Icon.js";
|
|
22
22
|
import "../../shared-utils/three/getPositionsByObjectFit.js";
|
|
23
23
|
import "../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
24
|
-
import "../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
25
|
-
import "../../shared-utils/three/isStackedAlphaVideo.js";
|
|
26
24
|
import "../../shared-utils/three/getNormal.js";
|
|
27
25
|
import "../../shared-utils/constants.js";
|
|
28
26
|
import "../../shared-utils/tag.js";
|
|
@@ -97,7 +95,7 @@ import "../../shared-utils/url/defaultUrls.js";
|
|
|
97
95
|
import "../../vendor/object-assign-deep/objectAssignDeep.js";
|
|
98
96
|
import "../../shared-utils/typescript/entries.js";
|
|
99
97
|
import "../utils/tag/adaptConfig.js";
|
|
100
|
-
class
|
|
98
|
+
class _t extends l {
|
|
101
99
|
constructor(t) {
|
|
102
100
|
super(t);
|
|
103
101
|
o(this, "rendererMap", /* @__PURE__ */ new Map());
|
|
@@ -148,5 +146,5 @@ class tr extends l {
|
|
|
148
146
|
}
|
|
149
147
|
}
|
|
150
148
|
export {
|
|
151
|
-
|
|
149
|
+
_t as TagRender
|
|
152
150
|
};
|
|
@@ -50,8 +50,6 @@ import "../../shared-utils/three/loadVideoTexture.js";
|
|
|
50
50
|
import "../Assets/Icon.js";
|
|
51
51
|
import "../../shared-utils/three/getPositionsByObjectFit.js";
|
|
52
52
|
import "../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
53
|
-
import "../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
54
|
-
import "../../shared-utils/three/isStackedAlphaVideo.js";
|
|
55
53
|
import "../../shared-utils/three/getNormal.js";
|
|
56
54
|
import "../../shared-utils/constants.js";
|
|
57
55
|
import "../../shared-utils/five/vector3ToScreen.js";
|
|
@@ -106,7 +104,7 @@ import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
|
|
|
106
104
|
import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
|
|
107
105
|
import "../../shared-utils/five/calculateThreeMouse.js";
|
|
108
106
|
import "../../shared-utils/url/defaultUrls.js";
|
|
109
|
-
class
|
|
107
|
+
class Jt extends ce {
|
|
110
108
|
constructor(e) {
|
|
111
109
|
super(e);
|
|
112
110
|
s(this, "tags", []);
|
|
@@ -314,5 +312,5 @@ class Nt extends ce {
|
|
|
314
312
|
}
|
|
315
313
|
}
|
|
316
314
|
export {
|
|
317
|
-
|
|
315
|
+
Jt as TagUtil
|
|
318
316
|
};
|
|
@@ -84,8 +84,6 @@ import "../../shared-utils/three/loadVideoTexture.js";
|
|
|
84
84
|
import "../Assets/Icon.js";
|
|
85
85
|
import "../../shared-utils/three/getPositionsByObjectFit.js";
|
|
86
86
|
import "../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
87
|
-
import "../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
88
|
-
import "../../shared-utils/three/isStackedAlphaVideo.js";
|
|
89
87
|
import "../../shared-utils/three/getNormal.js";
|
|
90
88
|
import "../../shared-utils/constants.js";
|
|
91
89
|
import "../../shared-utils/five/FiveDomEvents.js";
|
|
@@ -338,8 +336,8 @@ import "../Components/Common/TagPopover/TagPopoverToolBar.js";
|
|
|
338
336
|
import "../Components/Common/TagPopover/ArrowRightIcon.js";
|
|
339
337
|
import "../Components/Common/TagPopover/ShareIcon.js";
|
|
340
338
|
import "../utils/popoverContainer.js";
|
|
341
|
-
const I = "Dnalogel-PanoTagPlugin",
|
|
342
|
-
class
|
|
339
|
+
const I = "Dnalogel-PanoTagPlugin", zs = (l) => `${I}--${l}`;
|
|
340
|
+
class $s extends $ {
|
|
343
341
|
constructor(e, t) {
|
|
344
342
|
super(e);
|
|
345
343
|
/** state */
|
|
@@ -920,7 +918,7 @@ class Qs extends $ {
|
|
|
920
918
|
}
|
|
921
919
|
}
|
|
922
920
|
export {
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
921
|
+
$s as PanoTagPluginController,
|
|
922
|
+
$s as default,
|
|
923
|
+
zs as pluginFlag
|
|
926
924
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "./controller/index.js";
|
|
2
|
-
import { pluginFlag as
|
|
3
|
-
import { defaultGlobalConfig as
|
|
4
|
-
import { ContentType as
|
|
2
|
+
import { pluginFlag as Ui } from "./controller/index.js";
|
|
3
|
+
import { defaultGlobalConfig as Wi } from "./typings/tag/TagConfig.js";
|
|
4
|
+
import { ContentType as Yi, DimensionType as Zi, PointType as _i } from "./Archive/deprecated.js";
|
|
5
5
|
import "three";
|
|
6
6
|
import "../vendor/object-assign-deep/objectAssignDeep.js";
|
|
7
7
|
import "../shared-utils/positionToVector3.js";
|
|
@@ -91,8 +91,6 @@ import "../shared-utils/three/loadVideoTexture.js";
|
|
|
91
91
|
import "./Assets/Icon.js";
|
|
92
92
|
import "../shared-utils/three/getPositionsByObjectFit.js";
|
|
93
93
|
import "../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
94
|
-
import "../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
95
|
-
import "../shared-utils/three/isStackedAlphaVideo.js";
|
|
96
94
|
import "../shared-utils/three/getNormal.js";
|
|
97
95
|
import "../shared-utils/constants.js";
|
|
98
96
|
import "../shared-utils/five/mode.js";
|
|
@@ -312,14 +310,14 @@ import "./Components/Common/TagPopover/ArrowRightIcon.js";
|
|
|
312
310
|
import "./Components/Common/TagPopover/ShareIcon.js";
|
|
313
311
|
import "./utils/popoverContainer.js";
|
|
314
312
|
import "../shared-utils/animationFrame/BetterTween.js";
|
|
315
|
-
const
|
|
313
|
+
const Qi = (o, t) => new r(o, t);
|
|
316
314
|
export {
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
315
|
+
Yi as ContentType,
|
|
316
|
+
Zi as DimensionType,
|
|
317
|
+
Qi as PanoTagPlugin,
|
|
320
318
|
r as PanoTagPluginController,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
319
|
+
_i as PointType,
|
|
320
|
+
Qi as default,
|
|
321
|
+
Wi as defaultGlobalConfig,
|
|
322
|
+
Ui as pluginFlag
|
|
325
323
|
};
|
|
@@ -1,43 +1,41 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var s = (
|
|
1
|
+
var G = Object.defineProperty;
|
|
2
|
+
var O = (M, l, e) => l in M ? G(M, l, { enumerable: !0, configurable: !0, writable: !0, value: e }) : M[l] = e;
|
|
3
|
+
var a = (M, l, e) => (O(M, typeof l != "symbol" ? l + "" : l, e), e);
|
|
4
|
+
var m = (M, l, e) => new Promise((t, i) => {
|
|
5
|
+
var s = (o) => {
|
|
6
6
|
try {
|
|
7
|
-
|
|
8
|
-
} catch (
|
|
9
|
-
i(
|
|
7
|
+
n(e.next(o));
|
|
8
|
+
} catch (d) {
|
|
9
|
+
i(d);
|
|
10
10
|
}
|
|
11
|
-
},
|
|
11
|
+
}, r = (o) => {
|
|
12
12
|
try {
|
|
13
|
-
|
|
14
|
-
} catch (
|
|
15
|
-
i(
|
|
13
|
+
n(e.throw(o));
|
|
14
|
+
} catch (d) {
|
|
15
|
+
i(d);
|
|
16
16
|
}
|
|
17
|
-
},
|
|
18
|
-
|
|
17
|
+
}, n = (o) => o.done ? t(o.value) : Promise.resolve(o.value).then(s, r);
|
|
18
|
+
n((e = e.apply(M, l)).next());
|
|
19
19
|
});
|
|
20
20
|
import * as y from "three";
|
|
21
21
|
import { Vector3 as b } from "three";
|
|
22
22
|
import { centerPoint as I } from "../../../shared-utils/three/centerPoint.js";
|
|
23
|
-
import { loadPicture as
|
|
24
|
-
import { QuadrangleGeometry as F, QuadrangleMesh as
|
|
25
|
-
import { getVideoTexture as
|
|
26
|
-
import { Image_Play_Icon_With_Text as
|
|
23
|
+
import { loadPicture as H } from "../../../shared-utils/three/loadTexture.js";
|
|
24
|
+
import { QuadrangleGeometry as F, QuadrangleMesh as S } from "../../../shared-utils/three/Quadrangle.js";
|
|
25
|
+
import { getVideoTexture as V } from "../../../shared-utils/three/loadVideoTexture.js";
|
|
26
|
+
import { Image_Play_Icon_With_Text as B, Image_Play_Icon as E } from "../../Assets/Icon.js";
|
|
27
27
|
import { getPositionsByObjectFit as g } from "../../../shared-utils/three/getPositionsByObjectFit.js";
|
|
28
|
-
import { FragmentTransparencyMaterial as
|
|
29
|
-
import { StackedAlphaVideoMaterial as C } from "../../../shared-utils/three/StackedAlphaVideoMaterial.js";
|
|
30
|
-
import { isStackedAlphaVideo as E } from "../../../shared-utils/three/isStackedAlphaVideo.js";
|
|
28
|
+
import { FragmentTransparencyMaterial as j } from "../../../shared-utils/three/FragmentTransparencyMaterial.js";
|
|
31
29
|
import { getNormal as P } from "../../../shared-utils/three/getNormal.js";
|
|
32
30
|
import { CONST as T } from "../../../shared-utils/constants.js";
|
|
33
31
|
import "../../../shared-utils/math/pointsIsRectangle.js";
|
|
34
32
|
import "../../../shared-utils/device.js";
|
|
35
|
-
class
|
|
33
|
+
class C extends y.Mesh {
|
|
36
34
|
constructor() {
|
|
37
35
|
super(...arguments);
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
a(this, "name", "MediaPlane");
|
|
37
|
+
a(this, "src");
|
|
38
|
+
a(this, "objectFit");
|
|
41
39
|
}
|
|
42
40
|
/** 获取透明度 */
|
|
43
41
|
get opacity() {
|
|
@@ -68,86 +66,86 @@ class _ extends y.Mesh {
|
|
|
68
66
|
});
|
|
69
67
|
}
|
|
70
68
|
}
|
|
71
|
-
class
|
|
69
|
+
class J extends C {
|
|
72
70
|
constructor(e, t, i) {
|
|
73
|
-
var
|
|
71
|
+
var o, d;
|
|
74
72
|
super();
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
a(this, "name", "PanoTagPluginImagePlane");
|
|
74
|
+
a(this, "originRatio");
|
|
77
75
|
this.src = e;
|
|
78
|
-
const s = (
|
|
79
|
-
let
|
|
76
|
+
const s = (o = i == null ? void 0 : i.resolveZFighting) != null ? o : !0, r = (d = i == null ? void 0 : i.opacity) != null ? d : 1;
|
|
77
|
+
let n = t;
|
|
80
78
|
if (s) {
|
|
81
|
-
const
|
|
82
|
-
|
|
79
|
+
const h = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET);
|
|
80
|
+
n = t.map((c) => c.clone().add(h));
|
|
83
81
|
}
|
|
84
|
-
|
|
85
|
-
var
|
|
86
|
-
const
|
|
87
|
-
map:
|
|
88
|
-
transparent: c ||
|
|
89
|
-
opacity:
|
|
82
|
+
H(e).then(({ texture: h, transparent: c }) => {
|
|
83
|
+
var x;
|
|
84
|
+
const v = new y.MeshBasicMaterial({
|
|
85
|
+
map: h,
|
|
86
|
+
transparent: c || r < 1,
|
|
87
|
+
opacity: r,
|
|
90
88
|
side: y.DoubleSide
|
|
91
89
|
});
|
|
92
|
-
this.originRatio =
|
|
93
|
-
const
|
|
94
|
-
this.position.copy(
|
|
95
|
-
}).catch((
|
|
96
|
-
console.error(`Imageplane error: ${
|
|
90
|
+
this.originRatio = h.image.width / h.image.height, this.objectFit = (x = i == null ? void 0 : i.objectFit) != null ? x : "contain";
|
|
91
|
+
const u = g(this.objectFit, n, h.image.width / h.image.height), p = I(...u), f = u.map((_) => _.clone().sub(p)), w = new F(f);
|
|
92
|
+
this.position.copy(p), this.geometry = w, this.material = v;
|
|
93
|
+
}).catch((h) => {
|
|
94
|
+
console.error(`Imageplane error: ${h == null ? void 0 : h.message}`);
|
|
97
95
|
});
|
|
98
96
|
}
|
|
99
97
|
changePointsOrParams(e) {
|
|
100
98
|
const { cornerPoints: t, params: i = {} } = e, { objectFit: s = this.objectFit } = i;
|
|
101
|
-
let
|
|
102
|
-
const { resolveZFighting:
|
|
103
|
-
if (
|
|
104
|
-
const
|
|
105
|
-
|
|
99
|
+
let r = t;
|
|
100
|
+
const { resolveZFighting: n } = i != null ? i : {};
|
|
101
|
+
if (n) {
|
|
102
|
+
const v = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET);
|
|
103
|
+
r = t.map((u) => u.clone().add(v));
|
|
106
104
|
}
|
|
107
|
-
const
|
|
108
|
-
this.objectFit = s != null ? s : "contain", this.position.copy(
|
|
105
|
+
const o = g(s != null ? s : "contain", r, this.originRatio), d = I(...o), h = o.map((v) => v.clone().sub(d)), c = new F(h);
|
|
106
|
+
this.objectFit = s != null ? s : "contain", this.position.copy(d), this.geometry = c;
|
|
109
107
|
}
|
|
110
108
|
}
|
|
111
|
-
class
|
|
109
|
+
class K extends C {
|
|
112
110
|
// eslint-disable-next-line max-params
|
|
113
111
|
constructor(e, t, i) {
|
|
114
112
|
const {
|
|
115
113
|
videoCoverSrc: s,
|
|
116
|
-
objectFit:
|
|
117
|
-
playButton:
|
|
118
|
-
paused:
|
|
119
|
-
videoTextureMap:
|
|
120
|
-
ImageTextureMap:
|
|
114
|
+
objectFit: r = "contain",
|
|
115
|
+
playButton: n = "withText",
|
|
116
|
+
paused: o = !0,
|
|
117
|
+
videoTextureMap: d,
|
|
118
|
+
ImageTextureMap: h,
|
|
121
119
|
domEvents: c,
|
|
122
|
-
opacity:
|
|
120
|
+
opacity: v = 1
|
|
123
121
|
} = i != null ? i : {};
|
|
124
122
|
super();
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
this.cornerPoints = t, this.src = e, this.initialOpacity =
|
|
141
|
-
|
|
123
|
+
a(this, "isVideoPlane", !0);
|
|
124
|
+
a(this, "name", "PanoTagPluginImagePlane");
|
|
125
|
+
a(this, "videoInstance");
|
|
126
|
+
a(this, "onVideoReady");
|
|
127
|
+
a(this, "buttonSrc");
|
|
128
|
+
a(this, "videoCoverSrc");
|
|
129
|
+
a(this, "domEvents");
|
|
130
|
+
a(this, "disposers", []);
|
|
131
|
+
a(this, "cornerPoints");
|
|
132
|
+
a(this, "videoMesh");
|
|
133
|
+
a(this, "coverMesh");
|
|
134
|
+
a(this, "buttonMesh");
|
|
135
|
+
a(this, "videoTextureMap");
|
|
136
|
+
a(this, "ImageTextureMap");
|
|
137
|
+
a(this, "initialOpacity");
|
|
138
|
+
this.cornerPoints = t, this.src = e, this.initialOpacity = v, this.buttonSrc = (() => n === "withText" ? B : n === "withoutText" ? E : typeof n == "string" ? n : E)(), this.videoCoverSrc = s, this.objectFit = r, this.videoTextureMap = d, this.ImageTextureMap = h, this.domEvents = c, this.position.copy(I(...t)), this.videoCoverSrc && o ? this.addCoverMesh().then(() => this.addButtonMesh()) : this.addVideoMesh().then(() => {
|
|
139
|
+
o ? this.addButtonMesh() : this.play(!0);
|
|
142
140
|
}), this.addEventListener("removed", () => {
|
|
143
141
|
this.remove(...this.children);
|
|
144
142
|
}), this.addEventListener("dispose", () => {
|
|
145
|
-
var
|
|
146
|
-
(
|
|
143
|
+
var u;
|
|
144
|
+
(u = this.disposers) == null || u.forEach((p) => p == null ? void 0 : p());
|
|
147
145
|
});
|
|
148
146
|
}
|
|
149
147
|
play(e = !1) {
|
|
150
|
-
return
|
|
148
|
+
return m(this, null, function* () {
|
|
151
149
|
this.videoMesh || (yield this.addVideoMesh()), this.showPlayUI(), this.videoInstance.paused && this.videoInstance.play().then(() => this.showPlayUI()).catch((t) => {
|
|
152
150
|
this.pause(), console.error("play error", t);
|
|
153
151
|
}), this.videoInstance.muted = e, this.render();
|
|
@@ -167,7 +165,7 @@ class te extends _ {
|
|
|
167
165
|
this.coverMesh && (this.coverMesh.visible = !1), this.remove(this.buttonMesh), this.videoMesh.visible = !0;
|
|
168
166
|
}
|
|
169
167
|
showPauseUI() {
|
|
170
|
-
return
|
|
168
|
+
return m(this, null, function* () {
|
|
171
169
|
this.coverMesh ? (this.coverMesh.visible = !0, this.videoMesh && (this.videoMesh.visible = !1)) : (yield this.addCoverMesh(), this.coverMesh && (this.videoMesh.visible = !1)), this.addButtonMesh().then(() => this.render());
|
|
172
170
|
});
|
|
173
171
|
}
|
|
@@ -176,55 +174,51 @@ class te extends _ {
|
|
|
176
174
|
this.videoMesh && (this.videoMesh.needsRender = !0), this.coverMesh && (this.coverMesh.needsRender = !0), this.buttonMesh && (this.buttonMesh.needsRender = !0), this.videoMesh && ((e = this.videoInstance) == null ? void 0 : e.paused) === !1 && (this.videoMesh.needsRender = !0);
|
|
177
175
|
}
|
|
178
176
|
addCoverMesh() {
|
|
179
|
-
return
|
|
177
|
+
return m(this, null, function* () {
|
|
180
178
|
if (this.children.includes(this.coverMesh))
|
|
181
179
|
return;
|
|
182
|
-
const e = yield (() =>
|
|
180
|
+
const e = yield (() => m(this, null, function* () {
|
|
183
181
|
if (this.coverMesh)
|
|
184
182
|
return this.coverMesh;
|
|
185
183
|
if (!this.videoCoverSrc)
|
|
186
184
|
return;
|
|
187
|
-
const { texture: t, transparent: i } = yield this.getImageTexture(this.videoCoverSrc), s =
|
|
185
|
+
const { texture: t, transparent: i } = yield this.getImageTexture(this.videoCoverSrc), s = new y.MeshBasicMaterial({
|
|
188
186
|
transparent: i || this.initialOpacity < 1,
|
|
189
187
|
opacity: this.initialOpacity,
|
|
190
188
|
map: t,
|
|
191
189
|
side: y.DoubleSide
|
|
192
|
-
}),
|
|
193
|
-
this.objectFit,
|
|
194
|
-
this.cornerPoints,
|
|
195
|
-
s ? t.image.width / (t.image.height / 2) : t.image.width / t.image.height
|
|
196
|
-
), n = new x(h, a);
|
|
190
|
+
}), r = g(this.objectFit, this.cornerPoints, t.image.width / t.image.height), n = new S(r, s);
|
|
197
191
|
n.position.copy(new b(0, 0, 0)), n.name = "videoCoverMesh";
|
|
198
|
-
const
|
|
199
|
-
return n.position.add(
|
|
192
|
+
const o = P(r).multiplyScalar(T.Z_FIGHTING_OFFSET);
|
|
193
|
+
return n.position.add(o), n;
|
|
200
194
|
}))();
|
|
201
195
|
return e && (this.children.includes(this.coverMesh) || (this.add(e), this.coverMesh = e)), e;
|
|
202
196
|
});
|
|
203
197
|
}
|
|
204
198
|
addVideoMesh() {
|
|
205
|
-
return
|
|
199
|
+
return m(this, null, function* () {
|
|
206
200
|
var i;
|
|
207
201
|
if (this.children.includes(this.videoMesh))
|
|
208
202
|
return;
|
|
209
|
-
const e = yield (() =>
|
|
203
|
+
const e = yield (() => m(this, null, function* () {
|
|
210
204
|
if (this.videoMesh)
|
|
211
205
|
return this.videoMesh;
|
|
212
206
|
if (!this.src)
|
|
213
207
|
return;
|
|
214
|
-
const s = this.getVideoTexture(this.src),
|
|
208
|
+
const s = this.getVideoTexture(this.src), r = new y.MeshBasicMaterial({
|
|
215
209
|
transparent: this.initialOpacity < 1,
|
|
216
210
|
opacity: this.initialOpacity,
|
|
217
211
|
map: s,
|
|
218
212
|
side: y.DoubleSide
|
|
219
|
-
}), n =
|
|
220
|
-
s.metadataLoaded ?
|
|
213
|
+
}), n = yield new Promise((h) => {
|
|
214
|
+
s.metadataLoaded ? h(g(this.objectFit, this.cornerPoints, s.image.videoWidth / s.image.videoHeight)) : s.addEventListener(
|
|
221
215
|
"videoLoaded",
|
|
222
|
-
() =>
|
|
216
|
+
() => h(g(this.objectFit, this.cornerPoints, s.image.videoWidth / s.image.videoHeight))
|
|
223
217
|
);
|
|
224
|
-
}), o = new
|
|
218
|
+
}), o = new S(n, r);
|
|
225
219
|
o.name = "videoMesh", o.position.copy(new b(0, 0, 0));
|
|
226
|
-
const
|
|
227
|
-
return o.position.add(
|
|
220
|
+
const d = P(n).multiplyScalar(T.Z_FIGHTING_OFFSET);
|
|
221
|
+
return o.position.add(d), o;
|
|
228
222
|
}))();
|
|
229
223
|
if (!e)
|
|
230
224
|
return;
|
|
@@ -237,7 +231,7 @@ class te extends _ {
|
|
|
237
231
|
},
|
|
238
232
|
{ noEmitWhenHide: !0 }
|
|
239
233
|
);
|
|
240
|
-
const t =
|
|
234
|
+
const t = e.material.map.image;
|
|
241
235
|
return (i = this.onVideoReady) == null || i.call(this, t), t.addEventListener("playing", () => {
|
|
242
236
|
this.coverMesh || this.remove(this.buttonMesh), this.render();
|
|
243
237
|
}), t.addEventListener("pause", () => {
|
|
@@ -246,15 +240,15 @@ class te extends _ {
|
|
|
246
240
|
});
|
|
247
241
|
}
|
|
248
242
|
addButtonMesh() {
|
|
249
|
-
return
|
|
243
|
+
return m(this, null, function* () {
|
|
250
244
|
if (this.children.includes(this.buttonMesh))
|
|
251
245
|
return;
|
|
252
|
-
const e = yield (() =>
|
|
253
|
-
var
|
|
246
|
+
const e = yield (() => m(this, null, function* () {
|
|
247
|
+
var u, p, f, w;
|
|
254
248
|
if (this.buttonMesh)
|
|
255
249
|
return this.buttonMesh;
|
|
256
|
-
const t = (
|
|
257
|
-
c.position.copy(new b(0, 0, 0)), c.name = "buttonMesh", c.scale.set(
|
|
250
|
+
const t = (p = (u = this.videoMesh) == null ? void 0 : u.geometry.points[0].distanceTo(this.videoMesh.geometry.points[3])) != null ? p : 1 / 0, i = (w = (f = this.coverMesh) == null ? void 0 : f.geometry.points[0].distanceTo(this.coverMesh.geometry.points[3])) != null ? w : 1 / 0, s = this.cornerPoints[0].distanceTo(this.cornerPoints[3]), n = Math.min(t, i, s) / s * 0.3, { texture: o, transparent: d } = yield this.getImageTexture(this.buttonSrc), h = g("contain", this.cornerPoints, o.image.width / o.image.height), c = new S(h, new j(o));
|
|
251
|
+
c.position.copy(new b(0, 0, 0)), c.name = "buttonMesh", c.scale.set(n, n, n), c.material.side = y.DoubleSide, this.domEvents.addAutoBindEventListener(
|
|
258
252
|
c,
|
|
259
253
|
"click",
|
|
260
254
|
() => {
|
|
@@ -262,18 +256,18 @@ class te extends _ {
|
|
|
262
256
|
},
|
|
263
257
|
{ noEmitWhenHide: !0 }
|
|
264
258
|
);
|
|
265
|
-
const
|
|
266
|
-
return c.position.add(
|
|
259
|
+
const v = P(h).multiplyScalar(T.Z_FIGHTING_OFFSET * 2);
|
|
260
|
+
return c.position.add(v), c;
|
|
267
261
|
}))();
|
|
268
262
|
return this.children.includes(this.buttonMesh) || (this.add(e), this.buttonMesh = e), e;
|
|
269
263
|
});
|
|
270
264
|
}
|
|
271
265
|
getImageTexture(e) {
|
|
272
|
-
return
|
|
266
|
+
return m(this, null, function* () {
|
|
273
267
|
var i, s;
|
|
274
268
|
if ((i = this.ImageTextureMap) != null && i.has(e))
|
|
275
269
|
return this.ImageTextureMap.get(e);
|
|
276
|
-
const t = yield
|
|
270
|
+
const t = yield H(e);
|
|
277
271
|
return (s = this.ImageTextureMap) == null || s.set(e, t), t;
|
|
278
272
|
});
|
|
279
273
|
}
|
|
@@ -281,53 +275,56 @@ class te extends _ {
|
|
|
281
275
|
var i, s;
|
|
282
276
|
if ((i = this.videoTextureMap) != null && i.has(e))
|
|
283
277
|
return this.videoTextureMap.get(e);
|
|
284
|
-
const t =
|
|
278
|
+
const t = V(e);
|
|
285
279
|
return (s = this.videoTextureMap) == null || s.set(e, t), t;
|
|
286
280
|
}
|
|
287
281
|
changePointsOrParams(e) {
|
|
288
|
-
return
|
|
282
|
+
return m(this, null, function* () {
|
|
289
283
|
const { cornerPoints: t, params: i } = e;
|
|
290
284
|
t && (this.cornerPoints = t, this.position.copy(I(...t))), i != null && i.objectFit && (this.objectFit = i.objectFit), yield this.updateAllMeshes();
|
|
291
285
|
});
|
|
292
286
|
}
|
|
293
287
|
updateAllMeshes() {
|
|
294
|
-
return
|
|
288
|
+
return m(this, null, function* () {
|
|
295
289
|
this.videoMesh && (yield this.updateVideoMesh()), this.coverMesh && (yield this.updateCoverMesh()), this.buttonMesh && (yield this.updateButtonMesh()), this.render();
|
|
296
290
|
});
|
|
297
291
|
}
|
|
298
292
|
updateVideoMesh() {
|
|
299
|
-
return
|
|
293
|
+
return m(this, null, function* () {
|
|
300
294
|
if (!this.videoMesh || !this.src)
|
|
301
295
|
return;
|
|
302
|
-
const e = this.getVideoTexture(this.src), t =
|
|
303
|
-
e.metadataLoaded ? o(g(this.objectFit, this.cornerPoints,
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
296
|
+
const e = this.getVideoTexture(this.src), t = yield new Promise((o) => {
|
|
297
|
+
e.metadataLoaded ? o(g(this.objectFit, this.cornerPoints, e.image.videoWidth / e.image.videoHeight)) : e.addEventListener(
|
|
298
|
+
"videoLoaded",
|
|
299
|
+
() => o(g(this.objectFit, this.cornerPoints, e.image.videoWidth / e.image.videoHeight))
|
|
300
|
+
);
|
|
301
|
+
}), i = I(...t), s = t.map((o) => o.clone().sub(i)), r = new F(s);
|
|
302
|
+
this.videoMesh.geometry.dispose(), this.videoMesh.geometry = r, this.videoMesh.position.copy(new b(0, 0, 0));
|
|
303
|
+
const n = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET);
|
|
304
|
+
this.videoMesh.position.add(n);
|
|
308
305
|
});
|
|
309
306
|
}
|
|
310
307
|
updateCoverMesh() {
|
|
311
|
-
return
|
|
308
|
+
return m(this, null, function* () {
|
|
312
309
|
if (!this.coverMesh || !this.videoCoverSrc)
|
|
313
310
|
return;
|
|
314
|
-
const { texture: e } = yield this.getImageTexture(this.videoCoverSrc), t = g(this.objectFit, this.cornerPoints, e.image.width / e.image.height), i = I(...t), s = t.map((
|
|
315
|
-
this.coverMesh.geometry.dispose(), this.coverMesh.geometry =
|
|
311
|
+
const { texture: e } = yield this.getImageTexture(this.videoCoverSrc), t = g(this.objectFit, this.cornerPoints, e.image.width / e.image.height), i = I(...t), s = t.map((n) => n.clone().sub(i)), r = new F(s);
|
|
312
|
+
this.coverMesh.geometry.dispose(), this.coverMesh.geometry = r, this.coverMesh.position.copy(new b(0, 0, 0));
|
|
316
313
|
});
|
|
317
314
|
}
|
|
318
315
|
updateButtonMesh() {
|
|
319
|
-
return
|
|
320
|
-
var
|
|
316
|
+
return m(this, null, function* () {
|
|
317
|
+
var u, p, f, w;
|
|
321
318
|
if (!this.buttonMesh)
|
|
322
319
|
return;
|
|
323
|
-
const { texture: e } = yield this.getImageTexture(this.buttonSrc), t = g("contain", this.cornerPoints, e.image.width / e.image.height), i = I(...t), s = t.map((
|
|
324
|
-
this.buttonMesh.geometry.dispose(), this.buttonMesh.geometry =
|
|
325
|
-
const
|
|
326
|
-
this.buttonMesh.position.add(
|
|
320
|
+
const { texture: e } = yield this.getImageTexture(this.buttonSrc), t = g("contain", this.cornerPoints, e.image.width / e.image.height), i = I(...t), s = t.map((x) => x.clone().sub(i)), r = new F(s), n = (p = (u = this.videoMesh) == null ? void 0 : u.geometry.points[0].distanceTo(this.videoMesh.geometry.points[3])) != null ? p : 1 / 0, o = (w = (f = this.coverMesh) == null ? void 0 : f.geometry.points[0].distanceTo(this.coverMesh.geometry.points[3])) != null ? w : 1 / 0, d = this.cornerPoints[0].distanceTo(this.cornerPoints[3]), c = Math.min(n, o, d) / d * 0.3;
|
|
321
|
+
this.buttonMesh.geometry.dispose(), this.buttonMesh.geometry = r, this.buttonMesh.position.copy(new b(0, 0, 0)), this.buttonMesh.scale.set(c, c, c);
|
|
322
|
+
const v = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET * 2);
|
|
323
|
+
this.buttonMesh.position.add(v);
|
|
327
324
|
});
|
|
328
325
|
}
|
|
329
326
|
}
|
|
330
327
|
export {
|
|
331
|
-
|
|
332
|
-
|
|
328
|
+
J as ImagePlane,
|
|
329
|
+
K as VideoPlane
|
|
333
330
|
};
|
package/libs/base/BasePlugin.js
CHANGED
package/libs/index.d.ts
CHANGED
|
@@ -28,4 +28,5 @@ export * from './CurrentPanoImagePlugin';
|
|
|
28
28
|
export * from './Sculpt';
|
|
29
29
|
export * from './ModelMakerPlugin';
|
|
30
30
|
export * from './DigitalPerformancePlugin';
|
|
31
|
+
export * as DigitalPerformanceV2 from './DigitalPerformanceV2Plugin';
|
|
31
32
|
export * as Util from './shared-utils/exports';
|