@realsee/dnalogel 2.1.2-alpha.0 → 2.1.2-alpha.2

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 (521) hide show
  1. package/README.md +3 -12
  2. package/docs/classes/CruisePluginController.html +24 -24
  3. package/docs/classes/Magnifier.html +16 -16
  4. package/docs/classes/ModelRoomLabelController.html +11 -11
  5. package/docs/classes/Object3DHelperController.html +24 -24
  6. package/docs/classes/PaintBrush.html +15 -15
  7. package/docs/classes/PanoTagPluginController.html +39 -39
  8. package/docs/classes/Util.BetterTween.html +8 -8
  9. package/docs/classes/Util.FivePointSelector.html +12 -12
  10. package/docs/classes/Util.Interval.html +12 -12
  11. package/docs/classes/Util.Magnifier.html +17 -17
  12. package/docs/classes/Util.PointDomHelper.html +11 -11
  13. package/docs/classes/Util.PointHelper.html +11 -11
  14. package/docs/classes/Util.Rectangle.html +13 -13
  15. package/docs/enums/CameraMovementEffect.html +7 -7
  16. package/docs/enums/ContentType.html +12 -12
  17. package/docs/enums/DIRECTION.html +9 -9
  18. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  19. package/docs/enums/DimensionType.html +7 -7
  20. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  21. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  22. package/docs/enums/LinkType.html +7 -7
  23. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  24. package/docs/enums/PointType.html +7 -7
  25. package/docs/enums/Rotation.html +8 -8
  26. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  27. package/docs/functions/CameraMovementPlugin.html +4 -4
  28. package/docs/functions/CruisePlugin.html +4 -4
  29. package/docs/functions/GuideLinePlugin.html +5 -5
  30. package/docs/functions/ItemLabelPlugin.html +4 -4
  31. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  32. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  33. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  34. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  35. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  36. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  37. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  38. package/docs/functions/ModelViewPlugin.html +4 -4
  39. package/docs/functions/Object3DHelperPlugin.html +4 -4
  40. package/docs/functions/PanoCompassPlugin.html +4 -4
  41. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  42. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  43. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  44. package/docs/functions/PanoMeasurePlugin.html +4 -4
  45. package/docs/functions/PanoRulerPlugin.html +4 -4
  46. package/docs/functions/PanoRulerProPlugin.html +4 -4
  47. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  48. package/docs/functions/PanoTagPlugin.html +4 -4
  49. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  50. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  51. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  52. package/docs/functions/Util.getFrameTime.html +5 -5
  53. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  54. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  55. package/docs/functions/Util.isNil.html +5 -5
  56. package/docs/functions/Util.nextFrame.html +5 -5
  57. package/docs/functions/Util.notNil.html +5 -5
  58. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  59. package/docs/functions/Util.tweenProgress.html +5 -5
  60. package/docs/functions/pluginFlag.html +5 -5
  61. package/docs/index.html +6 -11
  62. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  63. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  64. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  65. package/docs/interfaces/ContentTypeMap.html +12 -12
  66. package/docs/interfaces/FloorplanBounding.html +8 -8
  67. package/docs/interfaces/FloorplanData.html +10 -10
  68. package/docs/interfaces/FloorplanEntrance.html +11 -11
  69. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  70. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  71. package/docs/interfaces/FloorplanFloorData.html +9 -9
  72. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  73. package/docs/interfaces/FloorplanObserver.html +9 -9
  74. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  75. package/docs/interfaces/FloorplanPosition.html +7 -7
  76. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  77. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  78. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  79. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  80. package/docs/interfaces/FloorplanServerData.html +7 -7
  81. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  82. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  83. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  84. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  85. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  86. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  87. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  88. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  89. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  90. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  91. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  92. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  93. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  94. package/docs/interfaces/LineJson.html +7 -7
  95. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  96. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  97. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  98. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  99. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  100. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  101. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  102. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  103. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  104. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  105. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  106. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  107. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  108. package/docs/interfaces/Object3DHelperState.html +8 -8
  109. package/docs/interfaces/OpenParameter.html +7 -7
  110. package/docs/interfaces/PaintBrushAction.html +12 -12
  111. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  112. package/docs/interfaces/PaintBrushState.html +10 -10
  113. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  114. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  115. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  116. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  117. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  118. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  119. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  120. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  121. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  122. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  123. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  124. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  125. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  126. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  127. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  128. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  129. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  130. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  131. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  132. package/docs/interfaces/Point.html +8 -8
  133. package/docs/interfaces/PointJson.html +8 -8
  134. package/docs/interfaces/Room.html +9 -9
  135. package/docs/interfaces/RoomInfo.html +7 -7
  136. package/docs/interfaces/RoomLabel.html +14 -14
  137. package/docs/interfaces/RoomRules.html +5 -5
  138. package/docs/interfaces/Rooms.html +5 -5
  139. package/docs/interfaces/Scissor.html +9 -9
  140. package/docs/interfaces/TagConfig.html +10 -10
  141. package/docs/interfaces/Tags.html +9 -9
  142. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  143. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  144. package/docs/modules/Util.html +5 -5
  145. package/docs/modules.html +4 -4
  146. package/docs/types/ArrayPosition.html +5 -5
  147. package/docs/types/CSS3DRenderExportType.html +5 -5
  148. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  149. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  150. package/docs/types/Color.html +5 -5
  151. package/docs/types/ContentTypeConfigKey.html +5 -5
  152. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  153. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  154. package/docs/types/Create3DElementReturnType.html +5 -5
  155. package/docs/types/CruisePluginExportType.html +5 -5
  156. package/docs/types/Direction-1.html +5 -5
  157. package/docs/types/Direction4.html +5 -5
  158. package/docs/types/FloorplanRuleLabels.html +5 -5
  159. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  160. package/docs/types/GuideLinePluginExportType.html +5 -5
  161. package/docs/types/HelperEventMap.html +5 -5
  162. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  163. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  164. package/docs/types/MediaData.html +5 -5
  165. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  166. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  167. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  168. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  169. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  170. package/docs/types/MoveArgs.html +5 -5
  171. package/docs/types/MoveOpts.html +5 -5
  172. package/docs/types/Object3DHelperEventMap.html +5 -5
  173. package/docs/types/ObjectFit.html +5 -5
  174. package/docs/types/PaintBrushEventMap.html +5 -5
  175. package/docs/types/PanoCompassPluginData.html +5 -5
  176. package/docs/types/PanoCompassPluginExportType.html +5 -5
  177. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  178. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  179. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  180. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  181. package/docs/types/PanoMeasureReturnType.html +5 -5
  182. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  183. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  184. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  185. package/docs/types/PlaneTag.html +5 -5
  186. package/docs/types/PointTag.html +5 -5
  187. package/docs/types/Position.html +5 -5
  188. package/docs/types/RotateArgs.html +5 -5
  189. package/docs/types/RotateOpts.html +5 -5
  190. package/docs/types/RuleLabelsKey.html +5 -5
  191. package/docs/types/RuleLabelsValue.html +5 -5
  192. package/docs/types/Tag.html +5 -5
  193. package/docs/types/Tag2D.html +5 -5
  194. package/docs/types/Tag3D.html +5 -5
  195. package/docs/types/TagId.html +5 -5
  196. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  197. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  198. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  199. package/docs/variables/PLUGIN.html +5 -5
  200. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  201. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  202. package/docs/variables/VERSION.html +5 -5
  203. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  204. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  205. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  206. package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -331
  207. package/libs/CSS3DRenderPlugin/Controller.js +1 -84
  208. package/libs/CSS3DRenderPlugin/index.js +1 -6
  209. package/libs/CSS3DRenderPlugin/typing.js +1 -0
  210. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -67
  211. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +1 -10
  212. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +1 -7
  213. package/libs/CSS3DRenderPlugin/utils/index.js +1 -0
  214. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -7
  215. package/libs/CSS3DRenderPlugin/utils/random.js +1 -0
  216. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +1 -88
  217. package/libs/CameraMovementPlugin/index.js +1 -0
  218. package/libs/CameraMovementPlugin/typing.js +1 -5
  219. package/libs/CruisePlugin/Controller.js +1 -484
  220. package/libs/CruisePlugin/index.js +1 -8
  221. package/libs/CruisePlugin/utils/coordinatesAngle.js +1 -8
  222. package/libs/CruisePlugin/utils/coordinatesToVector.js +1 -12
  223. package/libs/CruisePlugin/utils/formatRad.js +1 -7
  224. package/libs/CruisePlugin/utils/linerValue.js +1 -7
  225. package/libs/CruisePlugin/utils/safeCall.js +1 -28
  226. package/libs/CruisePlugin/utils/sleep.js +1 -10
  227. package/libs/CruisePlugin/utils/vectorToCoordinates.js +1 -10
  228. package/libs/GuideLinePlugin/Controller.js +1 -144
  229. package/libs/GuideLinePlugin/index.js +1 -6
  230. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +1 -13
  231. package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -64
  232. package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -271
  233. package/libs/ItemLabelPlugin/ItemLabelItem.js +2 -133
  234. package/libs/ItemLabelPlugin/Plugin.js +2 -76
  235. package/libs/ItemLabelPlugin/index.js +1 -12
  236. package/libs/ItemLabelPlugin/typings.js +1 -4
  237. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +1 -4
  238. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +1 -16
  239. package/libs/ItemLabelPlugin/utils/isImpacted.js +1 -10
  240. package/libs/ItemLabelPlugin/utils/parseData.js +1 -21
  241. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +1 -21
  242. package/libs/ModelChassisCompassPlugin/Plugin.js +1 -71
  243. package/libs/ModelChassisCompassPlugin/index.js +1 -0
  244. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +1 -78
  245. package/libs/ModelEntryDoorGuidePlugin/index.js +1 -0
  246. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -212
  247. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +2 -42
  248. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +2 -74
  249. package/libs/ModelItemLabelPlugin/events.type.js +1 -0
  250. package/libs/ModelItemLabelPlugin/index.js +1 -12
  251. package/libs/ModelItemLabelPlugin/typings.js +1 -4
  252. package/libs/ModelItemLabelPlugin/utils/parseData.js +1 -19
  253. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -4
  254. package/libs/ModelRoomLabelPlugin/Controller.js +1 -60
  255. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -45
  256. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -162
  257. package/libs/ModelRoomLabelPlugin/index.js +1 -10
  258. package/libs/ModelRoomLabelPlugin/utils/parseData.js +1 -16
  259. package/libs/ModelTVVideoPlugin/Plugin.js +1 -164
  260. package/libs/ModelTVVideoPlugin/index.js +1 -0
  261. package/libs/ModelTVVideoPlugin/typings.js +1 -4
  262. package/libs/ModelTVVideoPlugin/utils/parseData.js +1 -20
  263. package/libs/ModelViewPlugin/Plugin.js +1 -107
  264. package/libs/ModelViewPlugin/index.js +1 -0
  265. package/libs/Object3DHelperPlugin/Controller.js +1 -145
  266. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +1 -32
  267. package/libs/Object3DHelperPlugin/index.js +1 -10
  268. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +1 -4
  269. package/libs/PanoCompassPlugin/Controller.js +1 -224
  270. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -24
  271. package/libs/PanoCompassPlugin/index.js +1 -6
  272. package/libs/PanoCursorRaycasterPlugin/index.js +1 -59
  273. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -59
  274. package/libs/PanoDoorLabelPlugin/Controller.js +1 -219
  275. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -65
  276. package/libs/PanoDoorLabelPlugin/index.js +1 -6
  277. package/libs/PanoDoorLabelPlugin/utils.js +1 -23
  278. package/libs/PanoMeasurePlugin/Controller/BaseController.js +1 -53
  279. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -102
  280. package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -125
  281. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -33
  282. package/libs/PanoMeasurePlugin/Controller/ViewController.js +1 -90
  283. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -154
  284. package/libs/PanoMeasurePlugin/Controller/index.js +1 -140
  285. package/libs/PanoMeasurePlugin/Model/index.js +1 -92
  286. package/libs/PanoMeasurePlugin/Model/line.js +1 -56
  287. package/libs/PanoMeasurePlugin/Model/point.js +1 -30
  288. package/libs/PanoMeasurePlugin/Model/polyline.js +1 -47
  289. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +2 -5
  290. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -4
  291. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -4
  292. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +3 -67
  293. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +1 -28
  294. package/libs/PanoMeasurePlugin/Modules/GuideController.js +1 -41
  295. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -103
  296. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +8 -12
  297. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +1 -50
  298. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -36
  299. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -48
  300. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +3 -8
  301. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +1 -39
  302. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +1 -62
  303. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +2 -7
  304. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -130
  305. package/libs/PanoMeasurePlugin/index.js +1 -11
  306. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -12
  307. package/libs/PanoMeasurePlugin/utils/constants.js +1 -36
  308. package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -62
  309. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +1 -13
  310. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +1 -15
  311. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +1 -9
  312. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +1 -8
  313. package/libs/PanoMeasurePlugin/utils/ironbox.js +1 -4
  314. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +1 -7
  315. package/libs/PanoMeasurePlugin/utils/line.js +1 -18
  316. package/libs/PanoMeasurePlugin/utils/math.js +1 -13
  317. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +3 -33
  318. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +1 -8
  319. package/libs/PanoRulerPlugin/Plugin.js +2 -263
  320. package/libs/PanoRulerPlugin/index.js +1 -0
  321. package/libs/PanoRulerPlugin/style.js +2 -5
  322. package/libs/PanoRulerProPlugin/Controller.js +1 -93
  323. package/libs/PanoRulerProPlugin/RulerItem.js +1 -128
  324. package/libs/PanoRulerProPlugin/RulerItems.js +1 -180
  325. package/libs/PanoRulerProPlugin/index.js +1 -6
  326. package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -81
  327. package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -124
  328. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -247
  329. package/libs/PanoSpatialTagPlugin/index.js +1 -0
  330. package/libs/PanoSpatialTagPlugin/store.js +1 -5
  331. package/libs/PanoSpatialTagPlugin/style.js +1 -11
  332. package/libs/PanoSpatialTagPlugin/typings.js +1 -0
  333. package/libs/PanoTagPlugin/Assets/Icon.js +1 -6
  334. package/libs/PanoTagPlugin/Components/Common/Arrow.js +1 -103
  335. package/libs/PanoTagPlugin/Components/Common/Audio.js +1 -166
  336. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -93
  337. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -90
  338. package/libs/PanoTagPlugin/Components/Common/Media.js +1 -393
  339. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -139
  340. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +1 -170
  341. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +1 -51
  342. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +1 -51
  343. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +1 -166
  344. package/libs/PanoTagPlugin/Components/Common/Shadow.js +15 -124
  345. package/libs/PanoTagPlugin/Components/Common/Text.js +1 -131
  346. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +1 -134
  347. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +1 -73
  348. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +1 -192
  349. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +1 -126
  350. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -258
  351. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +1 -87
  352. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +1 -122
  353. package/libs/PanoTagPlugin/Components/Tag/index.js +2 -289
  354. package/libs/PanoTagPlugin/Components/TagContainer.js +1 -156
  355. package/libs/PanoTagPlugin/Components/TagWrapper.js +1 -153
  356. package/libs/PanoTagPlugin/controller/TagCacheController.js +1 -31
  357. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -264
  358. package/libs/PanoTagPlugin/controller/index.js +1 -377
  359. package/libs/PanoTagPlugin/index.js +1 -9
  360. package/libs/PanoTagPlugin/tag.config.js +1 -44
  361. package/libs/PanoTagPlugin/typings/controller.js +1 -0
  362. package/libs/PanoTagPlugin/typings/index.js +1 -0
  363. package/libs/PanoTagPlugin/typings/tag.js +1 -7
  364. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -6
  365. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -27
  366. package/libs/PanoTagPlugin/utils/checkRange.js +1 -10
  367. package/libs/PanoTagPlugin/utils/constants.js +1 -8
  368. package/libs/PanoTagPlugin/utils/debounce.js +1 -12
  369. package/libs/PanoTagPlugin/utils/doUtil.js +1 -12
  370. package/libs/PanoTagPlugin/utils/index.js +1 -0
  371. package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -4
  372. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +1 -13
  373. package/libs/PanoTagPlugin/utils/planeNormal.js +1 -11
  374. package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -17
  375. package/libs/PanoTagPlugin/utils/search.js +1 -15
  376. package/libs/PanoTagPlugin/utils/tagPosition.js +1 -13
  377. package/libs/PanoTagPlugin/utils/throttle.js +1 -11
  378. package/libs/base/BasePlugin.js +1 -18
  379. package/libs/base/BasePluginWithData.js +1 -6
  380. package/libs/components/PaintBrush/Controller.js +1 -308
  381. package/libs/components/PaintBrush/Subscribe.js +1 -47
  382. package/libs/components/PaintBrush/index.js +1 -45
  383. package/libs/components/PaintBrush/style.js +2 -5
  384. package/libs/components/PaintBrush/tween.js +1 -11
  385. package/libs/components/PaintBrush/typings.js +1 -4
  386. package/libs/components/PaintBrush/utils.js +1 -45
  387. package/libs/components/index.js +1 -0
  388. package/libs/floorplan/Assets/camera.js +1 -4
  389. package/libs/floorplan/Assets/compass.js +1 -4
  390. package/libs/floorplan/Assets/floorplanExtraObject.js +1 -4
  391. package/libs/floorplan/Components/BaseImage.js +1 -103
  392. package/libs/floorplan/Components/Camera.js +1 -62
  393. package/libs/floorplan/Components/Compass.js +1 -60
  394. package/libs/floorplan/Components/CurrentFloor.js +1 -246
  395. package/libs/floorplan/Components/Main.js +1 -264
  396. package/libs/floorplan/Components/Normalmage.js +1 -37
  397. package/libs/floorplan/Components/RoomHighlight/Room.js +1 -61
  398. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -121
  399. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -153
  400. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -174
  401. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -196
  402. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -37
  403. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -39
  404. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -37
  405. package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -134
  406. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -139
  407. package/libs/floorplan/Components/SvgImage.js +2 -39
  408. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -321
  409. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -6
  410. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -316
  411. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -6
  412. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -85
  413. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -129
  414. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -72
  415. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -183
  416. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -164
  417. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -6
  418. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -273
  419. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -6
  420. package/libs/floorplan/constant.js +1 -4
  421. package/libs/floorplan/index.js +1 -0
  422. package/libs/floorplan/typings/floorplanData.js +1 -0
  423. package/libs/floorplan/typings/floorplanServerData.js +1 -101
  424. package/libs/floorplan/utils/constant.js +1 -7
  425. package/libs/floorplan/utils/correctFiveState.js +1 -54
  426. package/libs/floorplan/utils/formatData.js +1 -104
  427. package/libs/floorplan/utils/formatPosition.js +1 -35
  428. package/libs/index.js +1 -92
  429. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -152
  430. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -53
  431. package/libs/shared-utils/Object3DHelper/Constants/color.js +1 -21
  432. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +1 -18
  433. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -66
  434. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -109
  435. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -134
  436. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -79
  437. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -41
  438. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -14
  439. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -30
  440. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +1 -35
  441. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -2
  442. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +1 -137
  443. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +1 -136
  444. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  445. package/libs/shared-utils/Object3DHelper/index.js +1 -169
  446. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -0
  447. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -0
  448. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -0
  449. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -0
  450. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +1 -11
  451. package/libs/shared-utils/Object3DHelper/utils/direction.js +1 -22
  452. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -0
  453. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +1 -14
  454. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -0
  455. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -0
  456. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -0
  457. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -0
  458. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -191
  459. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +1 -6
  460. package/libs/shared-utils/Subscribe.js +1 -50
  461. package/libs/shared-utils/animationFrame/BetterTween.js +1 -26
  462. package/libs/shared-utils/animationFrame/calculateProgress.js +1 -6
  463. package/libs/shared-utils/animationFrame/formatRad.js +1 -11
  464. package/libs/shared-utils/animationFrame/index.js +1 -31
  465. package/libs/shared-utils/animationFrame/tween.js +1 -30
  466. package/libs/shared-utils/changeModelCanvasOpacity.js +1 -12
  467. package/libs/shared-utils/createCanvasTextTexture.js +1 -11
  468. package/libs/shared-utils/createLine/index.js +1 -9
  469. package/libs/shared-utils/debounce.js +1 -11
  470. package/libs/shared-utils/equal.js +1 -54
  471. package/libs/shared-utils/filter.js +1 -10
  472. package/libs/shared-utils/five/changeMode.js +1 -39
  473. package/libs/shared-utils/getPxmm.js +1 -21
  474. package/libs/shared-utils/index.js +1 -31
  475. package/libs/shared-utils/isNil.js +1 -10
  476. package/libs/shared-utils/isTruelyObject.js +1 -6
  477. package/libs/shared-utils/math/Interval.js +1 -23
  478. package/libs/shared-utils/math/Rectangle.js +1 -23
  479. package/libs/shared-utils/math/index.js +1 -0
  480. package/libs/shared-utils/math/planimetry.js +1 -48
  481. package/libs/shared-utils/math/rad2Deg.js +1 -6
  482. package/libs/shared-utils/nearlyEqual.js +1 -6
  483. package/libs/shared-utils/nextFrame.js +1 -6
  484. package/libs/shared-utils/noop.js +1 -5
  485. package/libs/shared-utils/object3d2LocalMatrix.js +1 -19
  486. package/libs/shared-utils/removeArrayItem.js +1 -8
  487. package/libs/shared-utils/tap.js +1 -6
  488. package/libs/shared-utils/three/Assets/index.js +1 -4
  489. package/libs/shared-utils/three/FivePointSelector.js +1 -49
  490. package/libs/shared-utils/three/Magnifier.js +1 -104
  491. package/libs/shared-utils/three/PointDomHelper.js +1 -60
  492. package/libs/shared-utils/three/PointHelper.js +3 -60
  493. package/libs/shared-utils/three/getCoords.js +1 -13
  494. package/libs/shared-utils/three/getIntersect.js +1 -8
  495. package/libs/shared-utils/three/getRaycaster.js +1 -12
  496. package/libs/shared-utils/three/index.js +1 -0
  497. package/libs/shared-utils/three/loadTexture.js +1 -28
  498. package/libs/shared-utils/three/transformPositionToVector3.js +1 -5
  499. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +1 -24
  500. package/libs/shared-utils/throttle.js +1 -11
  501. package/libs/shared-utils/tinyEJSrender.js +14 -138
  502. package/libs/shared-utils/to.js +1 -29
  503. package/libs/shared-utils/uuid.js +1 -10
  504. package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -0
  505. package/libs/vendor/swiper/components-shared/get-params.js +1 -0
  506. package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -0
  507. package/libs/vendor/swiper/components-shared/params-list.js +1 -0
  508. package/libs/vendor/swiper/components-shared/update-swiper.js +1 -0
  509. package/libs/vendor/swiper/components-shared/utils.js +1 -0
  510. package/libs/vendor/swiper/svelte/swiper-slide.js +1 -0
  511. package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -0
  512. package/libs/vendor/swiper/svelte/swiper.js +1 -0
  513. package/package.json +187 -17
  514. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-changed-params.js +0 -29
  515. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-params.js +0 -23
  516. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/mount-swiper.js +0 -14
  517. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/params-list.js +0 -120
  518. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/update-swiper.js +0 -36
  519. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/utils.js +0 -32
  520. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js +0 -182
  521. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js +0 -254
