@realsee/dnalogel 0.1.7-alpha.7 → 2.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (563) hide show
  1. package/README.md +6 -90
  2. package/dist/dnalogel.es.js +37145 -0
  3. package/dist/dnalogel.umd.js +2 -0
  4. package/dist/style.css +1 -0
  5. package/{plugins → libs}/CSS3DRenderPlugin/index.d.ts +1 -1
  6. package/libs/CSS3DRenderPlugin/index.js +181 -0
  7. package/{plugins → libs}/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +0 -0
  8. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +18 -0
  9. package/{plugins → libs}/CameraMovementPlugin/index.d.ts +0 -0
  10. package/libs/CameraMovementPlugin/index.js +159 -0
  11. package/{plugins → libs}/CameraMovementPlugin/typing.d.ts +0 -0
  12. package/libs/CameraMovementPlugin/typing.js +17 -0
  13. package/{plugins → libs}/ModelChassisCompassPlugin/index.d.ts +0 -0
  14. package/libs/ModelChassisCompassPlugin/index.js +75 -0
  15. package/{plugins → libs}/ModelEntryDoorGuidePlugin/index.d.ts +2 -2
  16. package/libs/ModelEntryDoorGuidePlugin/index.js +136 -0
  17. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.d.ts +1 -0
  18. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -0
  19. package/{plugins → libs}/ModelRoomLabelPlugin/Controller.d.ts +3 -2
  20. package/libs/ModelRoomLabelPlugin/Controller.js +100 -0
  21. package/libs/ModelRoomLabelPlugin/RoomLabelItem.svelte +63 -0
  22. package/libs/ModelRoomLabelPlugin/RoomLabelItem.svelte.map +1 -0
  23. package/libs/ModelRoomLabelPlugin/RoomLabelItems.svelte +80 -0
  24. package/libs/ModelRoomLabelPlugin/RoomLabelItems.svelte.map +1 -0
  25. package/{plugins → libs}/ModelRoomLabelPlugin/index.d.ts +4 -4
  26. package/libs/ModelRoomLabelPlugin/index.js +9 -0
  27. package/{plugins → libs}/ModelRoomLabelPlugin/typings.d.ts +2 -2
  28. package/libs/ModelRoomLabelPlugin/typings.js +1 -0
  29. package/{plugins → libs}/ModelRoomLabelPlugin/utils/parseData.d.ts +0 -0
  30. package/libs/ModelRoomLabelPlugin/utils/parseData.js +14 -0
  31. package/{plugins → libs}/ModelViewPlugin/index.d.ts +0 -0
  32. package/libs/ModelViewPlugin/index.js +160 -0
  33. package/{plugins → libs}/PanoCursorRaycasterPlugin/index.d.ts +2 -3
  34. package/libs/PanoCursorRaycasterPlugin/index.js +74 -0
  35. package/libs/floorplan/Assets/camera.d.ts +1 -0
  36. package/libs/floorplan/Assets/camera.js +1 -0
  37. package/{plugins → libs}/floorplan/Assets/floorplanExtraObject.d.ts +0 -0
  38. package/libs/floorplan/Assets/floorplanExtraObject.js +1 -0
  39. package/libs/floorplan/Components/BaseImage.svelte +25 -0
  40. package/libs/floorplan/Components/BaseImage.svelte.map +1 -0
  41. package/libs/floorplan/Components/Normalmage.svelte +11 -0
  42. package/libs/floorplan/Components/Normalmage.svelte.map +1 -0
  43. package/libs/floorplan/Components/RoomHighlight/Room.svelte +21 -0
  44. package/libs/floorplan/Components/RoomHighlight/Room.svelte.map +1 -0
  45. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.svelte +60 -0
  46. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.svelte.map +1 -0
  47. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.svelte +35 -0
  48. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.svelte.map +1 -0
  49. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.svelte +7 -0
  50. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.svelte.map +1 -0
  51. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.svelte +16 -0
  52. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.svelte.map +1 -0
  53. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.svelte +17 -0
  54. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.svelte.map +1 -0
  55. package/libs/floorplan/Components/SvgImage.svelte +25 -0
  56. package/libs/floorplan/Components/SvgImage.svelte.map +1 -0
  57. package/libs/floorplan/ModelFloorplanPlugin/Assets/compass.d.ts +1 -0
  58. package/libs/floorplan/ModelFloorplanPlugin/Assets/compass.js +1 -0
  59. package/libs/floorplan/ModelFloorplanPlugin/Components/Camera.svelte +46 -0
  60. package/libs/floorplan/ModelFloorplanPlugin/Components/Camera.svelte.map +1 -0
  61. package/libs/floorplan/ModelFloorplanPlugin/Components/Compass.svelte +48 -0
  62. package/libs/floorplan/ModelFloorplanPlugin/Components/Compass.svelte.map +1 -0
  63. package/libs/floorplan/ModelFloorplanPlugin/Components/CurrentFloor/CurrentFloor.svelte +37 -0
  64. package/libs/floorplan/ModelFloorplanPlugin/Components/CurrentFloor/CurrentFloor.svelte.map +1 -0
  65. package/libs/floorplan/ModelFloorplanPlugin/Components/Main.svelte +50 -0
  66. package/libs/floorplan/ModelFloorplanPlugin/Components/Main.svelte.map +1 -0
  67. package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabel.svelte +41 -0
  68. package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabel.svelte.map +1 -0
  69. package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabels.svelte +25 -0
  70. package/libs/floorplan/ModelFloorplanPlugin/Components/RoomLabels/RoomLabels.svelte.map +1 -0
  71. package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleItem.svelte +148 -0
  72. package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleItem.svelte.map +1 -0
  73. package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleLabels.svelte +15 -0
  74. package/libs/floorplan/ModelFloorplanPlugin/Components/RuleLabels/RuleLabels.svelte.map +1 -0
  75. package/{plugins → libs}/floorplan/ModelFloorplanPlugin/Controller.d.ts +11 -12
  76. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +357 -0
  77. package/{plugins → libs}/floorplan/ModelFloorplanPlugin/index.d.ts +1 -1
  78. package/libs/floorplan/ModelFloorplanPlugin/index.js +5 -0
  79. package/{plugins → libs}/floorplan/ModelFloorplanPlugin/typings/events.type.d.ts +0 -0
  80. package/libs/floorplan/ModelFloorplanPlugin/typings/events.type.js +1 -0
  81. package/{plugins → libs}/floorplan/ModelFloorplanPlugin/utils/constant.d.ts +0 -0
  82. package/libs/floorplan/ModelFloorplanPlugin/utils/constant.js +16 -0
  83. package/{plugins → libs}/floorplan/ModelFloorplanPlugin/utils/correctFiveState.d.ts +0 -0
  84. package/libs/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +46 -0
  85. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte +84 -0
  86. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.svelte.map +1 -0
  87. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.svelte +18 -0
  88. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.svelte.map +1 -0
  89. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte +40 -0
  90. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.svelte.map +1 -0
  91. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte +61 -0
  92. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.svelte.map +1 -0
  93. package/{plugins → libs}/floorplan/PanoFloorplanRadarPlugin/Controller.d.ts +6 -11
  94. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +88 -0
  95. package/{plugins → libs}/floorplan/PanoFloorplanRadarPlugin/index.d.ts +0 -0
  96. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +5 -0
  97. package/{plugins → libs}/floorplan/TopviewFloorplanPlugin/Controller.d.ts +13 -12
  98. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +189 -0
  99. package/{plugins → libs}/floorplan/TopviewFloorplanPlugin/index.d.ts +0 -0
  100. package/libs/floorplan/TopviewFloorplanPlugin/index.js +5 -0
  101. package/{plugins → libs}/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -0
  102. package/libs/floorplan/TopviewFloorplanPlugin/style.js +8 -0
  103. package/{plugins → libs}/floorplan/typings/floorplanData.d.ts +6 -2
  104. package/libs/floorplan/typings/floorplanData.js +6 -0
  105. package/{plugins → libs}/floorplan/typings/floorplanServerData.d.ts +1 -1
  106. package/libs/floorplan/typings/floorplanServerData.js +101 -0
  107. package/{plugins/floorplan/ModelFloorplanPlugin → libs/floorplan}/typings/utility.d.ts +0 -0
  108. package/libs/floorplan/typings/utility.js +1 -0
  109. package/{plugins → libs}/floorplan/utils/formatData.d.ts +3 -3
  110. package/libs/floorplan/utils/formatData.js +94 -0
  111. package/{plugins → libs}/floorplan/utils/formatPosition.d.ts +3 -4
  112. package/libs/floorplan/utils/formatPosition.js +50 -0
  113. package/libs/index.d.ts +17 -0
  114. package/libs/index.js +10 -0
  115. package/{shared-utils → libs/shared-utils}/Preloader.d.ts +0 -0
  116. package/libs/shared-utils/Preloader.js +38 -0
  117. package/{shared-utils → libs/shared-utils}/Subscribe.d.ts +3 -3
  118. package/libs/shared-utils/Subscribe.js +101 -0
  119. package/{shared-utils → libs/shared-utils}/animationFrame/BetterTween.d.ts +0 -0
  120. package/libs/shared-utils/animationFrame/BetterTween.js +30 -0
  121. package/{shared-utils → libs/shared-utils}/animationFrame/calculateProgress.d.ts +0 -0
  122. package/libs/shared-utils/animationFrame/calculateProgress.js +23 -0
  123. package/{shared-utils → libs/shared-utils}/animationFrame/formatRad.d.ts +0 -0
  124. package/libs/shared-utils/animationFrame/formatRad.js +20 -0
  125. package/{shared-utils → libs/shared-utils}/animationFrame/index.d.ts +0 -0
  126. package/libs/shared-utils/animationFrame/index.js +48 -0
  127. package/{shared-utils → libs/shared-utils}/animationFrame/tween.d.ts +0 -0
  128. package/libs/shared-utils/animationFrame/tween.js +44 -0
  129. package/{shared-utils → libs/shared-utils}/changeModelCanvasOpacity.d.ts +0 -0
  130. package/libs/shared-utils/changeModelCanvasOpacity.js +15 -0
  131. package/{shared-utils → libs/shared-utils}/createCanvasTextTexture.d.ts +0 -0
  132. package/libs/shared-utils/createCanvasTextTexture.js +19 -0
  133. package/{shared-utils → libs/shared-utils}/createLine/index.d.ts +1 -1
  134. package/libs/shared-utils/createLine/index.js +8 -0
  135. package/{shared-utils → libs/shared-utils}/debounce.d.ts +1 -1
  136. package/libs/shared-utils/debounce.js +14 -0
  137. package/{shared-utils → libs/shared-utils}/equal.d.ts +0 -0
  138. package/libs/shared-utils/equal.js +84 -0
  139. package/{shared-utils → libs/shared-utils}/filter.d.ts +0 -0
  140. package/libs/shared-utils/filter.js +53 -0
  141. package/{shared-utils → libs/shared-utils}/five/changeMode.d.ts +0 -0
  142. package/libs/shared-utils/five/changeMode.js +15 -0
  143. package/{shared-utils → libs/shared-utils}/five/useFivePlugin.d.ts +0 -0
  144. package/libs/shared-utils/five/useFivePlugin.js +8 -0
  145. package/{shared-utils → libs/shared-utils}/formatRad.d.ts +0 -0
  146. package/libs/shared-utils/formatRad.js +10 -0
  147. package/{shared-utils → libs/shared-utils}/getPxmm.d.ts +0 -0
  148. package/libs/shared-utils/getPxmm.js +20 -0
  149. package/{shared-utils → libs/shared-utils}/getRandomColor.d.ts +0 -0
  150. package/libs/shared-utils/getRandomColor.js +10 -0
  151. package/{shared-utils → libs/shared-utils}/isNil.d.ts +0 -0
  152. package/libs/shared-utils/isNil.js +14 -0
  153. package/{shared-utils → libs/shared-utils}/isTruelyObject.d.ts +0 -0
  154. package/libs/shared-utils/isTruelyObject.js +20 -0
  155. package/{shared-utils → libs/shared-utils}/math/evenNumber.d.ts +0 -0
  156. package/libs/shared-utils/math/evenNumber.js +4 -0
  157. package/{shared-utils → libs/shared-utils}/math/planimetry.d.ts +4 -4
  158. package/libs/shared-utils/math/planimetry.js +288 -0
  159. package/{shared-utils → libs/shared-utils}/math/rad2Deg.d.ts +0 -0
  160. package/libs/shared-utils/math/rad2Deg.js +3 -0
  161. package/{shared-utils → libs/shared-utils}/nearlyEqual.d.ts +0 -0
  162. package/libs/shared-utils/nearlyEqual.js +9 -0
  163. package/{shared-utils → libs/shared-utils}/nextFrame.d.ts +0 -0
  164. package/libs/shared-utils/nextFrame.js +6 -0
  165. package/{shared-utils → libs/shared-utils}/noop.d.ts +0 -0
  166. package/libs/shared-utils/noop.js +7 -0
  167. package/{shared-utils → libs/shared-utils}/object3d2LocalMatrix.d.ts +0 -0
  168. package/libs/shared-utils/object3d2LocalMatrix.js +29 -0
  169. package/{shared-utils → libs/shared-utils}/px2rem.d.ts +0 -0
  170. package/libs/shared-utils/px2rem.js +4 -0
  171. package/{shared-utils → libs/shared-utils}/removeArrayItem.d.ts +1 -1
  172. package/libs/shared-utils/removeArrayItem.js +12 -0
  173. package/{shared-utils → libs/shared-utils}/tap.d.ts +0 -0
  174. package/{shared-utils → libs/shared-utils}/tap.js +4 -13
  175. package/{shared-utils → libs/shared-utils}/three/centerPoint.d.ts +0 -0
  176. package/libs/shared-utils/three/centerPoint.js +4 -0
  177. package/{shared-utils → libs/shared-utils}/three/getExtraModelLoader.d.ts +0 -0
  178. package/libs/shared-utils/three/getExtraModelLoader.js +18 -0
  179. package/{shared-utils → libs/shared-utils}/three/getNormal.d.ts +0 -0
  180. package/libs/shared-utils/three/getNormal.js +6 -0
  181. package/{shared-utils → libs/shared-utils}/three/getTextureLoader.d.ts +0 -0
  182. package/libs/shared-utils/three/getTextureLoader.js +17 -0
  183. package/{shared-utils → libs/shared-utils}/three/loadFbxObj.d.ts +0 -0
  184. package/libs/shared-utils/three/loadFbxObj.js +13 -0
  185. package/{shared-utils → libs/shared-utils}/three/loadTexture.d.ts +0 -0
  186. package/libs/shared-utils/three/loadTexture.js +10 -0
  187. package/{shared-utils → libs/shared-utils}/three/transformPositionToVector3.d.ts +0 -0
  188. package/libs/shared-utils/three/transformPositionToVector3.js +3 -0
  189. package/{shared-utils → libs/shared-utils}/three/transfromToMeshBasicMaterial.d.ts +0 -0
  190. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +14 -0
  191. package/{shared-utils → libs/shared-utils}/throttle.d.ts +1 -1
  192. package/libs/shared-utils/throttle.js +18 -0
  193. package/{shared-utils → libs/shared-utils}/to.d.ts +0 -0
  194. package/libs/shared-utils/to.js +18 -0
  195. package/{shared-utils → libs/shared-utils}/useDebounce.d.ts +0 -0
  196. package/libs/shared-utils/useDebounce.js +22 -0
  197. package/{shared-utils → libs/shared-utils}/useThrottle.d.ts +0 -0
  198. package/libs/shared-utils/useThrottle.js +25 -0
  199. package/libs/{gltf-viewer → shared-utils}/uuid.d.ts +0 -0
  200. package/libs/shared-utils/uuid.js +11 -0
  201. package/{shared-utils → libs/shared-utils}/vectorTocoordinates.d.ts +0 -0
  202. package/libs/shared-utils/vectorTocoordinates.js +9 -0
  203. package/{typings → libs/typings}/math.type.d.ts +0 -0
  204. package/libs/typings/math.type.js +1 -0
  205. package/{typings → libs/typings}/utils.type.d.ts +0 -0
  206. package/libs/typings/utils.type.js +1 -0
  207. package/package.json +45 -17
  208. package/TERMS.txt +0 -56
  209. package/components/ARVideoFigure/ARVideoFigureMesh.d.ts +0 -44
  210. package/components/ARVideoFigure/ARVideoFigureMesh.js +0 -371
  211. package/components/ARVideoFigure/ARVideoFigureScene.d.ts +0 -11
  212. package/components/ARVideoFigure/ARVideoFigureScene.js +0 -85
  213. package/components/ARVideoFigure/ImgBgTransparent.d.ts +0 -16
  214. package/components/ARVideoFigure/ImgBgTransparent.js +0 -65
  215. package/components/ARVideoFigure/ImgBgTransparentMesh.d.ts +0 -30
  216. package/components/ARVideoFigure/ImgBgTransparentMesh.js +0 -183
  217. package/components/ARVideoFigure/fragmentShader.d.ts +0 -5
  218. package/components/ARVideoFigure/fragmentShader.js +0 -18
  219. package/components/ARVideoFigure/index.d.ts +0 -15
  220. package/components/ARVideoFigure/index.js +0 -80
  221. package/components/ARVideoFigure/vertexShader.d.ts +0 -1
  222. package/components/ARVideoFigure/vertexShader.js +0 -10
  223. package/components/GLTFView/index.d.ts +0 -110
  224. package/components/GLTFView/index.js +0 -187
  225. package/components/GlassFilters/index.d.ts +0 -32
  226. package/components/GlassFilters/index.js +0 -78
  227. package/components/ModelView/ModelViewController.d.ts +0 -18
  228. package/components/ModelView/ModelViewController.js +0 -158
  229. package/components/ModelView/index.d.ts +0 -10
  230. package/components/ModelView/index.js +0 -24
  231. package/components/PaintBrush/index.d.ts +0 -16
  232. package/components/PaintBrush/index.js +0 -47
  233. package/components/PanoTag/index.d.ts +0 -4
  234. package/components/PanoTag/index.js +0 -13
  235. package/custom.d.js +0 -3
  236. package/data/1aGKl9JmrlXMXx8d.d.ts +0 -104
  237. package/data/1aGKl9JmrlXMXx8d.js +0 -537
  238. package/data/54djM0oR6ky3Ey8e.d.ts +0 -55
  239. package/data/54djM0oR6ky3Ey8e.js +0 -350
  240. package/data/6gyq3v1verxD7JO1.d.ts +0 -104
  241. package/data/6gyq3v1verxD7JO1.js +0 -462
  242. package/data/8054djM0oR6ky3Ey8e.d.ts +0 -55
  243. package/data/8054djM0oR6ky3Ey8e.js +0 -350
  244. package/data/81zxMaeVKLQU93OZMG.d.ts +0 -49
  245. package/data/81zxMaeVKLQU93OZMG.js +0 -633
  246. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.d.ts +0 -84
  247. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +0 -600
  248. package/data/PrXel3aqGbp34JQn.d.ts +0 -389
  249. package/data/PrXel3aqGbp34JQn.js +0 -4787
  250. package/data/XJ6NMLWnkAY3Rdx8.d.ts +0 -843
  251. package/data/XJ6NMLWnkAY3Rdx8.js +0 -7989
  252. package/data/YdoNP9K4rwQDwjJr.d.ts +0 -83
  253. package/data/YdoNP9K4rwQDwjJr.js +0 -1453
  254. package/data/ZLvK29zj4L29Jowd.d.ts +0 -55
  255. package/data/ZLvK29zj4L29Jowd.js +0 -372
  256. package/data/_vLykj3NWrllMrG06.d.ts +0 -95
  257. package/data/_vLykj3NWrllMrG06.js +0 -1
  258. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.d.ts +0 -86
  259. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +0 -711
  260. package/data/extrude-walls/ZLvK29zj4L29Jowd.d.ts +0 -5
  261. package/data/extrude-walls/ZLvK29zj4L29Jowd.js +0 -14
  262. package/data/extrude-walls/lo024DEgzanMj5BE.d.ts +0 -5
  263. package/data/extrude-walls/lo024DEgzanMj5BE.js +0 -14
  264. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.d.ts +0 -85
  265. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +0 -511
  266. package/data/lo024DEgzanMj5BE.d.ts +0 -55
  267. package/data/lo024DEgzanMj5BE.js +0 -966
  268. package/data/oPzy3ApbjjpD8YdR.d.ts +0 -83
  269. package/data/oPzy3ApbjjpD8YdR.js +0 -283
  270. package/data/qjAxMG4XbPn96wKG.d.ts +0 -104
  271. package/data/qjAxMG4XbPn96wKG.js +0 -637
  272. package/data/rXel3aPQRRBD4JQn.d.ts +0 -86
  273. package/data/rXel3aPQRRBD4JQn.js +0 -622
  274. package/data/vLykj3NWrllMrG06.d.ts +0 -91
  275. package/data/vLykj3NWrllMrG06.js +0 -2993
  276. package/data/wz0QV9KA4ugyo9ME.d.ts +0 -39
  277. package/data/wz0QV9KA4ugyo9ME.js +0 -136
  278. package/data/zxMawr9raSg8LYjG.d.ts +0 -53
  279. package/data/zxMawr9raSg8LYjG.js +0 -590
  280. package/examples/FiveStateController/index.js +0 -134
  281. package/examples/VRHouse/Mobile.js +0 -36
  282. package/examples/VRHouse/PC.js +0 -36
  283. package/examples/VRHouse/index.js +0 -36
  284. package/index.d.ts +0 -15
  285. package/index.js +0 -45
  286. package/libs/gltf-viewer/Subscribe.d.ts +0 -76
  287. package/libs/gltf-viewer/Subscribe.js +0 -233
  288. package/libs/gltf-viewer/coordsMoveByOffset.d.ts +0 -13
  289. package/libs/gltf-viewer/coordsMoveByOffset.js +0 -22
  290. package/libs/gltf-viewer/coordsToDirection.d.ts +0 -5
  291. package/libs/gltf-viewer/coordsToDirection.js +0 -41
  292. package/libs/gltf-viewer/formatRad.d.ts +0 -1
  293. package/libs/gltf-viewer/formatRad.js +0 -13
  294. package/libs/gltf-viewer/getFrameTime.d.ts +0 -1
  295. package/libs/gltf-viewer/getFrameTime.js +0 -28
  296. package/libs/gltf-viewer/index.d.ts +0 -78
  297. package/libs/gltf-viewer/index.js +0 -760
  298. package/libs/gltf-viewer/mouseWheel.d.ts +0 -2
  299. package/libs/gltf-viewer/mouseWheel.js +0 -59
  300. package/libs/gltf-viewer/requestAnimationFrame.d.ts +0 -1
  301. package/libs/gltf-viewer/requestAnimationFrame.js +0 -18
  302. package/libs/gltf-viewer/requestAnimationFrameInterval.d.ts +0 -1
  303. package/libs/gltf-viewer/requestAnimationFrameInterval.js +0 -31
  304. package/libs/gltf-viewer/uuid.js +0 -28
  305. package/plugins/AutoPreloadPlugin/index.d.ts +0 -23
  306. package/plugins/AutoPreloadPlugin/index.js +0 -111
  307. package/plugins/CSS3DRenderPlugin/components/Marker/index.d.ts +0 -12
  308. package/plugins/CSS3DRenderPlugin/components/Marker/index.js +0 -123
  309. package/plugins/CSS3DRenderPlugin/index.js +0 -303
  310. package/plugins/CSS3DRenderPlugin/utils/createResizeObserver.js +0 -34
  311. package/plugins/CameraMovementPlugin/index.js +0 -362
  312. package/plugins/CameraMovementPlugin/typing.js +0 -37
  313. package/plugins/ModelChassisCompassPlugin/index.js +0 -158
  314. package/plugins/ModelEntryDoorGuidePlugin/index.js +0 -252
  315. package/plugins/ModelExtrudeWallsPlugin/index.d.ts +0 -16
  316. package/plugins/ModelExtrudeWallsPlugin/index.js +0 -252
  317. package/plugins/ModelRoomLabelPlugin/Controller.js +0 -154
  318. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +0 -8
  319. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +0 -66
  320. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +0 -7
  321. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +0 -159
  322. package/plugins/ModelRoomLabelPlugin/index.js +0 -23
  323. package/plugins/ModelRoomLabelPlugin/typings.js +0 -7
  324. package/plugins/ModelRoomLabelPlugin/utils/parseData.js +0 -35
  325. package/plugins/ModelTVVideoPlugin/index.d.ts +0 -21
  326. package/plugins/ModelTVVideoPlugin/index.js +0 -399
  327. package/plugins/ModelViewPlugin/index.js +0 -223
  328. package/plugins/PanoCursorRaycasterPlugin/PanoCursorRaycasterPluginUsage.d.ts +0 -48
  329. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.d.ts +0 -9
  330. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +0 -117
  331. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.d.ts +0 -11
  332. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +0 -39
  333. package/plugins/PanoCursorRaycasterPlugin/index.js +0 -128
  334. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.d.ts +0 -5
  335. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +0 -27
  336. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.d.ts +0 -3
  337. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +0 -48
  338. package/plugins/PanoDoorLabelPlugin/index.d.ts +0 -4
  339. package/plugins/PanoDoorLabelPlugin/index.js +0 -14
  340. package/plugins/PanoIRobotPlugin/index.d.ts +0 -10
  341. package/plugins/PanoIRobotPlugin/index.js +0 -18
  342. package/plugins/PanoMaskSelectorPlugin/compare.d.ts +0 -1
  343. package/plugins/PanoMaskSelectorPlugin/compare.js +0 -17
  344. package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +0 -7
  345. package/plugins/PanoMaskSelectorPlugin/createBox.js +0 -82
  346. package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +0 -3
  347. package/plugins/PanoMaskSelectorPlugin/createTextures.js +0 -45
  348. package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +0 -1
  349. package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +0 -10
  350. package/plugins/PanoMaskSelectorPlugin/index.d.ts +0 -49
  351. package/plugins/PanoMaskSelectorPlugin/index.js +0 -350
  352. package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +0 -1
  353. package/plugins/PanoMaskSelectorPlugin/vertexShader.js +0 -10
  354. package/plugins/PanoMeasurePlugin/Controller/BaseController.d.ts +0 -36
  355. package/plugins/PanoMeasurePlugin/Controller/BaseController.js +0 -105
  356. package/plugins/PanoMeasurePlugin/Controller/EditController.d.ts +0 -52
  357. package/plugins/PanoMeasurePlugin/Controller/EditController.js +0 -343
  358. package/plugins/PanoMeasurePlugin/Controller/ShortcutKeyController.d.ts +0 -12
  359. package/plugins/PanoMeasurePlugin/Controller/ShortcutKeyController.js +0 -69
  360. package/plugins/PanoMeasurePlugin/Controller/WatchController.d.ts +0 -25
  361. package/plugins/PanoMeasurePlugin/Controller/WatchController.js +0 -373
  362. package/plugins/PanoMeasurePlugin/Controller/index.d.ts +0 -61
  363. package/plugins/PanoMeasurePlugin/Controller/index.js +0 -230
  364. package/plugins/PanoMeasurePlugin/Model/index.d.ts +0 -38
  365. package/plugins/PanoMeasurePlugin/Model/index.js +0 -237
  366. package/plugins/PanoMeasurePlugin/Model/line.d.ts +0 -30
  367. package/plugins/PanoMeasurePlugin/Model/line.js +0 -123
  368. package/plugins/PanoMeasurePlugin/Model/point.d.ts +0 -16
  369. package/plugins/PanoMeasurePlugin/Model/point.js +0 -72
  370. package/plugins/PanoMeasurePlugin/Model/polyline.d.ts +0 -16
  371. package/plugins/PanoMeasurePlugin/Model/polyline.js +0 -111
  372. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.d.ts +0 -2
  373. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +0 -11
  374. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.d.ts +0 -2
  375. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +0 -11
  376. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.d.ts +0 -2
  377. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +0 -11
  378. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +0 -22
  379. package/plugins/PanoMeasurePlugin/Modules/DeleteDom/index.js +0 -184
  380. package/plugins/PanoMeasurePlugin/Modules/FiveHelper.d.ts +0 -11
  381. package/plugins/PanoMeasurePlugin/Modules/FiveHelper.js +0 -68
  382. package/plugins/PanoMeasurePlugin/Modules/GuideController.d.ts +0 -18
  383. package/plugins/PanoMeasurePlugin/Modules/GuideController.js +0 -107
  384. package/plugins/PanoMeasurePlugin/Modules/Magnifier.d.ts +0 -24
  385. package/plugins/PanoMeasurePlugin/Modules/Magnifier.js +0 -139
  386. package/plugins/PanoMeasurePlugin/Modules/UIController/HTML.d.ts +0 -6
  387. package/plugins/PanoMeasurePlugin/Modules/UIController/HTML.js +0 -26
  388. package/plugins/PanoMeasurePlugin/Modules/UIController/MainBtnController.d.ts +0 -18
  389. package/plugins/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +0 -169
  390. package/plugins/PanoMeasurePlugin/Modules/UIController/Revoke/index.d.ts +0 -12
  391. package/plugins/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +0 -59
  392. package/plugins/PanoMeasurePlugin/Modules/UIController/index.d.ts +0 -16
  393. package/plugins/PanoMeasurePlugin/Modules/UIController/index.js +0 -125
  394. package/plugins/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -17
  395. package/plugins/PanoMeasurePlugin/Modules/UIController/style.js +0 -103
  396. package/plugins/PanoMeasurePlugin/index.d.ts +0 -7
  397. package/plugins/PanoMeasurePlugin/index.js +0 -20
  398. package/plugins/PanoMeasurePlugin/typings/data.d.ts +0 -28
  399. package/plugins/PanoMeasurePlugin/typings/data.js +0 -7
  400. package/plugins/PanoMeasurePlugin/typings/event.type.d.ts +0 -28
  401. package/plugins/PanoMeasurePlugin/typings/event.type.js +0 -7
  402. package/plugins/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
  403. package/plugins/PanoMeasurePlugin/typings/utils.type.js +0 -7
  404. package/plugins/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
  405. package/plugins/PanoMeasurePlugin/utils/clearGroup.js +0 -16
  406. package/plugins/PanoMeasurePlugin/utils/constants.d.ts +0 -4
  407. package/plugins/PanoMeasurePlugin/utils/constants.js +0 -47
  408. package/plugins/PanoMeasurePlugin/utils/distanceDom.d.ts +0 -28
  409. package/plugins/PanoMeasurePlugin/utils/distanceDom.js +0 -147
  410. package/plugins/PanoMeasurePlugin/utils/findAssociatedLines.d.ts +0 -2
  411. package/plugins/PanoMeasurePlugin/utils/findAssociatedLines.js +0 -39
  412. package/plugins/PanoMeasurePlugin/utils/findClosestPoint.d.ts +0 -10
  413. package/plugins/PanoMeasurePlugin/utils/findClosestPoint.js +0 -49
  414. package/plugins/PanoMeasurePlugin/utils/getIntersectionFromEvent.d.ts +0 -4
  415. package/plugins/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +0 -20
  416. package/plugins/PanoMeasurePlugin/utils/getPointFromHammerEvent.d.ts +0 -10
  417. package/plugins/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +0 -33
  418. package/plugins/PanoMeasurePlugin/utils/ironbox.d.ts +0 -1
  419. package/plugins/PanoMeasurePlugin/utils/ironbox.js +0 -14
  420. package/plugins/PanoMeasurePlugin/utils/isNDCPointInScreen.d.ts +0 -2
  421. package/plugins/PanoMeasurePlugin/utils/isNDCPointInScreen.js +0 -16
  422. package/plugins/PanoMeasurePlugin/utils/line.d.ts +0 -17
  423. package/plugins/PanoMeasurePlugin/utils/line.js +0 -61
  424. package/plugins/PanoMeasurePlugin/utils/math.d.ts +0 -17
  425. package/plugins/PanoMeasurePlugin/utils/math.js +0 -57
  426. package/plugins/PanoMeasurePlugin/utils/mouseGroup.d.ts +0 -2
  427. package/plugins/PanoMeasurePlugin/utils/mouseGroup.js +0 -42
  428. package/plugins/PanoMeasurePlugin/utils/ndc2Screen.d.ts +0 -5
  429. package/plugins/PanoMeasurePlugin/utils/ndc2Screen.js +0 -16
  430. package/plugins/PanoRulerPlugin/data/roomInfo.d.ts +0 -3
  431. package/plugins/PanoRulerPlugin/data/roomInfo.js +0 -51
  432. package/plugins/PanoRulerPlugin/data/roomRules.d.ts +0 -3
  433. package/plugins/PanoRulerPlugin/data/roomRules.js +0 -235
  434. package/plugins/PanoRulerPlugin/index.d.ts +0 -31
  435. package/plugins/PanoRulerPlugin/index.js +0 -642
  436. package/plugins/PanoRulerPlugin/typings.d.ts +0 -21
  437. package/plugins/PanoRulerPlugin/typings.js +0 -7
  438. package/plugins/PanoTVVideoPlugin/index.d.ts +0 -26
  439. package/plugins/PanoTVVideoPlugin/index.js +0 -433
  440. package/plugins/TreasurePlugin/Controller.d.ts +0 -73
  441. package/plugins/TreasurePlugin/Controller.js +0 -250
  442. package/plugins/TreasurePlugin/TreasureFaceAnime.d.ts +0 -25
  443. package/plugins/TreasurePlugin/TreasureFaceAnime.js +0 -143
  444. package/plugins/TreasurePlugin/TreasureObject.d.ts +0 -53
  445. package/plugins/TreasurePlugin/TreasureObject.js +0 -406
  446. package/plugins/TreasurePlugin/TreasureOpenAnime.d.ts +0 -25
  447. package/plugins/TreasurePlugin/TreasureOpenAnime.js +0 -127
  448. package/plugins/TreasurePlugin/constants.d.ts +0 -33
  449. package/plugins/TreasurePlugin/constants.js +0 -67
  450. package/plugins/TreasurePlugin/index.d.ts +0 -11
  451. package/plugins/TreasurePlugin/index.js +0 -26
  452. package/plugins/TreasurePlugin/typings.d.ts +0 -2
  453. package/plugins/TreasurePlugin/typings.js +0 -7
  454. package/plugins/floorplan/Assets/floorplanExtraObject.js +0 -10
  455. package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +0 -637
  456. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.d.ts +0 -13
  457. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +0 -78
  458. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.d.ts +0 -5
  459. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +0 -84
  460. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.d.ts +0 -10
  461. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +0 -129
  462. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.d.ts +0 -13
  463. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +0 -118
  464. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomMaterial.d.ts +0 -11
  465. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomMaterial.js +0 -174
  466. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RuleLabels.d.ts +0 -8
  467. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RuleLabels.js +0 -182
  468. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.d.ts +0 -15
  469. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +0 -74
  470. package/plugins/floorplan/ModelFloorplanPlugin/components/index.d.ts +0 -23
  471. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +0 -88
  472. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.d.ts +0 -1
  473. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +0 -16
  474. package/plugins/floorplan/ModelFloorplanPlugin/index.js +0 -20
  475. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +0 -7
  476. package/plugins/floorplan/ModelFloorplanPlugin/typings/utility.js +0 -7
  477. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +0 -33
  478. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +0 -154
  479. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.d.ts +0 -13
  480. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +0 -114
  481. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.d.ts +0 -3
  482. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +0 -39
  483. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.d.ts +0 -5
  484. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +0 -66
  485. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.d.ts +0 -9
  486. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +0 -126
  487. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.d.ts +0 -11
  488. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +0 -58
  489. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.d.ts +0 -17
  490. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +0 -85
  491. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.d.ts +0 -2
  492. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +0 -15
  493. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +0 -211
  494. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +0 -20
  495. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +0 -272
  496. package/plugins/floorplan/TopviewFloorplanPlugin/index.js +0 -18
  497. package/plugins/floorplan/TopviewFloorplanPlugin/style.js +0 -16
  498. package/plugins/floorplan/components/FloorplanImage.d.ts +0 -7
  499. package/plugins/floorplan/components/FloorplanImage.js +0 -90
  500. package/plugins/floorplan/index.d.ts +0 -4
  501. package/plugins/floorplan/index.js +0 -13
  502. package/plugins/floorplan/typings/floorplanData.js +0 -7
  503. package/plugins/floorplan/typings/floorplanServerData.js +0 -382
  504. package/plugins/floorplan/utils/formatData.js +0 -218
  505. package/plugins/floorplan/utils/formatPosition.js +0 -91
  506. package/shared-utils/Preloader.js +0 -57
  507. package/shared-utils/Subscribe.js +0 -232
  508. package/shared-utils/animationFrame/BetterTween.js +0 -107
  509. package/shared-utils/animationFrame/calculateProgress.js +0 -40
  510. package/shared-utils/animationFrame/formatRad.js +0 -36
  511. package/shared-utils/animationFrame/index.js +0 -81
  512. package/shared-utils/animationFrame/tween.js +0 -92
  513. package/shared-utils/changeModelCanvasOpacity.js +0 -38
  514. package/shared-utils/createCanvasTextTexture.js +0 -31
  515. package/shared-utils/createFiveContainer.d.ts +0 -10
  516. package/shared-utils/createFiveContainer.js +0 -171
  517. package/shared-utils/createLine/index.js +0 -43
  518. package/shared-utils/debounce.js +0 -30
  519. package/shared-utils/equal.js +0 -107
  520. package/shared-utils/filter.js +0 -129
  521. package/shared-utils/five/changeMode.js +0 -82
  522. package/shared-utils/five/useFivePlugin.js +0 -17
  523. package/shared-utils/formatRad.js +0 -18
  524. package/shared-utils/getPxmm.js +0 -51
  525. package/shared-utils/getRandomColor.js +0 -23
  526. package/shared-utils/isNil.js +0 -26
  527. package/shared-utils/isTruelyObject.js +0 -31
  528. package/shared-utils/math/evenNumber.js +0 -15
  529. package/shared-utils/math/planimetry.js +0 -354
  530. package/shared-utils/math/rad2Deg.js +0 -12
  531. package/shared-utils/nearlyEqual.js +0 -19
  532. package/shared-utils/nextFrame.js +0 -15
  533. package/shared-utils/noop.js +0 -19
  534. package/shared-utils/object3d2LocalMatrix.js +0 -79
  535. package/shared-utils/px2rem.js +0 -22
  536. package/shared-utils/removeArrayItem.js +0 -22
  537. package/shared-utils/three/centerPoint.js +0 -14
  538. package/shared-utils/three/getExtraModelLoader.js +0 -45
  539. package/shared-utils/three/getNormal.js +0 -17
  540. package/shared-utils/three/getTextureLoader.js +0 -50
  541. package/shared-utils/three/loadFbxObj.js +0 -54
  542. package/shared-utils/three/loadTexture.js +0 -65
  543. package/shared-utils/three/transformPositionToVector3.js +0 -20
  544. package/shared-utils/three/transfromToMeshBasicMaterial.js +0 -33
  545. package/shared-utils/throttle.js +0 -29
  546. package/shared-utils/to.js +0 -67
  547. package/shared-utils/useDebounce.js +0 -49
  548. package/shared-utils/useThrottle.js +0 -47
  549. package/shared-utils/uuid.d.ts +0 -4
  550. package/shared-utils/uuid.js +0 -28
  551. package/shared-utils/vectorTocoordinates.js +0 -18
  552. package/typedoc/components.d.ts +0 -6
  553. package/typedoc/components.js +0 -7
  554. package/typedoc/libs.d.ts +0 -1
  555. package/typedoc/libs.js +0 -7
  556. package/typedoc/plugins.d.ts +0 -19
  557. package/typedoc/plugins.js +0 -165
  558. package/typedoc/shared-utils.d.ts +0 -3
  559. package/typedoc/shared-utils.js +0 -7
  560. package/typedoc/typings.d.ts +0 -3
  561. package/typedoc/typings.js +0 -7
  562. package/typings/math.type.js +0 -7
  563. package/typings/utils.type.js +0 -7
