@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.
Files changed (605) hide show
  1. package/dist/DigitalPerformancePlugin/core/DigitalHuman.d.ts +18 -0
  2. package/dist/DigitalPerformanceV2Plugin/controller/index.d.ts +351 -0
  3. package/dist/DigitalPerformanceV2Plugin/core/CameraDirector.d.ts +61 -0
  4. package/dist/DigitalPerformanceV2Plugin/core/CameraSampler.d.ts +53 -0
  5. package/dist/DigitalPerformanceV2Plugin/core/CameraTrack.d.ts +21 -0
  6. package/dist/DigitalPerformanceV2Plugin/core/FiveModelCameraBridge.d.ts +39 -0
  7. package/dist/DigitalPerformanceV2Plugin/core/PerformanceClock.d.ts +55 -0
  8. package/dist/DigitalPerformanceV2Plugin/core/Playground.d.ts +106 -0
  9. package/dist/DigitalPerformanceV2Plugin/core/shared.d.ts +4 -0
  10. package/dist/DigitalPerformanceV2Plugin/index.d.ts +9 -0
  11. package/dist/DigitalPerformanceV2Plugin/typings/index.d.ts +113 -0
  12. package/dist/index.cjs.js +84 -101
  13. package/dist/index.d.ts +1 -0
  14. package/dist/index.js +8739 -7470
  15. package/dist/index.umd.js +77 -94
  16. package/docs/assets/navigation.js +1 -1
  17. package/docs/assets/search.js +1 -1
  18. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +2 -2
  19. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +2 -2
  20. package/docs/classes/CSS3DRender.html +2 -2
  21. package/docs/classes/DigitalHuman.html +11 -2
  22. package/docs/classes/DigitalPerformanceV2.DigitalPerformanceV2PluginController.html +165 -0
  23. package/docs/classes/DigitalPlayground.html +2 -2
  24. package/docs/classes/DigitalStateMachine.html +2 -2
  25. package/docs/classes/GuideLineItem.GuideLineItem.html +2 -2
  26. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +2 -2
  27. package/docs/classes/ModelMakerPluginInstance.html +2 -2
  28. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +2 -2
  29. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +2 -2
  30. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +2 -2
  31. package/docs/classes/ModelRoomLabelController.html +2 -2
  32. package/docs/classes/MoveController.html +2 -2
  33. package/docs/classes/Object3DHelperController.html +2 -2
  34. package/docs/classes/PaintBrush.html +2 -2
  35. package/docs/classes/PanoMeasurePluginLine.html +2 -2
  36. package/docs/classes/PanoMeasurePluginModel.html +2 -2
  37. package/docs/classes/PanoMeasurePluginPoint.html +2 -2
  38. package/docs/classes/PanoMeasurePluginPolyline.html +2 -2
  39. package/docs/classes/PanoTagPluginController.html +2 -2
  40. package/docs/classes/Sculpt.html +2 -2
  41. package/docs/classes/Util.BetterTween.html +2 -2
  42. package/docs/classes/Util.FiveDomEvents.html +2 -2
  43. package/docs/classes/Util.FivePuppet.html +2 -2
  44. package/docs/classes/Util.Interval.html +2 -2
  45. package/docs/classes/Util.LegacyPointHelper.html +2 -2
  46. package/docs/classes/Util.LightTag.html +2 -2
  47. package/docs/classes/Util.LineSegments.html +2 -2
  48. package/docs/classes/Util.Magnifier.html +2 -2
  49. package/docs/classes/Util.Object3D.html +2 -2
  50. package/docs/classes/Util.PointDomHelper.html +2 -2
  51. package/docs/classes/Util.PointHelper.html +2 -2
  52. package/docs/classes/Util.PointSelector.html +2 -2
  53. package/docs/classes/Util.PointSelectorHelper.html +2 -2
  54. package/docs/classes/Util.Rectangle.html +2 -2
  55. package/docs/classes/Util.sculpt.BaseEditor.html +2 -2
  56. package/docs/classes/Util.sculpt.BoxMesh.html +2 -2
  57. package/docs/classes/Util.sculpt.BoxMeshEditor.html +2 -2
  58. package/docs/classes/Util.sculpt.CircleMesh.html +2 -2
  59. package/docs/classes/Util.sculpt.CircleMeshEditor.html +2 -2
  60. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +2 -2
  61. package/docs/classes/Util.sculpt.CylinderMesh.html +2 -2
  62. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +2 -2
  63. package/docs/classes/Util.sculpt.LineMesh.html +2 -2
  64. package/docs/classes/Util.sculpt.PointMesh.html +2 -2
  65. package/docs/classes/Util.sculpt.PolygonMesh.html +2 -2
  66. package/docs/classes/Util.sculpt.PrismMesh.html +2 -2
  67. package/docs/classes/Util.sculpt.PrismMeshEditor.html +2 -2
  68. package/docs/classes/Util.sculpt.RectangleMesh.html +2 -2
  69. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +2 -2
  70. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +2 -2
  71. package/docs/classes/WalkController.html +2 -2
  72. package/docs/enums/CameraMovementEffect.html +2 -2
  73. package/docs/enums/ContentType.html +2 -2
  74. package/docs/enums/DIRECTION.html +2 -2
  75. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +2 -2
  76. package/docs/enums/DimensionType.html +2 -2
  77. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +2 -2
  78. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +2 -2
  79. package/docs/enums/PaintBrushTypeEnum.html +2 -2
  80. package/docs/enums/PointType.html +2 -2
  81. package/docs/enums/Rotation.html +2 -2
  82. package/docs/functions/AreaMakerPlugin.html +1 -1
  83. package/docs/functions/CSS3DRenderPlugin.html +1 -1
  84. package/docs/functions/CameraMovementPlugin.html +2 -2
  85. package/docs/functions/CruisePlugin.html +1 -1
  86. package/docs/functions/CurrentPanoImagePlugin.html +1 -1
  87. package/docs/functions/DigitalPerformancePlugin.html +1 -1
  88. package/docs/functions/DigitalPerformanceV2.DigitalPerformanceV2Plugin.html +1 -0
  89. package/docs/functions/FloorplanGuidePlugin.html +1 -1
  90. package/docs/functions/GuideLinePlugin.html +1 -1
  91. package/docs/functions/ItemLabelPlugin.html +1 -1
  92. package/docs/functions/MapviewFloorplanPlugin.html +1 -1
  93. package/docs/functions/MeasurePlugin.html +1 -1
  94. package/docs/functions/ModelChassisCompassPlugin.html +2 -2
  95. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -2
  96. package/docs/functions/ModelFloorplanPlugin.html +1 -1
  97. package/docs/functions/ModelItemLabelPlugin.html +1 -1
  98. package/docs/functions/ModelMakerPlugin.html +1 -1
  99. package/docs/functions/ModelRoomLabelPlugin.html +1 -1
  100. package/docs/functions/ModelTVVideoPlugin.html +1 -1
  101. package/docs/functions/ModelViewPlugin.html +2 -2
  102. package/docs/functions/MovePlugin.html +1 -1
  103. package/docs/functions/Object3DHelperPlugin.html +1 -1
  104. package/docs/functions/PanoCompassPlugin.html +1 -1
  105. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -2
  106. package/docs/functions/PanoDoorLabelPlugin.html +1 -1
  107. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -1
  108. package/docs/functions/PanoMeasurePlugin.html +1 -1
  109. package/docs/functions/PanoRulerPlugin.html +2 -2
  110. package/docs/functions/PanoRulerProPlugin.html +2 -2
  111. package/docs/functions/PanoSpatialTagPlugin.html +2 -2
  112. package/docs/functions/PanoTagPlugin.html +1 -1
  113. package/docs/functions/PanoVideoPlugin.html +2 -2
  114. package/docs/functions/PipelinePlugin.html +1 -1
  115. package/docs/functions/SculptPlugin.html +2 -2
  116. package/docs/functions/SculptPluginForFive.html +2 -2
  117. package/docs/functions/TopviewFloorplanPlugin.html +1 -1
  118. package/docs/functions/Util.awaitNextFrame.html +1 -1
  119. package/docs/functions/Util.blink.html +2 -2
  120. package/docs/functions/Util.blinkWithPreset.html +2 -2
  121. package/docs/functions/Util.bounding.html +1 -1
  122. package/docs/functions/Util.boundingBox.html +1 -1
  123. package/docs/functions/Util.boundingSphere.html +1 -1
  124. package/docs/functions/Util.boxVertex.html +2 -2
  125. package/docs/functions/Util.boxVertexes.html +1 -1
  126. package/docs/functions/Util.checkFiveModelLoaded.html +2 -2
  127. package/docs/functions/Util.cleanup.html +2 -2
  128. package/docs/functions/Util.convexHull.html +2 -2
  129. package/docs/functions/Util.equal.html +2 -2
  130. package/docs/functions/Util.fiveModelIsLoaded.html +2 -2
  131. package/docs/functions/Util.generatePolygonGeometry.html +2 -2
  132. package/docs/functions/Util.getCoordsFromClient.html +1 -1
  133. package/docs/functions/Util.getCoordsFromElement.html +1 -1
  134. package/docs/functions/Util.getFrameTime.html +2 -2
  135. package/docs/functions/Util.getGeometryArea.html +1 -1
  136. package/docs/functions/Util.getGeometryInfo.html +1 -1
  137. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -1
  138. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -1
  139. package/docs/functions/Util.initialCSS3DRender.html +1 -1
  140. package/docs/functions/Util.inside.html +1 -1
  141. package/docs/functions/Util.isModelLike.html +1 -1
  142. package/docs/functions/Util.isNil.html +2 -2
  143. package/docs/functions/Util.isPanoramaLike.html +1 -1
  144. package/docs/functions/Util.lookObject.html +2 -2
  145. package/docs/functions/Util.lookPoint.html +2 -2
  146. package/docs/functions/Util.nextFrame.html +1 -1
  147. package/docs/functions/Util.notNil.html +2 -2
  148. package/docs/functions/Util.reblink.html +2 -2
  149. package/docs/functions/Util.replaceStaticPrefix.html +2 -2
  150. package/docs/functions/Util.requestAnimationFrameInterval.html +2 -2
  151. package/docs/functions/Util.sculpt.createBox.html +1 -1
  152. package/docs/functions/Util.sculpt.createCircle.html +1 -1
  153. package/docs/functions/Util.sculpt.createCylinder.html +1 -1
  154. package/docs/functions/Util.sculpt.createLine.html +2 -2
  155. package/docs/functions/Util.sculpt.createPoint.html +1 -1
  156. package/docs/functions/Util.sculpt.createPolygon.html +1 -1
  157. package/docs/functions/Util.sculpt.createPrism.html +1 -1
  158. package/docs/functions/Util.sculpt.createRectangle.html +2 -2
  159. package/docs/functions/Util.sculpt.transformUnit.html +1 -1
  160. package/docs/functions/Util.sculpt.transformUnitSquare.html +1 -1
  161. package/docs/functions/Util.tag.html +1 -1
  162. package/docs/functions/Util.triangleArea.html +2 -2
  163. package/docs/functions/Util.triangleCenter.html +2 -2
  164. package/docs/functions/Util.tweenProgress.html +1 -1
  165. package/docs/functions/Util.uuid.html +2 -2
  166. package/docs/functions/Util.waitFiveModelLoaded.html +2 -2
  167. package/docs/functions/Util.worldBounding.html +1 -1
  168. package/docs/functions/Util.worldBoundingBox.html +1 -1
  169. package/docs/functions/Util.worldBoundingSphere.html +1 -1
  170. package/docs/functions/createPolyline.html +2 -2
  171. package/docs/functions/pluginFlag.html +1 -1
  172. package/docs/functions/validatePolygon.html +1 -1
  173. package/docs/hierarchy.html +1 -1
  174. package/docs/index.html +2 -2
  175. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +2 -2
  176. package/docs/interfaces/AreaMakerPluginType.Config.html +2 -2
  177. package/docs/interfaces/AreaMakerPluginType.EventMap.html +2 -2
  178. package/docs/interfaces/AreaMakerPluginType.Params.html +2 -2
  179. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +2 -2
  180. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +2 -2
  181. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +2 -2
  182. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +2 -2
  183. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +2 -2
  184. package/docs/interfaces/AreaMakerPluginType.State.html +2 -2
  185. package/docs/interfaces/BoxAnimationConfig.html +2 -2
  186. package/docs/interfaces/BoxPosition.html +2 -2
  187. package/docs/interfaces/CSS3DRenderPluginEventMap.html +2 -2
  188. package/docs/interfaces/CSS3DRenderPluginState.html +2 -2
  189. package/docs/interfaces/CameraMovementPluginExportType.html +2 -2
  190. package/docs/interfaces/ChapterLocation.html +2 -2
  191. package/docs/interfaces/ChapterTimeInfo.html +2 -2
  192. package/docs/interfaces/ContentTypeMapInterface.html +2 -2
  193. package/docs/interfaces/CruisePluginTypes.Config.html +2 -2
  194. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +2 -2
  195. package/docs/interfaces/CruisePluginTypes.EventMap.html +2 -2
  196. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +2 -2
  197. package/docs/interfaces/CruisePluginTypes.MoveAction.html +2 -2
  198. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +2 -2
  199. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +2 -2
  200. package/docs/interfaces/CruisePluginTypes.PluginData.html +2 -2
  201. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -2
  202. package/docs/interfaces/CruisePluginTypes.PluginState.html +2 -2
  203. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +2 -2
  204. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +2 -2
  205. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +2 -2
  206. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +2 -2
  207. package/docs/interfaces/CurrentPanoImagePluginType.State.html +2 -2
  208. package/docs/interfaces/DigitalCameraKeyframe.html +2 -2
  209. package/docs/interfaces/DigitalCameraPlayer.html +2 -2
  210. package/docs/interfaces/DigitalCameraState.html +2 -2
  211. package/docs/interfaces/DigitalChapter.html +2 -2
  212. package/docs/interfaces/DigitalDataPlayer.html +2 -2
  213. package/docs/interfaces/DigitalDataState.html +2 -2
  214. package/docs/interfaces/DigitalEffectKeyframe.html +2 -2
  215. package/docs/interfaces/DigitalEffectState.html +2 -2
  216. package/docs/interfaces/DigitalItemKeyframe.html +2 -2
  217. package/docs/interfaces/DigitalItemState.html +2 -2
  218. package/docs/interfaces/DigitalModelKeyframe.html +2 -2
  219. package/docs/interfaces/DigitalModelPlayer.html +2 -2
  220. package/docs/interfaces/DigitalModelPlayerEffect.html +2 -2
  221. package/docs/interfaces/DigitalModelPlayerItem.html +2 -2
  222. package/docs/interfaces/DigitalModelState.html +2 -2
  223. package/docs/interfaces/DigitalPerformancePluginConfig.html +2 -2
  224. package/docs/interfaces/DigitalPerformanceV2.CameraState.html +13 -0
  225. package/docs/interfaces/DigitalPerformanceV2.DigitalCameraKeyframe.html +23 -0
  226. package/docs/interfaces/DigitalPerformanceV2.DigitalCameraPlayer.html +7 -0
  227. package/docs/interfaces/DigitalPerformanceV2.DigitalPerformanceV2PluginConfig.html +7 -0
  228. package/docs/interfaces/DigitalPerformanceV2.GroupChapterTimeInfo.html +13 -0
  229. package/docs/interfaces/DigitalPerformanceV2.GroupProgress.html +18 -0
  230. package/docs/interfaces/DigitalPerformanceV2.V2Progress.html +10 -0
  231. package/docs/interfaces/DigitalScript.html +2 -2
  232. package/docs/interfaces/DigitalSubTitleKeyframe.html +2 -2
  233. package/docs/interfaces/DigitalSubTitlePlayer.html +2 -2
  234. package/docs/interfaces/DigitalSubTitleState.html +2 -2
  235. package/docs/interfaces/ExtendedAnimationConfig.html +2 -2
  236. package/docs/interfaces/FloorplanBounding.html +2 -2
  237. package/docs/interfaces/FloorplanData.html +2 -2
  238. package/docs/interfaces/FloorplanEntrance.html +2 -2
  239. package/docs/interfaces/FloorplanExtraObject.html +2 -2
  240. package/docs/interfaces/FloorplanExtraObject3D.html +2 -2
  241. package/docs/interfaces/FloorplanFloorData.html +2 -2
  242. package/docs/interfaces/FloorplanImagePosition.html +2 -2
  243. package/docs/interfaces/FloorplanObserver.html +2 -2
  244. package/docs/interfaces/FloorplanOutlineItem.html +2 -2
  245. package/docs/interfaces/FloorplanPosition.html +2 -2
  246. package/docs/interfaces/FloorplanRoomItem.html +2 -2
  247. package/docs/interfaces/FloorplanRoomLabelItem.html +2 -2
  248. package/docs/interfaces/FloorplanServerBounding.html +2 -2
  249. package/docs/interfaces/FloorplanServerComputedData.html +2 -2
  250. package/docs/interfaces/FloorplanServerData.html +2 -2
  251. package/docs/interfaces/FloorplanServerDoorItem.html +2 -2
  252. package/docs/interfaces/FloorplanServerDoorPosition.html +2 -2
  253. package/docs/interfaces/FloorplanServerEntrance.html +2 -2
  254. package/docs/interfaces/FloorplanServerFloorData.html +2 -2
  255. package/docs/interfaces/FloorplanServerImagePosition.html +2 -2
  256. package/docs/interfaces/FloorplanServerObserver.html +2 -2
  257. package/docs/interfaces/FloorplanServerOutlineItem.html +2 -2
  258. package/docs/interfaces/FloorplanServerPosition.html +2 -2
  259. package/docs/interfaces/FloorplanServerRoomItem.html +2 -2
  260. package/docs/interfaces/FloorplanServerRoomLabelItem.html +2 -2
  261. package/docs/interfaces/GlobalProgress.html +2 -2
  262. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +2 -2
  263. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +2 -2
  264. package/docs/interfaces/GuideLinePluginType.EventMap.html +2 -2
  265. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +2 -2
  266. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +2 -2
  267. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -2
  268. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +2 -2
  269. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +2 -2
  270. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +2 -2
  271. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +2 -2
  272. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +2 -2
  273. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +2 -2
  274. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -1
  275. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -2
  276. package/docs/interfaces/GuideLinePluginType.PluginState.html +2 -2
  277. package/docs/interfaces/GuideLinePluginType.Route.html +2 -2
  278. package/docs/interfaces/HelperOffset.html +2 -2
  279. package/docs/interfaces/ImagePlaneGroup.html +2 -2
  280. package/docs/interfaces/ItemLabelPluginData.html +2 -2
  281. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +2 -2
  282. package/docs/interfaces/ItemLabelPluginParametersType.html +2 -2
  283. package/docs/interfaces/MinMax.html +2 -2
  284. package/docs/interfaces/ModelChassisCompassPluginData.html +2 -2
  285. package/docs/interfaces/ModelChassisCompassPluginExportType.html +2 -2
  286. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +2 -2
  287. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +2 -2
  288. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +2 -2
  289. package/docs/interfaces/ModelItemLabelPluginData.html +2 -2
  290. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +2 -2
  291. package/docs/interfaces/ModelItemLabelPluginParametersType.html +2 -2
  292. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +2 -2
  293. package/docs/interfaces/ModelMakerPluginType.EventMap.html +2 -2
  294. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +2 -2
  295. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +2 -2
  296. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +2 -2
  297. package/docs/interfaces/ModelMakerPluginType.ServerData.html +2 -2
  298. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +2 -2
  299. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +2 -2
  300. package/docs/interfaces/ModelMakerPluginType.State.html +2 -2
  301. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +2 -2
  302. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -2
  303. package/docs/interfaces/ModelTVVideoPluginData.html +2 -2
  304. package/docs/interfaces/ModelTVVideoPluginExportType.html +2 -2
  305. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -2
  306. package/docs/interfaces/ModelViewPluginExportType.html +2 -2
  307. package/docs/interfaces/Object3DHelperState.html +2 -2
  308. package/docs/interfaces/ObjectHelperControllers.html +2 -2
  309. package/docs/interfaces/PaintBrushAction.html +2 -2
  310. package/docs/interfaces/PaintBrushConfigs.html +2 -2
  311. package/docs/interfaces/PaintBrushState.html +2 -2
  312. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +2 -2
  313. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -1
  314. package/docs/interfaces/PanoMeasureParameterType.html +2 -2
  315. package/docs/interfaces/PanoMeasurePluginLineJson.html +2 -2
  316. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +2 -2
  317. package/docs/interfaces/PanoMeasurePluginPointJson.html +2 -2
  318. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +2 -2
  319. package/docs/interfaces/PanoRulerPluginExportType.html +2 -2
  320. package/docs/interfaces/PanoRulerPluginOptions.html +2 -2
  321. package/docs/interfaces/PanoRulerPluginParameterType.html +2 -2
  322. package/docs/interfaces/PanoRulerProPluginExportType.html +2 -2
  323. package/docs/interfaces/PanoRulerProPluginOptions.html +2 -2
  324. package/docs/interfaces/PanoRulerProPluginParameterType.html +2 -2
  325. package/docs/interfaces/PanoRulerProPluginState.html +2 -2
  326. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -1
  327. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -1
  328. package/docs/interfaces/PanoSpatialTagPluginData.html +2 -2
  329. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +2 -2
  330. package/docs/interfaces/PanoSpatialTagPluginExportType.html +2 -2
  331. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +2 -2
  332. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +2 -2
  333. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +2 -2
  334. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +2 -2
  335. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +2 -2
  336. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +2 -2
  337. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -2
  338. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +2 -2
  339. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -2
  340. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +2 -2
  341. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +2 -2
  342. package/docs/interfaces/PluginEventMap.html +2 -2
  343. package/docs/interfaces/Point.html +2 -2
  344. package/docs/interfaces/ProgressBarEvents.html +2 -2
  345. package/docs/interfaces/Room.html +2 -2
  346. package/docs/interfaces/RoomInfo.html +2 -2
  347. package/docs/interfaces/RoomLabel.html +2 -2
  348. package/docs/interfaces/RoomRules.html +1 -1
  349. package/docs/interfaces/Rooms.html +1 -1
  350. package/docs/interfaces/Scissor.html +2 -2
  351. package/docs/interfaces/SculptConfig.html +2 -2
  352. package/docs/interfaces/State.html +2 -2
  353. package/docs/interfaces/TagCacheInterface.html +2 -2
  354. package/docs/interfaces/TagConfig.html +2 -2
  355. package/docs/interfaces/TagGLTFObjectGroup.html +2 -2
  356. package/docs/interfaces/TagIconAnimationConfig.html +2 -2
  357. package/docs/interfaces/TagIconUrl.html +2 -2
  358. package/docs/interfaces/TagObjectGroup.html +2 -2
  359. package/docs/interfaces/TagState.html +2 -2
  360. package/docs/interfaces/TagStyle.html +2 -2
  361. package/docs/interfaces/Tags.html +2 -2
  362. package/docs/interfaces/TemporaryState.html +2 -2
  363. package/docs/interfaces/TraceManager.html +2 -2
  364. package/docs/interfaces/TracePoint.html +2 -2
  365. package/docs/interfaces/Util.AnimeInstance.html +2 -2
  366. package/docs/interfaces/Util.BlinkAnimeOptions.html +2 -2
  367. package/docs/interfaces/Util.EventHandlerConfig.html +2 -2
  368. package/docs/interfaces/Util.FiveDomEvent.html +2 -2
  369. package/docs/interfaces/Util.FiveDomEventMap.html +2 -2
  370. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +2 -2
  371. package/docs/interfaces/Util.MagnifierParameter.html +2 -2
  372. package/docs/interfaces/Util.MouseGroupParameter.html +2 -2
  373. package/docs/interfaces/Util.ObjectInitialState.html +2 -2
  374. package/docs/interfaces/Util.PointIntersection.html +2 -2
  375. package/docs/interfaces/Util.PointSelectorHelperConfig.html +2 -2
  376. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +2 -2
  377. package/docs/modules/AreaMakerPluginType.html +2 -2
  378. package/docs/modules/CruisePluginTypes.html +2 -2
  379. package/docs/modules/CurrentPanoImagePluginType.html +2 -2
  380. package/docs/modules/DigitalPerformanceV2.html +16 -0
  381. package/docs/modules/GuideLineItem.html +2 -2
  382. package/docs/modules/GuideLineModeItem.html +2 -2
  383. package/docs/modules/GuideLinePluginType.html +2 -2
  384. package/docs/modules/ModelMakerPluginType.html +2 -2
  385. package/docs/modules/PanoVideoPluginType.html +2 -2
  386. package/docs/modules/SculptData.html +2 -2
  387. package/docs/modules/SculptType.html +2 -2
  388. package/docs/modules/Util.html +2 -2
  389. package/docs/modules/Util.sculpt.html +2 -2
  390. package/docs/modules.html +3 -2
  391. package/docs/types/AddObject3DHelperConfig.html +2 -2
  392. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +2 -2
  393. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -1
  394. package/docs/types/AreaMakerPluginType.PluginData.html +2 -2
  395. package/docs/types/AreaMakerPluginType.ServerData.html +2 -2
  396. package/docs/types/ArrayPosition.html +1 -1
  397. package/docs/types/AudioAppearance.html +1 -1
  398. package/docs/types/BoxTag.html +2 -2
  399. package/docs/types/CSS3DRenderExportType.html +1 -1
  400. package/docs/types/CSS3DRenderPluginExportType.html +1 -1
  401. package/docs/types/CSS3DRenderPluginParameterType.html +1 -1
  402. package/docs/types/ClassFunctionParameters.html +1 -1
  403. package/docs/types/Color.html +1 -1
  404. package/docs/types/ContentTypeConfigKey.html +1 -1
  405. package/docs/types/ContentTypeConfigKeySplit.html +1 -1
  406. package/docs/types/ContentTypeMap.html +1 -1
  407. package/docs/types/Create3DDomContainerReturnType.html +1 -1
  408. package/docs/types/Create3DElementReturnType.html +1 -1
  409. package/docs/types/CruisePluginExportType.html +1 -1
  410. package/docs/types/CruisePluginTypes.CruiseData.html +2 -2
  411. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -1
  412. package/docs/types/CurrentPanoImagePluginExportType.html +1 -1
  413. package/docs/types/DeprecatedMediaPlaneProperty.html +2 -2
  414. package/docs/types/DeprecatedTagProperty.html +2 -2
  415. package/docs/types/DigitalPerformancePluginExportInterface.html +1 -1
  416. package/docs/types/DigitalPerformancePluginParamsInterface.html +1 -1
  417. package/docs/types/DigitalPerformanceV2.CameraCoordinateSpace.html +7 -0
  418. package/docs/types/DigitalPerformanceV2.CameraTransition.html +7 -0
  419. package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginExportInterface.html +1 -0
  420. package/docs/types/DigitalPerformanceV2.DigitalPerformanceV2PluginParamsInterface.html +1 -0
  421. package/docs/types/DigitalPerformanceV2.V2ProgressListener.html +1 -0
  422. package/docs/types/Direction-1.html +1 -1
  423. package/docs/types/Direction4.html +1 -1
  424. package/docs/types/ElementRenderer.html +2 -2
  425. package/docs/types/FloorplanGuidePluginParameterType.html +1 -1
  426. package/docs/types/FloorplanGuidePluginReturnType.html +1 -1
  427. package/docs/types/FloorplanRuleLabels.html +2 -2
  428. package/docs/types/FloorplanServerRuleLabels.html +1 -1
  429. package/docs/types/GuideLinePluginExportType.html +1 -1
  430. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -2
  431. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -1
  432. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -1
  433. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -2
  434. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -2
  435. package/docs/types/GuideLinePluginType.PathItem.html +2 -2
  436. package/docs/types/GuideLinePluginType.PluginData.html +2 -2
  437. package/docs/types/GuideLinePluginType.RouteConfig.html +2 -2
  438. package/docs/types/HelperEventMap.html +1 -1
  439. package/docs/types/InternalHelperEventMap.html +1 -1
  440. package/docs/types/KeyframeType.html +1 -1
  441. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -1
  442. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -1
  443. package/docs/types/MaskPosition.html +2 -2
  444. package/docs/types/MaskTag.html +2 -2
  445. package/docs/types/MeasureEndReason.html +1 -1
  446. package/docs/types/MeasurePluginConfig.html +2 -2
  447. package/docs/types/MeasurePluginEventMap.html +1 -1
  448. package/docs/types/MediaData.html +2 -2
  449. package/docs/types/MediaStore.html +1 -1
  450. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -1
  451. package/docs/types/ModelFloorplanPluginParameterType.html +1 -1
  452. package/docs/types/ModelFloorplanPluginReturnType.html +1 -1
  453. package/docs/types/ModelId.html +1 -1
  454. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -1
  455. package/docs/types/ModelMakerPluginType.ItemType.html +2 -2
  456. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -1
  457. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -2
  458. package/docs/types/ModelRoomLabelPluginParameters.html +1 -1
  459. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -1
  460. package/docs/types/MoveArgs.html +2 -2
  461. package/docs/types/MoveOpts.html +2 -2
  462. package/docs/types/Object3DHelperEventMap.html +1 -1
  463. package/docs/types/ObjectFit.html +1 -1
  464. package/docs/types/PaintBrushEventMap.html +1 -1
  465. package/docs/types/PanoCompassPluginData.html +1 -1
  466. package/docs/types/PanoCompassPluginExportType.html +1 -1
  467. package/docs/types/PanoCompassPluginParameterType.html +1 -1
  468. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -1
  469. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -1
  470. package/docs/types/PanoIndex.html +1 -1
  471. package/docs/types/PanoMeasurePluginEvent.html +1 -1
  472. package/docs/types/PanoMeasureReturnType.html +1 -1
  473. package/docs/types/PanoSpatialTagPluginId.html +1 -1
  474. package/docs/types/PanoTagPluginExportInterface.html +1 -1
  475. package/docs/types/PanoTagPluginParamsInterface.html +1 -1
  476. package/docs/types/PanoVideoPluginParameterType.html +1 -1
  477. package/docs/types/PanoVideoPluginReturnType.html +1 -1
  478. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -2
  479. package/docs/types/PipelinePluginParameterType.html +1 -1
  480. package/docs/types/PipelinePluginReturnType.html +1 -1
  481. package/docs/types/PlaneTag.html +2 -2
  482. package/docs/types/Point2DTag.html +2 -2
  483. package/docs/types/Point3DTag.html +2 -2
  484. package/docs/types/PointTagInstance.html +1 -1
  485. package/docs/types/PolygonPosition.html +2 -2
  486. package/docs/types/PolygonTag.html +2 -2
  487. package/docs/types/Position.html +1 -1
  488. package/docs/types/PositionFrom.html +1 -1
  489. package/docs/types/ProgressListener.html +1 -1
  490. package/docs/types/RotateArgs.html +2 -2
  491. package/docs/types/RotateOpts.html +2 -2
  492. package/docs/types/RuleLabelsKey.html +1 -1
  493. package/docs/types/RuleLabelsValue.html +1 -1
  494. package/docs/types/ScaleCallback.html +1 -1
  495. package/docs/types/ScalePosition.html +2 -2
  496. package/docs/types/SculptData.BoxData.html +1 -1
  497. package/docs/types/SculptData.CircleData.html +1 -1
  498. package/docs/types/SculptData.CylinderData.html +1 -1
  499. package/docs/types/SculptData.PointData.html +1 -1
  500. package/docs/types/SculptData.PolygonData.html +1 -1
  501. package/docs/types/SculptData.PolylineData.html +1 -1
  502. package/docs/types/SculptData.PrismData.html +1 -1
  503. package/docs/types/SculptData.RectangleData.html +1 -1
  504. package/docs/types/SculptType.Theme.html +2 -2
  505. package/docs/types/StateType.html +1 -1
  506. package/docs/types/StickType.html +1 -1
  507. package/docs/types/Tag.html +2 -2
  508. package/docs/types/Tag2D.html +2 -2
  509. package/docs/types/Tag3D.html +2 -2
  510. package/docs/types/TagClickParams.html +1 -1
  511. package/docs/types/TagConfigByKey.html +1 -1
  512. package/docs/types/TagContentType.html +1 -1
  513. package/docs/types/TagContentTypeMapping.html +1 -1
  514. package/docs/types/TagDimensionType.html +1 -1
  515. package/docs/types/TagElement.html +2 -2
  516. package/docs/types/TagEvents.html +1 -1
  517. package/docs/types/TagGLTFObject.html +1 -1
  518. package/docs/types/TagHooks.html +1 -1
  519. package/docs/types/TagId.html +1 -1
  520. package/docs/types/TagInstance.html +1 -1
  521. package/docs/types/TagPlacement.html +2 -2
  522. package/docs/types/TagPointType.html +2 -2
  523. package/docs/types/TagRendererMap.html +1 -1
  524. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -1
  525. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -1
  526. package/docs/types/Util.ActionIfNoIntersection.html +1 -1
  527. package/docs/types/Util.AdherePoint.html +2 -2
  528. package/docs/types/Util.PointSelectorConfig.html +1 -1
  529. package/docs/types/Util.SupportedTarget.html +2 -2
  530. package/docs/types/Util.Target.html +2 -2
  531. package/docs/types/Util.ThreeObject.html +2 -2
  532. package/docs/types/WorkCode.html +1 -1
  533. package/docs/variables/FLOOR_TYPE_MAP.html +2 -2
  534. package/docs/variables/PLUGIN.html +1 -1
  535. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -2
  536. package/docs/variables/ROOM_TYPE_MAP.html +2 -2
  537. package/docs/variables/Util.ANIME_PRESETS.html +2 -2
  538. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -2
  539. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -2
  540. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -2
  541. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -2
  542. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -2
  543. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -2
  544. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -2
  545. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -2
  546. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -2
  547. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -2
  548. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -2
  549. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -2
  550. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -2
  551. package/docs/variables/defaultGlobalConfig.html +1 -1
  552. package/docs/variables/itemLabelPluginServerParams.html +1 -1
  553. package/docs/variables/modelItemLabelPluginServerParams.html +1 -1
  554. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -1
  555. package/libs/CruisePlugin/Move.js +2 -4
  556. package/libs/CruisePlugin/Work.js +2 -4
  557. package/libs/CruisePlugin/index.js +6 -8
  558. package/libs/DigitalPerformancePlugin/core/DigitalHuman.d.ts +18 -0
  559. package/libs/DigitalPerformancePlugin/core/DigitalHuman.js +198 -110
  560. package/libs/DigitalPerformanceV2Plugin/controller/index.d.ts +351 -0
  561. package/libs/DigitalPerformanceV2Plugin/controller/index.js +750 -0
  562. package/libs/DigitalPerformanceV2Plugin/core/CameraDirector.d.ts +61 -0
  563. package/libs/DigitalPerformanceV2Plugin/core/CameraDirector.js +101 -0
  564. package/libs/DigitalPerformanceV2Plugin/core/CameraSampler.d.ts +53 -0
  565. package/libs/DigitalPerformanceV2Plugin/core/CameraSampler.js +91 -0
  566. package/libs/DigitalPerformanceV2Plugin/core/CameraTrack.d.ts +21 -0
  567. package/libs/DigitalPerformanceV2Plugin/core/CameraTrack.js +32 -0
  568. package/libs/DigitalPerformanceV2Plugin/core/FiveModelCameraBridge.d.ts +39 -0
  569. package/libs/DigitalPerformanceV2Plugin/core/FiveModelCameraBridge.js +72 -0
  570. package/libs/DigitalPerformanceV2Plugin/core/PerformanceClock.d.ts +55 -0
  571. package/libs/DigitalPerformanceV2Plugin/core/PerformanceClock.js +98 -0
  572. package/libs/DigitalPerformanceV2Plugin/core/Playground.d.ts +106 -0
  573. package/libs/DigitalPerformanceV2Plugin/core/Playground.js +209 -0
  574. package/libs/DigitalPerformanceV2Plugin/core/shared.d.ts +4 -0
  575. package/libs/DigitalPerformanceV2Plugin/core/shared.js +12 -0
  576. package/libs/DigitalPerformanceV2Plugin/index/index.js +11 -0
  577. package/libs/DigitalPerformanceV2Plugin/index.d.ts +9 -0
  578. package/libs/DigitalPerformanceV2Plugin/index.js +20 -0
  579. package/libs/DigitalPerformanceV2Plugin/typings/index.d.ts +113 -0
  580. package/libs/DigitalPerformanceV2Plugin/typings/index.js +1 -0
  581. package/libs/GuideLinePlugin/Controller.js +4 -6
  582. package/libs/GuideLinePlugin/GuideLineItem.js +2 -4
  583. package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -4
  584. package/libs/GuideLinePlugin/index.js +6 -8
  585. package/libs/PanoTagPlugin/Components/Tag/index.js +2 -4
  586. package/libs/PanoTagPlugin/Components/TagContainer.js +2 -4
  587. package/libs/PanoTagPlugin/Components/TagItem.js +2 -4
  588. package/libs/PanoTagPlugin/controller/Tag/ModelTag.js +2 -4
  589. package/libs/PanoTagPlugin/controller/Tag/PlaneTag.js +2 -4
  590. package/libs/PanoTagPlugin/controller/TagRender.js +2 -4
  591. package/libs/PanoTagPlugin/controller/TagUtil.js +2 -4
  592. package/libs/PanoTagPlugin/controller/index.js +5 -7
  593. package/libs/PanoTagPlugin/index.js +11 -13
  594. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +126 -129
  595. package/libs/base/BasePlugin.js +1 -1
  596. package/libs/index.d.ts +1 -0
  597. package/libs/index.js +167 -160
  598. package/libs/shared-utils/logger.js +1 -1
  599. package/package.json +2 -1
  600. package/dist/shared-utils/three/StackedAlphaVideoMaterial.d.ts +0 -12
  601. package/dist/shared-utils/three/isStackedAlphaVideo.d.ts +0 -1
  602. package/libs/shared-utils/three/StackedAlphaVideoMaterial.d.ts +0 -12
  603. package/libs/shared-utils/three/StackedAlphaVideoMaterial.js +0 -55
  604. package/libs/shared-utils/three/isStackedAlphaVideo.d.ts +0 -1
  605. 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 vr extends ke {
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
- vr as default
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 er extends R {
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
- er as ModelTag
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 on extends N {
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
- on as PlaneTag
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 tr extends l {
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
- tr as TagRender
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 Nt extends ce {
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
- Nt as TagUtil
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", js = (l) => `${I}--${l}`;
342
- class Qs extends $ {
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
- Qs as PanoTagPluginController,
924
- Qs as default,
925
- js as pluginFlag
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 Wi } from "./controller/index.js";
3
- import { defaultGlobalConfig as Yi } from "./typings/tag/TagConfig.js";
4
- import { ContentType as _i, DimensionType as $i, PointType as om } from "./Archive/deprecated.js";
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 Si = (o, t) => new r(o, t);
313
+ const Qi = (o, t) => new r(o, t);
316
314
  export {
317
- _i as ContentType,
318
- $i as DimensionType,
319
- Si as PanoTagPlugin,
315
+ Yi as ContentType,
316
+ Zi as DimensionType,
317
+ Qi as PanoTagPlugin,
320
318
  r as PanoTagPluginController,
321
- om as PointType,
322
- Si as default,
323
- Yi as defaultGlobalConfig,
324
- Wi as pluginFlag
319
+ _i as PointType,
320
+ Qi as default,
321
+ Wi as defaultGlobalConfig,
322
+ Ui as pluginFlag
325
323
  };
@@ -1,43 +1,41 @@
1
- var V = Object.defineProperty;
2
- var B = (M, p, e) => p in M ? V(M, p, { enumerable: !0, configurable: !0, writable: !0, value: e }) : M[p] = e;
3
- var d = (M, p, e) => (B(M, typeof p != "symbol" ? p + "" : p, e), e);
4
- var u = (M, p, e) => new Promise((t, i) => {
5
- var s = (n) => {
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
- h(e.next(n));
8
- } catch (r) {
9
- i(r);
7
+ n(e.next(o));
8
+ } catch (d) {
9
+ i(d);
10
10
  }
11
- }, a = (n) => {
11
+ }, r = (o) => {
12
12
  try {
13
- h(e.throw(n));
14
- } catch (r) {
15
- i(r);
13
+ n(e.throw(o));
14
+ } catch (d) {
15
+ i(d);
16
16
  }
17
- }, h = (n) => n.done ? t(n.value) : Promise.resolve(n.value).then(s, a);
18
- h((e = e.apply(M, p)).next());
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 O } from "../../../shared-utils/three/loadTexture.js";
24
- import { QuadrangleGeometry as F, QuadrangleMesh as x } from "../../../shared-utils/three/Quadrangle.js";
25
- import { getVideoTexture as j } from "../../../shared-utils/three/loadVideoTexture.js";
26
- import { Image_Play_Icon_With_Text as L, Image_Play_Icon as H } from "../../Assets/Icon.js";
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 R } from "../../../shared-utils/three/FragmentTransparencyMaterial.js";
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 _ extends y.Mesh {
33
+ class C extends y.Mesh {
36
34
  constructor() {
37
35
  super(...arguments);
38
- d(this, "name", "MediaPlane");
39
- d(this, "src");
40
- d(this, "objectFit");
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 ee extends _ {
69
+ class J extends C {
72
70
  constructor(e, t, i) {
73
- var n, r;
71
+ var o, d;
74
72
  super();
75
- d(this, "name", "PanoTagPluginImagePlane");
76
- d(this, "originRatio");
73
+ a(this, "name", "PanoTagPluginImagePlane");
74
+ a(this, "originRatio");
77
75
  this.src = e;
78
- const s = (n = i == null ? void 0 : i.resolveZFighting) != null ? n : !0, a = (r = i == null ? void 0 : i.opacity) != null ? r : 1;
79
- let h = t;
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 o = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET);
82
- h = t.map((c) => c.clone().add(o));
79
+ const h = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET);
80
+ n = t.map((c) => c.clone().add(h));
83
81
  }
84
- O(e).then(({ texture: o, transparent: c }) => {
85
- var S;
86
- const m = new y.MeshBasicMaterial({
87
- map: o,
88
- transparent: c || a < 1,
89
- opacity: a,
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 = o.image.width / o.image.height, this.objectFit = (S = i == null ? void 0 : i.objectFit) != null ? S : "contain";
93
- const l = g(this.objectFit, h, o.image.width / o.image.height), v = I(...l), f = l.map((G) => G.clone().sub(v)), w = new F(f);
94
- this.position.copy(v), this.geometry = w, this.material = m;
95
- }).catch((o) => {
96
- console.error(`Imageplane error: ${o == null ? void 0 : o.message}`);
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 a = t;
102
- const { resolveZFighting: h } = i != null ? i : {};
103
- if (h) {
104
- const m = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET);
105
- a = t.map((l) => l.clone().add(m));
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 n = g(s != null ? s : "contain", a, this.originRatio), r = I(...n), o = n.map((m) => m.clone().sub(r)), c = new F(o);
108
- this.objectFit = s != null ? s : "contain", this.position.copy(r), this.geometry = c;
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 te extends _ {
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: a = "contain",
117
- playButton: h = "withText",
118
- paused: n = !0,
119
- videoTextureMap: r,
120
- ImageTextureMap: o,
114
+ objectFit: r = "contain",
115
+ playButton: n = "withText",
116
+ paused: o = !0,
117
+ videoTextureMap: d,
118
+ ImageTextureMap: h,
121
119
  domEvents: c,
122
- opacity: m = 1
120
+ opacity: v = 1
123
121
  } = i != null ? i : {};
124
122
  super();
125
- d(this, "isVideoPlane", !0);
126
- d(this, "name", "PanoTagPluginImagePlane");
127
- d(this, "videoInstance");
128
- d(this, "onVideoReady");
129
- d(this, "buttonSrc");
130
- d(this, "videoCoverSrc");
131
- d(this, "domEvents");
132
- d(this, "disposers", []);
133
- d(this, "cornerPoints");
134
- d(this, "videoMesh");
135
- d(this, "coverMesh");
136
- d(this, "buttonMesh");
137
- d(this, "videoTextureMap");
138
- d(this, "ImageTextureMap");
139
- d(this, "initialOpacity");
140
- this.cornerPoints = t, this.src = e, this.initialOpacity = m, this.buttonSrc = (() => h === "withText" ? L : h === "withoutText" ? H : typeof h == "string" ? h : H)(), this.videoCoverSrc = s, this.objectFit = a, this.videoTextureMap = r, this.ImageTextureMap = o, this.domEvents = c, this.position.copy(I(...t)), this.videoCoverSrc && n ? this.addCoverMesh().then(() => this.addButtonMesh()) : this.addVideoMesh().then(() => {
141
- n ? this.addButtonMesh() : this.play(!0);
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 l;
146
- (l = this.disposers) == null || l.forEach((v) => v == null ? void 0 : v());
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 u(this, null, function* () {
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 u(this, null, function* () {
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 u(this, null, function* () {
177
+ return m(this, null, function* () {
180
178
  if (this.children.includes(this.coverMesh))
181
179
  return;
182
- const e = yield (() => u(this, null, function* () {
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 = E(this.videoCoverSrc), a = s ? new C(t, this.initialOpacity) : new y.MeshBasicMaterial({
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
- }), h = g(
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 r = P(h).multiplyScalar(T.Z_FIGHTING_OFFSET);
199
- return n.position.add(r), n;
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 u(this, null, function* () {
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 (() => u(this, null, function* () {
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), a = E(this.src), h = a ? new C(s, this.initialOpacity) : new y.MeshBasicMaterial({
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 = (m) => a ? m.image.videoWidth / (m.image.videoHeight / 2) : m.image.videoWidth / m.image.videoHeight, r = yield new Promise((m) => {
220
- s.metadataLoaded ? m(g(this.objectFit, this.cornerPoints, n(s))) : s.addEventListener(
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
- () => m(g(this.objectFit, this.cornerPoints, n(s)))
216
+ () => h(g(this.objectFit, this.cornerPoints, s.image.videoWidth / s.image.videoHeight))
223
217
  );
224
- }), o = new x(r, h);
218
+ }), o = new S(n, r);
225
219
  o.name = "videoMesh", o.position.copy(new b(0, 0, 0));
226
- const c = P(r).multiplyScalar(T.Z_FIGHTING_OFFSET);
227
- return o.position.add(c), o;
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 = this.getVideoTexture(this.src).image;
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 u(this, null, function* () {
243
+ return m(this, null, function* () {
250
244
  if (this.children.includes(this.buttonMesh))
251
245
  return;
252
- const e = yield (() => u(this, null, function* () {
253
- var l, v, f, w;
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 = (v = (l = this.videoMesh) == null ? void 0 : l.geometry.points[0].distanceTo(this.videoMesh.geometry.points[3])) != null ? v : 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]), h = Math.min(t, i, s) / s * 0.3, { texture: n, transparent: r } = yield this.getImageTexture(this.buttonSrc), o = g("contain", this.cornerPoints, n.image.width / n.image.height), c = new x(o, new R(n));
257
- c.position.copy(new b(0, 0, 0)), c.name = "buttonMesh", c.scale.set(h, h, h), c.material.side = y.DoubleSide, this.domEvents.addAutoBindEventListener(
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 m = P(o).multiplyScalar(T.Z_FIGHTING_OFFSET * 2);
266
- return c.position.add(m), c;
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 u(this, null, function* () {
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 O(e);
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 = j(e);
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 u(this, null, function* () {
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 u(this, null, function* () {
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 u(this, null, function* () {
293
+ return m(this, null, function* () {
300
294
  if (!this.videoMesh || !this.src)
301
295
  return;
302
- const e = this.getVideoTexture(this.src), t = E(this.src), i = (o) => t ? o.image.videoWidth / (o.image.videoHeight / 2) : o.image.videoWidth / o.image.videoHeight, s = yield new Promise((o) => {
303
- e.metadataLoaded ? o(g(this.objectFit, this.cornerPoints, i(e))) : e.addEventListener("videoLoaded", () => o(g(this.objectFit, this.cornerPoints, i(e))));
304
- }), a = I(...s), h = s.map((o) => o.clone().sub(a)), n = new F(h);
305
- this.videoMesh.geometry.dispose(), this.videoMesh.geometry = n, this.videoMesh.position.copy(new b(0, 0, 0));
306
- const r = P(s).multiplyScalar(T.Z_FIGHTING_OFFSET);
307
- this.videoMesh.position.add(r);
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 u(this, null, function* () {
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((h) => h.clone().sub(i)), a = new F(s);
315
- this.coverMesh.geometry.dispose(), this.coverMesh.geometry = a, this.coverMesh.position.copy(new b(0, 0, 0));
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 u(this, null, function* () {
320
- var l, v, f, w;
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((S) => S.clone().sub(i)), a = new F(s), h = (v = (l = this.videoMesh) == null ? void 0 : l.geometry.points[0].distanceTo(this.videoMesh.geometry.points[3])) != null ? v : 1 / 0, n = (w = (f = this.coverMesh) == null ? void 0 : f.geometry.points[0].distanceTo(this.coverMesh.geometry.points[3])) != null ? w : 1 / 0, r = this.cornerPoints[0].distanceTo(this.cornerPoints[3]), c = Math.min(h, n, r) / r * 0.3;
324
- this.buttonMesh.geometry.dispose(), this.buttonMesh.geometry = a, this.buttonMesh.position.copy(new b(0, 0, 0)), this.buttonMesh.scale.set(c, c, c);
325
- const m = P(t).multiplyScalar(T.Z_FIGHTING_OFFSET * 2);
326
- this.buttonMesh.position.add(m);
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
- ee as ImagePlane,
332
- te as VideoPlane
328
+ J as ImagePlane,
329
+ K as VideoPlane
333
330
  };
@@ -23,7 +23,7 @@ let I = class {
23
23
  /**
24
24
  * @realsee/dnalogel 版本号
25
25
  */
26
- r(this, "VERSION", "3.80.8-alpha.2");
26
+ r(this, "VERSION", "3.81.0-alpha.1");
27
27
  r(this, "NAME");
28
28
  r(this, "five");
29
29
  r(this, "workUtil");
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';