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

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 (620) hide show
  1. package/dist/CSS3DRenderPlugin/index..js +88 -0
  2. package/dist/CSS3DRenderPlugin/index.cjs.js +1 -0
  3. package/dist/CameraMovementPlugin/index..js +11 -0
  4. package/dist/CameraMovementPlugin/index.cjs.js +1 -0
  5. package/dist/CruisePlugin/index..js +527 -0
  6. package/dist/CruisePlugin/index.cjs.js +1 -0
  7. package/dist/GuideLinePlugin/index..js +214 -0
  8. package/dist/GuideLinePlugin/index.cjs.js +1 -0
  9. package/dist/ItemLabelPlugin/index..js +508 -0
  10. package/dist/ItemLabelPlugin/index.cjs.js +10 -0
  11. package/dist/ModelChassisCompassPlugin/index..js +9 -0
  12. package/dist/ModelChassisCompassPlugin/index.cjs.js +1 -0
  13. package/dist/ModelEntryDoorGuidePlugin/index..js +9 -0
  14. package/dist/ModelEntryDoorGuidePlugin/index.cjs.js +1 -0
  15. package/dist/ModelItemLabelPlugin/index..js +334 -0
  16. package/dist/ModelItemLabelPlugin/index.cjs.js +10 -0
  17. package/dist/ModelRoomLabelPlugin/index..js +274 -0
  18. package/dist/ModelRoomLabelPlugin/index.cjs.js +1 -0
  19. package/dist/ModelTVVideoPlugin/index..js +12 -0
  20. package/dist/ModelTVVideoPlugin/index.cjs.js +1 -0
  21. package/dist/ModelViewPlugin/index..js +8 -0
  22. package/dist/ModelViewPlugin/index.cjs.js +1 -0
  23. package/dist/Object3DHelperPlugin/index..js +1414 -0
  24. package/dist/Object3DHelperPlugin/index.cjs.js +1 -0
  25. package/dist/PanoCompassPlugin/index..js +258 -0
  26. package/dist/PanoCompassPlugin/index.cjs.js +1 -0
  27. package/dist/PanoCursorRaycasterPlugin/index..js +63 -0
  28. package/dist/PanoCursorRaycasterPlugin/index.cjs.js +1 -0
  29. package/dist/PanoDoorLabelPlugin/index..js +340 -0
  30. package/dist/PanoDoorLabelPlugin/index.cjs.js +1 -0
  31. package/dist/PanoMeasurePlugin/index..js +15 -0
  32. package/dist/PanoMeasurePlugin/index.cjs.js +1 -0
  33. package/dist/PanoRulerPlugin/index..js +9 -0
  34. package/dist/PanoRulerPlugin/index.cjs.js +1 -0
  35. package/dist/PanoRulerProPlugin/index..js +395 -0
  36. package/dist/PanoRulerProPlugin/index.cjs.js +1 -0
  37. package/dist/PanoSpatialTagPlugin/index..js +15 -0
  38. package/dist/PanoSpatialTagPlugin/index.cjs.js +1 -0
  39. package/dist/PanoTagPlugin/index..js +4522 -0
  40. package/dist/PanoTagPlugin/index.cjs.js +17 -0
  41. package/dist/chunks/cjs/BasePlugin.57e5204f.cjs.js +1 -0
  42. package/dist/chunks/cjs/BasePluginWithData.0a28882d.cjs.js +1 -0
  43. package/dist/chunks/cjs/CSS3DRender.15349564.cjs.js +1 -0
  44. package/dist/chunks/cjs/CameraMovementPlugin.2b342576.cjs.js +1 -0
  45. package/dist/chunks/cjs/Plugin.5f616fb3.cjs.js +1 -0
  46. package/dist/chunks/cjs/Plugin.609da4aa.cjs.js +94 -0
  47. package/dist/chunks/cjs/Plugin.67936d0e.cjs.js +16 -0
  48. package/dist/chunks/cjs/Plugin.8a110c53.cjs.js +1 -0
  49. package/dist/chunks/cjs/Plugin.9971108a.cjs.js +1 -0
  50. package/dist/chunks/cjs/Plugin.fd42bf8a.cjs.js +1 -0
  51. package/dist/chunks/cjs/Subscribe.5398d5c6.cjs.js +1 -0
  52. package/dist/chunks/cjs/changeModelCanvasOpacity.8d84f111.cjs.js +1 -0
  53. package/dist/chunks/cjs/correctFiveState.4c8472bd.cjs.js +1 -0
  54. package/dist/chunks/cjs/debounce.93dfb637.cjs.js +1 -0
  55. package/dist/chunks/cjs/equal.e9fcbd4e.cjs.js +1 -0
  56. package/dist/chunks/cjs/filter.cf9ebbb3.cjs.js +1 -0
  57. package/dist/chunks/cjs/formatData.81e95011.cjs.js +10 -0
  58. package/dist/chunks/cjs/index.30b7baeb.cjs.js +101 -0
  59. package/dist/chunks/cjs/index.686e84d1.cjs.js +290 -0
  60. package/dist/chunks/cjs/index.7d2010ce.cjs.js +1 -0
  61. package/dist/chunks/cjs/isNil.b3a58990.cjs.js +1 -0
  62. package/dist/chunks/cjs/planimetry.7fce816a.cjs.js +1 -0
  63. package/dist/chunks/cjs/throttle.86c209eb.cjs.js +1 -0
  64. package/dist/chunks/cjs/transfromToMeshBasicMaterial.9db6d46a.cjs.js +1 -0
  65. package/dist/chunks/cjs/uuid.29ed9c88.cjs.js +1 -0
  66. package/dist/chunks/es/BasePlugin.813e25f7.es.js +18 -0
  67. package/dist/chunks/es/BasePluginWithData.4bf4e649.es.js +6 -0
  68. package/dist/chunks/es/CSS3DRender.5652510e.es.js +393 -0
  69. package/dist/chunks/es/CameraMovementPlugin.4a7c3e46.es.js +120 -0
  70. package/dist/chunks/es/Plugin.26c2df05.es.js +106 -0
  71. package/dist/chunks/es/Plugin.435485ed.es.js +584 -0
  72. package/dist/chunks/es/Plugin.a98418f0.es.js +82 -0
  73. package/dist/chunks/es/Plugin.ae4ee6f8.es.js +82 -0
  74. package/dist/chunks/es/Plugin.dd11e0ad.es.js +180 -0
  75. package/dist/chunks/es/Plugin.f4cf895f.es.js +355 -0
  76. package/dist/chunks/es/Subscribe.c73e0f91.es.js +50 -0
  77. package/dist/chunks/es/changeModelCanvasOpacity.45ef9fd6.es.js +1551 -0
  78. package/dist/chunks/es/correctFiveState.e7feab9f.es.js +66 -0
  79. package/dist/chunks/es/debounce.ef83f417.es.js +11 -0
  80. package/dist/chunks/es/equal.7db4a6f7.es.js +56 -0
  81. package/dist/chunks/es/filter.97ec06c4.es.js +12 -0
  82. package/dist/chunks/es/formatData.a2b39ef9.es.js +483 -0
  83. package/dist/chunks/es/index.a273f06e.es.js +532 -0
  84. package/dist/chunks/es/index.b8fdb59b.es.js +50 -0
  85. package/dist/chunks/es/index.f74f4851.es.js +1787 -0
  86. package/dist/chunks/es/isNil.212842d9.es.js +10 -0
  87. package/dist/chunks/es/planimetry.b0b4a28d.es.js +43 -0
  88. package/dist/chunks/es/throttle.db66bac3.es.js +11 -0
  89. package/dist/chunks/es/transfromToMeshBasicMaterial.849ee069.es.js +24 -0
  90. package/dist/chunks/es/uuid.676cb2c8.es.js +9 -0
  91. package/dist/components/PaintBrush/index..js +6 -0
  92. package/dist/components/PaintBrush/index.cjs.js +1 -0
  93. package/dist/components/index..js +7 -0
  94. package/dist/components/index.cjs.js +1 -0
  95. package/dist/floorplan/MapviewFloorplanPlugin/index..js +324 -0
  96. package/dist/floorplan/MapviewFloorplanPlugin/index.cjs.js +1 -0
  97. package/dist/floorplan/ModelFloorplanPlugin/index..js +320 -0
  98. package/dist/floorplan/ModelFloorplanPlugin/index.cjs.js +1 -0
  99. package/dist/floorplan/PanoFloorplanRadarPlugin/index..js +613 -0
  100. package/dist/floorplan/PanoFloorplanRadarPlugin/index.cjs.js +1 -0
  101. package/dist/floorplan/TopviewFloorplanPlugin/index..js +277 -0
  102. package/dist/floorplan/TopviewFloorplanPlugin/index.cjs.js +1 -0
  103. package/dist/index..js +530 -0
  104. package/dist/index.cjs.js +3 -543
  105. package/docs/classes/CruisePluginController.html +24 -24
  106. package/docs/classes/Magnifier.html +16 -16
  107. package/docs/classes/ModelRoomLabelController.html +11 -11
  108. package/docs/classes/Object3DHelperController.html +24 -24
  109. package/docs/classes/PaintBrush.html +15 -15
  110. package/docs/classes/PanoTagPluginController.html +39 -39
  111. package/docs/classes/Util.BetterTween.html +8 -8
  112. package/docs/classes/Util.FivePointSelector.html +12 -12
  113. package/docs/classes/Util.Interval.html +12 -12
  114. package/docs/classes/Util.Magnifier.html +17 -17
  115. package/docs/classes/Util.PointDomHelper.html +11 -11
  116. package/docs/classes/Util.PointHelper.html +11 -11
  117. package/docs/classes/Util.Rectangle.html +13 -13
  118. package/docs/enums/CameraMovementEffect.html +7 -7
  119. package/docs/enums/ContentType.html +12 -12
  120. package/docs/enums/DIRECTION.html +9 -9
  121. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  122. package/docs/enums/DimensionType.html +7 -7
  123. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  124. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  125. package/docs/enums/LinkType.html +7 -7
  126. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  127. package/docs/enums/PointType.html +7 -7
  128. package/docs/enums/Rotation.html +8 -8
  129. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  130. package/docs/functions/CameraMovementPlugin.html +4 -4
  131. package/docs/functions/CruisePlugin.html +4 -4
  132. package/docs/functions/GuideLinePlugin.html +5 -5
  133. package/docs/functions/ItemLabelPlugin.html +4 -4
  134. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  135. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  136. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  137. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  138. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  139. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  140. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  141. package/docs/functions/ModelViewPlugin.html +4 -4
  142. package/docs/functions/Object3DHelperPlugin.html +4 -4
  143. package/docs/functions/PanoCompassPlugin.html +4 -4
  144. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  145. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  146. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  147. package/docs/functions/PanoMeasurePlugin.html +4 -4
  148. package/docs/functions/PanoRulerPlugin.html +4 -4
  149. package/docs/functions/PanoRulerProPlugin.html +4 -4
  150. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  151. package/docs/functions/PanoTagPlugin.html +4 -4
  152. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  153. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  154. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  155. package/docs/functions/Util.getFrameTime.html +5 -5
  156. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  157. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  158. package/docs/functions/Util.isNil.html +5 -5
  159. package/docs/functions/Util.nextFrame.html +5 -5
  160. package/docs/functions/Util.notNil.html +5 -5
  161. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  162. package/docs/functions/Util.tweenProgress.html +5 -5
  163. package/docs/functions/pluginFlag.html +5 -5
  164. package/docs/index.html +4 -4
  165. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  166. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  167. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  168. package/docs/interfaces/ContentTypeMap.html +12 -12
  169. package/docs/interfaces/FloorplanBounding.html +8 -8
  170. package/docs/interfaces/FloorplanData.html +10 -10
  171. package/docs/interfaces/FloorplanEntrance.html +11 -11
  172. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  173. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  174. package/docs/interfaces/FloorplanFloorData.html +9 -9
  175. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  176. package/docs/interfaces/FloorplanObserver.html +9 -9
  177. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  178. package/docs/interfaces/FloorplanPosition.html +7 -7
  179. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  180. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  181. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  182. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  183. package/docs/interfaces/FloorplanServerData.html +7 -7
  184. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  185. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  186. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  187. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  188. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  189. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  190. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  191. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  192. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  193. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  194. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  195. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  196. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  197. package/docs/interfaces/LineJson.html +7 -7
  198. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  199. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  200. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  201. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  202. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  203. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  204. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  205. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  206. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  207. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  208. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  209. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  210. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  211. package/docs/interfaces/Object3DHelperState.html +8 -8
  212. package/docs/interfaces/OpenParameter.html +7 -7
  213. package/docs/interfaces/PaintBrushAction.html +12 -12
  214. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  215. package/docs/interfaces/PaintBrushState.html +10 -10
  216. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  217. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  218. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  219. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  220. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  221. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  222. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  223. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  224. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  225. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  226. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  227. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  228. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  229. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  230. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  231. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  232. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  233. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  234. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  235. package/docs/interfaces/Point.html +8 -8
  236. package/docs/interfaces/PointJson.html +8 -8
  237. package/docs/interfaces/Room.html +9 -9
  238. package/docs/interfaces/RoomInfo.html +7 -7
  239. package/docs/interfaces/RoomLabel.html +14 -14
  240. package/docs/interfaces/RoomRules.html +5 -5
  241. package/docs/interfaces/Rooms.html +5 -5
  242. package/docs/interfaces/Scissor.html +9 -9
  243. package/docs/interfaces/TagConfig.html +10 -10
  244. package/docs/interfaces/Tags.html +9 -9
  245. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  246. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  247. package/docs/modules/Util.html +5 -5
  248. package/docs/modules.html +4 -4
  249. package/docs/types/ArrayPosition.html +5 -5
  250. package/docs/types/CSS3DRenderExportType.html +5 -5
  251. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  252. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  253. package/docs/types/Color.html +5 -5
  254. package/docs/types/ContentTypeConfigKey.html +5 -5
  255. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  256. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  257. package/docs/types/Create3DElementReturnType.html +5 -5
  258. package/docs/types/CruisePluginExportType.html +5 -5
  259. package/docs/types/Direction-1.html +5 -5
  260. package/docs/types/Direction4.html +5 -5
  261. package/docs/types/FloorplanRuleLabels.html +5 -5
  262. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  263. package/docs/types/GuideLinePluginExportType.html +5 -5
  264. package/docs/types/HelperEventMap.html +5 -5
  265. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  266. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  267. package/docs/types/MediaData.html +5 -5
  268. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  269. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  270. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  271. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  272. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  273. package/docs/types/MoveArgs.html +5 -5
  274. package/docs/types/MoveOpts.html +5 -5
  275. package/docs/types/Object3DHelperEventMap.html +5 -5
  276. package/docs/types/ObjectFit.html +5 -5
  277. package/docs/types/PaintBrushEventMap.html +5 -5
  278. package/docs/types/PanoCompassPluginData.html +5 -5
  279. package/docs/types/PanoCompassPluginExportType.html +5 -5
  280. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  281. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  282. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  283. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  284. package/docs/types/PanoMeasureReturnType.html +5 -5
  285. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  286. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  287. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  288. package/docs/types/PlaneTag.html +5 -5
  289. package/docs/types/PointTag.html +5 -5
  290. package/docs/types/Position.html +5 -5
  291. package/docs/types/RotateArgs.html +5 -5
  292. package/docs/types/RotateOpts.html +5 -5
  293. package/docs/types/RuleLabelsKey.html +5 -5
  294. package/docs/types/RuleLabelsValue.html +5 -5
  295. package/docs/types/Tag.html +5 -5
  296. package/docs/types/Tag2D.html +5 -5
  297. package/docs/types/Tag3D.html +5 -5
  298. package/docs/types/TagId.html +5 -5
  299. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  300. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  301. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  302. package/docs/variables/PLUGIN.html +5 -5
  303. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  304. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  305. package/docs/variables/VERSION.html +5 -5
  306. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  307. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  308. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  309. package/libs/CSS3DRenderPlugin/CSS3DRender.js +327 -1
  310. package/libs/CSS3DRenderPlugin/Controller.js +83 -1
  311. package/libs/CSS3DRenderPlugin/index.js +5 -1
  312. package/libs/CSS3DRenderPlugin/typing.js +1 -1
  313. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +65 -1
  314. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +10 -1
  315. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +7 -1
  316. package/libs/CSS3DRenderPlugin/utils/index.js +1 -1
  317. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +6 -1
  318. package/libs/CSS3DRenderPlugin/utils/random.js +1 -1
  319. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +87 -1
  320. package/libs/CameraMovementPlugin/index.js +3 -1
  321. package/libs/CameraMovementPlugin/typing.js +5 -1
  322. package/libs/CruisePlugin/Controller.js +484 -1
  323. package/libs/CruisePlugin/index.js +5 -1
  324. package/libs/CruisePlugin/utils/coordinatesAngle.js +8 -1
  325. package/libs/CruisePlugin/utils/coordinatesToVector.js +12 -1
  326. package/libs/CruisePlugin/utils/formatRad.js +7 -1
  327. package/libs/CruisePlugin/utils/linerValue.js +7 -1
  328. package/libs/CruisePlugin/utils/safeCall.js +28 -1
  329. package/libs/CruisePlugin/utils/sleep.js +10 -1
  330. package/libs/CruisePlugin/utils/vectorToCoordinates.js +10 -1
  331. package/libs/GuideLinePlugin/Controller.js +143 -1
  332. package/libs/GuideLinePlugin/index.js +5 -1
  333. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +13 -1
  334. package/libs/GuideLinePlugin/utils/getLineGeometries.js +64 -1
  335. package/libs/ItemLabelPlugin/ItemLabelComponent.js +273 -1
  336. package/libs/ItemLabelPlugin/ItemLabelItem.js +133 -2
  337. package/libs/ItemLabelPlugin/Plugin.js +75 -2
  338. package/libs/ItemLabelPlugin/index.js +12 -1
  339. package/libs/ItemLabelPlugin/typings.js +4 -1
  340. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +4 -1
  341. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +16 -1
  342. package/libs/ItemLabelPlugin/utils/isImpacted.js +10 -1
  343. package/libs/ItemLabelPlugin/utils/parseData.js +21 -1
  344. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +21 -1
  345. package/libs/ModelChassisCompassPlugin/Plugin.js +70 -1
  346. package/libs/ModelChassisCompassPlugin/index.js +2 -1
  347. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +77 -1
  348. package/libs/ModelEntryDoorGuidePlugin/index.js +2 -1
  349. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +213 -1
  350. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +42 -2
  351. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +73 -2
  352. package/libs/ModelItemLabelPlugin/events.type.js +1 -1
  353. package/libs/ModelItemLabelPlugin/index.js +12 -1
  354. package/libs/ModelItemLabelPlugin/typings.js +4 -1
  355. package/libs/ModelItemLabelPlugin/utils/parseData.js +19 -1
  356. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +4 -1
  357. package/libs/ModelRoomLabelPlugin/Controller.js +60 -1
  358. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +45 -1
  359. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +163 -1
  360. package/libs/ModelRoomLabelPlugin/index.js +9 -1
  361. package/libs/ModelRoomLabelPlugin/utils/parseData.js +16 -1
  362. package/libs/ModelTVVideoPlugin/Plugin.js +163 -1
  363. package/libs/ModelTVVideoPlugin/index.js +2 -1
  364. package/libs/ModelTVVideoPlugin/typings.js +4 -1
  365. package/libs/ModelTVVideoPlugin/utils/parseData.js +20 -1
  366. package/libs/ModelViewPlugin/Plugin.js +106 -1
  367. package/libs/ModelViewPlugin/index.js +2 -1
  368. package/libs/Object3DHelperPlugin/Controller.js +145 -1
  369. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +31 -1
  370. package/libs/Object3DHelperPlugin/index.js +5 -1
  371. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +4 -1
  372. package/libs/PanoCompassPlugin/Controller.js +224 -1
  373. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +24 -1
  374. package/libs/PanoCompassPlugin/index.js +5 -1
  375. package/libs/PanoCursorRaycasterPlugin/index.js +58 -1
  376. package/libs/PanoDoorLabelPlugin/BaseController.js +59 -1
  377. package/libs/PanoDoorLabelPlugin/Controller.js +219 -1
  378. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +65 -1
  379. package/libs/PanoDoorLabelPlugin/index.js +5 -1
  380. package/libs/PanoDoorLabelPlugin/utils.js +23 -1
  381. package/libs/PanoMeasurePlugin/Controller/BaseController.js +53 -1
  382. package/libs/PanoMeasurePlugin/Controller/EditController.js +102 -1
  383. package/libs/PanoMeasurePlugin/Controller/MixedController.js +125 -1
  384. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +33 -1
  385. package/libs/PanoMeasurePlugin/Controller/ViewController.js +90 -1
  386. package/libs/PanoMeasurePlugin/Controller/WatchController.js +154 -1
  387. package/libs/PanoMeasurePlugin/Controller/index.js +140 -1
  388. package/libs/PanoMeasurePlugin/Model/index.js +92 -1
  389. package/libs/PanoMeasurePlugin/Model/line.js +56 -1
  390. package/libs/PanoMeasurePlugin/Model/point.js +30 -1
  391. package/libs/PanoMeasurePlugin/Model/polyline.js +47 -1
  392. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +5 -2
  393. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +4 -1
  394. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +4 -1
  395. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +67 -3
  396. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +28 -1
  397. package/libs/PanoMeasurePlugin/Modules/GuideController.js +41 -1
  398. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +103 -1
  399. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +12 -8
  400. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +50 -1
  401. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +36 -1
  402. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +48 -1
  403. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +8 -3
  404. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +39 -1
  405. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +62 -1
  406. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +6 -2
  407. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +130 -1
  408. package/libs/PanoMeasurePlugin/index.js +10 -1
  409. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +12 -1
  410. package/libs/PanoMeasurePlugin/utils/constants.js +36 -1
  411. package/libs/PanoMeasurePlugin/utils/distanceDom.js +62 -1
  412. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +13 -1
  413. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +15 -1
  414. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +9 -1
  415. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +8 -1
  416. package/libs/PanoMeasurePlugin/utils/ironbox.js +4 -1
  417. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +7 -1
  418. package/libs/PanoMeasurePlugin/utils/line.js +17 -1
  419. package/libs/PanoMeasurePlugin/utils/math.js +12 -1
  420. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +33 -3
  421. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +8 -1
  422. package/libs/PanoRulerPlugin/Plugin.js +262 -2
  423. package/libs/PanoRulerPlugin/index.js +2 -1
  424. package/libs/PanoRulerPlugin/style.js +5 -2
  425. package/libs/PanoRulerProPlugin/Controller.js +93 -1
  426. package/libs/PanoRulerProPlugin/RulerItem.js +128 -1
  427. package/libs/PanoRulerProPlugin/RulerItems.js +183 -1
  428. package/libs/PanoRulerProPlugin/index.js +5 -1
  429. package/libs/PanoSpatialTagPlugin/Components/origins.js +82 -1
  430. package/libs/PanoSpatialTagPlugin/Components/tag.js +125 -1
  431. package/libs/PanoSpatialTagPlugin/Plugin.js +246 -1
  432. package/libs/PanoSpatialTagPlugin/index.js +6 -1
  433. package/libs/PanoSpatialTagPlugin/store.js +5 -1
  434. package/libs/PanoSpatialTagPlugin/style.js +11 -1
  435. package/libs/PanoSpatialTagPlugin/typings.js +1 -1
  436. package/libs/PanoTagPlugin/Assets/Icon.js +6 -1
  437. package/libs/PanoTagPlugin/Components/Common/Arrow.js +103 -1
  438. package/libs/PanoTagPlugin/Components/Common/Audio.js +166 -1
  439. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +93 -1
  440. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +90 -1
  441. package/libs/PanoTagPlugin/Components/Common/Media.js +400 -1
  442. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +139 -1
  443. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +180 -1
  444. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +52 -1
  445. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +52 -1
  446. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +169 -1
  447. package/libs/PanoTagPlugin/Components/Common/Shadow.js +124 -15
  448. package/libs/PanoTagPlugin/Components/Common/Text.js +131 -1
  449. package/libs/PanoTagPlugin/Components/Common/TextItem.js +106 -0
  450. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +140 -1
  451. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +73 -1
  452. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +214 -1
  453. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +127 -1
  454. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +259 -1
  455. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +106 -1
  456. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +134 -1
  457. package/libs/PanoTagPlugin/Components/Tag/index.js +318 -2
  458. package/libs/PanoTagPlugin/Components/TagContainer.js +200 -1
  459. package/libs/PanoTagPlugin/Components/TagWrapper.js +191 -1
  460. package/libs/PanoTagPlugin/controller/TagCacheController.js +31 -1
  461. package/libs/PanoTagPlugin/controller/TagComputer.js +264 -1
  462. package/libs/PanoTagPlugin/controller/index.js +376 -1
  463. package/libs/PanoTagPlugin/index.js +5 -1
  464. package/libs/PanoTagPlugin/tag.config.js +43 -1
  465. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  466. package/libs/PanoTagPlugin/typings/index.js +1 -1
  467. package/libs/PanoTagPlugin/typings/tag.js +7 -1
  468. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +6 -1
  469. package/libs/PanoTagPlugin/utils/addDebugPoints.js +27 -1
  470. package/libs/PanoTagPlugin/utils/checkRange.js +10 -1
  471. package/libs/PanoTagPlugin/utils/constants.js +7 -1
  472. package/libs/PanoTagPlugin/utils/debounce.js +12 -1
  473. package/libs/PanoTagPlugin/utils/doUtil.js +12 -1
  474. package/libs/PanoTagPlugin/utils/index.js +1 -1
  475. package/libs/PanoTagPlugin/utils/noTypecheck.js +4 -1
  476. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +13 -1
  477. package/libs/PanoTagPlugin/utils/planeNormal.js +11 -1
  478. package/libs/PanoTagPlugin/utils/resizeObserver.js +17 -1
  479. package/libs/PanoTagPlugin/utils/search.js +15 -1
  480. package/libs/PanoTagPlugin/utils/tagPosition.js +13 -1
  481. package/libs/PanoTagPlugin/utils/throttle.js +11 -1
  482. package/libs/base/BasePlugin.js +18 -1
  483. package/libs/base/BasePluginWithData.js +6 -1
  484. package/libs/components/PaintBrush/Controller.js +308 -1
  485. package/libs/components/PaintBrush/Subscribe.js +47 -1
  486. package/libs/components/PaintBrush/index.js +45 -1
  487. package/libs/components/PaintBrush/style.js +5 -2
  488. package/libs/components/PaintBrush/tween.js +11 -1
  489. package/libs/components/PaintBrush/typings.js +4 -1
  490. package/libs/components/PaintBrush/utils.js +45 -1
  491. package/libs/components/index.js +2 -1
  492. package/libs/floorplan/Assets/camera.js +4 -1
  493. package/libs/floorplan/Assets/compass.js +4 -1
  494. package/libs/floorplan/Assets/floorplanExtraObject.js +4 -1
  495. package/libs/floorplan/Components/BaseImage.js +103 -1
  496. package/libs/floorplan/Components/Camera.js +62 -1
  497. package/libs/floorplan/Components/Compass.js +60 -1
  498. package/libs/floorplan/Components/CurrentFloor.js +256 -1
  499. package/libs/floorplan/Components/Main.js +283 -1
  500. package/libs/floorplan/Components/Normalmage.js +37 -1
  501. package/libs/floorplan/Components/RoomHighlight/Room.js +61 -1
  502. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +122 -1
  503. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +153 -1
  504. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +175 -1
  505. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +196 -1
  506. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +37 -1
  507. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +39 -1
  508. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +37 -1
  509. package/libs/floorplan/Components/RuleLabels/RuleItem.js +134 -1
  510. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +139 -1
  511. package/libs/floorplan/Components/SvgImage.js +39 -2
  512. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +321 -1
  513. package/libs/floorplan/MapviewFloorplanPlugin/index.js +5 -1
  514. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +316 -1
  515. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -1
  516. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +85 -1
  517. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +133 -1
  518. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +72 -1
  519. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +192 -1
  520. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +164 -1
  521. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -1
  522. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +273 -1
  523. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -1
  524. package/libs/floorplan/constant.js +4 -1
  525. package/libs/floorplan/index.js +6 -1
  526. package/libs/floorplan/typings/floorplanData.js +1 -1
  527. package/libs/floorplan/typings/floorplanServerData.js +101 -1
  528. package/libs/floorplan/utils/constant.js +7 -1
  529. package/libs/floorplan/utils/correctFiveState.js +54 -1
  530. package/libs/floorplan/utils/formatData.js +104 -1
  531. package/libs/floorplan/utils/formatPosition.js +35 -1
  532. package/libs/index.js +346 -1
  533. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +151 -1
  534. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +51 -1
  535. package/libs/shared-utils/Object3DHelper/Constants/color.js +20 -1
  536. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +18 -1
  537. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +66 -1
  538. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +109 -1
  539. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +134 -1
  540. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +79 -1
  541. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +41 -1
  542. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +13 -1
  543. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +30 -1
  544. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +35 -1
  545. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +2 -1
  546. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +137 -1
  547. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +136 -1
  548. package/libs/shared-utils/Object3DHelper/Helper/index.js +3 -1
  549. package/libs/shared-utils/Object3DHelper/index.js +169 -1
  550. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
  551. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
  552. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
  553. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  554. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +11 -1
  555. package/libs/shared-utils/Object3DHelper/utils/direction.js +22 -1
  556. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -1
  557. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +14 -1
  558. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -1
  559. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -1
  560. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -1
  561. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -1
  562. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +191 -1
  563. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +6 -1
  564. package/libs/shared-utils/Subscribe.js +50 -1
  565. package/libs/shared-utils/animationFrame/BetterTween.js +26 -1
  566. package/libs/shared-utils/animationFrame/calculateProgress.js +6 -1
  567. package/libs/shared-utils/animationFrame/formatRad.js +11 -1
  568. package/libs/shared-utils/animationFrame/index.js +28 -1
  569. package/libs/shared-utils/animationFrame/tween.js +28 -1
  570. package/libs/shared-utils/changeModelCanvasOpacity.js +12 -1
  571. package/libs/shared-utils/createCanvasTextTexture.js +11 -1
  572. package/libs/shared-utils/createLine/index.js +9 -1
  573. package/libs/shared-utils/debounce.js +11 -1
  574. package/libs/shared-utils/equal.js +54 -1
  575. package/libs/shared-utils/filter.js +10 -1
  576. package/libs/shared-utils/five/changeMode.js +39 -1
  577. package/libs/shared-utils/getPxmm.js +20 -1
  578. package/libs/shared-utils/index.js +35 -1
  579. package/libs/shared-utils/isNil.js +10 -1
  580. package/libs/shared-utils/isTruelyObject.js +6 -1
  581. package/libs/shared-utils/math/Interval.js +23 -1
  582. package/libs/shared-utils/math/Rectangle.js +23 -1
  583. package/libs/shared-utils/math/index.js +1 -1
  584. package/libs/shared-utils/math/planimetry.js +43 -1
  585. package/libs/shared-utils/math/rad2Deg.js +6 -1
  586. package/libs/shared-utils/nearlyEqual.js +6 -1
  587. package/libs/shared-utils/nextFrame.js +6 -1
  588. package/libs/shared-utils/noop.js +5 -1
  589. package/libs/shared-utils/object3d2LocalMatrix.js +18 -1
  590. package/libs/shared-utils/removeArrayItem.js +8 -1
  591. package/libs/shared-utils/tap.js +6 -1
  592. package/libs/shared-utils/three/Assets/index.js +4 -1
  593. package/libs/shared-utils/three/FivePointSelector.js +49 -1
  594. package/libs/shared-utils/three/Magnifier.js +104 -1
  595. package/libs/shared-utils/three/PointDomHelper.js +60 -1
  596. package/libs/shared-utils/three/PointHelper.js +60 -3
  597. package/libs/shared-utils/three/getCoords.js +13 -1
  598. package/libs/shared-utils/three/getIntersect.js +8 -1
  599. package/libs/shared-utils/three/getRaycaster.js +12 -1
  600. package/libs/shared-utils/three/index.js +6 -1
  601. package/libs/shared-utils/three/loadTexture.js +28 -1
  602. package/libs/shared-utils/three/transformPositionToVector3.js +5 -1
  603. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +24 -1
  604. package/libs/shared-utils/throttle.js +11 -1
  605. package/libs/shared-utils/tinyEJSrender.js +138 -14
  606. package/libs/shared-utils/to.js +28 -1
  607. package/libs/shared-utils/uuid.js +9 -1
  608. package/libs/vendor/swiper/components-shared/get-changed-params.js +29 -1
  609. package/libs/vendor/swiper/components-shared/get-params.js +23 -1
  610. package/libs/vendor/swiper/components-shared/mount-swiper.js +14 -1
  611. package/libs/vendor/swiper/components-shared/params-list.js +120 -1
  612. package/libs/vendor/swiper/components-shared/update-swiper.js +36 -1
  613. package/libs/vendor/swiper/components-shared/utils.js +32 -1
  614. package/libs/vendor/swiper/svelte/swiper-slide.js +182 -1
  615. package/libs/vendor/swiper/svelte/swiper-svelte.js +3 -1
  616. package/libs/vendor/swiper/svelte/swiper.js +254 -1
  617. package/package.json +13 -181
  618. package/dist/index.es.js +0 -16650
  619. package/dist/index.js +0 -16650
  620. package/dist/index.umd.js +0 -556
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.1.2-alpha.1</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.1.2-alpha.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.1.2-alpha.10</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.1.2-alpha.10"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.1.2-alpha.1</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.1.2-alpha.10</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.1.2-alpha.1</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.1.2-alpha.10</a></li>
16
16
  <li><a href="modelRoomLabelPluginServerParams.html">modelRoomLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable modelRoomLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/672da07/plugins/src/ModelRoomLabelPlugin/index.ts#L12">plugins/src/ModelRoomLabelPlugin/index.ts:12</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/ca1a1ce/plugins/src/ModelRoomLabelPlugin/index.ts#L12">plugins/src/ModelRoomLabelPlugin/index.ts:12</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.1.2-<wbr/>alpha.1</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.1.2-<wbr/>alpha.10</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/Util.html">Util</a></li></ul></li></ul></div></details></nav>
