@realsee/dnalogel 2.1.2-alpha.10 → 2.1.2-alpha.11

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 (577) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +167 -0
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +81 -0
  3. package/dist/CSS3DRenderPlugin/index.d.ts +5 -0
  4. package/dist/CSS3DRenderPlugin/typing.d.ts +26 -0
  5. package/dist/CSS3DRenderPlugin/utils/CSS3DObjectPlus.d.ts +34 -0
  6. package/dist/CSS3DRenderPlugin/utils/centerPoint.d.ts +2 -0
  7. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +3 -0
  8. package/dist/CSS3DRenderPlugin/utils/index.d.ts +4 -0
  9. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +13 -0
  10. package/dist/CSS3DRenderPlugin/utils/random.d.ts +1 -0
  11. package/dist/CameraMovementPlugin/CameraMovementPlugin.d.ts +7 -0
  12. package/dist/CameraMovementPlugin/index.d.ts +5 -0
  13. package/dist/CameraMovementPlugin/typing.d.ts +68 -0
  14. package/dist/CruisePlugin/Controller.d.ts +172 -0
  15. package/dist/CruisePlugin/index.d.ts +6 -0
  16. package/dist/CruisePlugin/typing.d.ts +134 -0
  17. package/dist/CruisePlugin/utils/coordinatesAngle.d.ts +12 -0
  18. package/dist/CruisePlugin/utils/coordinatesToVector.d.ts +7 -0
  19. package/dist/CruisePlugin/utils/formatRad.d.ts +7 -0
  20. package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
  21. package/dist/CruisePlugin/utils/safeCall.d.ts +1 -0
  22. package/dist/CruisePlugin/utils/sleep.d.ts +1 -0
  23. package/dist/CruisePlugin/utils/vectorToCoordinates.d.ts +7 -0
  24. package/dist/GuideLinePlugin/Controller.d.ts +51 -0
  25. package/dist/GuideLinePlugin/index.d.ts +5 -0
  26. package/dist/GuideLinePlugin/typing.d.ts +34 -0
  27. package/dist/GuideLinePlugin/utils/getArrowMaterial.d.ts +4 -0
  28. package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
  29. package/dist/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
  30. package/dist/ItemLabelPlugin/Plugin.d.ts +4 -0
  31. package/dist/ItemLabelPlugin/events.type.d.ts +9 -0
  32. package/dist/ItemLabelPlugin/index.d.ts +9 -0
  33. package/dist/ItemLabelPlugin/typings.d.ts +65 -0
  34. package/dist/ItemLabelPlugin/utils/getLabelTransform.d.ts +1 -0
  35. package/dist/ItemLabelPlugin/utils/getStrokeLength.d.ts +5 -0
  36. package/dist/ItemLabelPlugin/utils/isImpacted.d.ts +8 -0
  37. package/dist/ItemLabelPlugin/utils/parseData.d.ts +3 -0
  38. package/dist/ItemLabelPlugin/utils/transform2RenderData.d.ts +3 -0
  39. package/dist/ModelChassisCompassPlugin/Plugin.d.ts +19 -0
  40. package/dist/ModelChassisCompassPlugin/index.d.ts +4 -0
  41. package/dist/ModelEntryDoorGuidePlugin/Plugin.d.ts +26 -0
  42. package/dist/ModelEntryDoorGuidePlugin/index.d.ts +4 -0
  43. package/dist/ModelItemLabelPlugin/ModelItemLabelPlugin.d.ts +4 -0
  44. package/dist/ModelItemLabelPlugin/events.type.d.ts +9 -0
  45. package/dist/ModelItemLabelPlugin/index.d.ts +9 -0
  46. package/dist/ModelItemLabelPlugin/typings.d.ts +56 -0
  47. package/dist/ModelItemLabelPlugin/utils/parseData.d.ts +3 -0
  48. package/dist/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
  49. package/dist/ModelRoomLabelPlugin/Controller.d.ts +36 -0
  50. package/dist/ModelRoomLabelPlugin/index.d.ts +12 -0
  51. package/dist/ModelRoomLabelPlugin/typings.d.ts +35 -0
  52. package/dist/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  53. package/dist/ModelTVVideoPlugin/Plugin.d.ts +4 -0
  54. package/dist/ModelTVVideoPlugin/index.d.ts +5 -0
  55. package/dist/ModelTVVideoPlugin/typings.d.ts +25 -0
  56. package/dist/ModelTVVideoPlugin/utils/parseData.d.ts +2 -0
  57. package/dist/ModelViewPlugin/Plugin.d.ts +28 -0
  58. package/dist/ModelViewPlugin/index.d.ts +4 -0
  59. package/dist/Object3DHelperPlugin/Controller.d.ts +65 -0
  60. package/dist/Object3DHelperPlugin/FiveControllerWrapper.d.ts +19 -0
  61. package/dist/Object3DHelperPlugin/index.d.ts +6 -0
  62. package/dist/Object3DHelperPlugin/typings.d.ts +24 -0
  63. package/dist/PanoCompassPlugin/Assets/roomInfoIcon.d.ts +1 -0
  64. package/dist/PanoCompassPlugin/Controller.d.ts +84 -0
  65. package/dist/PanoCompassPlugin/getRoomInfoInstance.d.ts +8 -0
  66. package/dist/PanoCompassPlugin/index.d.ts +7 -0
  67. package/dist/PanoCompassPlugin/typings.d.ts +57 -0
  68. package/dist/PanoCursorRaycasterPlugin/index.d.ts +48 -0
  69. package/dist/PanoDoorLabelPlugin/BaseController.d.ts +60 -0
  70. package/dist/PanoDoorLabelPlugin/Controller.d.ts +37 -0
  71. package/dist/PanoDoorLabelPlugin/index.d.ts +7 -0
  72. package/dist/PanoDoorLabelPlugin/typings.d.ts +38 -0
  73. package/dist/PanoDoorLabelPlugin/utils.d.ts +5 -0
  74. package/dist/PanoMeasurePlugin/Controller/BaseController.d.ts +43 -0
  75. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +48 -0
  76. package/dist/PanoMeasurePlugin/Controller/MixedController.d.ts +42 -0
  77. package/dist/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +12 -0
  78. package/dist/PanoMeasurePlugin/Controller/ViewController.d.ts +16 -0
  79. package/dist/PanoMeasurePlugin/Controller/WatchController.d.ts +26 -0
  80. package/dist/PanoMeasurePlugin/Controller/index.d.ts +73 -0
  81. package/dist/PanoMeasurePlugin/Model/index.d.ts +35 -0
  82. package/dist/PanoMeasurePlugin/Model/line.d.ts +30 -0
  83. package/dist/PanoMeasurePlugin/Model/point.d.ts +16 -0
  84. package/dist/PanoMeasurePlugin/Model/polyline.d.ts +16 -0
  85. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +2 -0
  86. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +2 -0
  87. package/dist/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +2 -0
  88. package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +25 -0
  89. package/dist/PanoMeasurePlugin/Modules/FiveHelper.d.ts +11 -0
  90. package/dist/PanoMeasurePlugin/Modules/GuideController.d.ts +18 -0
  91. package/dist/PanoMeasurePlugin/Modules/Magnifier.d.ts +59 -0
  92. package/dist/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +2 -0
  93. package/dist/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +15 -0
  94. package/dist/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +13 -0
  95. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +20 -0
  96. package/dist/PanoMeasurePlugin/Modules/UIController/mobileHTML.d.ts +4 -0
  97. package/dist/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.d.ts +12 -0
  98. package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +16 -0
  99. package/dist/PanoMeasurePlugin/Modules/rangePiece/html.d.ts +4 -0
  100. package/dist/PanoMeasurePlugin/Modules/rangePiece/index.d.ts +44 -0
  101. package/dist/PanoMeasurePlugin/index.d.ts +10 -0
  102. package/dist/PanoMeasurePlugin/typings/data.d.ts +37 -0
  103. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +37 -0
  104. package/dist/PanoMeasurePlugin/typings/index.d.ts +8 -0
  105. package/dist/PanoMeasurePlugin/utils/calculateThreeMouse.d.ts +10 -0
  106. package/dist/PanoMeasurePlugin/utils/constants.d.ts +4 -0
  107. package/dist/PanoMeasurePlugin/utils/distanceDom.d.ts +28 -0
  108. package/dist/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +2 -0
  109. package/dist/PanoMeasurePlugin/utils/findClosestPoint.d.ts +10 -0
  110. package/dist/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +4 -0
  111. package/dist/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +10 -0
  112. package/dist/PanoMeasurePlugin/utils/ironbox.d.ts +1 -0
  113. package/dist/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +2 -0
  114. package/dist/PanoMeasurePlugin/utils/line.d.ts +17 -0
  115. package/dist/PanoMeasurePlugin/utils/math.d.ts +17 -0
  116. package/dist/PanoMeasurePlugin/utils/mouseGroup.d.ts +7 -0
  117. package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +5 -0
  118. package/dist/PanoRulerPlugin/Plugin.d.ts +34 -0
  119. package/dist/PanoRulerPlugin/index.d.ts +5 -0
  120. package/dist/PanoRulerPlugin/style.d.ts +2 -0
  121. package/dist/PanoRulerPlugin/typings.d.ts +21 -0
  122. package/dist/PanoRulerProPlugin/Controller.d.ts +15 -0
  123. package/dist/PanoRulerProPlugin/index.d.ts +8 -0
  124. package/dist/PanoRulerProPlugin/typings.d.ts +46 -0
  125. package/dist/PanoSpatialTagPlugin/Plugin.d.ts +35 -0
  126. package/dist/PanoSpatialTagPlugin/index.d.ts +5 -0
  127. package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
  128. package/dist/PanoSpatialTagPlugin/style.d.ts +1 -0
  129. package/dist/PanoSpatialTagPlugin/typings.d.ts +40 -0
  130. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -0
  131. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +22 -0
  132. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +69 -0
  133. package/dist/PanoTagPlugin/controller/index.d.ts +144 -0
  134. package/dist/PanoTagPlugin/index.d.ts +8 -0
  135. package/dist/PanoTagPlugin/tag.config.d.ts +7 -0
  136. package/dist/PanoTagPlugin/typings/controller.d.ts +103 -0
  137. package/dist/PanoTagPlugin/typings/index.d.ts +2 -0
  138. package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
  139. package/dist/PanoTagPlugin/utils/actionAfterFiveModelLoad.d.ts +2 -0
  140. package/dist/PanoTagPlugin/utils/addDebugPoints.d.ts +3 -0
  141. package/dist/PanoTagPlugin/utils/checkRange.d.ts +4 -0
  142. package/dist/PanoTagPlugin/utils/constants.d.ts +3 -0
  143. package/dist/PanoTagPlugin/utils/debounce.d.ts +7 -0
  144. package/dist/PanoTagPlugin/utils/doUtil.d.ts +1 -0
  145. package/dist/PanoTagPlugin/utils/index.d.ts +12 -0
  146. package/dist/PanoTagPlugin/utils/noTypecheck.d.ts +1 -0
  147. package/dist/PanoTagPlugin/utils/normalPositionToPositions.d.ts +2 -0
  148. package/dist/PanoTagPlugin/utils/planeNormal.d.ts +4 -0
  149. package/dist/PanoTagPlugin/utils/resizeObserver.d.ts +4 -0
  150. package/dist/PanoTagPlugin/utils/search.d.ts +11 -0
  151. package/dist/PanoTagPlugin/utils/tagPosition.d.ts +3 -0
  152. package/dist/PanoTagPlugin/utils/throttle.d.ts +7 -0
  153. package/dist/base/BasePlugin.d.ts +106 -0
  154. package/dist/base/BasePluginWithData.d.ts +34 -0
  155. package/dist/components/PaintBrush/Controller.d.ts +43 -0
  156. package/dist/components/PaintBrush/Subscribe.d.ts +76 -0
  157. package/dist/components/PaintBrush/index.d.ts +27 -0
  158. package/dist/components/PaintBrush/style.d.ts +2 -0
  159. package/dist/components/PaintBrush/tween.d.ts +7 -0
  160. package/dist/components/PaintBrush/typings.d.ts +58 -0
  161. package/dist/components/PaintBrush/utils.d.ts +26 -0
  162. package/dist/components/index.d.ts +2 -0
  163. package/dist/env.d.ts +1 -0
  164. package/dist/floorplan/Assets/camera.d.ts +1 -0
  165. package/dist/floorplan/Assets/compass.d.ts +1 -0
  166. package/dist/floorplan/Assets/floorplanExtraObject.d.ts +1 -0
  167. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +97 -0
  168. package/dist/floorplan/MapviewFloorplanPlugin/index.d.ts +7 -0
  169. package/dist/floorplan/MapviewFloorplanPlugin/typing.d.ts +1 -0
  170. package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +99 -0
  171. package/dist/floorplan/ModelFloorplanPlugin/index.d.ts +7 -0
  172. package/dist/floorplan/ModelFloorplanPlugin/typing.d.ts +1 -0
  173. package/dist/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +36 -0
  174. package/dist/floorplan/PanoFloorplanRadarPlugin/index.d.ts +7 -0
  175. package/dist/floorplan/PanoFloorplanRadarPlugin/typing.d.ts +52 -0
  176. package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +69 -0
  177. package/dist/floorplan/TopviewFloorplanPlugin/index.d.ts +7 -0
  178. package/dist/floorplan/TopviewFloorplanPlugin/typing.d.ts +11 -0
  179. package/dist/floorplan/constant.d.ts +5 -0
  180. package/dist/floorplan/index.d.ts +7 -0
  181. package/dist/floorplan/typings/floorplanData.d.ts +137 -0
  182. package/dist/floorplan/typings/floorplanServerData.d.ts +144 -0
  183. package/dist/floorplan/typings/index.d.ts +117 -0
  184. package/dist/floorplan/typings/utility.d.ts +2 -0
  185. package/dist/floorplan/utils/constant.d.ts +22 -0
  186. package/dist/floorplan/utils/correctFiveState.d.ts +15 -0
  187. package/dist/floorplan/utils/formatData.d.ts +5 -0
  188. package/dist/floorplan/utils/formatPosition.d.ts +36 -0
  189. package/dist/index.d.ts +23 -0
  190. package/dist/index.es.js +16650 -0
  191. package/dist/index.js +556 -0
  192. package/dist/index.umd.js +556 -0
  193. package/dist/shared-utils/Object3DHelper/Base/BaseController.d.ts +48 -0
  194. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +91 -0
  195. package/dist/shared-utils/Object3DHelper/Constants/color.d.ts +12 -0
  196. package/dist/shared-utils/Object3DHelper/Controller/CSS3DScaleController.d.ts +6 -0
  197. package/dist/shared-utils/Object3DHelper/Controller/MoveController.d.ts +13 -0
  198. package/dist/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +37 -0
  199. package/dist/shared-utils/Object3DHelper/Controller/RotateController.d.ts +22 -0
  200. package/dist/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.d.ts +11 -0
  201. package/dist/shared-utils/Object3DHelper/Helper/HTML/tipsDom.d.ts +6 -0
  202. package/dist/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.d.ts +2 -0
  203. package/dist/shared-utils/Object3DHelper/Helper/MoveHelper.d.ts +13 -0
  204. package/dist/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.d.ts +17 -0
  205. package/dist/shared-utils/Object3DHelper/Helper/OutlineHelper.d.ts +11 -0
  206. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +40 -0
  207. package/dist/shared-utils/Object3DHelper/Helper/RotateHelper.d.ts +55 -0
  208. package/dist/shared-utils/Object3DHelper/Helper/index.d.ts +5 -0
  209. package/dist/shared-utils/Object3DHelper/index.d.ts +71 -0
  210. package/dist/shared-utils/Object3DHelper/typings/Direction.d.ts +2 -0
  211. package/dist/shared-utils/Object3DHelper/typings/Hooks.d.ts +45 -0
  212. package/dist/shared-utils/Object3DHelper/typings/Scissor.d.ts +17 -0
  213. package/dist/shared-utils/Object3DHelper/typings/index.d.ts +5 -0
  214. package/dist/shared-utils/Object3DHelper/utils/calculateThreeMouse.d.ts +14 -0
  215. package/dist/shared-utils/Object3DHelper/utils/direction.d.ts +14 -0
  216. package/dist/shared-utils/Object3DHelper/utils/filterNotColinearPoints.d.ts +2 -0
  217. package/dist/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +5 -0
  218. package/dist/shared-utils/Object3DHelper/utils/getPoint.d.ts +3 -0
  219. package/dist/shared-utils/Object3DHelper/utils/index.d.ts +8 -0
  220. package/dist/shared-utils/Object3DHelper/utils/normalPositionToPositions.d.ts +5 -0
  221. package/dist/shared-utils/Object3DHelper/utils/object3DBoundingPosition.d.ts +1 -0
  222. package/dist/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
  223. package/dist/shared-utils/Object3DHelper/utils/vectorIsEqual.d.ts +2 -0
  224. package/dist/shared-utils/Subscribe.d.ts +60 -0
  225. package/dist/shared-utils/animationFrame/BetterTween.d.ts +11 -0
  226. package/dist/shared-utils/animationFrame/calculateProgress.d.ts +8 -0
  227. package/dist/shared-utils/animationFrame/formatRad.d.ts +15 -0
  228. package/dist/shared-utils/animationFrame/index.d.ts +16 -0
  229. package/dist/shared-utils/animationFrame/tween.d.ts +75 -0
  230. package/dist/shared-utils/changeModelCanvasOpacity.d.ts +2 -0
  231. package/dist/shared-utils/createCanvasTextTexture.d.ts +8 -0
  232. package/dist/shared-utils/createLine/index.d.ts +3 -0
  233. package/dist/shared-utils/debounce.d.ts +6 -0
  234. package/dist/shared-utils/equal.d.ts +11 -0
  235. package/dist/shared-utils/filter.d.ts +27 -0
  236. package/dist/shared-utils/five/changeMode.d.ts +5 -0
  237. package/dist/shared-utils/getPxmm.d.ts +19 -0
  238. package/dist/shared-utils/index.d.ts +4 -0
  239. package/dist/shared-utils/isNil.d.ts +10 -0
  240. package/dist/shared-utils/isTruelyObject.d.ts +18 -0
  241. package/dist/shared-utils/math/Interval.d.ts +13 -0
  242. package/dist/shared-utils/math/Rectangle.d.ts +27 -0
  243. package/dist/shared-utils/math/index.d.ts +2 -0
  244. package/dist/shared-utils/math/planimetry.d.ts +116 -0
  245. package/dist/shared-utils/math/rad2Deg.d.ts +1 -0
  246. package/dist/shared-utils/nearlyEqual.d.ts +7 -0
  247. package/dist/shared-utils/nextFrame.d.ts +1 -0
  248. package/dist/shared-utils/noop.d.ts +5 -0
  249. package/dist/shared-utils/object3d2LocalMatrix.d.ts +12 -0
  250. package/dist/shared-utils/removeArrayItem.d.ts +7 -0
  251. package/dist/shared-utils/tap.d.ts +8 -0
  252. package/dist/shared-utils/three/Assets/index.d.ts +3 -0
  253. package/dist/shared-utils/three/FivePointSelector.d.ts +36 -0
  254. package/dist/shared-utils/three/Magnifier.d.ts +53 -0
  255. package/dist/shared-utils/three/PointDomHelper.d.ts +18 -0
  256. package/dist/shared-utils/three/PointHelper.d.ts +21 -0
  257. package/dist/shared-utils/three/getCoords.d.ts +9 -0
  258. package/dist/shared-utils/three/getIntersect.d.ts +6 -0
  259. package/dist/shared-utils/three/getRaycaster.d.ts +6 -0
  260. package/dist/shared-utils/three/index.d.ts +7 -0
  261. package/dist/shared-utils/three/loadTexture.d.ts +2 -0
  262. package/dist/shared-utils/three/transformPositionToVector3.d.ts +7 -0
  263. package/dist/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  264. package/dist/shared-utils/throttle.d.ts +7 -0
  265. package/dist/shared-utils/tinyEJSrender.d.ts +5 -0
  266. package/dist/shared-utils/to.d.ts +8 -0
  267. package/dist/shared-utils/uuid.d.ts +5 -0
  268. package/dist/typings/math.type.d.ts +44 -0
  269. package/docs/classes/CruisePluginController.html +24 -24
  270. package/docs/classes/Magnifier.html +16 -16
  271. package/docs/classes/ModelRoomLabelController.html +11 -11
  272. package/docs/classes/Object3DHelperController.html +24 -24
  273. package/docs/classes/PaintBrush.html +15 -15
  274. package/docs/classes/PanoTagPluginController.html +39 -39
  275. package/docs/classes/Util.BetterTween.html +8 -8
  276. package/docs/classes/Util.FivePointSelector.html +12 -12
  277. package/docs/classes/Util.Interval.html +12 -12
  278. package/docs/classes/Util.Magnifier.html +17 -17
  279. package/docs/classes/Util.PointDomHelper.html +11 -11
  280. package/docs/classes/Util.PointHelper.html +11 -11
  281. package/docs/classes/Util.Rectangle.html +13 -13
  282. package/docs/enums/CameraMovementEffect.html +7 -7
  283. package/docs/enums/ContentType.html +12 -12
  284. package/docs/enums/DIRECTION.html +9 -9
  285. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  286. package/docs/enums/DimensionType.html +7 -7
  287. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  288. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  289. package/docs/enums/LinkType.html +7 -7
  290. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  291. package/docs/enums/PointType.html +7 -7
  292. package/docs/enums/Rotation.html +8 -8
  293. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  294. package/docs/functions/CameraMovementPlugin.html +4 -4
  295. package/docs/functions/CruisePlugin.html +4 -4
  296. package/docs/functions/GuideLinePlugin.html +5 -5
  297. package/docs/functions/ItemLabelPlugin.html +4 -4
  298. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  299. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  300. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  301. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  302. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  303. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  304. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  305. package/docs/functions/ModelViewPlugin.html +4 -4
  306. package/docs/functions/Object3DHelperPlugin.html +4 -4
  307. package/docs/functions/PanoCompassPlugin.html +4 -4
  308. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  309. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  310. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  311. package/docs/functions/PanoMeasurePlugin.html +4 -4
  312. package/docs/functions/PanoRulerPlugin.html +4 -4
  313. package/docs/functions/PanoRulerProPlugin.html +4 -4
  314. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  315. package/docs/functions/PanoTagPlugin.html +4 -4
  316. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  317. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  318. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  319. package/docs/functions/Util.getFrameTime.html +5 -5
  320. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  321. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  322. package/docs/functions/Util.isNil.html +5 -5
  323. package/docs/functions/Util.nextFrame.html +5 -5
  324. package/docs/functions/Util.notNil.html +5 -5
  325. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  326. package/docs/functions/Util.tweenProgress.html +5 -5
  327. package/docs/functions/pluginFlag.html +5 -5
  328. package/docs/index.html +4 -4
  329. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  330. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  331. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  332. package/docs/interfaces/ContentTypeMap.html +12 -12
  333. package/docs/interfaces/FloorplanBounding.html +8 -8
  334. package/docs/interfaces/FloorplanData.html +10 -10
  335. package/docs/interfaces/FloorplanEntrance.html +11 -11
  336. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  337. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  338. package/docs/interfaces/FloorplanFloorData.html +9 -9
  339. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  340. package/docs/interfaces/FloorplanObserver.html +9 -9
  341. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  342. package/docs/interfaces/FloorplanPosition.html +7 -7
  343. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  344. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  345. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  346. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  347. package/docs/interfaces/FloorplanServerData.html +7 -7
  348. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  349. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  350. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  351. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  352. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  353. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  354. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  355. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  356. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  357. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  358. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  359. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  360. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  361. package/docs/interfaces/LineJson.html +7 -7
  362. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  363. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  364. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  365. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  366. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  367. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  368. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  369. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  370. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  371. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  372. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  373. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  374. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  375. package/docs/interfaces/Object3DHelperState.html +8 -8
  376. package/docs/interfaces/OpenParameter.html +7 -7
  377. package/docs/interfaces/PaintBrushAction.html +12 -12
  378. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  379. package/docs/interfaces/PaintBrushState.html +10 -10
  380. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  381. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  382. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  383. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  384. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  385. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  386. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  387. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  388. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  389. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  390. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  391. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  392. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  393. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  394. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  395. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  396. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  397. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  398. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  399. package/docs/interfaces/Point.html +8 -8
  400. package/docs/interfaces/PointJson.html +8 -8
  401. package/docs/interfaces/Room.html +9 -9
  402. package/docs/interfaces/RoomInfo.html +7 -7
  403. package/docs/interfaces/RoomLabel.html +14 -14
  404. package/docs/interfaces/RoomRules.html +5 -5
  405. package/docs/interfaces/Rooms.html +5 -5
  406. package/docs/interfaces/Scissor.html +9 -9
  407. package/docs/interfaces/TagConfig.html +10 -10
  408. package/docs/interfaces/Tags.html +9 -9
  409. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  410. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  411. package/docs/modules/Util.html +5 -5
  412. package/docs/modules.html +4 -4
  413. package/docs/types/ArrayPosition.html +5 -5
  414. package/docs/types/CSS3DRenderExportType.html +5 -5
  415. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  416. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  417. package/docs/types/Color.html +5 -5
  418. package/docs/types/ContentTypeConfigKey.html +5 -5
  419. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  420. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  421. package/docs/types/Create3DElementReturnType.html +5 -5
  422. package/docs/types/CruisePluginExportType.html +5 -5
  423. package/docs/types/Direction-1.html +5 -5
  424. package/docs/types/Direction4.html +5 -5
  425. package/docs/types/FloorplanRuleLabels.html +5 -5
  426. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  427. package/docs/types/GuideLinePluginExportType.html +5 -5
  428. package/docs/types/HelperEventMap.html +5 -5
  429. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  430. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  431. package/docs/types/MediaData.html +5 -5
  432. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  433. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  434. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  435. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  436. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  437. package/docs/types/MoveArgs.html +5 -5
  438. package/docs/types/MoveOpts.html +5 -5
  439. package/docs/types/Object3DHelperEventMap.html +5 -5
  440. package/docs/types/ObjectFit.html +5 -5
  441. package/docs/types/PaintBrushEventMap.html +5 -5
  442. package/docs/types/PanoCompassPluginData.html +5 -5
  443. package/docs/types/PanoCompassPluginExportType.html +5 -5
  444. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  445. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  446. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  447. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  448. package/docs/types/PanoMeasureReturnType.html +5 -5
  449. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  450. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  451. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  452. package/docs/types/PlaneTag.html +5 -5
  453. package/docs/types/PointTag.html +5 -5
  454. package/docs/types/Position.html +5 -5
  455. package/docs/types/RotateArgs.html +5 -5
  456. package/docs/types/RotateOpts.html +5 -5
  457. package/docs/types/RuleLabelsKey.html +5 -5
  458. package/docs/types/RuleLabelsValue.html +5 -5
  459. package/docs/types/Tag.html +5 -5
  460. package/docs/types/Tag2D.html +5 -5
  461. package/docs/types/Tag3D.html +5 -5
  462. package/docs/types/TagId.html +5 -5
  463. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  464. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  465. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  466. package/docs/variables/PLUGIN.html +5 -5
  467. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  468. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  469. package/docs/variables/VERSION.html +5 -5
  470. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  471. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  472. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  473. package/package.json +5 -7
  474. package/dist/CSS3DRenderPlugin/index..js +0 -88
  475. package/dist/CSS3DRenderPlugin/index.cjs.js +0 -1
  476. package/dist/CameraMovementPlugin/index..js +0 -11
  477. package/dist/CameraMovementPlugin/index.cjs.js +0 -1
  478. package/dist/CruisePlugin/index..js +0 -527
  479. package/dist/CruisePlugin/index.cjs.js +0 -1
  480. package/dist/GuideLinePlugin/index..js +0 -214
  481. package/dist/GuideLinePlugin/index.cjs.js +0 -1
  482. package/dist/ItemLabelPlugin/index..js +0 -508
  483. package/dist/ItemLabelPlugin/index.cjs.js +0 -10
  484. package/dist/ModelChassisCompassPlugin/index..js +0 -9
  485. package/dist/ModelChassisCompassPlugin/index.cjs.js +0 -1
  486. package/dist/ModelEntryDoorGuidePlugin/index..js +0 -9
  487. package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +0 -1
  488. package/dist/ModelItemLabelPlugin/index..js +0 -334
  489. package/dist/ModelItemLabelPlugin/index.cjs.js +0 -10
  490. package/dist/ModelRoomLabelPlugin/index..js +0 -274
  491. package/dist/ModelRoomLabelPlugin/index.cjs.js +0 -1
  492. package/dist/ModelTVVideoPlugin/index..js +0 -12
  493. package/dist/ModelTVVideoPlugin/index.cjs.js +0 -1
  494. package/dist/ModelViewPlugin/index..js +0 -8
  495. package/dist/ModelViewPlugin/index.cjs.js +0 -1
  496. package/dist/Object3DHelperPlugin/index..js +0 -1414
  497. package/dist/Object3DHelperPlugin/index.cjs.js +0 -1
  498. package/dist/PanoCompassPlugin/index..js +0 -258
  499. package/dist/PanoCompassPlugin/index.cjs.js +0 -1
  500. package/dist/PanoCursorRaycasterPlugin/index..js +0 -63
  501. package/dist/PanoCursorRaycasterPlugin/index.cjs.js +0 -1
  502. package/dist/PanoDoorLabelPlugin/index..js +0 -340
  503. package/dist/PanoDoorLabelPlugin/index.cjs.js +0 -1
  504. package/dist/PanoMeasurePlugin/index..js +0 -15
  505. package/dist/PanoMeasurePlugin/index.cjs.js +0 -1
  506. package/dist/PanoRulerPlugin/index..js +0 -9
  507. package/dist/PanoRulerPlugin/index.cjs.js +0 -1
  508. package/dist/PanoRulerProPlugin/index..js +0 -395
  509. package/dist/PanoRulerProPlugin/index.cjs.js +0 -1
  510. package/dist/PanoSpatialTagPlugin/index..js +0 -15
  511. package/dist/PanoSpatialTagPlugin/index.cjs.js +0 -1
  512. package/dist/PanoTagPlugin/index..js +0 -4522
  513. package/dist/PanoTagPlugin/index.cjs.js +0 -17
  514. package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +0 -1
  515. package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +0 -1
  516. package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +0 -1
  517. package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +0 -1
  518. package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +0 -1
  519. package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +0 -94
  520. package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +0 -16
  521. package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +0 -1
  522. package/dist/chunks/cjs/Plugin.9971108a.cjs.js +0 -1
  523. package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +0 -1
  524. package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +0 -1
  525. package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +0 -1
  526. package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +0 -1
  527. package/dist/chunks/cjs/debounce.93dfb637.cjs.js +0 -1
  528. package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +0 -1
  529. package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +0 -1
  530. package/dist/chunks/cjs/formatData.81e95011.cjs.js +0 -10
  531. package/dist/chunks/cjs/index.30b7baeb.cjs.js +0 -101
  532. package/dist/chunks/cjs/index.686e84d1.cjs.js +0 -290
  533. package/dist/chunks/cjs/index.7d2010ce.cjs.js +0 -1
  534. package/dist/chunks/cjs/isNil.b3a58990.cjs.js +0 -1
  535. package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +0 -1
  536. package/dist/chunks/cjs/throttle.86c209eb.cjs.js +0 -1
  537. package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +0 -1
  538. package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +0 -1
  539. package/dist/chunks/es/BasePlugin.813e25f7.es.js +0 -18
  540. package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +0 -6
  541. package/dist/chunks/es/CSS3DRender.5652510e.es.js +0 -393
  542. package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +0 -120
  543. package/dist/chunks/es/Plugin.26c2df05.es.js +0 -106
  544. package/dist/chunks/es/Plugin.435485ed.es.js +0 -584
  545. package/dist/chunks/es/Plugin.a98418f0.es.js +0 -82
  546. package/dist/chunks/es/Plugin.ae4ee6f8.es.js +0 -82
  547. package/dist/chunks/es/Plugin.dd11e0ad.es.js +0 -180
  548. package/dist/chunks/es/Plugin.f4cf895f.es.js +0 -355
  549. package/dist/chunks/es/Subscribe.c73e0f91.es.js +0 -50
  550. package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +0 -1551
  551. package/dist/chunks/es/correctFiveState.e7feab9f.es.js +0 -66
  552. package/dist/chunks/es/debounce.ef83f417.es.js +0 -11
  553. package/dist/chunks/es/equal.7db4a6f7.es.js +0 -56
  554. package/dist/chunks/es/filter.97ec06c4.es.js +0 -12
  555. package/dist/chunks/es/formatData.a2b39ef9.es.js +0 -483
  556. package/dist/chunks/es/index.a273f06e.es.js +0 -532
  557. package/dist/chunks/es/index.b8fdb59b.es.js +0 -50
  558. package/dist/chunks/es/index.f74f4851.es.js +0 -1787
  559. package/dist/chunks/es/isNil.212842d9.es.js +0 -10
  560. package/dist/chunks/es/planimetry.b0b4a28d.es.js +0 -43
  561. package/dist/chunks/es/throttle.db66bac3.es.js +0 -11
  562. package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +0 -24
  563. package/dist/chunks/es/uuid.676cb2c8.es.js +0 -9
  564. package/dist/components/PaintBrush/index..js +0 -6
  565. package/dist/components/PaintBrush/index.cjs.js +0 -1
  566. package/dist/components/index..js +0 -7
  567. package/dist/components/index.cjs.js +0 -1
  568. package/dist/floorplan/MapviewFloorplanPlugin/index..js +0 -324
  569. package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +0 -1
  570. package/dist/floorplan/ModelFloorplanPlugin/index..js +0 -320
  571. package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +0 -1
  572. package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +0 -613
  573. package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +0 -1
  574. package/dist/floorplan/TopviewFloorplanPlugin/index..js +0 -277
  575. package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +0 -1
  576. package/dist/index..js +0 -530
  577. package/dist/index.cjs.js +0 -16