@@ -1,162 +1 @@
1
- var q = Object.defineProperty, P = Object.defineProperties;
2
- var A = Object.getOwnPropertyDescriptors;
3
- var C = Object.getOwnPropertySymbols;
4
- var B = Object.prototype.hasOwnProperty, E = Object.prototype.propertyIsEnumerable;
5
- var D = (o, t, e) => t in o ? q(o, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[t] = e, R = (o, t) => {
6
- for (var e in t || (t = {}))
7
- B.call(t, e) && D(o, e, t[e]);
8
- if (C)
9
- for (var e of C(t))
10
- E.call(t, e) && D(o, e, t[e]);
11
- return o;
12
- }, S = (o, t) => P(o, A(t));
13
- import { SvelteComponent as G, init as J, safe_not_equal as K, append_styles as N, element as Q, attr as X, add_render_callback as Y, insert as H, add_resize_listener as Z, group_outros as $, update_keyed_each as ee, outro_and_destroy_block as te, check_outros as oe, transition_in as O, transition_out as V, detach as W, globals as ne, empty as re, create_component as ie, mount_component as se, destroy_component as le } from "svelte/internal";
14
- import { onDestroy as ce } from "svelte";
15
- import { Raycaster as ae, Vector3 as w } from "three";
16
- import fe from "./RoomLabelItem.js";
17
- const { Map: me } = ne;
18
- function ue(o) {
19
- N(o, "svelte-9eg4zi", ".room-labels-container.svelte-9eg4zi{width:100%;height:100%;position:relative;color:#fff}");
20
- }
21
- function T(o, t, e) {
22
- const l = o.slice();
23
- return l[12] = t[e], l;
24
- }
25
- function U(o, t) {
26
- let e, l, s;
27
- return l = new fe({
28
- props: {
29
- roomLabel: t[12],
30
- five: t[1]
31
- }
32
- }), {
33
- key: o,
34
- first: null,
35
- c() {
36
- e = re(), ie(l.$$.fragment), this.first = e;
37
- },
38
- m(r, a) {
39
- H(r, e, a), se(l, r, a), s = !0;
40
- },
41
- p(r, a) {
42
- t = r;
43
- const m = {};
44
- a & 1 && (m.roomLabel = t[12]), a & 2 && (m.five = t[1]), l.$set(m);
45
- },
46
- i(r) {
47
- s || (O(l.$$.fragment, r), s = !0);
48
- },
49
- o(r) {
50
- V(l.$$.fragment, r), s = !1;
51
- },
52
- d(r) {
53
- r && W(e), le(l, r);
54
- }
55
- };
56
- }
57
- function de(o) {
58
- let t, e = [], l = new me(), s, r, a = o[0];
59
- const m = (n) => n[12].id;
60
- for (let n = 0; n < a.length; n += 1) {
61
- let i = T(o, a, n), d = m(i);
62
- l.set(d, e[n] = U(d, i));
63
- }
64
- return {
65
- c() {
66
- t = Q("div");
67
- for (let n = 0; n < e.length; n += 1)
68
- e[n].c();
69
- X(t, "class", "room-labels-container svelte-9eg4zi"), Y(() => o[6].call(t));
70
- },
71
- m(n, i) {
72
- H(n, t, i);
73
- for (let d = 0; d < e.length; d += 1)
74
- e[d].m(t, null);
75
- s = Z(t, o[6].bind(t)), r = !0;
76
- },
77
- p(n, [i]) {
78
- i & 3 && (a = n[0], $(), e = ee(e, i, m, 1, n, a, l, t, te, U, null, T), oe());
79
- },
80
- i(n) {
81
- if (!r) {
82
- for (let i = 0; i < a.length; i += 1)
83
- O(e[i]);
84
- r = !0;
85
- }
86
- },
87
- o(n) {
88
- for (let i = 0; i < e.length; i += 1)
89
- V(e[i]);
90
- r = !1;
91
- },
92
- d(n) {
93
- n && W(t);
94
- for (let i = 0; i < e.length; i += 1)
95
- e[i].d();
96
- s();
97
- }
98
- };
99
- }
100
- function he(o, t, e) {
101
- var k;
102
- let l, { five: s } = t, { roomLabels: r } = t, a, m, n = (k = s.model.shownFloor) != null ? k : null;
103
- function i(c) {
104
- if (!(n === null || c.floorIndex === n))
105
- return !1;
106
- const g = new ae(), u = s.camera.position.clone(), h = new w(c.position.x, c.position.y, c.position.z), b = h.distanceTo(u);
107
- g.set(u.clone(), h.clone().sub(u).normalize());
108
- const [f] = s.model.intersectRaycaster(g);
109
- return !(f && f.distance + 1 < b);
110
- }
111
- function d(c, _) {
112
- const u = new w(c.position.x, c.position.y, c.position.z).clone().project(s.camera), h = Math.ceil((u.x + 1) / 2 * _.x), b = Math.ceil((-u.y + 1) / 2 * _.y);
113
- return `translate(${h}px, ${b}px)`;
114
- }
115
- function z(c) {
116
- const { rendererSize: _, shownFloor: g } = c, u = /* @__PURE__ */ new Map();
117
- function h(f) {
118
- const p = u.get(f.id);
119
- if (p)
120
- return p;
121
- const { x: L, y: v, z: x } = f.position, y = new w(L, v, x).clone().distanceTo(s.camera.position);
122
- return u.set(f.id, y), y;
123
- }
124
- return r.map((f) => {
125
- const p = i(f), L = p ? d(f, _) : f.transform, v = h(f), y = r.filter((M) => M.visible && h(M) < v).length * 10;
126
- return S(R({}, f), { visible: p, transform: L, zIndex: y });
127
- });
128
- }
129
- function F() {
130
- e(0, r = z({ rendererSize: l, shownFloor: n }));
131
- }
132
- function I(c) {
133
- e(4, n = c);
134
- }
135
- s.on("cameraUpdate", F), s.on("modelShownFloorChange", I), ce(() => {
136
- s.off("cameraUpdate", F), s.off("modelShownFloorChange", I);
137
- });
138
- function j() {
139
- a = this.clientWidth, m = this.clientHeight, e(2, a), e(3, m);
140
- }
141
- return o.$$set = (c) => {
142
- "five" in c && e(1, s = c.five), "roomLabels" in c && e(0, r = c.roomLabels);
143
- }, o.$$.update = () => {
144
- o.$$.dirty & 12 && e(5, l = { x: a, y: m }), o.$$.dirty & 48 && e(0, r = z({ rendererSize: l, shownFloor: n }));
145
- }, [
146
- r,
147
- s,
148
- a,
149
- m,
150
- n,
151
- l,
152
- j
153
- ];
154
- }
155
- class Le extends G {
156
- constructor(t) {
157
- super(), J(this, t, he, de, K, { five: 1, roomLabels: 0 }, ue);
158
- }
159
- }
160
- export {
161
- Le as default
162
- };
1
+ "use strict";var U=Object.defineProperty,j=Object.defineProperties;var E=Object.getOwnPropertyDescriptors;var q=Object.getOwnPropertySymbols;var O=Object.prototype.hasOwnProperty,P=Object.prototype.propertyIsEnumerable;var C=(o,t,e)=>t in o?U(o,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):o[t]=e,D=(o,t)=>{for(var e in t||(t={}))O.call(t,e)&&C(o,e,t[e]);if(q)for(var e of q(t))P.call(t,e)&&C(o,e,t[e]);return o},S=(o,t)=>j(o,E(t));const r=require("svelte/internal"),W=require("svelte"),v=require("three"),A=require("./RoomLabelItem.js"),{Map:B}=r.globals;function G(o){r.append_styles(o,"svelte-9eg4zi",".room-labels-container.svelte-9eg4zi{width:100%;height:100%;position:relative;color:#fff}")}function T(o,t,e){const c=o.slice();return c[12]=t[e],c}function V(o,t){let e,c,l;return c=new A.RoomLabelItem({props:{roomLabel:t[12],five:t[1]}}),{key:o,first:null,c(){e=r.empty(),r.create_component(c.$$.fragment),this.first=e},m(i,f){r.insert(i,e,f),r.mount_component(c,i,f),l=!0},p(i,f){t=i;const m={};f&1&&(m.roomLabel=t[12]),f&2&&(m.five=t[1]),c.$set(m)},i(i){l||(r.transition_in(c.$$.fragment,i),l=!0)},o(i){r.transition_out(c.$$.fragment,i),l=!1},d(i){i&&r.detach(e),r.destroy_component(c,i)}}}function J(o){let t,e=[],c=new B,l,i,f=o[0];const m=n=>n[12].id;for(let n=0;n<f.length;n+=1){let s=T(o,f,n),h=m(s);c.set(h,e[n]=V(h,s))}return{c(){t=r.element("div");for(let n=0;n<e.length;n+=1)e[n].c();r.attr(t,"class","room-labels-container svelte-9eg4zi"),r.add_render_callback(()=>o[6].call(t))},m(n,s){r.insert(n,t,s);for(let h=0;h<e.length;h+=1)e[h].m(t,null);l=r.add_resize_listener(t,o[6].bind(t)),i=!0},p(n,[s]){s&3&&(f=n[0],r.group_outros(),e=r.update_keyed_each(e,s,m,1,n,f,c,t,r.outro_and_destroy_block,V,null,T),r.check_outros())},i(n){if(!i){for(let s=0;s<f.length;s+=1)r.transition_in(e[s]);i=!0}},o(n){for(let s=0;s<e.length;s+=1)r.transition_out(e[s]);i=!1},d(n){n&&r.detach(t);for(let s=0;s<e.length;s+=1)e[s].d();l()}}}function K(o,t,e){var R;let c,{five:l}=t,{roomLabels:i}=t,f,m,n=(R=l.model.shownFloor)!=null?R:null;function s(a){if(!(n===null||a.floorIndex===n))return!1;const g=new v.Raycaster,d=l.camera.position.clone(),_=new v.Vector3(a.position.x,a.position.y,a.position.z),y=_.distanceTo(d);g.set(d.clone(),_.clone().sub(d).normalize());const[u]=l.model.intersectRaycaster(g);return!(u&&u.distance+1<y)}function h(a,p){const d=new v.Vector3(a.position.x,a.position.y,a.position.z).clone().project(l.camera),_=Math.ceil((d.x+1)/2*p.x),y=Math.ceil((-d.y+1)/2*p.y);return`translate(${_}px, ${y}px)`}function z(a){const{rendererSize:p,shownFloor:g}=a,d=new Map;function _(u){const b=d.get(u.id);if(b)return b;const{x:w,y:I,z:M}=u.position,L=new v.Vector3(w,I,M).clone().distanceTo(l.camera.position);return d.set(u.id,L),L}return i.map(u=>{const b=s(u),w=b?h(u,p):u.transform,I=_(u),L=i.filter(x=>x.visible&&_(x)<I).length*10;return S(D({},u),{visible:b,transform:w,zIndex:L})})}function F(){e(0,i=z({rendererSize:c,shownFloor:n}))}function k(a){e(4,n=a)}l.on("cameraUpdate",F),l.on("modelShownFloorChange",k),W.onDestroy(()=>{l.off("cameraUpdate",F),l.off("modelShownFloorChange",k)});function H(){f=this.clientWidth,m=this.clientHeight,e(2,f),e(3,m)}return o.$$set=a=>{"five"in a&&e(1,l=a.five),"roomLabels"in a&&e(0,i=a.roomLabels)},o.$$.update=()=>{o.$$.dirty&12&&e(5,c={x:f,y:m}),o.$$.dirty&48&&e(0,i=z({rendererSize:c,shownFloor:n}))},[i,l,f,m,n,c,H]}class N extends r.SvelteComponent{constructor(t){super(),r.init(this,t,K,J,r.safe_not_equal,{five:1,roomLabels:0},G)}}exports.RoomLabelItems=N;
@@ -1,10 +1 @@
1
- import { ModelRoomLabelController as e } from "./Controller.js";
2
- const r = (o) => new e(o), n = {
3
- name: "ModelRoomLabelPlugin",
4
- version: 0
5
- };
6
- export {
7
- r as ModelRoomLabelPlugin,
8
- r as default,
9
- n as modelRoomLabelPluginServerParams
10
- };
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./Controller.js");require("./RoomLabelItems.js");require("svelte/internal");require("svelte");require("three");require("./RoomLabelItem.js");require("./Assets/roomLabelBg.js");require("./utils/parseData.js");const e=o=>new r.ModelRoomLabelController(o),l={name:"ModelRoomLabelPlugin",version:0};exports.ModelRoomLabelPlugin=e;exports.default=e;exports.modelRoomLabelPluginServerParams=l;
@@ -1,16 +1 @@
1
- function m(e) {
2
- return e.model_room_labels.map(({ id: o, pano_index: a, floor_index: l, name: n, position: r, longitude: d }) => ({
3
- id: o,
4
- name: n,
5
- position: r,
6
- longitude: d,
7
- panoIndex: a,
8
- floorIndex: l,
9
- zIndex: 0,
10
- visible: !1,
11
- transform: ""
12
- }));
13
- }
14
- export {
15
- m as parseModelRoomLabelPluginData
16
- };
1
+ "use strict";function t(e){return e.model_room_labels.map(({id:o,pano_index:a,floor_index:l,name:n,position:r,longitude:s})=>({id:o,name:n,position:r,longitude:s,panoIndex:a,floorIndex:l,zIndex:0,visible:!1,transform:""}))}exports.parseModelRoomLabelPluginData=t;
@@ -1,164 +1 @@
1
- var F = (s, b, e) => new Promise((m, y) => {
2
- var w = (l) => {
3
- try {
4
- x(e.next(l));
5
- } catch (p) {
6
- y(p);
7
- }
8
- }, E = (l) => {
9
- try {
10
- x(e.throw(l));
11
- } catch (p) {
12
- y(p);
13
- }
14
- }, x = (l) => l.done ? m(l.value) : Promise.resolve(l.value).then(w, E);
15
- x((e = e.apply(s, b)).next());
16
- });
17
- import * as d from "three";
18
- import { parseModelTVVideoPoints as I } from "./utils/parseData.js";
19
- import { CSS3DRenderPlugin as O } from "../CSS3DRenderPlugin/index.js";
20
- const C = (s, { videoElement: b }) => {
21
- const e = {
22
- videoMeshes: [],
23
- videoTextureEnabled: !1,
24
- videoSource: "",
25
- rectPoints: [],
26
- enabled: !1,
27
- videoElement: b
28
- }, m = O(s), y = /* @__PURE__ */ new Map(), w = (t) => {
29
- e.videoTexture && (e.videoTexture.image.muted = t);
30
- }, E = () => e.videoTexture ? e.videoTexture.image.muted : !0, x = () => {
31
- if (e.enabled || !e.videoTexture)
32
- return;
33
- e.enabled = !0, e.videoMeshes = p(), e.videoMeshes.forEach((n) => s.scene.add(n));
34
- const t = () => {
35
- if (!e.videoTexture)
36
- return;
37
- const n = () => {
38
- var i;
39
- !e.videoTexture || ((i = e.videoTexture) == null || i.image.removeEventListener("timeupdate", n), e.videoTextureEnabled = !0, e.videoMeshes.forEach((o) => {
40
- o.material.map !== e.videoTexture && (o.material.map = e.videoTexture);
41
- }), s.needsRender = !0);
42
- };
43
- e.videoTexture.image.addEventListener("timeupdate", n), e.videoTexture && e.videoMeshes.length && (e.videoTexture.image.play(), e.videoTexture.image.onplay = () => {
44
- m.hide();
45
- }, e.videoTexture.image.onpause = () => {
46
- m.show();
47
- }, e.videoTexture.image.onclick = () => {
48
- e.videoTexture.image.muted = !1, e.videoTexture.image.play();
49
- });
50
- };
51
- if (s.model.loaded)
52
- t();
53
- else
54
- return s.once("modelLoaded", () => t());
55
- }, l = () => {
56
- !e.enabled || (e.enabled = !1, e.videoMeshes.forEach((t) => {
57
- t.geometry.dispose(), t.material.dispose(), s.scene.remove(t), e.videoTexture && e.videoTexture.image.pause();
58
- }), e.videoMeshes = [], s.needsRender = !0);
59
- }, p = () => e.rectPoints.map((t, n) => {
60
- const i = new d.BufferGeometry(), o = 128, a = [];
61
- a.push(...t[0].toArray());
62
- for (let r = 1; r < o; r++)
63
- a.push(
64
- t[0].x + (t[1].x - t[0].x) * r / o,
65
- t[0].y + (t[1].y - t[0].y) * r / o,
66
- t[0].z + (t[1].z - t[0].z) * r / o
67
- );
68
- a.push(...t[1].toArray()), a.push(...t[2].toArray());
69
- for (let r = 1; r < o; r++)
70
- a.push(
71
- t[2].x + (t[3].x - t[2].x) * r / o,
72
- t[2].y + (t[3].y - t[2].y) * r / o,
73
- t[2].z + (t[3].z - t[2].z) * r / o
74
- );
75
- a.push(...t[3].toArray());
76
- const c = [];
77
- c.push(0, 1);
78
- for (let r = 1; r < o; r++)
79
- c.push(0, 1 - r / o);
80
- c.push(0, 0), c.push(1, 0);
81
- for (let r = 1; r < o; r++)
82
- c.push(1, r / o);
83
- c.push(1, 1);
84
- const u = [];
85
- for (let r = 0; r < o; r++)
86
- u.push(r, r + 1, o * 2 - r, r, o * 2 - r, o * 2 + 1 - r);
87
- i.setAttribute("position", new d.BufferAttribute(new Float32Array(a), 3)), i.setAttribute("uv", new d.BufferAttribute(new Float32Array(c), 2)), i.setIndex(new d.BufferAttribute(new Uint32Array(u), 1));
88
- const f = new d.AxesHelper(10);
89
- s.scene.add(f);
90
- const h = new d.MeshBasicMaterial({
91
- map: e.videoTextureEnabled ? e.videoTexture : e.imageTexture,
92
- side: d.DoubleSide
93
- }), v = new d.Mesh(i, h);
94
- v.renderOrder = 1, v.name = `ModelTVVideoPlugin-${n}-${performance.now()}`;
95
- const z = [t[1], t[2], t[3], t[0]], T = m.create3DDomContainer(z);
96
- if (T != null && T.container) {
97
- const r = document.createElement("div");
98
- r.classList.add("play-icon"), r.style.width = "100%", r.style.height = "100%", r.style.display = "flex", r.style.justifyContent = "center", r.style.alignItems = "center", r.style.pointerEvents = "none", T.container.appendChild(r);
99
- const g = document.createElement("img");
100
- g.src = "//vrlab-static.ljcdn.com/release/web/play.2ada5b6f.png", g.style.width = "200px", g.style.pointerEvents = "auto", g.onclick = () => {
101
- e.videoTexture.image.muted = !1, e.videoTexture.image.play();
102
- }, r.appendChild(g), y.set(v, T);
103
- }
104
- return v;
105
- }), L = (t) => {
106
- const n = new d.TextureLoader().load(t);
107
- return n.minFilter = d.LinearFilter, n.magFilter = d.LinearFilter, n.format = d.RGBFormat, n;
108
- }, P = (t, n) => new Promise((i, o) => {
109
- const a = new XMLHttpRequest();
110
- a.onreadystatechange = () => {
111
- if (a.readyState == 4)
112
- if (a.status == 200) {
113
- const c = window.URL || window.webkitURL;
114
- n = n || document.createElement("video"), n.crossOrigin = "anonymous", n.muted = !0, n.loop = !0, n.playsInline = !0, n.src = c.createObjectURL(a.response);
115
- const u = new d.VideoTexture(n);
116
- u.minFilter = d.LinearFilter, u.magFilter = d.LinearFilter, u.format = d.RGBFormat, i(Object.assign(u, { videoSource: t }));
117
- } else
118
- o(new Error("Video download Error: " + a.status));
119
- }, a.onerror = (c) => o(c), a.open("GET", t), a.responseType = "blob", a.send();
120
- }), V = (t, n) => F(void 0, null, function* () {
121
- const { video_src: i, video_poster_src: o, points: a } = t;
122
- e.videoSource = i, e.rectPoints = I(a).map((c) => c.map(({ x: u, y: f, z: h }) => new d.Vector3(u, f, h))), e.imageTexture = L(o), n && (e.videoElement = n), e.videoTexture = yield P(e.videoSource, e.videoElement), e.enabled = !!t.enable, e.enabled && x();
123
- }), M = (t) => {
124
- if (!e.enabled)
125
- return;
126
- const n = e.videoMeshes;
127
- if (!(!n || t.intersectObjects(n).length === 0))
128
- return e.videoTexture && (e.videoTexture.image.paused || e.videoTexture.image.pause()), !1;
129
- }, A = (t) => {
130
- t === "Floorplan" ? m.hide() : m.show();
131
- }, R = () => {
132
- if (!e.enabled)
133
- return;
134
- const t = s.camera.position;
135
- if (y.forEach((n, i) => {
136
- const o = n.css3DObject.position.clone(), a = o.clone().sub(t).normalize(), c = new d.Raycaster(t, a), u = s.model.intersectRaycaster(c)[0], f = o.distanceTo(t), h = 0.01;
137
- u && u.distance + h < f ? n.hide() : n.show();
138
- }), !E()) {
139
- const n = e.rectPoints.find((i) => {
140
- const o = i[0].clone().add(i[1]).add(i[2]).add(i[3]).divideScalar(4);
141
- return i.map((a) => a.clone().add(o).divideScalar(2)).filter((a) => {
142
- const c = a.distanceTo(t), u = new d.Raycaster(t, a.clone().sub(t).normalize()), f = s.model.intersectRaycaster(u)[0], h = 0.01;
143
- return !(f && f.distance + h < c);
144
- }).length >= 2;
145
- });
146
- (!n || n.length === 0) && w(!0);
147
- }
148
- }, S = () => {
149
- l(), e.videoTexture = void 0, s.off("modeChange", A), s.off("wantsTapGesture", M), s.off("panoArrived", R), s.off("renderFrame", () => {
150
- e.videoMeshes.forEach((t) => {
151
- t && (t.needsRender = !0);
152
- });
153
- });
154
- };
155
- return s.on("modeChange", A), s.on("wantsTapGesture", M), s.on("panoArrived", R), s.on("renderFrame", () => {
156
- e.videoMeshes.forEach((t) => {
157
- t && (t.needsRender = !0);
158
- });
159
- }), { enable: x, disable: l, load: V, dispose: S, state: e, css3DRenderPlugin: m };
160
- };
161
- export {
162
- C as ModelTVVideoPlugin,
163
- C as default
164
- };
1
+ "use strict";var P=(o,g,e)=>new Promise((l,x)=>{var w=m=>{try{y(e.next(m))}catch(p){x(p)}},M=m=>{try{y(e.throw(m))}catch(p){x(p)}},y=m=>m.done?l(m.value):Promise.resolve(m.value).then(w,M);y((e=e.apply(o,g)).next())});const O=require("three"),_=require("./utils/parseData.js"),z=require("../CSS3DRenderPlugin/index.js");function D(o){if(o&&o.__esModule)return o;const g=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const e in o)if(e!=="default"){const l=Object.getOwnPropertyDescriptor(o,e);Object.defineProperty(g,e,l.get?l:{enumerable:!0,get:()=>o[e]})}}return g.default=o,Object.freeze(g)}const d=D(O),C=(o,{videoElement:g})=>{const e={videoMeshes:[],videoTextureEnabled:!1,videoSource:"",rectPoints:[],enabled:!1,videoElement:g},l=z.CSS3DRenderPlugin(o),x=new Map,w=t=>{e.videoTexture&&(e.videoTexture.image.muted=t)},M=()=>e.videoTexture?e.videoTexture.image.muted:!0,y=()=>{if(e.enabled||!e.videoTexture)return;e.enabled=!0,e.videoMeshes=p(),e.videoMeshes.forEach(n=>o.scene.add(n));const t=()=>{if(!e.videoTexture)return;const n=()=>{var i;!e.videoTexture||((i=e.videoTexture)==null||i.image.removeEventListener("timeupdate",n),e.videoTextureEnabled=!0,e.videoMeshes.forEach(a=>{a.material.map!==e.videoTexture&&(a.material.map=e.videoTexture)}),o.needsRender=!0)};e.videoTexture.image.addEventListener("timeupdate",n),e.videoTexture&&e.videoMeshes.length&&(e.videoTexture.image.play(),e.videoTexture.image.onplay=()=>{l.hide()},e.videoTexture.image.onpause=()=>{l.show()},e.videoTexture.image.onclick=()=>{e.videoTexture.image.muted=!1,e.videoTexture.image.play()})};if(o.model.loaded)t();else return o.once("modelLoaded",()=>t())},m=()=>{!e.enabled||(e.enabled=!1,e.videoMeshes.forEach(t=>{t.geometry.dispose(),t.material.dispose(),o.scene.remove(t),e.videoTexture&&e.videoTexture.image.pause()}),e.videoMeshes=[],o.needsRender=!0)},p=()=>e.rectPoints.map((t,n)=>{const i=new d.BufferGeometry,a=128,s=[];s.push(...t[0].toArray());for(let r=1;r<a;r++)s.push(t[0].x+(t[1].x-t[0].x)*r/a,t[0].y+(t[1].y-t[0].y)*r/a,t[0].z+(t[1].z-t[0].z)*r/a);s.push(...t[1].toArray()),s.push(...t[2].toArray());for(let r=1;r<a;r++)s.push(t[2].x+(t[3].x-t[2].x)*r/a,t[2].y+(t[3].y-t[2].y)*r/a,t[2].z+(t[3].z-t[2].z)*r/a);s.push(...t[3].toArray());const c=[];c.push(0,1);for(let r=1;r<a;r++)c.push(0,1-r/a);c.push(0,0),c.push(1,0);for(let r=1;r<a;r++)c.push(1,r/a);c.push(1,1);const u=[];for(let r=0;r<a;r++)u.push(r,r+1,a*2-r,r,a*2-r,a*2+1-r);i.setAttribute("position",new d.BufferAttribute(new Float32Array(s),3)),i.setAttribute("uv",new d.BufferAttribute(new Float32Array(c),2)),i.setIndex(new d.BufferAttribute(new Uint32Array(u),1));const f=new d.AxesHelper(10);o.scene.add(f);const h=new d.MeshBasicMaterial({map:e.videoTextureEnabled?e.videoTexture:e.imageTexture,side:d.DoubleSide}),b=new d.Mesh(i,h);b.renderOrder=1,b.name=`ModelTVVideoPlugin-${n}-${performance.now()}`;const L=[t[1],t[2],t[3],t[0]],T=l.create3DDomContainer(L);if(T!=null&&T.container){const r=document.createElement("div");r.classList.add("play-icon"),r.style.width="100%",r.style.height="100%",r.style.display="flex",r.style.justifyContent="center",r.style.alignItems="center",r.style.pointerEvents="none",T.container.appendChild(r);const v=document.createElement("img");v.src="//vrlab-static.ljcdn.com/release/web/play.2ada5b6f.png",v.style.width="200px",v.style.pointerEvents="auto",v.onclick=()=>{e.videoTexture.image.muted=!1,e.videoTexture.image.play()},r.appendChild(v),x.set(b,T)}return b}),F=t=>{const n=new d.TextureLoader().load(t);return n.minFilter=d.LinearFilter,n.magFilter=d.LinearFilter,n.format=d.RGBFormat,n},S=(t,n)=>new Promise((i,a)=>{const s=new XMLHttpRequest;s.onreadystatechange=()=>{if(s.readyState==4)if(s.status==200){const c=window.URL||window.webkitURL;n=n||document.createElement("video"),n.crossOrigin="anonymous",n.muted=!0,n.loop=!0,n.playsInline=!0,n.src=c.createObjectURL(s.response);const u=new d.VideoTexture(n);u.minFilter=d.LinearFilter,u.magFilter=d.LinearFilter,u.format=d.RGBFormat,i(Object.assign(u,{videoSource:t}))}else a(new Error("Video download Error: "+s.status))},s.onerror=c=>a(c),s.open("GET",t),s.responseType="blob",s.send()}),V=(t,n)=>P(exports,null,function*(){const{video_src:i,video_poster_src:a,points:s}=t;e.videoSource=i,e.rectPoints=_.parseModelTVVideoPoints(s).map(c=>c.map(({x:u,y:f,z:h})=>new d.Vector3(u,f,h))),e.imageTexture=F(a),n&&(e.videoElement=n),e.videoTexture=yield S(e.videoSource,e.videoElement),e.enabled=!!t.enable,e.enabled&&y()}),E=t=>{if(!e.enabled)return;const n=e.videoMeshes;if(!(!n||t.intersectObjects(n).length===0))return e.videoTexture&&(e.videoTexture.image.paused||e.videoTexture.image.pause()),!1},R=t=>{t==="Floorplan"?l.hide():l.show()},A=()=>{if(!e.enabled)return;const t=o.camera.position;if(x.forEach((n,i)=>{const a=n.css3DObject.position.clone(),s=a.clone().sub(t).normalize(),c=new d.Raycaster(t,s),u=o.model.intersectRaycaster(c)[0],f=a.distanceTo(t),h=.01;u&&u.distance+h<f?n.hide():n.show()}),!M()){const n=e.rectPoints.find(i=>{const a=i[0].clone().add(i[1]).add(i[2]).add(i[3]).divideScalar(4);return i.map(s=>s.clone().add(a).divideScalar(2)).filter(s=>{const c=s.distanceTo(t),u=new d.Raycaster(t,s.clone().sub(t).normalize()),f=o.model.intersectRaycaster(u)[0],h=.01;return!(f&&f.distance+h<c)}).length>=2});(!n||n.length===0)&&w(!0)}},j=()=>{m(),e.videoTexture=void 0,o.off("modeChange",R),o.off("wantsTapGesture",E),o.off("panoArrived",A),o.off("renderFrame",()=>{e.videoMeshes.forEach(t=>{t&&(t.needsRender=!0)})})};return o.on("modeChange",R),o.on("wantsTapGesture",E),o.on("panoArrived",A),o.on("renderFrame",()=>{e.videoMeshes.forEach(t=>{t&&(t.needsRender=!0)})}),{enable:y,disable:m,load:V,dispose:j,state:e,css3DRenderPlugin:l}};exports.ModelTVVideoPlugin=C;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Plugin.js"),r=require("./typings.js");require("three");require("./utils/parseData.js");require("../CSS3DRenderPlugin/index.js");require("../CSS3DRenderPlugin/Controller.js");require("../CSS3DRenderPlugin/CSS3DRender.js");require("three/examples/jsm/renderers/CSS3DRenderer");require("../shared-utils/Subscribe.js");require("../CSS3DRenderPlugin/utils/evenNumber.js");require("../CSS3DRenderPlugin/utils/positionToVector3.js");require("../CSS3DRenderPlugin/utils/CSS3DObjectPlus.js");require("../CSS3DRenderPlugin/utils/centerPoint.js");exports.ModelTVVideoPlugin=e.ModelTVVideoPlugin;exports.default=e.ModelTVVideoPlugin;exports.DIRECTION=r.DIRECTION;
@@ -1,4 +1 @@
1
- var o = /* @__PURE__ */ ((t) => (t.TOP_LEFT = "topLeft", t.TOP_RIGHT = "topRight", t.BOTTOM_LEFT = "bottomLeft", t.BOTTOM_RIGHT = "bottomRight", t))(o || {});
2
- export {
3
- o as DIRECTION
4
- };
1
+ "use strict";var T=(t=>(t.TOP_LEFT="topLeft",t.TOP_RIGHT="topRight",t.BOTTOM_LEFT="bottomLeft",t.BOTTOM_RIGHT="bottomRight",t))(T||{});exports.DIRECTION=T;
@@ -1,20 +1 @@
1
- import { DIRECTION as e } from "../typings.js";
2
- function f(r) {
3
- if (r.length === 0)
4
- return [];
5
- if (Array.isArray(r[0]))
6
- return r;
7
- let O = [];
8
- return r.forEach((T) => {
9
- const n = [
10
- T[e.TOP_LEFT],
11
- T[e.BOTTOM_LEFT],
12
- T[e.BOTTOM_RIGHT],
13
- T[e.TOP_RIGHT]
14
- ];
15
- O.push(n);
16
- }), O;
17
- }
18
- export {
19
- f as parseModelTVVideoPoints
20
- };
1
+ "use strict";const r=require("../typings.js");function i(e){if(e.length===0)return[];if(Array.isArray(e[0]))return e;let n=[];return e.forEach(T=>{const s=[T[r.DIRECTION.TOP_LEFT],T[r.DIRECTION.BOTTOM_LEFT],T[r.DIRECTION.BOTTOM_RIGHT],T[r.DIRECTION.TOP_RIGHT]];n.push(s)}),n}exports.parseModelTVVideoPoints=i;
@@ -1,107 +1 @@
1
- var A = Object.defineProperty;
2
- var y = Object.getOwnPropertySymbols;
3
- var I = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
4
- var x = (o, i, d) => i in o ? A(o, i, { enumerable: !0, configurable: !0, writable: !0, value: d }) : o[i] = d, M = (o, i) => {
5
- for (var d in i || (i = {}))
6
- I.call(i, d) && x(o, d, i[d]);
7
- if (y)
8
- for (var d of y(i))
9
- O.call(i, d) && x(o, d, i[d]);
10
- return o;
11
- };
12
- import { Camera as W } from "@realsee/five";
13
- import * as a from "three";
14
- const S = (o, i) => {
15
- let d = !0, r = null;
16
- const u = M(M({}, {
17
- lookAtCurrentCamera: !1,
18
- lockedPanoIndex: null,
19
- lockedLatitude: null,
20
- lockedLongitude: null
21
- }), i == null ? void 0 : i.config), l = new a.Scene(), f = new W(60);
22
- let m = new a.Object3D(), h, w;
23
- {
24
- const e = new a.DirectionalLight(16777215, 0.5);
25
- e.position.copy(new a.Vector3(1, 1, 1)), l.add(e);
26
- }
27
- {
28
- const e = new a.DirectionalLight(16777215, 0.3);
29
- l.add(e);
30
- }
31
- {
32
- const e = new a.AmbientLight(16777215, 0.3);
33
- l.add(e);
34
- }
35
- l.add(m);
36
- const C = () => {
37
- if (!!o.renderer)
38
- return r || (r = new a.WebGLRenderer({ antialias: !1, alpha: !0 }), r.setPixelRatio(o.renderer.getPixelRatio()), r.outputEncoding = a.sRGBEncoding, r.setClearColor(1579548, 0), r.autoClear = !0), r;
39
- }, L = () => {
40
- m.traverse((e) => {
41
- e instanceof a.Mesh && [].concat(e.material).forEach((n) => n.dispose());
42
- }), l.remove(m), m = new a.Object3D(), l.add(m), p();
43
- }, k = () => {
44
- h = E(o.model, f.fov, f.aspect), w = o.model.bounding.getCenter(new a.Vector3());
45
- function e(n) {
46
- const t = n.clone();
47
- return t.uniforms.modelAlpha.value = 1, t.uniforms.map.value && (t.uniforms.map.value.needsUpdate = !0), t;
48
- }
49
- function c(n) {
50
- if (n instanceof a.Mesh) {
51
- const t = n.geometry, s = Array.isArray(n.material) ? n.material.map(e) : e(n.material);
52
- return new a.Mesh(t, s);
53
- } else if (n instanceof a.Group) {
54
- const t = new a.Group();
55
- return n.children.forEach((s) => t.add(c(s))), t;
56
- } else {
57
- const t = new a.Object3D();
58
- return n.children.forEach((s) => t.add(c(s))), t;
59
- }
60
- }
61
- l.remove(m), m = c(o.model), l.add(m), p();
62
- }, P = (e, c = {}) => {
63
- const n = C();
64
- if (!n)
65
- return;
66
- e.appendChild(n.domElement), b(c);
67
- const t = window.getComputedStyle(e).position;
68
- t !== "relative" && t !== "absolute" && t !== "fixed" && t !== "sticky" && (e.style.position = "relative");
69
- }, b = (e = {}) => {
70
- if (!r)
71
- return;
72
- const n = r.domElement.parentNode;
73
- if (n != null && n.nodeName) {
74
- const { width: t = n.offsetWidth, height: s = n.offsetHeight } = e;
75
- r.setSize(t, s), f.aspect = t / s, f.updateProjectionMatrix();
76
- }
77
- p();
78
- };
79
- function E(e, c, n) {
80
- const t = e.bounding, s = Math.pow(
81
- Math.pow(t.max.x - t.min.x + 1, 2) + Math.pow(t.max.y - t.min.y + 1, 2) + Math.pow(t.max.z - t.min.z + 1, 2),
82
- 1 / 2
83
- );
84
- let g = s / 2 / Math.tan(Math.PI * c / 360);
85
- return n < 1 && (g = g / n), isNaN(g) ? s : g;
86
- }
87
- function N(e) {
88
- return o.work.observers[e].standingPosition.clone();
89
- }
90
- const p = () => {
91
- if (!h || !w)
92
- return;
93
- const e = o.getPose();
94
- e.fov = f.fov, e.offset = w, e.distance = h, typeof u.lockedLatitude == "number" && (e.latitude = u.lockedLatitude), typeof u.lockedLongitude == "number" && (e.longitude = u.lockedLongitude), typeof u.lockedPanoIndex == "number" && (e.offset = N(u.lockedPanoIndex)), u.lookAtCurrentCamera && (e.offset = o.camera.position.clone().setY(o.camera.position.y + 1)), f.setFromPose(e), d = !0;
95
- }, D = () => {
96
- d !== !0 || !r || !r.domElement.parentNode || r.domElement.parentNode.offsetWidth === 0 || (r.render(l, f), d = !1);
97
- }, R = () => {
98
- r && r.dispose(), r = null;
99
- }, j = (e) => {
100
- Object.assign(u, e), p();
101
- };
102
- return Object.assign(window, { camera: f }), o.on("modelLoaded", k), o.on("modelWillLoad", L), o.on("cameraDirectionUpdate", p), o.on("dispose", R), o.on("renderFrame", D), o.on("cameraPositionUpdate", p), { appendTo: P, refresh: b, changeConfigs: j };
103
- };
104
- export {
105
- S as ModelViewPlugin,
106
- S as default
107
- };
1
+ "use strict";var R=Object.defineProperty;var y=Object.getOwnPropertySymbols;var A=Object.prototype.hasOwnProperty,I=Object.prototype.propertyIsEnumerable;var P=(t,a,i)=>a in t?R(t,a,{enumerable:!0,configurable:!0,writable:!0,value:i}):t[a]=i,b=(t,a)=>{for(var i in a||(a={}))A.call(a,i)&&P(t,i,a[i]);if(y)for(var i of y(a))I.call(a,i)&&P(t,i,a[i]);return t};const S=require("@realsee/five"),T=require("three");function W(t){if(t&&t.__esModule)return t;const a=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const r=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(a,i,r.get?r:{enumerable:!0,get:()=>t[i]})}}return a.default=t,Object.freeze(a)}const s=W(T),_=(t,a)=>{let i=!0,r=null;const u=b(b({},{lookAtCurrentCamera:!1,lockedPanoIndex:null,lockedLatitude:null,lockedLongitude:null}),a==null?void 0:a.config),c=new s.Scene,f=new S.Camera(60);let m=new s.Object3D,h,w;{const e=new s.DirectionalLight(16777215,.5);e.position.copy(new s.Vector3(1,1,1)),c.add(e)}{const e=new s.DirectionalLight(16777215,.3);c.add(e)}{const e=new s.AmbientLight(16777215,.3);c.add(e)}c.add(m);const k=()=>{if(!!t.renderer)return r||(r=new s.WebGLRenderer({antialias:!1,alpha:!0}),r.setPixelRatio(t.renderer.getPixelRatio()),r.outputEncoding=s.sRGBEncoding,r.setClearColor(1579548,0),r.autoClear=!0),r},C=()=>{m.traverse(e=>{e instanceof s.Mesh&&[].concat(e.material).forEach(o=>o.dispose())}),c.remove(m),m=new s.Object3D,c.add(m),p()},L=()=>{h=E(t.model,f.fov,f.aspect),w=t.model.bounding.getCenter(new s.Vector3);function e(o){const n=o.clone();return n.uniforms.modelAlpha.value=1,n.uniforms.map.value&&(n.uniforms.map.value.needsUpdate=!0),n}function l(o){if(o instanceof s.Mesh){const n=o.geometry,d=Array.isArray(o.material)?o.material.map(e):e(o.material);return new s.Mesh(n,d)}else if(o instanceof s.Group){const n=new s.Group;return o.children.forEach(d=>n.add(l(d))),n}else{const n=new s.Object3D;return o.children.forEach(d=>n.add(l(d))),n}}c.remove(m),m=l(t.model),c.add(m),p()},x=(e,l={})=>{const o=k();if(!o)return;e.appendChild(o.domElement),M(l);const n=window.getComputedStyle(e).position;n!=="relative"&&n!=="absolute"&&n!=="fixed"&&n!=="sticky"&&(e.style.position="relative")},M=(e={})=>{if(!r)return;const o=r.domElement.parentNode;if(o!=null&&o.nodeName){const{width:n=o.offsetWidth,height:d=o.offsetHeight}=e;r.setSize(n,d),f.aspect=n/d,f.updateProjectionMatrix()}p()};function E(e,l,o){const n=e.bounding,d=Math.pow(Math.pow(n.max.x-n.min.x+1,2)+Math.pow(n.max.y-n.min.y+1,2)+Math.pow(n.max.z-n.min.z+1,2),1/2);let g=d/2/Math.tan(Math.PI*l/360);return o<1&&(g=g/o),isNaN(g)?d:g}function O(e){return t.work.observers[e].standingPosition.clone()}const p=()=>{if(!h||!w)return;const e=t.getPose();e.fov=f.fov,e.offset=w,e.distance=h,typeof u.lockedLatitude=="number"&&(e.latitude=u.lockedLatitude),typeof u.lockedLongitude=="number"&&(e.longitude=u.lockedLongitude),typeof u.lockedPanoIndex=="number"&&(e.offset=O(u.lockedPanoIndex)),u.lookAtCurrentCamera&&(e.offset=t.camera.position.clone().setY(t.camera.position.y+1)),f.setFromPose(e),i=!0},j=()=>{i!==!0||!r||!r.domElement.parentNode||r.domElement.parentNode.offsetWidth===0||(r.render(c,f),i=!1)},N=()=>{r&&r.dispose(),r=null},D=e=>{Object.assign(u,e),p()};return Object.assign(window,{camera:f}),t.on("modelLoaded",L),t.on("modelWillLoad",C),t.on("cameraDirectionUpdate",p),t.on("dispose",N),t.on("renderFrame",j),t.on("cameraPositionUpdate",p),{appendTo:x,refresh:M,changeConfigs:D}};exports.ModelViewPlugin=_;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./Plugin.js");require("@realsee/five");require("three");exports.ModelViewPlugin=e.ModelViewPlugin;exports.default=e.ModelViewPlugin;