@@ -1,51 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.array.iterator.js");
4
-
5
- require("core-js/modules/es.object.to-string.js");
6
-
7
- require("core-js/modules/es.string.iterator.js");
8
-
9
- require("core-js/modules/es.weak-map.js");
10
-
11
- require("core-js/modules/web.dom-collections.iterator.js");
12
-
13
- require("core-js/modules/es.object.define-property.js");
14
-
15
- require("core-js/modules/es.object.get-own-property-descriptor.js");
16
-
17
- var _typeof = require("@babel/runtime/helpers/typeof");
18
-
19
- Object.defineProperty(exports, "__esModule", {
20
- value: true
21
- });
22
- exports["default"] = getPxmm;
23
-
24
- var THREE = _interopRequireWildcard(require("three"));
25
-
26
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
27
-
28
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
29
-
30
- /**
31
- * 获取「在俯视图」状态下,模型 mm 与屏幕像素 px 的对应关系,即每 mm 对应多少 px
32
- * @param five five
33
- */
34
- function getPxmm(five, container) {
35
- var boundingCenter = new THREE.Vector3(0, 0, 0);
36
- five.model.bounding.getCenter(boundingCenter);
37
- var boundingCenterY = boundingCenter.y;
38
-
39
- var _five$getCurrentState = five.getCurrentState(),
40
- longitude = _five$getCurrentState.longitude; // 因为模型可能经过旋转,所以屏幕水平方向上的 1m 对应 X 轴距离需要转换
41
-
42
-
43
- var X = 1 / Math.abs(Math.cos(longitude)); // 模型绕 (boundingCenterX, boundingCenterY, boundingCenterZ) 旋转
44
-
45
- var originPosition = new THREE.Vector3(0, boundingCenterY, 0);
46
- var originPositionXUnit = new THREE.Vector3(X, boundingCenterY, 0);
47
- var mouse = originPosition.project(five.camera);
48
- var xUnitMouse = originPositionXUnit.project(five.camera);
49
- var pxmm = Math.abs((xUnitMouse.x - mouse.x) / 1000) * (container.getBoundingClientRect().width / 2);
50
- return pxmm;
51
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = getRandomColor;
9
-
10
- require("core-js/modules/es.array.join.js");
11
-
12
- require("core-js/modules/es.array.map.js");
13
-
14
- require("core-js/modules/es.regexp.exec.js");
15
-
16
- require("core-js/modules/es.string.split.js");
17
-
18
- function getRandomColor() {
19
- var color = '#' + '0123456789abcdef'.split('').map(function (v, i, a) {
20
- return i > 5 ? null : a[Math.floor(Math.random() * 16)];
21
- }).join('');
22
- return color;
23
- }
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.isNil = isNil;
9
- exports.notNil = notNil;
10
-
11
- /**
12
- * 判断对象是否为`null`或`undefined`。
13
- * @param
14
- * @return
15
- */
16
- function isNil(value) {
17
- return !notNil(value);
18
- }
19
- /**
20
- * 判断对象不为`null`或`undefined`。
21
- */
22
-
23
-
24
- function notNil(value) {
25
- return value !== null && value !== undefined;
26
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = isTruelyObject;
9
-
10
- require("core-js/modules/es.object.to-string.js");
11
-
12
- /**
13
- * 检查一个值是否是狭义上的对象
14
- * @param {any} value 要检查的值
15
- *
16
- * isTruelyObject({})
17
- * // => true
18
- *
19
- * isObjectLike([1, 2, 3])
20
- * // => false
21
- *
22
- * isObjectLike(Function)
23
- * // => false
24
- *
25
- * isObjectLike(null)
26
- * // => false
27
- *
28
- */
29
- function isTruelyObject(value) {
30
- return Object.prototype.toString.call(value) === '[object Object]';
31
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = evenNumber;
9
-
10
- require("core-js/modules/es.number.constructor.js");
11
-
12
- function evenNumber(num, config) {
13
- var roundNum = Math.round(num);
14
- return roundNum % 2 === 0 ? roundNum : roundNum + Number(config !== null && config !== void 0 && config.smaller ? -1 : 1);
15
- }
@@ -1,354 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.closestPointOnLine = closestPointOnLine;
9
- exports.distance = distance;
10
- exports.getAreaSize = getAreaSize;
11
- exports.getAreaSizeWithoutLine = getAreaSizeWithoutLine;
12
- exports.getCenterPointOfPoints = getCenterPointOfPoints;
13
- exports.getK = getK;
14
- exports.intersectionOfLine = intersectionOfLine;
15
- exports.isIntersect = isIntersect;
16
- exports.linesWithDistanceOfLine = linesWithDistanceOfLine;
17
- exports.linesWithDistanceOfLineWithCurve = linesWithDistanceOfLineWithCurve;
18
- exports.pointDistanceFromLine = pointDistanceFromLine;
19
- exports.pointOnLine = pointOnLine;
20
- exports.pointRotateByCenterPoint = pointRotateByCenterPoint;
21
- exports.sameK = sameK;
22
- exports.samePointAt = samePointAt;
23
-
24
- require("core-js/modules/es.array.reverse.js");
25
-
26
- require("core-js/modules/es.array.for-each.js");
27
-
28
- require("core-js/modules/es.object.to-string.js");
29
-
30
- require("core-js/modules/web.dom-collections.for-each.js");
31
-
32
- require("core-js/modules/es.array.reduce.js");
33
-
34
- /**
35
- * 平面几何相关数学函数
36
- */
37
-
38
- /**
39
- * 平面点坐标。
40
- */
41
-
42
- /**
43
- * 检查两个点是否位置相同
44
- * @param point1
45
- * @param point2
46
- * @return
47
- */
48
- function samePointAt(point1, point2) {
49
- return point1.x === point2.x && point1.y === point2.y;
50
- }
51
- /**
52
- * 计算两个点之间的位置
53
- * @param {point} point1
54
- * @param {point} point2
55
- * @return {number}
56
- */
57
-
58
-
59
- function distance(point1, point2) {
60
- return Math.sqrt(Math.pow(point2.x - point1.x, 2) + Math.pow(point2.y - point1.y, 2));
61
- }
62
- /**
63
- * 两个计算的斜率是否相同
64
- * @param {number} k1
65
- * @param {number} k2
66
- * @return
67
- */
68
-
69
-
70
- function sameK(k1, k2) {
71
- if (Math.abs(k1) === Infinity && Math.abs(k2) === Infinity) return true;
72
- return Math.abs(k1 - k2) < 0.001;
73
- }
74
- /**
75
- * 获取两点之间的斜率
76
- * @param {point} point1
77
- * @param {point} point2
78
- * @return {number}
79
- */
80
-
81
-
82
- function getK(point1, point2) {
83
- return (point2.y - point1.y) / (point2.x - point1.x);
84
- }
85
- /**
86
- * 获取一点对于线段上最近的一点,
87
- * 如果可以是过直线垂线的垂足,不行的话取线段的两端
88
- * @param {point} point1
89
- * @param {linePoints} linePoints
90
- * @return {point}
91
- */
92
-
93
-
94
- function closestPointOnLine(point, linePoints) {
95
- var tA = point.x - linePoints[0].x;
96
- var tB = point.y - linePoints[0].y;
97
- var tC = linePoints[1].x - linePoints[0].x;
98
- var tD = linePoints[1].y - linePoints[0].y;
99
- var tDot = tA * tC + tB * tD;
100
- var tLenSq = tC * tC + tD * tD;
101
- var tParam = tDot / tLenSq;
102
- var tXx, tYy;
103
-
104
- if (tParam < 0 || samePointAt(linePoints[0], linePoints[1])) {
105
- tXx = linePoints[0].x;
106
- tYy = linePoints[0].y;
107
- } else if (tParam > 1) {
108
- tXx = linePoints[1].x;
109
- tYy = linePoints[1].y;
110
- } else {
111
- tXx = linePoints[0].x + tParam * tC;
112
- tYy = linePoints[0].y + tParam * tD;
113
- }
114
-
115
- return {
116
- x: tXx,
117
- y: tYy
118
- };
119
- }
120
- /**
121
- * 点到线段的距离,
122
- * 如果可以是过直线垂线的垂足的距离,不行的话取线段的两端的距离
123
- * @param {point} point1
124
- * @param {linePoints} linePoints
125
- * @return {number}
126
- */
127
-
128
-
129
- function pointDistanceFromLine(point, linePoints) {
130
- var closestPoint = closestPointOnLine(point, linePoints);
131
- return distance(point, closestPoint);
132
- }
133
- /**
134
- * 做线段的距离一定值的平行线段
135
- * @param {number} distanceOfLine
136
- * @param {linePoints} linePoints
137
- * @return {[linePoints, linePoints]}
138
- */
139
-
140
-
141
- function linesWithDistanceOfLine(distanceOfLine, linePoints) {
142
- var k = getK(linePoints[1], linePoints[0]);
143
- var dx, dy;
144
-
145
- if (Math.abs(k) === Infinity) {
146
- dy = 0;
147
- dx = distanceOfLine;
148
- } else {
149
- dy = Math.sqrt(distanceOfLine * distanceOfLine / (k * k + 1));
150
- dx = dy / -(1 / k);
151
- }
152
-
153
- var result = [[{
154
- x: linePoints[0].x - dx,
155
- y: linePoints[0].y - dy
156
- }, {
157
- x: linePoints[1].x - dx,
158
- y: linePoints[1].y - dy
159
- }], [{
160
- x: linePoints[0].x + dx,
161
- y: linePoints[0].y + dy
162
- }, {
163
- x: linePoints[1].x + dx,
164
- y: linePoints[1].y + dy
165
- }]];
166
-
167
- if (linePoints[1].x - linePoints[0].x < 0) {
168
- return result;
169
- } else if (linePoints[1].x - linePoints[0].x > 0) {
170
- return result.reverse();
171
- } else {
172
- if (linePoints[1].y - linePoints[0].y < 0) {
173
- return result.reverse();
174
- } else {
175
- return result;
176
- }
177
- }
178
- }
179
- /**
180
- * 做线段的距离一定值的平行线段 (如果线段是弧形的)
181
- * @param {number} distanceOfLine
182
- * @param {linePoints} linePoints
183
- * @param {number} 弧形定点到线段的距离
184
- * @return {[linePoints, linePoints]}
185
- */
186
-
187
-
188
- function linesWithDistanceOfLineWithCurve(distanceOfLine, linePoints, curve) {
189
- var centerPoint = getCenterPointOfPoints(linePoints);
190
- var pHelfDistance = distance(linePoints[0], centerPoint);
191
- var cDistance = Math.sqrt(curve * curve - pHelfDistance * pHelfDistance);
192
- var cpoint = isNaN(cDistance) ? centerPoint : linesWithDistanceOfLine(cDistance, [centerPoint, linePoints[0]])[curve > 0 ? 0 : 1][0];
193
- var dx1 = (linePoints[0].x - cpoint.x) / curve * distanceOfLine;
194
- var dy1 = (linePoints[0].y - cpoint.y) / curve * distanceOfLine;
195
- var dx2 = (linePoints[1].x - cpoint.x) / curve * distanceOfLine;
196
- var dy2 = (linePoints[1].y - cpoint.y) / curve * distanceOfLine;
197
- return [[{
198
- x: linePoints[0].x - dx1,
199
- y: linePoints[0].y - dy1
200
- }, {
201
- x: linePoints[1].x - dx2,
202
- y: linePoints[1].y - dy2
203
- }], [{
204
- x: linePoints[0].x + dx1,
205
- y: linePoints[0].y + dy1
206
- }, {
207
- x: linePoints[1].x + dx2,
208
- y: linePoints[1].y + dy2
209
- }]];
210
- }
211
- /**
212
- * 两条线段(包括延长线)的交点点
213
- * @param {linePoints} linePoints1
214
- * @param {linePoints} linePoints2
215
- * @param needIntersectionInLine 是否是延长线的相交
216
- * @return {point || false}
217
- */
218
-
219
-
220
- function intersectionOfLine(linePoints1, linePoints2, needIntersectionInLine) {
221
- var k1 = getK(linePoints1[1], linePoints1[0]);
222
- var k2 = getK(linePoints2[1], linePoints2[0]);
223
- if (isNaN(k1) || isNaN(k2)) return false;
224
- if (sameK(k1, k2)) return false;
225
- if (pointOnLine(linePoints1[0], linePoints2)) return linePoints1[0];
226
- if (pointOnLine(linePoints1[1], linePoints2)) return linePoints1[1];
227
- if (pointOnLine(linePoints2[0], linePoints1)) return linePoints2[0];
228
- if (pointOnLine(linePoints2[1], linePoints1)) return linePoints2[1]; //needIntersectionInLine 是否焦点在线段内
229
-
230
- if (needIntersectionInLine && !isIntersect(linePoints1, linePoints2)) return false;
231
- var p1 = linePoints1[0];
232
- var p2 = linePoints2[0];
233
-
234
- if (Math.abs(k1) === Infinity) {
235
- return {
236
- x: p1.x,
237
- y: linePoints2[1].y - (linePoints2[1].x - p1.x) * k2
238
- };
239
- }
240
-
241
- if (Math.abs(k2) === Infinity) {
242
- return {
243
- x: p2.x,
244
- y: linePoints1[1].y - (linePoints1[1].x - p2.x) * k1
245
- };
246
- }
247
-
248
- var x = (p2.y - p1.y + k1 * p1.x - k2 * p2.x) / (k1 - k2);
249
- var y = k1 * x - k1 * p1.x + p1.y;
250
- return {
251
- x: x,
252
- y: y
253
- };
254
- }
255
- /**
256
- * 是否点在线段上
257
- * @param {point} point
258
- * @param {linePoints} linePoints
259
- * @return
260
- */
261
-
262
-
263
- function pointOnLine(point, linePoints) {
264
- if (samePointAt(point, linePoints[0])) return true;
265
- if (samePointAt(point, linePoints[1])) return true;
266
- return true && (linePoints[0].x - point.x) * (point.x - linePoints[1].x) >= 0 && (linePoints[0].y - point.y) * (point.y - linePoints[1].y) >= 0 && sameK(getK(linePoints[0], point), getK(point, linePoints[1]));
267
- }
268
- /**
269
- * 让点按照另一个点为圆心,一定弧度的情况下转动得到下一个点
270
- * @param {point} point
271
- * @param {point} centerPoint
272
- * @param {number} rad
273
- * @return {point}
274
- */
275
-
276
-
277
- function pointRotateByCenterPoint(point, centerPoint, rad) {
278
- var r = distance(point, centerPoint);
279
- var nextRad = Math.atan2(point.y - centerPoint.y, point.x - centerPoint.x);
280
- nextRad -= rad;
281
- return {
282
- x: centerPoint.x + Math.cos(nextRad) * r,
283
- y: centerPoint.y + Math.sin(nextRad) * r
284
- };
285
- }
286
- /**
287
- * 获取一些点的中心点
288
- * @param {points} point
289
- * @return {point}
290
- */
291
-
292
-
293
- function getCenterPointOfPoints(points) {
294
- var minX = Infinity,
295
- maxX = 0,
296
- minY = Infinity,
297
- maxY = 0;
298
- points.forEach(function (point) {
299
- minX = Math.min(minX, point.x);
300
- maxX = Math.max(maxX, point.x);
301
- minY = Math.min(minY, point.y);
302
- maxY = Math.max(maxY, point.y);
303
- });
304
- return {
305
- x: (minX + maxX) / 2,
306
- y: (minY + maxY) / 2
307
- };
308
- }
309
- /**
310
- * 判断两条线段是否相交
311
- */
312
-
313
-
314
- function multi(p1, p2, p0) {
315
- return (p1.x - p0.x) * (p2.y - p0.y) - (p2.x - p0.x) * (p1.y - p0.y);
316
- }
317
-
318
- function isIntersect(linePoints1, linePoints2) {
319
- if (Math.max(linePoints1[0].x, linePoints1[1].x) >= Math.min(linePoints2[0].x, linePoints2[1].x) && Math.max(linePoints2[0].x, linePoints2[1].x) >= Math.min(linePoints1[0].x, linePoints1[1].x) && Math.max(linePoints1[0].y, linePoints1[1].y) >= Math.min(linePoints2[0].y, linePoints2[1].y) && multi(linePoints2[0], linePoints1[1], linePoints1[0]) * multi(linePoints1[1], linePoints2[1], linePoints1[0]) > 0 && multi(linePoints1[0], linePoints2[1], linePoints2[0]) * multi(linePoints2[1], linePoints1[1], linePoints2[0]) > 0) return 1;
320
- return 0;
321
- }
322
- /**
323
- * 计算点按序围成区域的面就
324
- * @param {[point]} points
325
- * @return {number}
326
- */
327
-
328
-
329
- function cross(p1, p2) {
330
- // 向量叉积
331
- return p1.x * p2.y - p1.y * p2.x;
332
- }
333
-
334
- function getAreaSize(points) {
335
- var ret = 0;
336
- return (cross(points.reduce(function (pf, pn) {
337
- ret += cross(pf, pn);
338
- return pn;
339
- }), points[0]) + ret) / 2;
340
- }
341
-
342
- function getAreaSizeWithoutLine(points) {
343
- var ret = 0;
344
- var r = (cross(points.reduce(function (pf, pn) {
345
- ret += cross(pf, pn);
346
- return pn;
347
- }), points[0]) + ret) / 2;
348
- var wall = 0;
349
- var wr = (distance(points.reduce(function (pf, pn) {
350
- wall += distance(pf, pn) * 250;
351
- return pn;
352
- }), points[0]) * 250 + wall) / 2;
353
- return r - (wr - 250 * 1000) * (r > 0 ? 1 : -1);
354
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = rad2Deg;
9
-
10
- function rad2Deg(rad) {
11
- return rad * 180 / Math.PI;
12
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = nearlyEqual;
9
-
10
- /**
11
- * 比较两个数字近似相等
12
- * @param num1 数字1
13
- * @param num2 数字2
14
- * @param accuracy 精度:精确到小数点后几位,默认精确到 小数点后四位
15
- */
16
- function nearlyEqual(num1, num2) {
17
- var accuracy = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 4;
18
- return Math.floor(num1 * Math.pow(10, accuracy)) === Math.floor(num2 * Math.pow(10, accuracy));
19
- }
@@ -1,15 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.nextFrame = nextFrame;
9
-
10
- function nextFrame(fn) {
11
- var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
12
- if (delay <= 0) requestAnimationFrame(fn);else requestAnimationFrame(function () {
13
- return nextFrame(fn, delay - 1);
14
- });
15
- }
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = void 0;
9
-
10
- function noop() {
11
- return void 0;
12
- }
13
- /**
14
- * 空函数
15
- */
16
-
17
-
18
- var _default = noop;
19
- exports["default"] = _default;
@@ -1,79 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.array.iterator.js");
4
-
5
- require("core-js/modules/es.object.to-string.js");
6
-
7
- require("core-js/modules/es.string.iterator.js");
8
-
9
- require("core-js/modules/es.weak-map.js");
10
-
11
- require("core-js/modules/web.dom-collections.iterator.js");
12
-
13
- require("core-js/modules/es.object.define-property.js");
14
-
15
- require("core-js/modules/es.object.get-own-property-descriptor.js");
16
-
17
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
18
-
19
- var _typeof = require("@babel/runtime/helpers/typeof");
20
-
21
- Object.defineProperty(exports, "__esModule", {
22
- value: true
23
- });
24
- exports.genRotationMatrix = exports["default"] = void 0;
25
-
26
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
27
-
28
- var THREE = _interopRequireWildcard(require("three"));
29
-
30
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
31
-
32
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
33
-
34
- var genRotationMatrix = function genRotationMatrix(x, y, z) {
35
- var matrix = new THREE.Matrix4();
36
- var euler = new THREE.Euler(x, y, z, 'YXZ');
37
- matrix.makeRotationFromEuler(euler);
38
- return matrix;
39
- };
40
-
41
- exports.genRotationMatrix = genRotationMatrix;
42
-
43
- var bject3d2LocalMatrix = function bject3d2LocalMatrix(mesh, _ref) {
44
- var scale = _ref.scale,
45
- rotation = _ref.rotation,
46
- position = _ref.position;
47
-
48
- if (scale) {
49
- mesh.scale.set(scale, scale, scale);
50
- }
51
-
52
- if (rotation) {
53
- var _rotation = (0, _slicedToArray2["default"])(rotation, 3),
54
- x = _rotation[0],
55
- y = _rotation[1],
56
- z = _rotation[2];
57
-
58
- if (x) {
59
- mesh.applyMatrix4(genRotationMatrix(x, 0, 0));
60
- }
61
-
62
- if (y) {
63
- mesh.applyMatrix4(genRotationMatrix(0, y, 0));
64
- }
65
-
66
- if (z) {
67
- mesh.applyMatrix4(genRotationMatrix(0, 0, z));
68
- }
69
- }
70
-
71
- if (position) {
72
- mesh.position.set(position.x, position.y, position.z);
73
- }
74
-
75
- return mesh;
76
- };
77
-
78
- var _default = bject3d2LocalMatrix;
79
- exports["default"] = _default;
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- require("core-js/modules/es.object.define-property.js");
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = px2rem;
9
-
10
- require("core-js/modules/es.number.constructor.js");
11
-
12
- require("core-js/modules/es.regexp.exec.js");
13
-
14
- require("core-js/modules/es.string.replace.js");
15
-
16
- require("core-js/modules/es.number.to-fixed.js");
17
-
18
- function px2rem(_px) {
19
- var precision = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 16;
20
- var px = Number(typeof _px === 'string' ? _px.replace(/px/g, '') : _px);
21
- return (px / precision).toFixed(5) + 'rem';
22
- }