@@ -1,82 +0,0 @@
1
- var G = (r, t, e) => new Promise((x, c) => {
2
- var j = (o) => {
3
- try {
4
- i(e.next(o));
5
- } catch (a) {
6
- c(a);
7
- }
8
- }, E = (o) => {
9
- try {
10
- i(e.throw(o));
11
- } catch (a) {
12
- c(a);
13
- }
14
- }, i = (o) => o.done ? x(o.value) : Promise.resolve(o.value).then(j, E);
15
- i((e = e.apply(r, t)).next());
16
- });
17
- import * as q from "three";
18
- import { CanvasTexture as v, Vector3 as B, MeshBasicMaterial as _, AnimationMixer as $ } from "three";
19
- import { FBXLoader as k } from "three/examples/jsm/loaders/FBXLoader";
20
- import { transfromToMeshBasicMaterial as H } from "./transfromToMeshBasicMaterial.849ee069.es.js";
21
- function L(r, t) {
22
- var a, h, A, d, F;
23
- const e = (a = t == null ? void 0 : t.size) != null ? a : 512, x = (h = t == null ? void 0 : t.fontSize) != null ? h : e * (35 / 256) * 1.2, c = (A = t == null ? void 0 : t.backgroundColor) != null ? A : "rgba(0,0,0,0)", j = (d = t == null ? void 0 : t.fontColor) != null ? d : "#fff", E = (F = t == null ? void 0 : t.textAlign) != null ? F : "center", i = document.createElement("canvas");
24
- i.setAttribute("width", e + ""), i.setAttribute("height", e + "");
25
- const o = i.getContext("2d");
26
- return o.fillStyle = c, o.fillRect(0, 0, e, e), o.font = `${x}px "\u5FAE\u8F6F\u96C5\u9ED1"`, o.textAlign = E, o.fillStyle = j, o.fillText(r, e / 2, e * 0.7), new v(i);
27
- }
28
- const U = ({ x: r, y: t, z: e }) => new B(r, t, e), K = (r, t) => {
29
- var w, z, S;
30
- const e = {}, x = (w = t.animationEnabled) != null ? w : !0, c = (z = t.position) != null ? z : void 0, j = (S = t.rad) != null ? S : void 0, E = t.fbx_url || "//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx", i = [], o = (n) => G(void 0, null, function* () {
31
- var C, p, y, D, M, f, P;
32
- const m = (C = n == null ? void 0 : n.position) != null ? C : c;
33
- if (!m)
34
- return Promise.reject("ModelEntryDoorGuidePlugin.load(): position is undefined");
35
- const l = U(m), s = (p = n == null ? void 0 : n.rad) != null ? p : j, T = (y = n == null ? void 0 : n.fbx_url) != null ? y : E;
36
- if (e.rad = s, s === void 0)
37
- return Promise.reject(`ModelEntryDoorGuidePlugin.load(): rad is ${s}`);
38
- const u = yield new k().loadAsync(T);
39
- u.position.copy(l), u.rotation.z = s, u.scale.set(0.8, 0.8, 0.8), H(u, { transparent: !0, side: q.DoubleSide });
40
- const b = (P = (f = (M = (D = u.children) == null ? void 0 : D[0]) == null ? void 0 : M.children) == null ? void 0 : f[3]) == null ? void 0 : P.clone();
41
- return b ? (b.material = new _({ transparent: !0, map: L("\u5165\u6237\u95E8") }), b.renderOrder = 3, u.children[0].add(b), e.object = u, !0) : Promise.reject(`ModelEntryDoorGuidePlugin.load(): textMesh is ${b}`);
42
- }), a = () => {
43
- if (e.animation)
44
- return;
45
- if (!e.object)
46
- return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ", e.object);
47
- const n = 1, m = new $(e.object);
48
- i.push(m);
49
- const l = m.clipAction(e.object.animations[0]);
50
- l.timeScale = n;
51
- let s;
52
- const T = () => {
53
- let p = 0, y = 0;
54
- const D = 1e3 / 30, M = (f) => {
55
- p = requestAnimationFrame(M);
56
- const P = f - y;
57
- P < D || (y = f, i.forEach((R) => R.update(P / 1e3)), r.needsRender = !0);
58
- };
59
- return p = requestAnimationFrame(M), () => {
60
- cancelAnimationFrame(p);
61
- };
62
- }, C = { play: () => {
63
- s || (l.play(), s = T(), requestAnimationFrame(() => {
64
- e.object && e.object.rotation.z !== e.rad && (e.object.rotation.z = e.rad);
65
- }));
66
- }, stop: () => {
67
- l.stop(), s == null || s(), s = void 0;
68
- } };
69
- e.animation = C;
70
- }, h = (n) => {
71
- var l;
72
- if (!e.object)
73
- return console.error("ModelEntryDoorGuidePlugin.enable(): object is ", e.object);
74
- ((l = n == null ? void 0 : n.animationEnable) != null ? l : x) && (e.animation || a(), e.animation.play()), r.scene.add(e.object), r.needsRender = !0;
75
- }, A = () => {
76
- !e.object || (e.animation && e.animation.stop(), r.scene.remove(e.object), r.needsRender = !0);
77
- }, d = (n) => n === "Floorplan" ? h() : A();
78
- return { load: o, enable: (n) => (e.enabled || (e.enabled = !0, d(r.currentMode), r.on("modeChange", d), h(n)), !0), disable: () => (e.enabled && (e.enabled = !1, A(), r.off("modeChange", d)), !0) };
79
- };
80
- export {
81
- K as ModelEntryDoorGuidePlugin
82
- };
@@ -1,180 +0,0 @@
1
- var L = (o, h, e) => new Promise((l, x) => {
2
- var M = (m) => {
3
- try {
4
- y(e.next(m));
5
- } catch (g) {
6
- x(g);
7
- }
8
- }, E = (m) => {
9
- try {
10
- y(e.throw(m));
11
- } catch (g) {
12
- x(g);
13
- }
14
- }, y = (m) => m.done ? l(m.value) : Promise.resolve(m.value).then(M, E);
15
- y((e = e.apply(o, h)).next());
16
- });
17
- import * as d from "three";
18
- import { CSS3DRenderPlugin as _ } from "../../CSS3DRenderPlugin/index..js";
19
- var b = /* @__PURE__ */ ((o) => (o.TOP_LEFT = "topLeft", o.TOP_RIGHT = "topRight", o.BOTTOM_LEFT = "bottomLeft", o.BOTTOM_RIGHT = "bottomRight", o))(b || {});
20
- function S(o) {
21
- if (o.length === 0)
22
- return [];
23
- if (Array.isArray(o[0]))
24
- return o;
25
- let h = [];
26
- return o.forEach((e) => {
27
- const l = [
28
- e[b.TOP_LEFT],
29
- e[b.BOTTOM_LEFT],
30
- e[b.BOTTOM_RIGHT],
31
- e[b.TOP_RIGHT]
32
- ];
33
- h.push(l);
34
- }), h;
35
- }
36
- const j = (o, { videoElement: h }) => {
37
- const e = {
38
- videoMeshes: [],
39
- videoTextureEnabled: !1,
40
- videoSource: "",
41
- rectPoints: [],
42
- enabled: !1,
43
- videoElement: h
44
- }, l = _(o), x = /* @__PURE__ */ new Map(), M = (t) => {
45
- e.videoTexture && (e.videoTexture.image.muted = t);
46
- }, E = () => e.videoTexture ? e.videoTexture.image.muted : !0, y = () => {
47
- if (e.enabled || !e.videoTexture)
48
- return;
49
- e.enabled = !0, e.videoMeshes = g(), e.videoMeshes.forEach((n) => o.scene.add(n));
50
- const t = () => {
51
- if (!e.videoTexture)
52
- return;
53
- const n = () => {
54
- var i;
55
- !e.videoTexture || ((i = e.videoTexture) == null || i.image.removeEventListener("timeupdate", n), e.videoTextureEnabled = !0, e.videoMeshes.forEach((a) => {
56
- a.material.map !== e.videoTexture && (a.material.map = e.videoTexture);
57
- }), o.needsRender = !0);
58
- };
59
- e.videoTexture.image.addEventListener("timeupdate", n), e.videoTexture && e.videoMeshes.length && (e.videoTexture.image.play(), e.videoTexture.image.onplay = () => {
60
- l.hide();
61
- }, e.videoTexture.image.onpause = () => {
62
- l.show();
63
- }, e.videoTexture.image.onclick = () => {
64
- e.videoTexture.image.muted = !1, e.videoTexture.image.play();
65
- });
66
- };
67
- if (o.model.loaded)
68
- t();
69
- else
70
- return o.once("modelLoaded", () => t());
71
- }, m = () => {
72
- !e.enabled || (e.enabled = !1, e.videoMeshes.forEach((t) => {
73
- t.geometry.dispose(), t.material.dispose(), o.scene.remove(t), e.videoTexture && e.videoTexture.image.pause();
74
- }), e.videoMeshes = [], o.needsRender = !0);
75
- }, g = () => e.rectPoints.map((t, n) => {
76
- const i = new d.BufferGeometry(), a = 128, s = [];
77
- s.push(...t[0].toArray());
78
- for (let r = 1; r < a; r++)
79
- s.push(
80
- t[0].x + (t[1].x - t[0].x) * r / a,
81
- t[0].y + (t[1].y - t[0].y) * r / a,
82
- t[0].z + (t[1].z - t[0].z) * r / a
83
- );
84
- s.push(...t[1].toArray()), s.push(...t[2].toArray());
85
- for (let r = 1; r < a; r++)
86
- s.push(
87
- t[2].x + (t[3].x - t[2].x) * r / a,
88
- t[2].y + (t[3].y - t[2].y) * r / a,
89
- t[2].z + (t[3].z - t[2].z) * r / a
90
- );
91
- s.push(...t[3].toArray());
92
- const c = [];
93
- c.push(0, 1);
94
- for (let r = 1; r < a; r++)
95
- c.push(0, 1 - r / a);
96
- c.push(0, 0), c.push(1, 0);
97
- for (let r = 1; r < a; r++)
98
- c.push(1, r / a);
99
- c.push(1, 1);
100
- const u = [];
101
- for (let r = 0; r < a; r++)
102
- u.push(r, r + 1, a * 2 - r, r, a * 2 - r, a * 2 + 1 - r);
103
- 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));
104
- const T = new d.AxesHelper(10);
105
- o.scene.add(T);
106
- const f = new d.MeshBasicMaterial({
107
- map: e.videoTextureEnabled ? e.videoTexture : e.imageTexture,
108
- side: d.DoubleSide
109
- }), w = new d.Mesh(i, f);
110
- w.renderOrder = 1, w.name = `ModelTVVideoPlugin-${n}-${performance.now()}`;
111
- const G = [t[1], t[2], t[3], t[0]], v = l.create3DDomContainer(G);
112
- if (v != null && v.container) {
113
- const r = document.createElement("div");
114
- 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", v.container.appendChild(r);
115
- const p = document.createElement("img");
116
- p.src = "//vrlab-static.ljcdn.com/release/web/play.2ada5b6f.png", p.style.width = "200px", p.style.pointerEvents = "auto", p.onclick = () => {
117
- e.videoTexture.image.muted = !1, e.videoTexture.image.play();
118
- }, r.appendChild(p), x.set(w, v);
119
- }
120
- return w;
121
- }), P = (t) => {
122
- const n = new d.TextureLoader().load(t);
123
- return n.minFilter = d.LinearFilter, n.magFilter = d.LinearFilter, n.format = d.RGBFormat, n;
124
- }, O = (t, n) => new Promise((i, a) => {
125
- const s = new XMLHttpRequest();
126
- s.onreadystatechange = () => {
127
- if (s.readyState == 4)
128
- if (s.status == 200) {
129
- const c = window.URL || window.webkitURL;
130
- n = n || document.createElement("video"), n.crossOrigin = "anonymous", n.muted = !0, n.loop = !0, n.playsInline = !0, n.src = c.createObjectURL(s.response);
131
- const u = new d.VideoTexture(n);
132
- u.minFilter = d.LinearFilter, u.magFilter = d.LinearFilter, u.format = d.RGBFormat, i(Object.assign(u, { videoSource: t }));
133
- } else
134
- a(new Error("Video download Error: " + s.status));
135
- }, s.onerror = (c) => a(c), s.open("GET", t), s.responseType = "blob", s.send();
136
- }), V = (t, n) => L(void 0, null, function* () {
137
- const { video_src: i, video_poster_src: a, points: s } = t;
138
- e.videoSource = i, e.rectPoints = S(s).map((c) => c.map(({ x: u, y: T, z: f }) => new d.Vector3(u, T, f))), e.imageTexture = P(a), n && (e.videoElement = n), e.videoTexture = yield O(e.videoSource, e.videoElement), e.enabled = !!t.enable, e.enabled && y();
139
- }), A = (t) => {
140
- if (!e.enabled)
141
- return;
142
- const n = e.videoMeshes;
143
- if (!(!n || t.intersectObjects(n).length === 0))
144
- return e.videoTexture && (e.videoTexture.image.paused || e.videoTexture.image.pause()), !1;
145
- }, R = (t) => {
146
- t === "Floorplan" ? l.hide() : l.show();
147
- }, F = () => {
148
- if (!e.enabled)
149
- return;
150
- const t = o.camera.position;
151
- if (x.forEach((n, i) => {
152
- const a = n.css3DObject.position.clone(), s = a.clone().sub(t).normalize(), c = new d.Raycaster(t, s), u = o.model.intersectRaycaster(c)[0], T = a.distanceTo(t), f = 0.01;
153
- u && u.distance + f < T ? n.hide() : n.show();
154
- }), !E()) {
155
- const n = e.rectPoints.find((i) => {
156
- const a = i[0].clone().add(i[1]).add(i[2]).add(i[3]).divideScalar(4);
157
- return i.map((s) => s.clone().add(a).divideScalar(2)).filter((s) => {
158
- const c = s.distanceTo(t), u = new d.Raycaster(t, s.clone().sub(t).normalize()), T = o.model.intersectRaycaster(u)[0], f = 0.01;
159
- return !(T && T.distance + f < c);
160
- }).length >= 2;
161
- });
162
- (!n || n.length === 0) && M(!0);
163
- }
164
- }, B = () => {
165
- m(), e.videoTexture = void 0, o.off("modeChange", R), o.off("wantsTapGesture", A), o.off("panoArrived", F), o.off("renderFrame", () => {
166
- e.videoMeshes.forEach((t) => {
167
- t && (t.needsRender = !0);
168
- });
169
- });
170
- };
171
- return o.on("modeChange", R), o.on("wantsTapGesture", A), o.on("panoArrived", F), o.on("renderFrame", () => {
172
- e.videoMeshes.forEach((t) => {
173
- t && (t.needsRender = !0);
174
- });
175
- }), { enable: y, disable: m, load: V, dispose: B, state: e, css3DRenderPlugin: l };
176
- };
177
- export {
178
- b as DIRECTION,
179
- j as ModelTVVideoPlugin
180
- };
@@ -1,355 +0,0 @@
1
- var oe = Object.defineProperty;
2
- var G = Object.getOwnPropertySymbols;
3
- var re = Object.prototype.hasOwnProperty, ie = Object.prototype.propertyIsEnumerable;
4
- var J = (t, n, e) => n in t ? oe(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e, B = (t, n) => {
5
- for (var e in n || (n = {}))
6
- re.call(n, e) && J(t, e, n[e]);
7
- if (G)
8
- for (var e of G(n))
9
- ie.call(n, e) && J(t, e, n[e]);
10
- return t;
11
- };
12
- var Q = (t, n, e) => new Promise((k, b) => {
13
- var $ = (y) => {
14
- try {
15
- u(e.next(y));
16
- } catch (R) {
17
- b(R);
18
- }
19
- }, l = (y) => {
20
- try {
21
- u(e.throw(y));
22
- } catch (R) {
23
- b(R);
24
- }
25
- }, u = (y) => y.done ? k(y.value) : Promise.resolve(y.value).then($, l);
26
- u((e = e.apply(t, n)).next());
27
- });
28
- import { Five as se } from "@realsee/five";
29
- import { Vector3 as q, Raycaster as le } from "three";
30
- import { intersectionOfLine as ae } from "./planimetry.b0b4a28d.es.js";
31
- function Z(t, n = 0) {
32
- n <= 0 ? requestAnimationFrame(t) : requestAnimationFrame(() => Z(t, n - 1));
33
- }
34
- const ce = `<style type="text/css">
35
- .PanoRulerPlugin-rule-line {
36
- position: absolute;
37
- transform-origin: left center;
38
- width: 0;
39
- height: 0.0625rem;
40
- }
41
-
42
- .PanoRulerPlugin-rule-line::after {
43
- content: '';
44
- position: absolute;
45
- left: -0.125rem;
46
- top: -0.1rem;
47
- width: 0.25rem;
48
- height: 0.25rem;
49
- border-radius: 50%;
50
- background: #FFFFFF;
51
- z-index: 1;
52
- animation: viewport-rule-point 0.1s 1s;
53
- animation-fill-mode: both;
54
- }
55
-
56
- .PanoRulerPlugin-rule-line::before {
57
- content: '';
58
- position: absolute;
59
- right: -0.125rem;
60
- top: -0.1rem;
61
- width: 0.25rem;
62
- height: 0.25rem;
63
- border-radius: 50%;
64
- background: #FFFFFF;
65
- animation: viewport-rule-point 0.1s 1.5s;
66
- animation-fill-mode: both;
67
- }
68
-
69
- .PanoRulerPlugin-rule-line em {
70
- background: #fff;
71
- display: block;
72
- height: 100%;
73
- animation: viewport-rule-line 0.5s ease 1s;
74
- animation-fill-mode: both;
75
- box-shadow: 0 0 0.25rem rgb(0 0 0 / 40%);
76
- }
77
-
78
- .PanoRulerPlugin-rule-label {
79
- position: absolute;
80
- width: 0;
81
- height: 0;
82
- top: 0.0625rem;
83
- }
84
-
85
- .PanoRulerPlugin-rule-label-name {
86
- position: absolute;
87
- padding: 0.1875rem 0.375rem;
88
- background: rgba(195,195,195,0.30);
89
- backdrop-filter: blur(0.25rem);
90
- -webkit-backdrop-filter: blur(0.25rem);
91
- border-radius: 6.25rem;
92
- border: 0.0625rem solid rgba(255,255,255,0.6);
93
- white-space: nowrap;
94
- overflow: hidden;
95
- color: #FFFFFF;
96
- font-weight: 500;
97
- font-size: 0.75rem;
98
- line-height: 1;
99
- -webkit-animation: viewport-rule-label 0.25s ease 1s;
100
- animation: viewport-rule-label 0.25s ease 1s;
101
- animation-fill-mode: both;
102
- box-shadow: inset 0 0 0.625rem 0 rgba(255,255,255,0.30);
103
- }
104
-
105
- @keyframes viewport-rule-line {
106
- 0% { width: 0% }
107
- 100% { width: 100% }
108
- }
109
-
110
- @keyframes viewport-rule-label {
111
- 0% { opacity: 0; transform: scaleX(0); }
112
- 100% { opacity: 1; transform: translate(-50%, -50%) scaleX(1); }
113
- }
114
-
115
- @keyframes viewport-rule-point {
116
- 0% { transform: scaleX(0); }
117
- 100% { transform: scaleX(1); }
118
- }
119
- </style>
120
- `, ue = (t, n) => Math.sqrt(Math.pow(t.z - n.z, 2) + Math.pow(t.x - n.x, 2)), de = (t, n) => {
121
- const e = {}, k = new le(), b = n.work;
122
- if (!b)
123
- return e;
124
- const $ = t.observers;
125
- b.observers.forEach((l, u) => {
126
- const { standingPosition: y } = l, R = new q(y.x, y.y, y.z);
127
- k.set(R, new q(0, 1, 0));
128
- const [E] = n.model.intersectRaycaster(k), C = E ? E.point.y : 2.7, D = $[u];
129
- if (!D)
130
- return e;
131
- const I = t.rooms[D].name;
132
- e[I] === void 0 ? e[I] = {
133
- __roof: [C],
134
- __floor: [R.y]
135
- } : (e[I].__roof.push(C), e[I].__floor.push(R.y));
136
- });
137
- for (const l in e) {
138
- const u = e[l];
139
- u.__roof.sort(), u.__floor.sort(), u.floor = u.__floor[~~(u.__floor.length / 2)], u.roof = u.__roof[u.__roof.length - 1];
140
- }
141
- return e;
142
- }, ye = (t, n) => {
143
- const e = {
144
- enable: !1,
145
- loaded: !1,
146
- options: n.options || {
147
- distanceText: (i) => `${i.toFixed(1)}m`
148
- }
149
- }, k = (i, a) => {
150
- const c = `
151
- <div class="PanoRulerPlugin-rule-line">
152
- <em></em>
153
- <div class="PanoRulerPlugin-rule-label">
154
- <div class="PanoRulerPlugin-rule-label-name">${e.options.distanceText(a)}</div>
155
- </div>
156
- </div>
157
- `, o = document.createElement("div");
158
- return o.setAttribute("class", "PanoRulerPlugin-rule"), o.setAttribute("data-name", i), o.setAttribute("style", "display: none"), o.innerHTML = c, o;
159
- }, b = document.createElement("div");
160
- b.setAttribute(
161
- "style",
162
- "position: absolute;pointer-events: none;width: 100%;height: 100%;left: 0;top: 0;overflow: hidden;"
163
- );
164
- const $ = document.createElement("div");
165
- $.innerHTML = ce, b.appendChild($);
166
- const l = {}, u = (i, a) => {
167
- if (e.loaded)
168
- throw new Error("\u6807\u5C3A\u88AB\u91CD\u590D\u521D\u59CB\u5316\uFF01");
169
- const c = de(i, t), o = t.work;
170
- if (!o)
171
- return !1;
172
- for (const s in a) {
173
- const p = a[s], { standingPosition: h } = o.observers[0], f = p.map(({ x: d, z: m, observers: w }) => {
174
- const r = w.length > 0 ? i.rooms[i.observers[w[0]]].name : "", x = c[r] ? c[r].floor : null;
175
- let g = 1 / 0, P = {
176
- index: 0,
177
- x: h.x,
178
- y: h.y,
179
- z: h.z
180
- };
181
- w.forEach((L) => {
182
- if (!o.observers[L])
183
- return;
184
- const { standingPosition: j } = o.observers[L], A = {
185
- index: L,
186
- x: j.x,
187
- y: j.y,
188
- z: j.z
189
- }, M = ue({ x: d, z: m }, A);
190
- x ? M < g && Math.abs(A.y - x) < 0.3 && (g = M, P = A) : M < g && (g = M, P = A);
191
- });
192
- const F = new q(d, P.y, m);
193
- Object.assign(F, { observers: w });
194
- const _ = c[r] ? c[r].roof : null, S = _ ? new q(d, _, m) : null;
195
- return S && Object.assign(S, { observers: w }), { origin: F, vertical: S };
196
- });
197
- l[s] = {
198
- origins: f.map((d) => d.origin),
199
- rules: []
200
- };
201
- for (const { origin: d, vertical: m } of f) {
202
- if (!m)
203
- continue;
204
- const w = k(s, d.distanceTo(m));
205
- b.append(w), l[s].rules.push({ vertical: !0, rule: [d, m], $element: w });
206
- }
207
- for (let d = 0; d < f.length; d++) {
208
- let m = d + 1;
209
- m >= f.length && (m = 0);
210
- const { origin: w } = f[d], { origin: r } = f[m], x = k(s, w.distanceTo(r));
211
- b.append(x), l[s].rules.push({ vertical: !1, rule: [w, r], $element: x });
212
- }
213
- }
214
- return e.loaded = !0, !0;
215
- }, y = (i, a, c) => Q(void 0, null, function* () {
216
- const o = i || n.roomInfo, s = a || n.roomRules;
217
- if (!o || !s)
218
- throw new Error("\u6807\u5C3A\u6570\u636E\u4F9D\u8D56\u4E0D\u9F50\u5168\uFF01");
219
- return e.loaded = !1, e.options = B(B({}, e.options), c || {}), t.model.loaded ? u(o, s) : yield new Promise(
220
- (p) => t.once("modelLoaded", () => p(u(o, s)))
221
- );
222
- });
223
- n.roomInfo && n.roomRules && y(n.roomInfo, n.roomRules);
224
- const R = (i, a, c, o) => {
225
- const s = [
226
- [
227
- { x: 0, y: 0 },
228
- { x: c, y: 0 }
229
- ],
230
- [
231
- { x: 0, y: 0 },
232
- { x: 0, y: o }
233
- ],
234
- [
235
- { x: c, y: 0 },
236
- { x: c, y: o }
237
- ],
238
- [
239
- { x: 0, y: o },
240
- { x: c, y: o }
241
- ]
242
- ], p = [];
243
- for (let h = 0; h < s.length; h++) {
244
- const f = ae([i, a], [s[h][0], s[h][1]], !0);
245
- f && p.push(f);
246
- }
247
- return p.length === 0 ? !1 : p;
248
- }, E = () => {
249
- var w;
250
- const i = (w = t.getElement()) == null ? void 0 : w.parentElement;
251
- if (!i || !e.loaded || Object.keys(l).length <= 0)
252
- return;
253
- const { panoIndex: a, camera: c, currentMode: o } = t;
254
- if (a === void 0)
255
- return;
256
- let s;
257
- for (const r in l)
258
- r.split(",").indexOf(a.toString()) >= 0 && (s = r);
259
- if (!s) {
260
- for (const r in l)
261
- for (const { $element: x } of l[r].rules)
262
- x.style.display = "none";
263
- return;
264
- }
265
- const p = c.position, h = c.getWorldDirection(new q()), f = i.clientWidth, d = i.clientHeight;
266
- if (o !== se.Mode.Panorama) {
267
- for (const r in l)
268
- for (const { $element: x } of l[r].rules)
269
- x.style.display = "none";
270
- return;
271
- }
272
- for (const r in l)
273
- for (const { $element: x } of l[r].rules)
274
- x.style.display = r === s ? "block" : "none";
275
- const [m] = l[s].origins.slice().filter((r) => r.observers.indexOf(a) >= 0).sort((r, x) => {
276
- const g = r.clone().setY(0).sub(p).normalize().angleTo(h.clone().setY(0)), P = x.clone().setY(0).sub(p).normalize().angleTo(h.clone().setY(0));
277
- return g - P;
278
- });
279
- for (const { rule: r, vertical: x, $element: g } of l[s].rules) {
280
- const [P, F] = r, _ = g.querySelector(".PanoRulerPlugin-rule-line");
281
- if (!_)
282
- return;
283
- if (!m) {
284
- g.style.display = "none";
285
- continue;
286
- }
287
- if (P !== m && F !== m) {
288
- g.style.display = "none";
289
- continue;
290
- }
291
- if (P.distanceTo(F) < 0.3) {
292
- g.style.display = "none";
293
- continue;
294
- }
295
- if (P.observers.indexOf(a) === -1 || F.observers.indexOf(a) === -1) {
296
- g.style.display = "none";
297
- continue;
298
- }
299
- if (P.clone().sub(p).normalize().angleTo(h) > Math.PI / 2) {
300
- g.style.display = "none";
301
- continue;
302
- }
303
- if (F.clone().sub(p).normalize().angleTo(h) > Math.PI / 2) {
304
- g.style.display = "none";
305
- continue;
306
- }
307
- const U = P.distanceTo(F);
308
- if (F.clone().sub(F.clone().sub(P).divide(new q(2, 2, 2))).distanceTo(p) / U > 8) {
309
- g.style.display = "none";
310
- continue;
311
- }
312
- const A = P.clone().project(c), M = (A.x + 1) / 2 * f, z = (-A.y + 1) / 2 * d, K = F.clone().project(c), Y = (K.x + 1) / 2 * f, N = (-K.y + 1) / 2 * d, T = Math.sqrt(Math.pow(Y - M, 2) + Math.pow(N - z, 2));
313
- let H = T, O = 50;
314
- const v = R({ x: ~~M, y: ~~z }, {
315
- x: ~~Y,
316
- y: ~~N
317
- }, f, d);
318
- if (v && v.length === 1 && (m === P ? (H = Math.sqrt(Math.pow(v[0].x - M, 2) + Math.pow(v[0].y - z, 2)), O = H / T * 50) : m === F && (H = Math.sqrt(Math.pow(v[0].x - Y, 2) + Math.pow(v[0].y - N, 2)), O = 100 - H / T * 50)), v && v.length === 2) {
319
- const W = {
320
- x: (v[0].x + v[1].x) / 2,
321
- y: (v[0].y + v[1].y) / 2
322
- };
323
- O = Math.sqrt(
324
- Math.pow(W.x - M, 2) + Math.pow(W.y - z, 2)
325
- ) / T * 100;
326
- }
327
- const ne = (Math.PI / 2 - Math.atan2(Y - M, z - N)) / Math.PI * 180, V = _.querySelector(".PanoRulerPlugin-rule-label"), X = V.children[0].clientWidth;
328
- X >= T || X / 2 >= O / 100 * T || X / 2 >= (1 - O / 100) * T ? _.style.display = "none" : (_.style.display = "block", _.style.width = T + "px", _.style.left = M + "px", _.style.top = z + "px", _.style.transform = `rotate(${-ne}deg)`, V.style.left = `${O}%`);
329
- }
330
- }, C = () => Z(E), D = () => {
331
- var i, a;
332
- return e.loaded ? (e.enable || (b.setAttribute("class", "PanoRulerPlugin" + (e.options.className ? " " + e.options.className : "")), (a = (i = t.getElement()) == null ? void 0 : i.parentElement) == null || a.append(b), E(), t.on("modeChange", E), t.on("cameraUpdate", C), e.enable = !0), !0) : !1;
333
- }, I = () => (e.enable && (t.off("modeChange", E), t.off("cameraUpdate", C), b && b.remove(), e.enable = !1), !0);
334
- function ee(i) {
335
- if (i.distanceText && i.distanceText !== e.options.distanceText) {
336
- const a = i.distanceText;
337
- e.options.distanceText = a, Object.values(l).forEach((c) => {
338
- c.rules.forEach((o) => {
339
- const [s, p] = o.rule, h = s.distanceTo(p), f = o.$element.querySelector(".PanoRulerPlugin-rule-label-name");
340
- !f || (f.innerText = a(h));
341
- });
342
- });
343
- }
344
- }
345
- return {
346
- enable: D,
347
- disable: I,
348
- load: y,
349
- state: e,
350
- changeConfigs: ee
351
- };
352
- };
353
- export {
354
- ye as PanoRulerPlugin
355
- };
@@ -1,50 +0,0 @@
1
- function v(f) {
2
- return typeof Symbol == "undefined" ? `$Symbol<${f}>$` : Symbol(f);
3
- }
4
- const i = v("$$EVENT$$");
5
- function r(f) {
6
- return f[i] || (f[i] = {}), f[i];
7
- }
8
- function d(f) {
9
- f[i] || delete f[i];
10
- }
11
- class E {
12
- hasListener(t) {
13
- const e = r(this);
14
- return Boolean((e == null ? void 0 : e[t]) && e[t].length > 0);
15
- }
16
- on(t, e, o) {
17
- const s = r(this);
18
- return s[t] || (s[t] = []), s[t].push([e, o || !1]), () => this.off(t, e);
19
- }
20
- once(t, e) {
21
- return this.on(t, e, !0);
22
- }
23
- off(t, e) {
24
- if (t === void 0) {
25
- d(this);
26
- return;
27
- }
28
- const o = r(this);
29
- if (o[t] || (o[t] = []), e === void 0) {
30
- o[t].length = 0;
31
- return;
32
- }
33
- let s = 0;
34
- for (; s < o[t].length && o[t][s][0] !== e; s++)
35
- ;
36
- s < o[t].length && o[t].splice(s, 1);
37
- }
38
- emit(t, ...e) {
39
- let o = !1;
40
- const l = r(this)[t] || [];
41
- for (let u of l.slice()) {
42
- const [n, c = !1] = u, h = n(...e);
43
- c && this.off(t, n), h === !1 && (o = !0);
44
- }
45
- return o;
46
- }
47
- }
48
- export {
49
- E as Subscribe
50
- };