47
47
  <nav class="tsd-navigation secondary menu-sticky">
@@ -1 +1,327 @@
1
- "use strict";var Z=Object.defineProperty;var L=Object.getOwnPropertySymbols;var ee=Object.prototype.hasOwnProperty,te=Object.prototype.propertyIsEnumerable;var q=(b,e,t)=>e in b?Z(b,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):b[e]=t,N=(b,e)=>{for(var t in e||(e={}))ee.call(e,t)&&q(b,t,e[t]);if(L)for(var t of L(e))te.call(e,t)&&q(b,t,e[t]);return b};var f=(b,e,t)=>(q(b,typeof e!="symbol"?e+"":e,t),t);var y=(b,e,t)=>new Promise((s,n)=>{var d=i=>{try{a(t.next(i))}catch(u){n(u)}},c=i=>{try{a(t.throw(i))}catch(u){n(u)}},a=i=>i.done?s(i.value):Promise.resolve(i.value).then(d,c);a((t=t.apply(b,e)).next())});const se=require("three"),x=require("three/examples/jsm/renderers/CSS3DRenderer"),oe=require("../shared-utils/Subscribe.js"),U=require("./utils/evenNumber.js"),ne=require("./utils/positionToVector3.js"),re=require("./utils/CSS3DObjectPlus.js");function ie(b){if(b&&b.__esModule)return b;const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(b){for(const t in b)if(t!=="default"){const s=Object.getOwnPropertyDescriptor(b,t);Object.defineProperty(e,t,s.get?s:{enumerable:!0,get:()=>b[t]})}}return e.default=b,Object.freeze(e)}const C=ie(se),de="v2.0.1",V="CSS3DRenderer",m=`${V}@${de}`,H=b=>`${m}--${b}`,o={};class ce{constructor(){f(this,"hooks",new oe.Subscribe);f(this,"state",{enabled:!0,visible:!0,disposed:!1});f(this,"store",{rendered:!1,disposers:[],frontModeCSS3DObjects:{},behindModeCSS3DObjects:{}});f(this,"create3DElement",(e,t,s)=>{if(this.state.disposed)return this.disposedErrorLog();const n=(()=>{const r={ratio:.00216,devicePixelRatio:1,mode:"front",autoRender:!0,container:document.createElement("div"),pointerEvents:"none"};return Object.assign(r,s)})(),d=t.map(ne.anyPositionToVector3);if((d==null?void 0:d.length)<4)return console.error(`${m}: requires 4 point but params may have fewer`);const{ratio:c,devicePixelRatio:a,mode:i,autoRender:u,container:l,pointerEvents:G}=n,F=[],{css3DObject:h,opacityMesh:O}=this.createObject(d,{ratio:c,dpr:a,container:l,mode:i,pointerEvents:G});l.id=`container--${h.uuid}`;const Q=i==="front"&&!o.frontModeStore,W=i==="behind"&&!o.behindModeStore;i==="front"&&this.initGlobalModeStore("front"),i==="behind"&&this.initGlobalModeStore("behind",n.scene),h.hooks.on("changeMode",(r,D,M)=>{var T,_,$;if(r===D)return;r==="front"&&this.initGlobalModeStore("front"),r==="behind"&&this.initGlobalModeStore("behind",M);const S=D==="front"?o.frontModeStore:o.behindModeStore,p=r==="front"?o.frontModeStore:o.behindModeStore,I=D==="behind"?this.store.behindModeCSS3DObjects:this.store.frontModeCSS3DObjects,w=r==="behind"?this.store.behindModeCSS3DObjects:this.store.frontModeCSS3DObjects;if(!I||!w)return console.error(`${m}: changeMode error: prevObjects or nextObjects is undefined`);const j=I[h.uuid];if(!j)return console.error(`${m}: changeMode error: prevObject is undefined`);if(r==="behind"){const B=(T=j.opacityMesh)!=null?T:this.createOpacityMesh(j.css3DObject);S==null||S.css3DScene.remove(j.css3DObject),w[h.uuid]={css3DObject:h,opacityMesh:B,visible:!0,enabled:!0,mode:r,scene:M},p==null||p.css3DScene.add(h),M==null||M.add(B)}r==="front"&&(S==null||S.css3DScene.remove(j.css3DObject),($=(_=I[h.uuid])==null?void 0:_.scene)==null||$.remove(j.opacityMesh),w[h.uuid]={css3DObject:h,visible:!0,enabled:!0,mode:r},p==null||p.css3DScene.add(h)),r==="behind"&&this.appendToElement(o.behindModeContainer,"behind"),r==="front"&&this.appendToElement(o.frontModeContainer,"front"),this.render(e),console.log("change success")});const g=i==="front"?o.frontModeStore:o.behindModeStore,{css3DScene:E,css3DRenderer:v}=g,z=(()=>{const r=()=>{var M,S;const D=h.mode;if(D==="front")this.store.frontModeCSS3DObjects[h.uuid]={visible:!0,enabled:!0,css3DObject:h,mode:"front"};else{if(!n.scene)return;this.store.behindModeCSS3DObjects[h.uuid]={visible:!0,enabled:!0,css3DObject:h,opacityMesh:O,mode:"behind",scene:n.scene}}E.getObjectById(h.id)||E.add(h),D==="behind"&&O&&((M=n.scene)!=null&&M.getObjectById(O.id)||(S=n.scene)==null||S.add(O),F.push(()=>{var p;return O&&((p=n.scene)==null?void 0:p.remove(O))}))};return Q||W?(v.domElement.style.position="absolute",v.domElement.style.top="0",v.domElement.style.userSelect="none",v.domElement.style.pointerEvents="none",v.domElement.classList.add(H(i)),()=>{r(),this.render(e)}):(this.store.rendered=!0,()=>r())})(),P=i==="front"?o.frontModeContainer:o.behindModeContainer;if(P){this.appendToElement(P,i);const r=i==="front"?o.frontModeStore:o.behindModeStore;r&&(r.appendedToPage=!0)}const R=r=>this.setVisibleById(h.uuid,r),A=r=>this.setEnabledById(h.uuid,r),J=()=>R(!0),K=()=>R(!1),X=()=>A(!0),Y=()=>A(!1),k=()=>(delete this.store.frontModeCSS3DObjects[h.uuid],delete this.store.behindModeCSS3DObjects[h.uuid],F.forEach(r=>r==null?void 0:r()),E.remove(h),E.children.length===0&&(typeof g.requestAnimationFrameId=="number"&&cancelAnimationFrame(g.requestAnimationFrameId),v.domElement.remove(),i==="front"&&(o.frontModeStore=void 0),i==="behind"&&(o.behindModeStore=void 0),o.frontModeResizeObserver=void 0,o.behindModeResizeObserver=void 0),!0);return this.store.disposers.push(k),u&&z(),{id:h.uuid,container:l,dispose:k,css3DObject:h,render:u?void 0:z,show:J,hide:K,setVisible:R,disable:Y,enable:X,setEnabled:A,appendToElement:r=>this.appendToElement(r,i)}});f(this,"setVisibleById",(e,t)=>{var n;const s=(n=this.store.frontModeCSS3DObjects[e])!=null?n:this.store.behindModeCSS3DObjects[e];if(!s)return console.error("id not found",e);s.visible=t,this.state.visible&&(s.css3DObject.visible=t,s.mode==="behind"&&(s.opacityMesh.visible=t))});f(this,"setEnabledById",(e,t)=>{var d,c,a;const s=(d=this.store.frontModeCSS3DObjects[e])!=null?d:this.store.behindModeCSS3DObjects[e];if(!s)return;const n=s.mode==="front"?(c=o.frontModeStore)==null?void 0:c.css3DScene:(a=o.behindModeStore)==null?void 0:a.css3DScene;!n||(t?(n.add(s.css3DObject),s.mode==="behind"&&s.scene.add(s.opacityMesh)):(n.remove(s.css3DObject),s.mode==="behind"&&s.scene.remove(s.opacityMesh)),s.enabled=t)});f(this,"createObject",(e,t)=>{const{ratio:s,dpr:n,container:d,mode:c,pointerEvents:a}=t,i=new re.CSS3DObjectPlus(d,e,s,n,c);d.style.pointerEvents=a,d.classList.add(`${V}__container`);const u=c==="behind"?this.createOpacityMesh(i):void 0;return{css3DObject:i,opacityMesh:u}});f(this,"createOpacityMesh",e=>{const{domWidthPx:t,domHeightPx:s}=e,n=new C.MeshBasicMaterial({opacity:0,color:0,transparent:!1,side:C.DoubleSide}),d=new C.PlaneGeometry(t,s),c=new C.Mesh(d,n);return c.name=H("mesh"),c.position.copy(e.position),c.rotation.copy(e.rotation),c.scale.copy(e.scale),e.hooks.on("applyMatrix4",a=>c.applyMatrix4(a)),e.hooks.on("applyQuaternion",a=>c.applyQuaternion(a)),e.hooks.on("applyScaleMatrix4",a=>c.scale.applyMatrix4(a)),c});f(this,"createResizeObserver",(e,t,s=!0)=>{if(!e)return console.error("createResizeObserver: element is undefined"),{observe:()=>{},unobserve:()=>{}};const n=()=>{const c=U.evenNumber(e.clientWidth,{smaller:!0}),a=U.evenNumber(e.clientHeight,{smaller:!0});t(c,a)};if(typeof ResizeObserver=="undefined"||!ResizeObserver)return console.warn("createResizeObserver: ResizeObserver is undefined"),{observe:()=>n(),unobserve:()=>{}};const d=new ResizeObserver(n);return s&&n(),{observe:()=>d.observe(e),unobserve:()=>d.unobserve(e)}});f(this,"disposedErrorLog",()=>{console.error(`${m} is disposed`)})}getCurrentState(){return this.state}setState(e,t={userAction:!0}){if(this.state.disposed)return this.disposedErrorLog();const s=N({},this.state);this.state=Object.assign(this.state,e),s.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),s.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:t.userAction})}dispose(){this.store.disposers.forEach(e=>e==null?void 0:e()),this.store.disposers=[],this.hooks.emit("dispose"),this.state.disposed=!0}show(){return y(this,arguments,function*({userAction:e}={userAction:!0}){if(this.state.disposed)return this.disposedErrorLog();this.setState({visible:!0},{userAction:e}),this.hooks.emit("show",{userAction:e})})}hide(){return y(this,arguments,function*({userAction:e}={userAction:!0}){if(this.state.disposed)return this.disposedErrorLog();this.setState({visible:!1},{userAction:e}),this.hooks.emit("hide",{userAction:e})})}enable({userAction:e}={userAction:!0}){if(this.state.disposed)return this.disposedErrorLog();this.setState({enabled:!0},{userAction:e}),this.hooks.emit("enable",{userAction:e})}disable({userAction:e}={userAction:!0}){if(this.state.disposed)return this.disposedErrorLog();this.setState({enabled:!1},{userAction:e}),this.hooks.emit("disable",{userAction:e})}setContainer(e,t){t==="front"?o.frontModeContainer=e:o.behindModeContainer=e}appendToElement(e,t){const s=t==="front"?o.frontModeStore:o.behindModeStore;if(!s){if(t==="front"&&!o.frontModeContainer){if(!e)throw new Error(`${m} Cannot append to container: front mode but container is ${e}`);o.frontModeContainer=e}if(t==="behind"&&!o.behindModeContainer){if(!e)throw new Error(`${m} Cannot append to container: behind mode but container is ${e}`);o.behindModeContainer=e}return}if(s.appendedToPage)return;const n=t==="behind"?o.behindModeContainer:o.frontModeContainer;if(!n)return console.error("wrapper is undefined");if(n.appendChild(s.css3DRenderer.domElement),t==="behind"&&!o.behindModeResizeObserver){const d=(i,u)=>{var l;(l=o.behindModeStore)==null||l.css3DRenderer.setSize(i,u)},{observe:c,unobserve:a}=this.createResizeObserver(n,d,!0);o.behindModeResizeObserver={observe:c,unobserve:a},c(),this.store.disposers.push(a)}if(t==="front"&&!o.frontModeResizeObserver){const d=(i,u)=>{var l;(l=o.frontModeStore)==null||l.css3DRenderer.setSize(i,u)},{observe:c,unobserve:a}=this.createResizeObserver(n,d,!0);o.frontModeResizeObserver={observe:c,unobserve:a},c(),this.store.disposers.push(a)}s.appendedToPage=!0}render(e){const t=o.behindModeStore,s=o.frontModeStore;if(t&&Object.keys(this.store.behindModeCSS3DObjects).length>0&&!t.requestAnimationFrameId){const n=()=>{const d=requestAnimationFrame(n);t.requestAnimationFrameId=d,t.css3DRenderer.render(t.css3DScene,e)};n()}if(s&&Object.keys(this.store.frontModeCSS3DObjects).length>0&&!s.requestAnimationFrameId){const n=()=>{const d=requestAnimationFrame(n);s.requestAnimationFrameId=d,s.css3DRenderer.render(s.css3DScene,e)};n()}Object.keys(this.store.frontModeCSS3DObjects).length===0&&(s==null?void 0:s.requestAnimationFrameId)!==void 0&&(cancelAnimationFrame(s.requestAnimationFrameId),s.requestAnimationFrameId=void 0),Object.keys(this.store.behindModeCSS3DObjects).length===0&&(t==null?void 0:t.requestAnimationFrameId)!==void 0&&(cancelAnimationFrame(t.requestAnimationFrameId),t.requestAnimationFrameId=void 0)}initGlobalModeStore(e,t){const s=e==="front"&&!o.frontModeStore;e==="behind"&&!o.behindModeStore&&(o.behindModeStore={scene:t,css3DScene:new C.Scene,css3DRenderer:new x.CSS3DRenderer}),s&&(o.frontModeStore={css3DScene:new C.Scene,css3DRenderer:new x.CSS3DRenderer})}handleShow(){return y(this,null,function*(){Object.values(this.store.frontModeCSS3DObjects).forEach(e=>{e.css3DObject.visible=e.visible}),Object.values(this.store.behindModeCSS3DObjects).forEach(e=>{e.css3DObject.visible=e.visible,e.opacityMesh.visible=e.visible})})}handleHide(){return y(this,null,function*(){Object.values(this.store.frontModeCSS3DObjects).forEach(e=>{e.css3DObject.visible=!1}),Object.values(this.store.behindModeCSS3DObjects).forEach(e=>{e.css3DObject.visible=!1,e.opacityMesh.visible=!1})})}handleEnable(){Object.values(this.store.frontModeCSS3DObjects).forEach(e=>{var t;!e.enabled||(t=o.frontModeStore)==null||t.css3DScene.add(e.css3DObject)}),Object.values(this.store.behindModeCSS3DObjects).forEach(e=>{var t,s;!e.enabled||((t=o.behindModeStore)==null||t.css3DScene.add(e.css3DObject),(s=o.behindModeStore)==null||s.scene.add(e.opacityMesh))})}handleDisable(){Object.values(this.store.frontModeCSS3DObjects).forEach(e=>{var t;(t=o.frontModeStore)==null||t.css3DScene.remove(e.css3DObject)}),Object.values(this.store.behindModeCSS3DObjects).forEach(e=>{var t,s;(t=o.behindModeStore)==null||t.css3DScene.remove(e.css3DObject),(s=o.behindModeStore)==null||s.scene.remove(e.opacityMesh)})}}exports.CSS3DRender=ce;
1
+ var Z = Object.defineProperty;
2
+ var x = Object.getOwnPropertySymbols;
3
+ var ee = Object.prototype.hasOwnProperty, te = Object.prototype.propertyIsEnumerable;
4
+ var F = (b, e, t) => e in b ? Z(b, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : b[e] = t, U = (b, e) => {
5
+ for (var t in e || (e = {}))
6
+ ee.call(e, t) && F(b, t, e[t]);
7
+ if (x)
8
+ for (var t of x(e))
9
+ te.call(e, t) && F(b, t, e[t]);
10
+ return b;
11
+ };
12
+ var l = (b, e, t) => (F(b, typeof e != "symbol" ? e + "" : e, t), t);
13
+ var C = (b, e, t) => new Promise((s, n) => {
14
+ var d = (i) => {
15
+ try {
16
+ a(t.next(i));
17
+ } catch (f) {
18
+ n(f);
19
+ }
20
+ }, c = (i) => {
21
+ try {
22
+ a(t.throw(i));
23
+ } catch (f) {
24
+ n(f);
25
+ }
26
+ }, a = (i) => i.done ? s(i.value) : Promise.resolve(i.value).then(d, c);
27
+ a((t = t.apply(b, e)).next());
28
+ });
29
+ import * as y from "three";
30
+ import { CSS3DRenderer as H } from "three/examples/jsm/renderers/CSS3DRenderer";
31
+ import { Subscribe as se } from "../shared-utils/Subscribe.js";
32
+ import { evenNumber as N } from "./utils/evenNumber.js";
33
+ import { anyPositionToVector3 as oe } from "./utils/positionToVector3.js";
34
+ import { CSS3DObjectPlus as ne } from "./utils/CSS3DObjectPlus.js";
35
+ const re = "v2.0.1", _ = "CSS3DRenderer", m = `${_}@${re}`, V = (b) => `${m}--${b}`, o = {};
36
+ class fe {
37
+ constructor() {
38
+ l(this, "hooks", new se());
39
+ l(this, "state", {
40
+ enabled: !0,
41
+ visible: !0,
42
+ disposed: !1
43
+ });
44
+ l(this, "store", {
45
+ rendered: !1,
46
+ disposers: [],
47
+ frontModeCSS3DObjects: {},
48
+ behindModeCSS3DObjects: {}
49
+ });
50
+ l(this, "create3DElement", (e, t, s) => {
51
+ if (this.state.disposed)
52
+ return this.disposedErrorLog();
53
+ const n = (() => {
54
+ const r = {
55
+ ratio: 216e-5,
56
+ devicePixelRatio: 1,
57
+ mode: "front",
58
+ autoRender: !0,
59
+ container: document.createElement("div"),
60
+ pointerEvents: "none"
61
+ };
62
+ return Object.assign(r, s);
63
+ })(), d = t.map(oe);
64
+ if ((d == null ? void 0 : d.length) < 4)
65
+ return console.error(`${m}: requires 4 point but params may have fewer`);
66
+ const { ratio: c, devicePixelRatio: a, mode: i, autoRender: f, container: u, pointerEvents: G } = n, z = [], { css3DObject: h, opacityMesh: O } = this.createObject(d, { ratio: c, dpr: a, container: u, mode: i, pointerEvents: G });
67
+ u.id = `container--${h.uuid}`;
68
+ const Q = i === "front" && !o.frontModeStore, W = i === "behind" && !o.behindModeStore;
69
+ i === "front" && this.initGlobalModeStore("front"), i === "behind" && this.initGlobalModeStore("behind", n.scene), h.hooks.on("changeMode", (r, D, M) => {
70
+ var B, L, P;
71
+ if (r === D)
72
+ return;
73
+ r === "front" && this.initGlobalModeStore("front"), r === "behind" && this.initGlobalModeStore("behind", M);
74
+ const S = D === "front" ? o.frontModeStore : o.behindModeStore, p = r === "front" ? o.frontModeStore : o.behindModeStore, I = D === "behind" ? this.store.behindModeCSS3DObjects : this.store.frontModeCSS3DObjects, w = r === "behind" ? this.store.behindModeCSS3DObjects : this.store.frontModeCSS3DObjects;
75
+ if (!I || !w)
76
+ return console.error(`${m}: changeMode error: prevObjects or nextObjects is undefined`);
77
+ const j = I[h.uuid];
78
+ if (!j)
79
+ return console.error(`${m}: changeMode error: prevObject is undefined`);
80
+ if (r === "behind") {
81
+ const T = (B = j.opacityMesh) != null ? B : this.createOpacityMesh(j.css3DObject);
82
+ S == null || S.css3DScene.remove(j.css3DObject), w[h.uuid] = { css3DObject: h, opacityMesh: T, visible: !0, enabled: !0, mode: r, scene: M }, p == null || p.css3DScene.add(h), M == null || M.add(T);
83
+ }
84
+ r === "front" && (S == null || S.css3DScene.remove(j.css3DObject), (P = (L = I[h.uuid]) == null ? void 0 : L.scene) == null || P.remove(j.opacityMesh), w[h.uuid] = { css3DObject: h, visible: !0, enabled: !0, mode: r }, p == null || p.css3DScene.add(h)), r === "behind" && this.appendToElement(o.behindModeContainer, "behind"), r === "front" && this.appendToElement(o.frontModeContainer, "front"), this.render(e), console.log("change success");
85
+ });
86
+ const g = i === "front" ? o.frontModeStore : o.behindModeStore, { css3DScene: E, css3DRenderer: v } = g, q = (() => {
87
+ const r = () => {
88
+ var M, S;
89
+ const D = h.mode;
90
+ if (D === "front")
91
+ this.store.frontModeCSS3DObjects[h.uuid] = {
92
+ visible: !0,
93
+ enabled: !0,
94
+ css3DObject: h,
95
+ mode: "front"
96
+ };
97
+ else {
98
+ if (!n.scene)
99
+ return;
100
+ this.store.behindModeCSS3DObjects[h.uuid] = {
101
+ visible: !0,
102
+ enabled: !0,
103
+ css3DObject: h,
104
+ opacityMesh: O,
105
+ mode: "behind",
106
+ scene: n.scene
107
+ };
108
+ }
109
+ E.getObjectById(h.id) || E.add(h), D === "behind" && O && ((M = n.scene) != null && M.getObjectById(O.id) || (S = n.scene) == null || S.add(O), z.push(() => {
110
+ var p;
111
+ return O && ((p = n.scene) == null ? void 0 : p.remove(O));
112
+ }));
113
+ };
114
+ return Q || W ? (v.domElement.style.position = "absolute", v.domElement.style.top = "0", v.domElement.style.userSelect = "none", v.domElement.style.pointerEvents = "none", v.domElement.classList.add(V(i)), () => {
115
+ r(), this.render(e);
116
+ }) : (this.store.rendered = !0, () => r());
117
+ })(), k = i === "front" ? o.frontModeContainer : o.behindModeContainer;
118
+ if (k) {
119
+ this.appendToElement(k, i);
120
+ const r = i === "front" ? o.frontModeStore : o.behindModeStore;
121
+ r && (r.appendedToPage = !0);
122
+ }
123
+ const R = (r) => this.setVisibleById(h.uuid, r), A = (r) => this.setEnabledById(h.uuid, r), J = () => R(!0), K = () => R(!1), X = () => A(!0), Y = () => A(!1), $ = () => (delete this.store.frontModeCSS3DObjects[h.uuid], delete this.store.behindModeCSS3DObjects[h.uuid], z.forEach((r) => r == null ? void 0 : r()), E.remove(h), E.children.length === 0 && (typeof g.requestAnimationFrameId == "number" && cancelAnimationFrame(g.requestAnimationFrameId), v.domElement.remove(), i === "front" && (o.frontModeStore = void 0), i === "behind" && (o.behindModeStore = void 0), o.frontModeResizeObserver = void 0, o.behindModeResizeObserver = void 0), !0);
124
+ return this.store.disposers.push($), f && q(), {
125
+ id: h.uuid,
126
+ container: u,
127
+ dispose: $,
128
+ css3DObject: h,
129
+ render: f ? void 0 : q,
130
+ show: J,
131
+ hide: K,
132
+ setVisible: R,
133
+ disable: Y,
134
+ enable: X,
135
+ setEnabled: A,
136
+ appendToElement: (r) => this.appendToElement(r, i)
137
+ };
138
+ });
139
+ l(this, "setVisibleById", (e, t) => {
140
+ var n;
141
+ const s = (n = this.store.frontModeCSS3DObjects[e]) != null ? n : this.store.behindModeCSS3DObjects[e];
142
+ if (!s)
143
+ return console.error("id not found", e);
144
+ s.visible = t, this.state.visible && (s.css3DObject.visible = t, s.mode === "behind" && (s.opacityMesh.visible = t));
145
+ });
146
+ l(this, "setEnabledById", (e, t) => {
147
+ var d, c, a;
148
+ const s = (d = this.store.frontModeCSS3DObjects[e]) != null ? d : this.store.behindModeCSS3DObjects[e];
149
+ if (!s)
150
+ return;
151
+ const n = s.mode === "front" ? (c = o.frontModeStore) == null ? void 0 : c.css3DScene : (a = o.behindModeStore) == null ? void 0 : a.css3DScene;
152
+ !n || (t ? (n.add(s.css3DObject), s.mode === "behind" && s.scene.add(s.opacityMesh)) : (n.remove(s.css3DObject), s.mode === "behind" && s.scene.remove(s.opacityMesh)), s.enabled = t);
153
+ });
154
+ l(this, "createObject", (e, t) => {
155
+ const { ratio: s, dpr: n, container: d, mode: c, pointerEvents: a } = t, i = new ne(d, e, s, n, c);
156
+ d.style.pointerEvents = a, d.classList.add(`${_}__container`);
157
+ const f = c === "behind" ? this.createOpacityMesh(i) : void 0;
158
+ return { css3DObject: i, opacityMesh: f };
159
+ });
160
+ l(this, "createOpacityMesh", (e) => {
161
+ const { domWidthPx: t, domHeightPx: s } = e, n = new y.MeshBasicMaterial({
162
+ opacity: 0,
163
+ color: 0,
164
+ transparent: !1,
165
+ side: y.DoubleSide
166
+ }), d = new y.PlaneGeometry(t, s), c = new y.Mesh(d, n);
167
+ return c.name = V("mesh"), c.position.copy(e.position), c.rotation.copy(e.rotation), c.scale.copy(e.scale), e.hooks.on("applyMatrix4", (a) => c.applyMatrix4(a)), e.hooks.on("applyQuaternion", (a) => c.applyQuaternion(a)), e.hooks.on("applyScaleMatrix4", (a) => c.scale.applyMatrix4(a)), c;
168
+ });
169
+ l(this, "createResizeObserver", (e, t, s = !0) => {
170
+ if (!e)
171
+ return console.error("createResizeObserver: element is undefined"), { observe: () => {
172
+ }, unobserve: () => {
173
+ } };
174
+ const n = () => {
175
+ const c = N(e.clientWidth, { smaller: !0 }), a = N(e.clientHeight, { smaller: !0 });
176
+ t(c, a);
177
+ };
178
+ if (typeof ResizeObserver == "undefined" || !ResizeObserver)
179
+ return console.warn("createResizeObserver: ResizeObserver is undefined"), { observe: () => n(), unobserve: () => {
180
+ } };
181
+ const d = new ResizeObserver(n);
182
+ return s && n(), {
183
+ observe: () => d.observe(e),
184
+ unobserve: () => d.unobserve(e)
185
+ };
186
+ });
187
+ l(this, "disposedErrorLog", () => {
188
+ console.error(`${m} is disposed`);
189
+ });
190
+ }
191
+ getCurrentState() {
192
+ return this.state;
193
+ }
194
+ setState(e, t = { userAction: !0 }) {
195
+ if (this.state.disposed)
196
+ return this.disposedErrorLog();
197
+ const s = U({}, this.state);
198
+ this.state = Object.assign(this.state, e), s.visible !== this.state.visible && (e.visible ? this.handleShow() : this.handleHide()), s.enabled !== this.state.enabled && (e.enabled ? this.handleEnable() : this.handleDisable()), this.hooks.emit("stateChange", { state: this.state, prevState: s, userAction: t.userAction });
199
+ }
200
+ dispose() {
201
+ this.store.disposers.forEach((e) => e == null ? void 0 : e()), this.store.disposers = [], this.hooks.emit("dispose"), this.state.disposed = !0;
202
+ }
203
+ show() {
204
+ return C(this, arguments, function* ({ userAction: e } = { userAction: !0 }) {
205
+ if (this.state.disposed)
206
+ return this.disposedErrorLog();
207
+ this.setState({ visible: !0 }, { userAction: e }), this.hooks.emit("show", { userAction: e });
208
+ });
209
+ }
210
+ hide() {
211
+ return C(this, arguments, function* ({ userAction: e } = { userAction: !0 }) {
212
+ if (this.state.disposed)
213
+ return this.disposedErrorLog();
214
+ this.setState({ visible: !1 }, { userAction: e }), this.hooks.emit("hide", { userAction: e });
215
+ });
216
+ }
217
+ enable({ userAction: e } = { userAction: !0 }) {
218
+ if (this.state.disposed)
219
+ return this.disposedErrorLog();
220
+ this.setState({ enabled: !0 }, { userAction: e }), this.hooks.emit("enable", { userAction: e });
221
+ }
222
+ disable({ userAction: e } = { userAction: !0 }) {
223
+ if (this.state.disposed)
224
+ return this.disposedErrorLog();
225
+ this.setState({ enabled: !1 }, { userAction: e }), this.hooks.emit("disable", { userAction: e });
226
+ }
227
+ setContainer(e, t) {
228
+ t === "front" ? o.frontModeContainer = e : o.behindModeContainer = e;
229
+ }
230
+ appendToElement(e, t) {
231
+ const s = t === "front" ? o.frontModeStore : o.behindModeStore;
232
+ if (!s) {
233
+ if (t === "front" && !o.frontModeContainer) {
234
+ if (!e)
235
+ throw new Error(`${m} Cannot append to container: front mode but container is ${e}`);
236
+ o.frontModeContainer = e;
237
+ }
238
+ if (t === "behind" && !o.behindModeContainer) {
239
+ if (!e)
240
+ throw new Error(`${m} Cannot append to container: behind mode but container is ${e}`);
241
+ o.behindModeContainer = e;
242
+ }
243
+ return;
244
+ }
245
+ if (s.appendedToPage)
246
+ return;
247
+ const n = t === "behind" ? o.behindModeContainer : o.frontModeContainer;
248
+ if (!n)
249
+ return console.error("wrapper is undefined");
250
+ if (n.appendChild(s.css3DRenderer.domElement), t === "behind" && !o.behindModeResizeObserver) {
251
+ const d = (i, f) => {
252
+ var u;
253
+ (u = o.behindModeStore) == null || u.css3DRenderer.setSize(i, f);
254
+ }, { observe: c, unobserve: a } = this.createResizeObserver(n, d, !0);
255
+ o.behindModeResizeObserver = { observe: c, unobserve: a }, c(), this.store.disposers.push(a);
256
+ }
257
+ if (t === "front" && !o.frontModeResizeObserver) {
258
+ const d = (i, f) => {
259
+ var u;
260
+ (u = o.frontModeStore) == null || u.css3DRenderer.setSize(i, f);
261
+ }, { observe: c, unobserve: a } = this.createResizeObserver(n, d, !0);
262
+ o.frontModeResizeObserver = { observe: c, unobserve: a }, c(), this.store.disposers.push(a);
263
+ }
264
+ s.appendedToPage = !0;
265
+ }
266
+ render(e) {
267
+ const t = o.behindModeStore, s = o.frontModeStore;
268
+ if (t && Object.keys(this.store.behindModeCSS3DObjects).length > 0 && !t.requestAnimationFrameId) {
269
+ const n = () => {
270
+ const d = requestAnimationFrame(n);
271
+ t.requestAnimationFrameId = d, t.css3DRenderer.render(t.css3DScene, e);
272
+ };
273
+ n();
274
+ }
275
+ if (s && Object.keys(this.store.frontModeCSS3DObjects).length > 0 && !s.requestAnimationFrameId) {
276
+ const n = () => {
277
+ const d = requestAnimationFrame(n);
278
+ s.requestAnimationFrameId = d, s.css3DRenderer.render(s.css3DScene, e);
279
+ };
280
+ n();
281
+ }
282
+ Object.keys(this.store.frontModeCSS3DObjects).length === 0 && (s == null ? void 0 : s.requestAnimationFrameId) !== void 0 && (cancelAnimationFrame(s.requestAnimationFrameId), s.requestAnimationFrameId = void 0), Object.keys(this.store.behindModeCSS3DObjects).length === 0 && (t == null ? void 0 : t.requestAnimationFrameId) !== void 0 && (cancelAnimationFrame(t.requestAnimationFrameId), t.requestAnimationFrameId = void 0);
283
+ }
284
+ initGlobalModeStore(e, t) {
285
+ const s = e === "front" && !o.frontModeStore;
286
+ e === "behind" && !o.behindModeStore && (o.behindModeStore = { scene: t, css3DScene: new y.Scene(), css3DRenderer: new H() }), s && (o.frontModeStore = { css3DScene: new y.Scene(), css3DRenderer: new H() });
287
+ }
288
+ handleShow() {
289
+ return C(this, null, function* () {
290
+ Object.values(this.store.frontModeCSS3DObjects).forEach((e) => {
291
+ e.css3DObject.visible = e.visible;
292
+ }), Object.values(this.store.behindModeCSS3DObjects).forEach((e) => {
293
+ e.css3DObject.visible = e.visible, e.opacityMesh.visible = e.visible;
294
+ });
295
+ });
296
+ }
297
+ handleHide() {
298
+ return C(this, null, function* () {
299
+ Object.values(this.store.frontModeCSS3DObjects).forEach((e) => {
300
+ e.css3DObject.visible = !1;
301
+ }), Object.values(this.store.behindModeCSS3DObjects).forEach((e) => {
302
+ e.css3DObject.visible = !1, e.opacityMesh.visible = !1;
303
+ });
304
+ });
305
+ }
306
+ handleEnable() {
307
+ Object.values(this.store.frontModeCSS3DObjects).forEach((e) => {
308
+ var t;
309
+ !e.enabled || (t = o.frontModeStore) == null || t.css3DScene.add(e.css3DObject);
310
+ }), Object.values(this.store.behindModeCSS3DObjects).forEach((e) => {
311
+ var t, s;
312
+ !e.enabled || ((t = o.behindModeStore) == null || t.css3DScene.add(e.css3DObject), (s = o.behindModeStore) == null || s.scene.add(e.opacityMesh));
313
+ });
314
+ }
315
+ handleDisable() {
316
+ Object.values(this.store.frontModeCSS3DObjects).forEach((e) => {
317
+ var t;
318
+ (t = o.frontModeStore) == null || t.css3DScene.remove(e.css3DObject);
319
+ }), Object.values(this.store.behindModeCSS3DObjects).forEach((e) => {
320
+ var t, s;
321
+ (t = o.behindModeStore) == null || t.css3DScene.remove(e.css3DObject), (s = o.behindModeStore) == null || s.scene.remove(e.opacityMesh);
322
+ });
323
+ }
324
+ }
325
+ export {
326
+ fe as CSS3DRender
327
+ };
@@ -1 +1,83 @@
1
- "use strict";var S=Object.defineProperty,y=Object.defineProperties;var D=Object.getOwnPropertyDescriptors;var R=Object.getOwnPropertySymbols;var P=Object.prototype.hasOwnProperty,F=Object.prototype.propertyIsEnumerable;var h=(s,n,e)=>n in s?S(s,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):s[n]=e,v=(s,n)=>{for(var e in n||(n={}))P.call(n,e)&&h(s,e,n[e]);if(R)for(var e of R(n))F.call(n,e)&&h(s,e,n[e]);return s},m=(s,n)=>y(s,D(n));var l=(s,n,e)=>(h(s,typeof n!="symbol"?n+"":n,e),e);const w=require("./CSS3DRender.js"),x="v2.0.1",E=`CSS3DRenderPlugin@${x}`;class $ extends w.CSS3DRender{constructor(e){super();l(this,"five");l(this,"behindFiveContainer");l(this,"staticPrefix","//vrlab-static.ljcdn.com");l(this,"create3DDomContainer",(e,t)=>{if(this.state.disposed)return;const i=(()=>{var C;(t==null?void 0:t.dpr)!==void 0&&console.warn(`${E}: please use "config.devicePixelRatio" replace "config.dpr"`);const a={ratio:.00216,devicePixelRatio:(C=t==null?void 0:t.dpr)!=null?C:1,mode:"front",autoRender:!0};return Object.assign(a,t,(t==null?void 0:t.mode)==="behind"?{scene:this.five.scene}:void 0)})(),o=this.five.getElement();if(!o){console.error(`${E}: five.getElement() is ${o}`);return}const{autoRender:d,mode:r}=i,p=r==="front"?o.parentElement:i.behindFiveContainer;this.setContainer(p||document.body,"front");const f=this.getBehindFiveElement();f&&this.setContainer(f,"behind"),this.appendToElement(p||document.body,r);const u=this.create3DElement(this.five.camera,e,m(v({},i),{autoRender:!1}));if(!u)return;const c=u.render,b=()=>{var a;r==="front"&&c(),r==="behind"&&((a=this.five.model)!=null&&a.loaded?c():this.five.once("modelLoaded",()=>c()))};return d&&b(),m(v({},u),{render:d?void 0:b})});this.five=e}disposeAll(){return this.dispose()}setState(...e){const t=super.setState(...e);return this.five.needsRender=!0,t}getBehindFiveElement(){var r;const{behindFiveContainer:e}=this;if(e)return e;const t=document.createElement("div");t.style.position="absolute",t.style.pointerEvents="none",t.style.top="0",t.style.left="0",t.style.width="100%",t.style.height="100%",this.behindFiveContainer=t;const i=this.five.getElement();if(!i)return;const o=(r=i==null?void 0:i.style.position)!=null?r:getComputedStyle(i);(!o||o==="static")&&console.warn("if you want to use css3DRenderPlugin behind mode, five element position is static, please set position to relative or absolute");const d=i==null?void 0:i.parentElement;if(d)return d.insertBefore(t,i),t}}exports.Controller=$;
1
+ var y = Object.defineProperty, F = Object.defineProperties;
2
+ var P = Object.getOwnPropertyDescriptors;
3
+ var R = Object.getOwnPropertySymbols;
4
+ var S = Object.prototype.hasOwnProperty, D = Object.prototype.propertyIsEnumerable;
5
+ var h = (s, n, e) => n in s ? y(s, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[n] = e, v = (s, n) => {
6
+ for (var e in n || (n = {}))
7
+ S.call(n, e) && h(s, e, n[e]);
8
+ if (R)
9
+ for (var e of R(n))
10
+ D.call(n, e) && h(s, e, n[e]);
11
+ return s;
12
+ }, m = (s, n) => F(s, P(n));
13
+ var l = (s, n, e) => (h(s, typeof n != "symbol" ? n + "" : n, e), e);
14
+ import { CSS3DRender as w } from "./CSS3DRender.js";
15
+ const x = "v2.0.1", C = `CSS3DRenderPlugin@${x}`;
16
+ class N extends w {
17
+ constructor(e) {
18
+ super();
19
+ l(this, "five");
20
+ l(this, "behindFiveContainer");
21
+ l(this, "staticPrefix", "//vrlab-static.ljcdn.com");
22
+ l(this, "create3DDomContainer", (e, t) => {
23
+ if (this.state.disposed)
24
+ return;
25
+ const i = (() => {
26
+ var E;
27
+ (t == null ? void 0 : t.dpr) !== void 0 && console.warn(`${C}: please use "config.devicePixelRatio" replace "config.dpr"`);
28
+ const a = {
29
+ ratio: 216e-5,
30
+ devicePixelRatio: (E = t == null ? void 0 : t.dpr) != null ? E : 1,
31
+ mode: "front",
32
+ autoRender: !0
33
+ };
34
+ return Object.assign(a, t, (t == null ? void 0 : t.mode) === "behind" ? { scene: this.five.scene } : void 0);
35
+ })(), o = this.five.getElement();
36
+ if (!o) {
37
+ console.error(`${C}: five.getElement() is ${o}`);
38
+ return;
39
+ }
40
+ const { autoRender: d, mode: r } = i, p = r === "front" ? o.parentElement : i.behindFiveContainer;
41
+ this.setContainer(p || document.body, "front");
42
+ const f = this.getBehindFiveElement();
43
+ f && this.setContainer(f, "behind"), this.appendToElement(p || document.body, r);
44
+ const c = this.create3DElement(this.five.camera, e, m(v({}, i), { autoRender: !1 }));
45
+ if (!c)
46
+ return;
47
+ const u = c.render, b = () => {
48
+ var a;
49
+ r === "front" && u(), r === "behind" && ((a = this.five.model) != null && a.loaded ? u() : this.five.once("modelLoaded", () => u()));
50
+ };
51
+ return d && b(), m(v({}, c), { render: d ? void 0 : b });
52
+ });
53
+ this.five = e;
54
+ }
55
+ disposeAll() {
56
+ return this.dispose();
57
+ }
58
+ setState(...e) {
59
+ const t = super.setState(...e);
60
+ return this.five.needsRender = !0, t;
61
+ }
62
+ getBehindFiveElement() {
63
+ var r;
64
+ const { behindFiveContainer: e } = this;
65
+ if (e)
66
+ return e;
67
+ const t = document.createElement("div");
68
+ t.style.position = "absolute", t.style.pointerEvents = "none", t.style.top = "0", t.style.left = "0", t.style.width = "100%", t.style.height = "100%", this.behindFiveContainer = t;
69
+ const i = this.five.getElement();
70
+ if (!i)
71
+ return;
72
+ const o = (r = i == null ? void 0 : i.style.position) != null ? r : getComputedStyle(i);
73
+ (!o || o === "static") && console.warn(
74
+ "if you want to use css3DRenderPlugin behind mode, five element position is static, please set position to relative or absolute"
75
+ );
76
+ const d = i == null ? void 0 : i.parentElement;
77
+ if (d)
78
+ return d.insertBefore(t, i), t;
79
+ }
80
+ }
81
+ export {
82
+ N as Controller
83
+ };
@@ -1 +1,5 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("./Controller.js");require("./CSS3DRender.js");require("three");require("three/examples/jsm/renderers/CSS3DRenderer");require("../shared-utils/Subscribe.js");require("./utils/evenNumber.js");require("./utils/positionToVector3.js");require("./utils/CSS3DObjectPlus.js");require("./utils/centerPoint.js");const e=r=>new u.Controller(r);exports.CSS3DRenderPlugin=e;exports.default=e;
1
+ import { Controller as r } from "./Controller.js";
2
+ const n = (o) => new r(o);
3
+ export {
4
+ n as CSS3DRenderPlugin
5
+ };
@@ -1 +1 @@
1
- "use strict";
1
+
@@ -1 +1,65 @@
1
- "use strict";var C=Object.defineProperty;var R=(n,h,e)=>h in n?C(n,h,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[h]=e;var s=(n,h,e)=>(R(n,typeof h!="symbol"?h+"":h,e),e);const v=require("three/examples/jsm/renderers/CSS3DRenderer"),a=require("three"),V=require("./evenNumber.js"),O=require("./centerPoint.js"),$=require("../../shared-utils/Subscribe.js"),w="1.0.2",f=`CSS3DObjectPlus@${w}`,E=.00216,N=.003;class _ extends v.CSS3DObject{constructor(e,t,o=N,S=1,M="front"){const l=Math.max(E,o),d=t[0].distanceTo(t[1]),p=t[1].distanceTo(t[2]),c=V.evenNumber(d/o*S),r=V.evenNumber(p/o*S),u=O.centerPoint(...t);let m;if(l===o)e.style.width=`${c}px`,e.style.height=`${r}px`,m=e;else{const i=document.createElement("div");i.style.width=`${c}px`,i.style.height=`${r}px`,i.style.pointerEvents="none";const g=o/l;e.style.position="absolute",e.style.left="0",e.style.top="0",e.style.width=`${g*c}px`,e.style.height=`${g*r}px`,i.appendChild(e),m=i}super(m);s(this,"version",w);s(this,"width");s(this,"height");s(this,"domWidthPx");s(this,"domHeightPx");s(this,"cornerPoints");s(this,"ratio");s(this,"container");s(this,"centerPosition");s(this,"mode","front");s(this,"hooks",new $.Subscribe);s(this,"isCSS3DObjectPlus",!0);if(this.scale.set(l,l,l),this.cornerPoints=t,this.ratio=o,this.container=e,this.mode=M,l===o)this.width=d,this.height=p,this.domWidthPx=c,this.domHeightPx=r,this.centerPosition=u;else{const i=o/l;this.width=i*d,this.height=i*p,this.domWidthPx=i*c,this.domHeightPx=i*r,this.centerPosition=new a.Vector3().subVectors(u,t[0]).multiplyScalar(i).add(t[0])}e.classList.add(`${f}__container`);const P=new a.Vector3().subVectors(t[1],t[0]),x=new a.Vector3().subVectors(t[3],t[0]),D=new a.Vector3().crossVectors(P,x).normalize();this.lookAt(D);const y=this.up.clone().applyQuaternion(this.quaternion),b=x.clone(),j=new a.Vector3().crossVectors(y,b).normalize();this.rotateOnWorldAxis(j,y.angleTo(b)),this.position.copy(u)}changeMode(e,t){if(e===this.mode)return;const o=this.mode;this.mode=e,this.hooks.emit("changeMode",e,o,t)}applyScaleMatrix4(e){this.scale.applyMatrix4(e),this.hooks.emit("applyScaleMatrix4",e)}applyMatrix4(e){super.applyMatrix4(e),this.hooks.emit("applyMatrix4",e)}applyQuaternion(e){return super.applyQuaternion(e),this.hooks.emit("applyQuaternion",e),this}}exports.CSS3DObjectPlus=_;
1
+ var P = Object.defineProperty;
2
+ var k = (p, h, t) => h in p ? P(p, h, { enumerable: !0, configurable: !0, writable: !0, value: t }) : p[h] = t;
3
+ var s = (p, h, t) => (k(p, typeof h != "symbol" ? h + "" : h, t), t);
4
+ import { CSS3DObject as D } from "three/examples/jsm/renderers/CSS3DRenderer";
5
+ import { Vector3 as n } from "three";
6
+ import { evenNumber as f } from "./evenNumber.js";
7
+ import { centerPoint as W } from "./centerPoint.js";
8
+ import { Subscribe as j } from "../../shared-utils/Subscribe.js";
9
+ const w = "1.0.2", v = `CSS3DObjectPlus@${w}`, C = 216e-5, E = 3e-3;
10
+ class z extends D {
11
+ constructor(t, e, o = E, x = 1, M = "front") {
12
+ const l = Math.max(C, o), d = e[0].distanceTo(e[1]), m = e[1].distanceTo(e[2]), c = f(d / o * x), a = f(m / o * x), r = W(...e);
13
+ let u;
14
+ if (l === o)
15
+ t.style.width = `${c}px`, t.style.height = `${a}px`, u = t;
16
+ else {
17
+ const i = document.createElement("div");
18
+ i.style.width = `${c}px`, i.style.height = `${a}px`, i.style.pointerEvents = "none";
19
+ const b = o / l;
20
+ t.style.position = "absolute", t.style.left = "0", t.style.top = "0", t.style.width = `${b * c}px`, t.style.height = `${b * a}px`, i.appendChild(t), u = i;
21
+ }
22
+ super(u);
23
+ s(this, "version", w);
24
+ s(this, "width");
25
+ s(this, "height");
26
+ s(this, "domWidthPx");
27
+ s(this, "domHeightPx");
28
+ s(this, "cornerPoints");
29
+ s(this, "ratio");
30
+ s(this, "container");
31
+ s(this, "centerPosition");
32
+ s(this, "mode", "front");
33
+ s(this, "hooks", new j());
34
+ s(this, "isCSS3DObjectPlus", !0);
35
+ if (this.scale.set(l, l, l), this.cornerPoints = e, this.ratio = o, this.container = t, this.mode = M, l === o)
36
+ this.width = d, this.height = m, this.domWidthPx = c, this.domHeightPx = a, this.centerPosition = r;
37
+ else {
38
+ const i = o / l;
39
+ this.width = i * d, this.height = i * m, this.domWidthPx = i * c, this.domHeightPx = i * a, this.centerPosition = new n().subVectors(r, e[0]).multiplyScalar(i).add(e[0]);
40
+ }
41
+ t.classList.add(`${v}__container`);
42
+ const V = new n().subVectors(e[1], e[0]), y = new n().subVectors(e[3], e[0]), $ = new n().crossVectors(V, y).normalize();
43
+ this.lookAt($);
44
+ const g = this.up.clone().applyQuaternion(this.quaternion), S = y.clone(), O = new n().crossVectors(g, S).normalize();
45
+ this.rotateOnWorldAxis(O, g.angleTo(S)), this.position.copy(r);
46
+ }
47
+ changeMode(t, e) {
48
+ if (t === this.mode)
49
+ return;
50
+ const o = this.mode;
51
+ this.mode = t, this.hooks.emit("changeMode", t, o, e);
52
+ }
53
+ applyScaleMatrix4(t) {
54
+ this.scale.applyMatrix4(t), this.hooks.emit("applyScaleMatrix4", t);
55
+ }
56
+ applyMatrix4(t) {
57
+ super.applyMatrix4(t), this.hooks.emit("applyMatrix4", t);
58
+ }
59
+ applyQuaternion(t) {
60
+ return super.applyQuaternion(t), this.hooks.emit("applyQuaternion", t), this;
61
+ }
62
+ }
63
+ export {
64
+ z as CSS3DObjectPlus
65
+ };
@@ -1 +1,10 @@
1
- "use strict";const r=require("three");function c(...t){const e=new r.Vector3;return t.forEach(n=>{e.add(n)}),e.divideScalar(t.length),e}exports.centerPoint=c;
1
+ import { Vector3 as r } from "three";
2
+ function c(...t) {
3
+ const e = new r();
4
+ return t.forEach((n) => {
5
+ e.add(n);
6
+ }), e.divideScalar(t.length), e;
7
+ }
8
+ export {
9
+ c as centerPoint
10
+ };
@@ -1 +1,7 @@
1
- "use strict";function t(u,e){const r=Math.round(u);return r%2===0?r:r+Number(e!=null&&e.smaller?-1:1)}exports.evenNumber=t;
1
+ function t(u, r) {
2
+ const e = Math.round(u);
3
+ return e % 2 === 0 ? e : e + Number(r != null && r.smaller ? -1 : 1);
4
+ }
5
+ export {
6
+ t as evenNumber
7
+ };
@@ -1 +1 @@
1
- "use strict";require("three");
1
+ import "three";
@@ -1 +1,6 @@
1
- "use strict";const t=require("three"),n=({x:r,y:e,z:o})=>new t.Vector3(r,e,o),c=([r,e,o])=>new t.Vector3(r,e,o),s=r=>r instanceof t.Vector3?r:Array.isArray(r)?c(r):n(r);exports.anyPositionToVector3=s;exports.arrayPositionToVector3=c;
1
+ import { Vector3 as t } from "three";
2
+ const n = ({ x: r, y: e, z: o }) => new t(r, e, o), c = ([r, e, o]) => new t(r, e, o), s = (r) => r instanceof t ? r : Array.isArray(r) ? c(r) : n(r);
3
+ export {
4
+ s as anyPositionToVector3,
5
+ c as arrayPositionToVector3
6
+ };
@@ -1 +1 @@
1
- "use strict";
1
+