@roomle/web-sdk 2.60.0-alpha.4 → 2.60.0-alpha.5

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 (336) hide show
  1. package/lib/{banana-for-scale-41019d4d.nomodule.js → banana-for-scale-95d76984.nomodule.js} +2 -2
  2. package/lib/{banana-for-scale-41019d4d.nomodule.js.map → banana-for-scale-95d76984.nomodule.js.map} +1 -1
  3. package/lib/{banana-for-scale-398930dd.js → banana-for-scale-cfb849de.js} +2 -2
  4. package/lib/{banana-for-scale-398930dd.js.map → banana-for-scale-cfb849de.js.map} +1 -1
  5. package/lib/{component-dimensioning-832cf15a.nomodule.js → component-dimensioning-0260357e.nomodule.js} +2 -2
  6. package/lib/component-dimensioning-0260357e.nomodule.js.map +1 -0
  7. package/lib/{component-dimensioning-3a891afe.js → component-dimensioning-2f67617b.js} +2 -2
  8. package/lib/component-dimensioning-2f67617b.js.map +1 -0
  9. package/lib/{component-raycast-helper-eae91e0c.js → component-raycast-helper-6e006112.js} +2 -2
  10. package/lib/component-raycast-helper-6e006112.js.map +1 -0
  11. package/lib/{component-raycast-helper-9ddb5b71.nomodule.js → component-raycast-helper-a7d27e11.nomodule.js} +2 -2
  12. package/lib/component-raycast-helper-a7d27e11.nomodule.js.map +1 -0
  13. package/lib/{configurator-aa304cb2.js → configurator-8c9eaced.js} +2 -2
  14. package/lib/configurator-8c9eaced.js.map +1 -0
  15. package/lib/{configurator-d6bfd79c.nomodule.js → configurator-c8ac1406.nomodule.js} +2 -2
  16. package/lib/configurator-c8ac1406.nomodule.js.map +1 -0
  17. package/lib/configurator-main-9d1f3185.js +2 -0
  18. package/lib/configurator-main-9d1f3185.js.map +1 -0
  19. package/lib/configurator-main.nomodule.js +1 -1
  20. package/lib/{continuous-drawing-helper-26397596.nomodule.js → continuous-drawing-helper-30bb6d32.nomodule.js} +2 -2
  21. package/lib/continuous-drawing-helper-30bb6d32.nomodule.js.map +1 -0
  22. package/lib/{continuous-drawing-helper-c81390c4.js → continuous-drawing-helper-82d5c84e.js} +2 -2
  23. package/lib/continuous-drawing-helper-82d5c84e.js.map +1 -0
  24. package/lib/{default-light-setting-d95f65c0.js → default-light-setting-4048844a.js} +2 -2
  25. package/lib/default-light-setting-4048844a.js.map +1 -0
  26. package/lib/{default-light-setting-924cb5ad.nomodule.js → default-light-setting-d8a883c0.nomodule.js} +2 -2
  27. package/lib/default-light-setting-d8a883c0.nomodule.js.map +1 -0
  28. package/lib/definitions/acceptance-tests/src/utils/async-acceptance-test.d.ts +1 -1
  29. package/lib/definitions/common-core/mock/common-kernel-access-mock.d.ts +1 -1
  30. package/lib/definitions/common-core/mock/kernel-instances.d.ts +3 -1
  31. package/lib/definitions/common-core/mock/mock-auto-quality-adapter.d.ts +1 -1
  32. package/lib/definitions/common-core/mock/mock-image-renderer.d.ts +4 -4
  33. package/lib/definitions/common-core/mock/mock-input-event-dispatcher.d.ts +1 -1
  34. package/lib/definitions/common-core/mock/mock-pixotron.d.ts +2 -2
  35. package/lib/definitions/common-core/mock/mock-quality-adapter.d.ts +1 -1
  36. package/lib/definitions/common-core/mock/mock-quality-settings.d.ts +1 -1
  37. package/lib/definitions/common-core/mock/mock-rapi-types.d.ts +2 -1
  38. package/lib/definitions/common-core/mock/mock-utils.d.ts +3 -3
  39. package/lib/definitions/common-core/src/cameracontrol/camera-control-2d.d.ts +4 -3
  40. package/lib/definitions/common-core/src/cameracontrol/camera-control-3d.d.ts +4 -3
  41. package/lib/definitions/common-core/src/cameracontrol/camera-control.d.ts +10 -7
  42. package/lib/definitions/common-core/src/cameracontrol/camera-type.d.ts +1 -1
  43. package/lib/definitions/common-core/src/common-configurator-kernel-callback.d.ts +1 -1
  44. package/lib/definitions/common-core/src/common-interfaces.d.ts +1 -1
  45. package/lib/definitions/common-core/src/configurator-kernel-access.d.ts +5 -5
  46. package/lib/definitions/common-core/src/di/global-definitions.d.ts +1 -1
  47. package/lib/definitions/common-core/src/di/roomle-dependency-injection.d.ts +1 -1
  48. package/lib/definitions/common-core/src/environment/background-environment.d.ts +1 -1
  49. package/lib/definitions/common-core/src/environment/dynamic-environment-setting-loader.d.ts +3 -3
  50. package/lib/definitions/common-core/src/environment/environment.d.ts +1 -1
  51. package/lib/definitions/common-core/src/environment/ground-projected-environment.d.ts +1 -1
  52. package/lib/definitions/common-core/src/form-data-util.d.ts +1 -1
  53. package/lib/definitions/common-core/src/input/input-manager.d.ts +2 -2
  54. package/lib/definitions/common-core/src/kernel-access-callback.d.ts +1 -1
  55. package/lib/definitions/common-core/src/kernel-io.d.ts +3 -3
  56. package/lib/definitions/common-core/src/lightsetting/dynamic-light-setting-loader.d.ts +3 -2
  57. package/lib/definitions/common-core/src/lightsetting/dynamic-light-setting.d.ts +3 -2
  58. package/lib/definitions/common-core/src/lightsetting/light-setting.d.ts +2 -1
  59. package/lib/definitions/common-core/src/main.d.ts +6 -6
  60. package/lib/definitions/common-core/src/network-layer.d.ts +1 -1
  61. package/lib/definitions/common-core/src/rapi-access.d.ts +5 -5
  62. package/lib/definitions/common-core/src/roomle-sdk.d.ts +6 -6
  63. package/lib/definitions/common-core/src/scene-settings-loader.d.ts +2 -2
  64. package/lib/definitions/common-core/src/script-loader.d.ts +1 -1
  65. package/lib/definitions/common-core/src/services/cache-holder.d.ts +2 -2
  66. package/lib/definitions/common-core/src/services/common-kernel-access.d.ts +16 -15
  67. package/lib/definitions/common-core/src/services/data-syncer.d.ts +4 -3
  68. package/lib/definitions/common-core/src/services/global-callback.d.ts +2 -2
  69. package/lib/definitions/common-core/src/services/hdr-environment-loader.d.ts +4 -4
  70. package/lib/definitions/common-core/src/services/memory-manager.d.ts +1 -1
  71. package/lib/definitions/common-core/src/utils/common-utils.d.ts +4 -4
  72. package/lib/definitions/common-core/src/utils/dom-helper.d.ts +2 -2
  73. package/lib/definitions/common-core/src/utils/global-init-data.d.ts +3 -3
  74. package/lib/definitions/common-core/src/utils/init-data.d.ts +12 -7
  75. package/lib/definitions/common-core/src/utils/kernel-utils.d.ts +1 -1
  76. package/lib/definitions/common-core/src/utils/local-storage-helper.d.ts +1 -1
  77. package/lib/definitions/common-core/src/utils/local-storage.d.ts +1 -1
  78. package/lib/definitions/common-core/src/utils/math-helper.d.ts +1 -1
  79. package/lib/definitions/common-core/src/utils/rapi-utils.d.ts +2 -2
  80. package/lib/definitions/common-core/src/utils/shims.d.ts +5 -5
  81. package/lib/definitions/common-core/src/utils/single-promise-factory.d.ts +1 -1
  82. package/lib/definitions/common-core/src/utils/stats-helper.d.ts +2 -2
  83. package/lib/definitions/common-core/src/utils/threejs-utils.d.ts +6 -5
  84. package/lib/definitions/common-core/src/utils/ui-callback.d.ts +1 -1
  85. package/lib/definitions/common-core/src/view-model/configurator-plan-object-view-model.d.ts +2 -2
  86. package/lib/definitions/common-core/src/view-model/configurator-view-model.d.ts +10 -10
  87. package/lib/definitions/common-core/src/view-model/kernel-view-model.d.ts +1 -1
  88. package/lib/definitions/common-core/src/view-model/plan-element-view-model.d.ts +1 -1
  89. package/lib/definitions/common-core/src/view-model/plan-object-view-model.d.ts +2 -2
  90. package/lib/definitions/common-core/src/webgl/configurator-context.d.ts +3 -3
  91. package/lib/definitions/common-core/src/webgl/image-renderer.d.ts +3 -2
  92. package/lib/definitions/common-core/src/webgl/mesh-generator.d.ts +8 -7
  93. package/lib/definitions/common-core/src/webgl/renderer/baked-ground-contact-shadow.d.ts +3 -2
  94. package/lib/definitions/common-core/src/webgl/renderer/effect-pass.d.ts +2 -2
  95. package/lib/definitions/common-core/src/webgl/renderer/gbuffer-render-target.d.ts +2 -1
  96. package/lib/definitions/common-core/src/webgl/renderer/ground-reflection-pass.d.ts +2 -1
  97. package/lib/definitions/common-core/src/webgl/renderer/light-source-detection.d.ts +2 -1
  98. package/lib/definitions/common-core/src/webgl/renderer/outline-pass.d.ts +2 -1
  99. package/lib/definitions/common-core/src/webgl/renderer/outline-renderer.d.ts +2 -2
  100. package/lib/definitions/common-core/src/webgl/renderer/render-utility.d.ts +2 -1
  101. package/lib/definitions/common-core/src/webgl/renderer/scene-renderer-gui.d.ts +2 -2
  102. package/lib/definitions/common-core/src/webgl/renderer/scene-renderer.d.ts +15 -8
  103. package/lib/definitions/common-core/src/webgl/renderer/screen-space-shadow-map.d.ts +4 -3
  104. package/lib/definitions/common-core/src/webgl/renderer/shader-utility.d.ts +2 -1
  105. package/lib/definitions/common-core/src/webgl/renderer/shadow-and-ao-pass.d.ts +8 -4
  106. package/lib/definitions/common-core/src/webgl/roomle-component-factory.d.ts +4 -3
  107. package/lib/definitions/common-core/src/webgl/roomle-webl-renderer.d.ts +2 -2
  108. package/lib/definitions/common-core/src/webgl/scene-event-handler.d.ts +3 -3
  109. package/lib/definitions/common-core/src/webgl/scene-manager.d.ts +20 -19
  110. package/lib/definitions/common-core/src/webgl/static-item-loader.d.ts +3 -2
  111. package/lib/definitions/configurator-core/mock/configurator-mock-data.d.ts +1 -1
  112. package/lib/definitions/configurator-core/src/configurator.d.ts +1 -1
  113. package/lib/definitions/configurator-core/src/roomle-configurator.d.ts +19 -17
  114. package/lib/definitions/configurator-core/src/services/configurator-kernel-access-callback.d.ts +4 -4
  115. package/lib/definitions/configurator-core/src/services/configurator-ui-callback.d.ts +26 -7
  116. package/lib/definitions/configurator-core/src/services/unit-formatter.d.ts +2 -2
  117. package/lib/definitions/configurator-core/src/utils/async-dependency-loader.d.ts +1 -1
  118. package/lib/definitions/configurator-core/src/utils/component-dimensioning-helper.d.ts +3 -3
  119. package/lib/definitions/configurator-core/src/utils/component-dimensioning.d.ts +5 -4
  120. package/lib/definitions/configurator-core/src/utils/component-raycast-helper.d.ts +4 -4
  121. package/lib/definitions/configurator-core/src/utils/configurator-history.d.ts +2 -2
  122. package/lib/definitions/configurator-core/src/utils/dimensioning-helper.d.ts +3 -2
  123. package/lib/definitions/configurator-core/src/utils/global-definitions.d.ts +1 -1
  124. package/lib/definitions/configurator-core/src/utils/indexeddb-adapter.d.ts +1 -1
  125. package/lib/definitions/configurator-core/src/utils/parameter-helper.d.ts +1 -1
  126. package/lib/definitions/configurator-core/src/utils/raycast-helper.d.ts +5 -3
  127. package/lib/definitions/configurator-core/src/utils/selection-handler.d.ts +1 -1
  128. package/lib/definitions/configurator-core/src/utils/sort-helper.d.ts +1 -1
  129. package/lib/definitions/configurator-core/src/utils/test-helpers/fetch-helper.d.ts +1 -1
  130. package/lib/definitions/configurator-core/src/utils/test-helpers/image-diff.d.ts +2 -2
  131. package/lib/definitions/configurator-core/src/utils/test-helpers/interaction-helper.d.ts +2 -2
  132. package/lib/definitions/configurator-core/src/utils/test-helpers/mock-data/materials.d.ts +1 -1
  133. package/lib/definitions/configurator-core/src/utils/test-helpers/scene-utils.d.ts +1 -1
  134. package/lib/definitions/configurator-core/src/utils/test-helpers/ui-mock.d.ts +2 -2
  135. package/lib/definitions/configurator-core/src/utils/text-with-background.d.ts +1 -1
  136. package/lib/definitions/configurator-core/src/utils/ui-intersection-helper.d.ts +3 -2
  137. package/lib/definitions/configurator-core/src/webgl/banana-for-scale.d.ts +1 -1
  138. package/lib/definitions/configurator-core/src/webgl/configurator-mesh-generator.d.ts +3 -3
  139. package/lib/definitions/configurator-core/src/webgl/configurator-scene-event-handler.d.ts +4 -3
  140. package/lib/definitions/configurator-core/src/webgl/configurator-scene-manager.d.ts +13 -12
  141. package/lib/definitions/configurator-core/src/webgl/environment/floor-environment.d.ts +3 -2
  142. package/lib/definitions/configurator-core/src/webgl/lightsetting/default-light-setting.d.ts +1 -1
  143. package/lib/definitions/configurator-core/src/webgl/lightsetting/hd-light-setting.d.ts +1 -1
  144. package/lib/definitions/configurator-core/src/webgl/lightsetting/top-image-light-setting.d.ts +1 -1
  145. package/lib/definitions/configurator-core/src/webgl/plugin-system.d.ts +2 -2
  146. package/lib/definitions/glb-viewer-core/src/roomle-glb-viewer.d.ts +8 -7
  147. package/lib/definitions/glb-viewer-core/src/services/glb-render-worker.d.ts +2 -2
  148. package/lib/definitions/glb-viewer-core/src/utils/global-definitions.d.ts +1 -1
  149. package/lib/definitions/glb-viewer-core/src/webgl/glb-viewer-light-setting.d.ts +1 -1
  150. package/lib/definitions/glb-viewer-core/src/webgl/glb-viewer-scene-manager.d.ts +5 -5
  151. package/lib/definitions/material-viewer/src/roomle-material-viewer-ui-callback.d.ts +1 -1
  152. package/lib/definitions/material-viewer/src/roomle-material-viewer.d.ts +11 -10
  153. package/lib/definitions/material-viewer/src/utils/global-definitions.d.ts +1 -1
  154. package/lib/definitions/material-viewer/src/webgl/material-viewer-scene-manager.d.ts +5 -5
  155. package/lib/definitions/planner-core/mock/planner-kernel-access-mock.d.ts +2 -2
  156. package/lib/definitions/planner-core/mock/planner-mock-helper.d.ts +2 -2
  157. package/lib/definitions/planner-core/src/camera-control/camera-control-first-person.d.ts +3 -2
  158. package/lib/definitions/planner-core/src/input/planner-input-manager.d.ts +2 -1
  159. package/lib/definitions/planner-core/src/roomle-planner-ui-callback.d.ts +10 -10
  160. package/lib/definitions/planner-core/src/roomle-planner.d.ts +20 -19
  161. package/lib/definitions/planner-core/src/services/planner-kernel-access.d.ts +7 -7
  162. package/lib/definitions/planner-core/src/utils/global-definitions.d.ts +3 -3
  163. package/lib/definitions/planner-core/src/utils/map-to-ui-plan-objects.d.ts +3 -3
  164. package/lib/definitions/planner-core/src/utils/planner-scene-manager.d.ts +4 -4
  165. package/lib/definitions/planner-core/src/utils/planner-selection-handler.d.ts +2 -2
  166. package/lib/definitions/planner-core/src/view-model/ceiling-plan-element-view-model.d.ts +2 -2
  167. package/lib/definitions/planner-core/src/view-model/construction-plan-object-view-model.d.ts +1 -1
  168. package/lib/definitions/planner-core/src/view-model/floor-plan-element-view-model.d.ts +2 -2
  169. package/lib/definitions/planner-core/src/view-model/node-plan-element-view-model.d.ts +1 -1
  170. package/lib/definitions/planner-core/src/view-model/plan-view-model.d.ts +10 -9
  171. package/lib/definitions/planner-core/src/view-model/static-plan-object-view-model.d.ts +2 -2
  172. package/lib/definitions/planner-core/src/view-model/wall-plan-element-view-model.d.ts +2 -2
  173. package/lib/definitions/planner-core/src/webgl/continuous-drawing-helper.d.ts +2 -2
  174. package/lib/definitions/planner-core/src/webgl/lightsetting/planner-light-setting.d.ts +1 -1
  175. package/lib/definitions/planner-core/src/webgl/planner-mesh-generator.d.ts +3 -3
  176. package/lib/definitions/planner-core/src/webgl/planner-scene-event-handler.d.ts +7 -6
  177. package/lib/definitions/planner-core/src/webgl/planner-scene-manager.d.ts +16 -14
  178. package/lib/definitions/tools-core/src/roomle-tools-core.d.ts +4 -4
  179. package/lib/definitions/tools-core/src/tools-core.d.ts +1 -1
  180. package/lib/definitions/tools-core/src/utils/global-definitions.d.ts +1 -1
  181. package/lib/definitions/typings/configurator-kernel-container.d.ts +2 -2
  182. package/lib/definitions/typings/global-definitions.d.ts +1 -1
  183. package/lib/definitions/typings/kernel.d.ts +7 -3
  184. package/lib/definitions/typings/pixotron.d.ts +1 -1
  185. package/lib/definitions/typings/planner-kernel-container.d.ts +3 -3
  186. package/lib/definitions/typings/planner.d.ts +4 -4
  187. package/lib/definitions/typings/rapi-types.d.ts +1 -1
  188. package/lib/definitions/typings/shims.d.ts +1 -1
  189. package/lib/definitions/workers/src/asset-loader.d.ts +2 -1
  190. package/lib/definitions/workers/src/budgeteer.sw.d.ts +2 -1
  191. package/lib/definitions/workers/src/main-thread-to-worker.d.ts +2 -1
  192. package/lib/definitions/workers/src/worker-to-main-thread.d.ts +2 -1
  193. package/lib/{dimensioning-helper-fbde104f.nomodule.js → dimensioning-helper-d8eb6139.nomodule.js} +2 -2
  194. package/lib/{dimensioning-helper-fbde104f.nomodule.js.map → dimensioning-helper-d8eb6139.nomodule.js.map} +1 -1
  195. package/lib/{dimensioning-helper-ac430fa0.js → dimensioning-helper-fcfd0164.js} +2 -2
  196. package/lib/{dimensioning-helper-ac430fa0.js.map → dimensioning-helper-fcfd0164.js.map} +1 -1
  197. package/lib/{glb-viewer-1e08fe88.nomodule.js → glb-viewer-408fdb44.nomodule.js} +2 -2
  198. package/lib/{glb-viewer-1e08fe88.nomodule.js.map → glb-viewer-408fdb44.nomodule.js.map} +1 -1
  199. package/lib/{glb-viewer-fa0042e9.js → glb-viewer-d62e6353.js} +2 -2
  200. package/lib/{glb-viewer-fa0042e9.js.map → glb-viewer-d62e6353.js.map} +1 -1
  201. package/lib/glb-viewer-main-887fdbbf.js +2 -0
  202. package/lib/glb-viewer-main-887fdbbf.js.map +1 -0
  203. package/lib/glb-viewer-main.nomodule.js +1 -1
  204. package/lib/legacy/{banana-for-scale-c690c667.legacy.js → banana-for-scale-8c5f4299.legacy.js} +2 -2
  205. package/lib/legacy/{banana-for-scale-c690c667.legacy.js.map → banana-for-scale-8c5f4299.legacy.js.map} +1 -1
  206. package/lib/legacy/{component-dimensioning-9c130f89.legacy.js → component-dimensioning-0715a79d.legacy.js} +2 -2
  207. package/lib/legacy/component-dimensioning-0715a79d.legacy.js.map +1 -0
  208. package/lib/legacy/{component-raycast-helper-df48fbf1.legacy.js → component-raycast-helper-7eadb71d.legacy.js} +2 -2
  209. package/lib/legacy/component-raycast-helper-7eadb71d.legacy.js.map +1 -0
  210. package/lib/legacy/{configurator-75cf2f59.legacy.js → configurator-d5b1fe8c.legacy.js} +2 -2
  211. package/lib/legacy/configurator-d5b1fe8c.legacy.js.map +1 -0
  212. package/lib/legacy/configurator-main.legacy.js +1 -1
  213. package/lib/legacy/{continuous-drawing-helper-a0cf322e.legacy.js → continuous-drawing-helper-d2ed0190.legacy.js} +2 -2
  214. package/lib/legacy/continuous-drawing-helper-d2ed0190.legacy.js.map +1 -0
  215. package/lib/legacy/{default-light-setting-4b7bf7b3.legacy.js → default-light-setting-fc9d764c.legacy.js} +2 -2
  216. package/lib/legacy/default-light-setting-fc9d764c.legacy.js.map +1 -0
  217. package/lib/legacy/{dimensioning-helper-b9314a1a.legacy.js → dimensioning-helper-e47fdbd5.legacy.js} +2 -2
  218. package/lib/legacy/{dimensioning-helper-b9314a1a.legacy.js.map → dimensioning-helper-e47fdbd5.legacy.js.map} +1 -1
  219. package/lib/legacy/{glb-viewer-8fc98743.legacy.js → glb-viewer-f1f3c1ab.legacy.js} +2 -2
  220. package/lib/legacy/{glb-viewer-8fc98743.legacy.js.map → glb-viewer-f1f3c1ab.legacy.js.map} +1 -1
  221. package/lib/legacy/glb-viewer-main.legacy.js +1 -1
  222. package/lib/legacy/{material-viewer-8268085b.legacy.js → material-viewer-e8f4d20b.legacy.js} +2 -2
  223. package/lib/legacy/material-viewer-e8f4d20b.legacy.js.map +1 -0
  224. package/lib/legacy/material-viewer-main.legacy.js +1 -1
  225. package/lib/legacy/{planner-15d7c2ca.legacy.js → planner-395c1b22.legacy.js} +2 -2
  226. package/lib/legacy/{planner-15d7c2ca.legacy.js.map → planner-395c1b22.legacy.js.map} +1 -1
  227. package/lib/legacy/planner-main.legacy.js +1 -1
  228. package/lib/legacy/{roomle-configurator-4754046e.legacy.js → roomle-configurator-fe88d730.legacy.js} +2 -2
  229. package/lib/legacy/roomle-configurator-fe88d730.legacy.js.map +1 -0
  230. package/lib/legacy/roomle-dependency-injection-fa18099f.legacy.js +9 -0
  231. package/lib/legacy/{roomle-dependency-injection-de959354.legacy.js.map → roomle-dependency-injection-fa18099f.legacy.js.map} +1 -1
  232. package/lib/legacy/roomle-sdk.legacy.js +1 -1
  233. package/lib/legacy/{scene-manager-2a080aa8.legacy.js → scene-manager-96ecda51.legacy.js} +2 -2
  234. package/lib/legacy/{scene-manager-2a080aa8.legacy.js.map → scene-manager-96ecda51.legacy.js.map} +1 -1
  235. package/lib/legacy/{script-loader-13b11ec8.legacy.js → script-loader-54415843.legacy.js} +2 -2
  236. package/lib/legacy/script-loader-54415843.legacy.js.map +1 -0
  237. package/lib/{static/ConfiguratorKernel-3ef954739d7e4023.wasm → legacy/static/ConfiguratorKernel-926231e8d491bba8.wasm} +0 -0
  238. package/lib/legacy/static/{ConfiguratorKernelJs-1b560df6024cc2e7.js → ConfiguratorKernelJs-8f8d6181f270322e.js} +226 -236
  239. package/lib/legacy/static/{ConfiguratorKernelJs-ba62bee60db992b9.mem → ConfiguratorKernelJs-c741a0f041555fda.mem} +0 -0
  240. package/lib/{static/RoomleCore-a7a532768f60e44b.wasm → legacy/static/RoomleCore-84f754c6bf90ee01.wasm} +0 -0
  241. package/lib/legacy/static/{RoomleCoreJs-8f84a584c607b1cc.mem → RoomleCoreJs-375f088f79a15888.mem} +0 -0
  242. package/lib/legacy/static/{RoomleCoreJs-e42df30c566d8cf1.js → RoomleCoreJs-3ba5ca1ceb57e1cf.js} +276 -286
  243. package/lib/{static/RoomleToolsCore-39ed203e7a5cd798.wasm → legacy/static/RoomleToolsCore-3f00fb6d76612f16.wasm} +0 -0
  244. package/lib/legacy/{stats-helper-f1239d9b.legacy.js → stats-helper-00956286.legacy.js} +2 -2
  245. package/lib/legacy/stats-helper-00956286.legacy.js.map +1 -0
  246. package/lib/legacy/{tools-core-8da36343.legacy.js → tools-core-5354f90c.legacy.js} +2 -2
  247. package/lib/legacy/tools-core-5354f90c.legacy.js.map +1 -0
  248. package/lib/{material-viewer-d8711544.nomodule.js → material-viewer-5821b2c6.nomodule.js} +2 -2
  249. package/lib/material-viewer-5821b2c6.nomodule.js.map +1 -0
  250. package/lib/{material-viewer-86acf9c2.js → material-viewer-79fab2ff.js} +2 -2
  251. package/lib/material-viewer-79fab2ff.js.map +1 -0
  252. package/lib/material-viewer-main-e9c5d7be.js +2 -0
  253. package/lib/material-viewer-main-e9c5d7be.js.map +1 -0
  254. package/lib/material-viewer-main.nomodule.js +1 -1
  255. package/lib/{planner-37f7cf1f.js → planner-2314df03.js} +2 -2
  256. package/lib/{planner-37f7cf1f.js.map → planner-2314df03.js.map} +1 -1
  257. package/lib/{planner-d92deeb6.nomodule.js → planner-f31ce6ab.nomodule.js} +2 -2
  258. package/lib/{planner-d92deeb6.nomodule.js.map → planner-f31ce6ab.nomodule.js.map} +1 -1
  259. package/lib/planner-main-e3d8a1c0.js +2 -0
  260. package/lib/planner-main-e3d8a1c0.js.map +1 -0
  261. package/lib/planner-main.nomodule.js +1 -1
  262. package/lib/{roomle-configurator-8ac6457f.nomodule.js → roomle-configurator-05ac95f0.nomodule.js} +2 -2
  263. package/lib/roomle-configurator-05ac95f0.nomodule.js.map +1 -0
  264. package/lib/{roomle-configurator-c13b510a.js → roomle-configurator-8efe9b6d.js} +2 -2
  265. package/lib/roomle-configurator-8efe9b6d.js.map +1 -0
  266. package/lib/{roomle-dependency-injection-4c9dd206.nomodule.js → roomle-dependency-injection-33d2fdde.nomodule.js} +4 -4
  267. package/lib/{roomle-dependency-injection-4c9dd206.nomodule.js.map → roomle-dependency-injection-33d2fdde.nomodule.js.map} +1 -1
  268. package/lib/{roomle-dependency-injection-1165b644.js → roomle-dependency-injection-be2dd2e2.js} +4 -4
  269. package/lib/{roomle-dependency-injection-1165b644.js.map → roomle-dependency-injection-be2dd2e2.js.map} +1 -1
  270. package/lib/{roomle-sdk-a24aed85.js → roomle-sdk-8b1aa429.js} +2 -2
  271. package/lib/roomle-sdk-8b1aa429.js.map +1 -0
  272. package/lib/roomle-sdk.nomodule.js +1 -1
  273. package/lib/{scene-manager-b72307ff.js → scene-manager-345aeaa7.js} +2 -2
  274. package/lib/{scene-manager-b72307ff.js.map → scene-manager-345aeaa7.js.map} +1 -1
  275. package/lib/{scene-manager-6d083454.nomodule.js → scene-manager-401d75b6.nomodule.js} +2 -2
  276. package/lib/{scene-manager-6d083454.nomodule.js.map → scene-manager-401d75b6.nomodule.js.map} +1 -1
  277. package/lib/{script-loader-a9f2ce36.js → script-loader-2d72bfcb.js} +2 -2
  278. package/lib/script-loader-2d72bfcb.js.map +1 -0
  279. package/lib/{script-loader-144e27bd.nomodule.js → script-loader-81e9293e.nomodule.js} +2 -2
  280. package/lib/script-loader-81e9293e.nomodule.js.map +1 -0
  281. package/lib/{legacy/static/ConfiguratorKernel-3ef954739d7e4023.wasm → static/ConfiguratorKernel-926231e8d491bba8.wasm} +0 -0
  282. package/lib/static/{ConfiguratorKernelJs-1b560df6024cc2e7.js → ConfiguratorKernelJs-8f8d6181f270322e.js} +226 -236
  283. package/lib/static/{ConfiguratorKernelJs-ba62bee60db992b9.mem → ConfiguratorKernelJs-c741a0f041555fda.mem} +0 -0
  284. package/lib/{legacy/static/RoomleCore-a7a532768f60e44b.wasm → static/RoomleCore-84f754c6bf90ee01.wasm} +0 -0
  285. package/lib/static/{RoomleCoreJs-8f84a584c607b1cc.mem → RoomleCoreJs-375f088f79a15888.mem} +0 -0
  286. package/lib/static/{RoomleCoreJs-e42df30c566d8cf1.js → RoomleCoreJs-3ba5ca1ceb57e1cf.js} +276 -286
  287. package/lib/{legacy/static/RoomleToolsCore-39ed203e7a5cd798.wasm → static/RoomleToolsCore-3f00fb6d76612f16.wasm} +0 -0
  288. package/lib/{stats-helper-371dd30b.js → stats-helper-5d9fce02.js} +2 -2
  289. package/lib/stats-helper-5d9fce02.js.map +1 -0
  290. package/lib/{stats-helper-8dca0e52.nomodule.js → stats-helper-d6bfb678.nomodule.js} +2 -2
  291. package/lib/stats-helper-d6bfb678.nomodule.js.map +1 -0
  292. package/lib/{tools-core-234045b0.js → tools-core-47dd9365.js} +2 -2
  293. package/lib/tools-core-47dd9365.js.map +1 -0
  294. package/lib/{tools-core-3dd8c581.nomodule.js → tools-core-f8d2afcd.nomodule.js} +2 -2
  295. package/lib/tools-core-f8d2afcd.nomodule.js.map +1 -0
  296. package/package.json +2 -2
  297. package/lib/component-dimensioning-3a891afe.js.map +0 -1
  298. package/lib/component-dimensioning-832cf15a.nomodule.js.map +0 -1
  299. package/lib/component-raycast-helper-9ddb5b71.nomodule.js.map +0 -1
  300. package/lib/component-raycast-helper-eae91e0c.js.map +0 -1
  301. package/lib/configurator-aa304cb2.js.map +0 -1
  302. package/lib/configurator-d6bfd79c.nomodule.js.map +0 -1
  303. package/lib/configurator-main-2a1d54e9.js +0 -2
  304. package/lib/configurator-main-2a1d54e9.js.map +0 -1
  305. package/lib/continuous-drawing-helper-26397596.nomodule.js.map +0 -1
  306. package/lib/continuous-drawing-helper-c81390c4.js.map +0 -1
  307. package/lib/default-light-setting-924cb5ad.nomodule.js.map +0 -1
  308. package/lib/default-light-setting-d95f65c0.js.map +0 -1
  309. package/lib/glb-viewer-main-9c6d2c47.js +0 -2
  310. package/lib/glb-viewer-main-9c6d2c47.js.map +0 -1
  311. package/lib/legacy/component-dimensioning-9c130f89.legacy.js.map +0 -1
  312. package/lib/legacy/component-raycast-helper-df48fbf1.legacy.js.map +0 -1
  313. package/lib/legacy/configurator-75cf2f59.legacy.js.map +0 -1
  314. package/lib/legacy/continuous-drawing-helper-a0cf322e.legacy.js.map +0 -1
  315. package/lib/legacy/default-light-setting-4b7bf7b3.legacy.js.map +0 -1
  316. package/lib/legacy/material-viewer-8268085b.legacy.js.map +0 -1
  317. package/lib/legacy/roomle-configurator-4754046e.legacy.js.map +0 -1
  318. package/lib/legacy/roomle-dependency-injection-de959354.legacy.js +0 -9
  319. package/lib/legacy/script-loader-13b11ec8.legacy.js.map +0 -1
  320. package/lib/legacy/stats-helper-f1239d9b.legacy.js.map +0 -1
  321. package/lib/legacy/tools-core-8da36343.legacy.js.map +0 -1
  322. package/lib/material-viewer-86acf9c2.js.map +0 -1
  323. package/lib/material-viewer-d8711544.nomodule.js.map +0 -1
  324. package/lib/material-viewer-main-04a34370.js +0 -2
  325. package/lib/material-viewer-main-04a34370.js.map +0 -1
  326. package/lib/planner-main-998d060d.js +0 -2
  327. package/lib/planner-main-998d060d.js.map +0 -1
  328. package/lib/roomle-configurator-8ac6457f.nomodule.js.map +0 -1
  329. package/lib/roomle-configurator-c13b510a.js.map +0 -1
  330. package/lib/roomle-sdk-a24aed85.js.map +0 -1
  331. package/lib/script-loader-144e27bd.nomodule.js.map +0 -1
  332. package/lib/script-loader-a9f2ce36.js.map +0 -1
  333. package/lib/stats-helper-371dd30b.js.map +0 -1
  334. package/lib/stats-helper-8dca0e52.nomodule.js.map +0 -1
  335. package/lib/tools-core-234045b0.js.map +0 -1
  336. package/lib/tools-core-3dd8c581.nomodule.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import{b as RoomleDependencyInjection,D as DependencyInjectionAssignment,R as RapiAccess,as as GlobalCallback,at as GlobalInitData,au as InitData}from"./roomle-dependency-injection-1165b644.js";import"./main-thread-to-worker-29498ad3.js";class RoomleSdk{static getConfigurator(e,n){return n=this._setupDI("configurator",e,n),new Promise((e,t)=>import("./configurator-aa304cb2.js").then(({Configurator:t})=>e(new t(n)),t))}static getPlanner(e,n){return n=this._setupDI("planner",e,n),new Promise((e,t)=>import("./planner-37f7cf1f.js").then(({Planner:t})=>e(new t(n)),t))}static async getGlbViewer(e,n){return n=this._setupDI("glb-viewer",e,n),new Promise((e,t)=>import("./glb-viewer-fa0042e9.js").then(({GlbViewer:t})=>e(new t(n)),t))}static getMaterialViewer(e,n){return n=this._setupDI("configurator",e,n),new Promise((e,t)=>import("./material-viewer-86acf9c2.js").then(({MaterialViewer:t})=>e(new t(n)),t))}static getCoreTools(e,n){return n=this._setupDI("tools-core",e,n),new Promise((e,t)=>import("./tools-core-234045b0.js").then(({ToolsCore:t})=>{const o=new t(n);o.boot(),e(o)},t))}static getRapiAccess(){return RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("rapi-access",RapiAccess,0),new DependencyInjectionAssignment("global-callback",GlobalCallback,0)]),Promise.resolve(RoomleDependencyInjection.lookup("rapi-access"))}static get callbacks(){return RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("global-callback",GlobalCallback,0)]),Promise.resolve(RoomleDependencyInjection.lookup("global-callback"))}static setGlobalInitData(e){e&&(RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("global-init-data",GlobalInitData,0)]),RoomleDependencyInjection.lookup("global-init-data").setOverrides(e))}static getContext(e){return RoomleDependencyInjection.getContext(e)}static _setupDI(e,n,t){return n&&(RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("init-data",InitData,1)]),t||(t=RoomleDependencyInjection.getContext(e)),RoomleDependencyInjection.lookup("init-data",t).setOverrides(n)),t}}export{RoomleSdk as default};
2
- //# sourceMappingURL=roomle-sdk-a24aed85.js.map
1
+ import{b as RoomleDependencyInjection,D as DependencyInjectionAssignment,R as RapiAccess,as as GlobalCallback,at as GlobalInitData,au as InitData}from"./roomle-dependency-injection-be2dd2e2.js";import"./main-thread-to-worker-29498ad3.js";class RoomleSdk{static getConfigurator(e,n){return n=this._setupDI("configurator",e,n),new Promise((e,t)=>import("./configurator-8c9eaced.js").then(({Configurator:t})=>e(new t(n)),t))}static getPlanner(e,n){return n=this._setupDI("planner",e,n),new Promise((e,t)=>import("./planner-2314df03.js").then(({Planner:t})=>e(new t(n)),t))}static async getGlbViewer(e,n){return n=this._setupDI("glb-viewer",e,n),new Promise((e,t)=>import("./glb-viewer-d62e6353.js").then(({GlbViewer:t})=>e(new t(n)),t))}static getMaterialViewer(e,n){return n=this._setupDI("configurator",e,n),new Promise((e,t)=>import("./material-viewer-79fab2ff.js").then(({MaterialViewer:t})=>e(new t(n)),t))}static getCoreTools(e,n){return n=this._setupDI("tools-core",e,n),new Promise((e,t)=>import("./tools-core-47dd9365.js").then(({ToolsCore:t})=>{const o=new t(n);o.boot(),e(o)},t))}static getRapiAccess(){return RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("rapi-access",RapiAccess,0),new DependencyInjectionAssignment("global-callback",GlobalCallback,0)]),Promise.resolve(RoomleDependencyInjection.lookup("rapi-access"))}static get callbacks(){return RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("global-callback",GlobalCallback,0)]),Promise.resolve(RoomleDependencyInjection.lookup("global-callback"))}static setGlobalInitData(e){e&&(RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("global-init-data",GlobalInitData,0)]),RoomleDependencyInjection.lookup("global-init-data").setOverrides(e))}static getContext(e){return RoomleDependencyInjection.getContext(e)}static _setupDI(e,n,t){return n&&(RoomleDependencyInjection.addToContainer([new DependencyInjectionAssignment("init-data",InitData,1)]),t||(t=RoomleDependencyInjection.getContext(e)),RoomleDependencyInjection.lookup("init-data",t).setOverrides(n)),t}}export{RoomleSdk as default};
2
+ //# sourceMappingURL=roomle-sdk-8b1aa429.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"roomle-sdk-8b1aa429.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- System.register(["./roomle-dependency-injection-4c9dd206.nomodule.js","./main-thread-to-worker-a2554a6a.nomodule.js"],(function(e,t){var o,n,r,a,i,s;return{setters:[function(e){o=e.b,n=e.D,r=e.R,a=e.as,i=e.at,s=e.au},function(){}],execute:function(){e("default",class{static getConfigurator(e,o){return o=this._setupDI("configurator",e,o),new Promise((e,n)=>t.import("./configurator-d6bfd79c.nomodule.js").then(({Configurator:t})=>e(new t(o)),n))}static getPlanner(e,o){return o=this._setupDI("planner",e,o),new Promise((e,n)=>t.import("./planner-d92deeb6.nomodule.js").then(({Planner:t})=>e(new t(o)),n))}static async getGlbViewer(e,o){return o=this._setupDI("glb-viewer",e,o),new Promise((e,n)=>t.import("./glb-viewer-1e08fe88.nomodule.js").then(({GlbViewer:t})=>e(new t(o)),n))}static getMaterialViewer(e,o){return o=this._setupDI("configurator",e,o),new Promise((e,n)=>t.import("./material-viewer-d8711544.nomodule.js").then(({MaterialViewer:t})=>e(new t(o)),n))}static getCoreTools(e,o){return o=this._setupDI("tools-core",e,o),new Promise((e,n)=>t.import("./tools-core-3dd8c581.nomodule.js").then(({ToolsCore:t})=>{const n=new t(o);n.boot(),e(n)},n))}static getRapiAccess(){return o.addToContainer([new n("rapi-access",r,0),new n("global-callback",a,0)]),Promise.resolve(o.lookup("rapi-access"))}static get callbacks(){return o.addToContainer([new n("global-callback",a,0)]),Promise.resolve(o.lookup("global-callback"))}static setGlobalInitData(e){e&&(o.addToContainer([new n("global-init-data",i,0)]),o.lookup("global-init-data").setOverrides(e))}static getContext(e){return o.getContext(e)}static _setupDI(e,t,r){return t&&(o.addToContainer([new n("init-data",s,1)]),r||(r=o.getContext(e)),o.lookup("init-data",r).setOverrides(t)),r}})}}}));
1
+ System.register(["./roomle-dependency-injection-33d2fdde.nomodule.js","./main-thread-to-worker-a2554a6a.nomodule.js"],(function(e,t){var o,n,r,a,i,s;return{setters:[function(e){o=e.b,n=e.D,r=e.R,a=e.as,i=e.at,s=e.au},function(){}],execute:function(){e("default",class{static getConfigurator(e,o){return o=this._setupDI("configurator",e,o),new Promise((e,n)=>t.import("./configurator-c8ac1406.nomodule.js").then(({Configurator:t})=>e(new t(o)),n))}static getPlanner(e,o){return o=this._setupDI("planner",e,o),new Promise((e,n)=>t.import("./planner-f31ce6ab.nomodule.js").then(({Planner:t})=>e(new t(o)),n))}static async getGlbViewer(e,o){return o=this._setupDI("glb-viewer",e,o),new Promise((e,n)=>t.import("./glb-viewer-408fdb44.nomodule.js").then(({GlbViewer:t})=>e(new t(o)),n))}static getMaterialViewer(e,o){return o=this._setupDI("configurator",e,o),new Promise((e,n)=>t.import("./material-viewer-5821b2c6.nomodule.js").then(({MaterialViewer:t})=>e(new t(o)),n))}static getCoreTools(e,o){return o=this._setupDI("tools-core",e,o),new Promise((e,n)=>t.import("./tools-core-f8d2afcd.nomodule.js").then(({ToolsCore:t})=>{const n=new t(o);n.boot(),e(n)},n))}static getRapiAccess(){return o.addToContainer([new n("rapi-access",r,0),new n("global-callback",a,0)]),Promise.resolve(o.lookup("rapi-access"))}static get callbacks(){return o.addToContainer([new n("global-callback",a,0)]),Promise.resolve(o.lookup("global-callback"))}static setGlobalInitData(e){e&&(o.addToContainer([new n("global-init-data",i,0)]),o.lookup("global-init-data").setOverrides(e))}static getContext(e){return o.getContext(e)}static _setupDI(e,t,r){return t&&(o.addToContainer([new n("init-data",s,1)]),r||(r=o.getContext(e)),o.lookup("init-data",r).setOverrides(t)),r}})}}}));
2
2
  //# sourceMappingURL=roomle-sdk.nomodule.js.map
@@ -1,2 +1,2 @@
1
- import{_ as __decorate,i as inject,E as EventDispatcher,t as toRadiant,Q as position3VectorsAreEqual,T as position2VectorsAreEqual,U as compareBox3Size,w as getIdealDistance,y as toDegrees,V as MaterialCreator,X as createMaterial,Y as addTexture,Z as getGUI,$ as rotationQuaternionsAreEqual,a0 as getDelta,a1 as MIN_MOVE_DISTANCE,a2 as sanitizedCameraMode,e as CAMERA_TYPE,a3 as RoomleWebGLRenderer,a4 as ENV_HDR_256_FILE_NAME,s as dispose,p as DynamicLightSettingLoader,x as RoomleComponentFactoryInitializer,a5 as changeEnvironmentMapIntensity}from"./roomle-dependency-injection-1165b644.js";import{a as Vector3,bz as debounce,J as PerspectiveCamera,V as Vector2,bA as areCameraParametersEqual,ab as Sphere,aa as Box3,ae as Euler,Q as Quaternion,ak as deepMerge,O as Object3D,x as Mesh,bB as Shape,bC as Path,bD as ShapeGeometry,k as TextureLoader,bE as Fog,C as Color,p as RepeatWrapping,u as DoubleSide,N as OrthographicCamera,K as MathUtils,aA as handleJsonResponse,S as SpotLight,A as AmbientLight,D as DirectionalLight,R as RectAreaLight,bF as IcosahedronGeometry,aT as ShaderMaterial,f as MeshBasicMaterial,bn as Clock,bg as Scene,bv as WebGLRenderer,h as SRGBColorSpace,bb as PCFSoftShadowMap,bG as download}from"./main-thread-to-worker-29498ad3.js";var TWEEN_FILE_NAME="static/Tween-d57ee5d181fce582.js";class CameraControl extends EventDispatcher{constructor(t,e,i){if(super(),this._tweenEnd=null,this._cameraStandingStill=!0,this._pitch=toRadiant(10),this._yaw=toRadiant(-30),this._distance=-1,this._locked=!1,this._inputListeners=[],this._lerpEnabled=!0,this._creator_=t,this._inputManager=e,this._initInputListener(),this._addInputListeners(),this._cameraPosition=new Vector3,this._targetPosition=new Vector3,i?this._cameraPosition.copy(i):this._cameraPosition=new Vector3(0,.5,3),this._initData.debug){const t=this.getDebugCameraPosition();t&&this._setCurrentCameraParameters(t)}let s=this._domHelper.getClientDimensions();this._width=s.x,this._height=s.y,this._dispatchCameraIdle=debounce(this._dispatchCameraIdle.bind(this),32)}getCamera(){return this._getCamera()}_addInputListeners(){this._inputListeners.forEach(t=>{this._inputManager.addEventListener(t.key,t.fun,this)})}_removeInputListeners(){this._inputListeners.forEach(t=>{this._inputManager.removeEventListener(t.key,t.fun)}),this._inputListeners=[]}cleanUp(){this._removeInputListeners()}animateCamera(t){let e=this._cameraPosition;if(!e||position3VectorsAreEqual(e,this.getCamera().position))return this._cameraStandingStill||(this._cameraStandingStill=!0,setTimeout(()=>this._dispatchCameraIdle(),16),this._initData.debug&&this.saveDebugCameraPosition()),!1;if(this._cameraStandingStill&&this.dispatchEvent(7,3),this._cameraStandingStill=!1,this._lerpEnabled&&!this._tweenEnd){let i=this.getCamera().position.clone();const s=Math.min(10*t,1);i.lerp(e,s),this.getCamera().position.copy(i)}else this.getCamera().position.copy(e);return!0}getDebugCameraPosition(){return JSON.parse(localStorage.getItem("debug_camera_position"))}saveDebugCameraPosition(){localStorage.setItem("debug_camera_position",JSON.stringify(this.getCurrentCameraParameters()))}_dispatchCameraIdle(){this.dispatchEvent(8,3)}_tweenCameraParameter(t,e,i=!1){return new Promise(s=>{if(e.yaw-t.yaw<=-Math.PI?t.yaw-=2*Math.PI:e.yaw-t.yaw>=Math.PI&&(t.yaw+=2*Math.PI),window.TWEEN){if(null!==this._tweenEnd&&this._tweenEnd.blockOtherTweens)return;this._tweenEnd=e,new TWEEN.Tween(t).to(e,400).easing(TWEEN.Easing.Sinusoidal.In).onUpdate(()=>{this.dispatchEvent(1,3),this._yaw=t.yaw,this._pitch=t.pitch,this._distance=t.distance,this._setCameraNear(),this._update(new Vector3(t.targetX,t.targetY,t.targetZ),i)}).onComplete(()=>{this.dispatchEvent(2,3),this._dispatchCameraIdle(),this._tweenEnd=null,s()}).start(),this.dispatchEvent(0,3)}})}_setCameraNear(){const t=this.getCamera();if(t instanceof PerspectiveCamera){const e=Math.max(.1,this._distance/6);t.near=e}}getCurrentCameraParameters(){const t=this._targetPosition.clone();return{yaw:this._yaw,pitch:this._pitch,distance:this._distance,targetX:t.x,targetY:t.y,targetZ:t.z}}_setCurrentCameraParameters(t){this._yaw=t.yaw,this._pitch=t.pitch,this._distance=t.distance,this._targetPosition.copy(new Vector3(t.targetX,t.targetY,t.targetZ))}_rotateHorizontal(t){this._yaw-=t,this._yaw<-Math.PI?this._yaw+=2*Math.PI:this._yaw>Math.PI&&(this._yaw-=2*Math.PI)}_rotateVertical(t){this._pitch+=t,this._pitch<-Math.PI?this._pitch+=2*Math.PI:this._pitch>Math.PI&&(this._pitch-=2*Math.PI)}saveState(t){if(t||!this._stateSaved){let t=this._yaw,e=this._pitch,i=this._distance,s=this._targetPosition.clone();if(this._stateSaved={yaw:t,pitch:e,distance:i,targetX:s.x,targetY:s.y,targetZ:s.z,blockOtherTweens:!0},this._getCamera().fov){let t=this._getCamera();this._stateSaved.fov=t.fov,this._stateSaved.near=t.near,this._stateSaved.far=t.far}return this._stateSaved}return null}resetToState(){if(this._stateSaved){this._stateSaved.blockOtherTweens=!1;let t=this._targetPosition.clone();this._tweenCameraParameter({yaw:this._yaw,pitch:this._pitch,distance:this._distance,targetX:t.x,targetY:t.y,targetZ:t.z},this._stateSaved,!0)}this._stateSaved=null}setToState(t,e){this._tweenCameraParameter(t,e,!0)}hasSavedState(){return null!=this._stateSaved}lock(){this._locked=!0}unlock(){this._locked=!1}isLocked(){return this._locked}getTargetPosition(){return this._targetPosition}_saveYawAndPitch(){this._getCamera().userData.yaw=this._yaw,this._getCamera().userData.pitch=this._pitch}getInputPosition(t){const{x:e,y:i}=this._domHelper.getClientDimensions();return new Vector3(t.x/e*2-1,-t.y/i*2+1,.5)}addLightContainer(t){t.name="lights";const e=this._getCamera(),i=e.children.find(t=>"lights"===t.name);i&&e.remove(i),e.add(t)}checkNearFarDistance(t){if(!t)return;const e=this._cameraPosition.distanceTo(t),i=this._getCamera();i instanceof PerspectiveCamera&&e>i.far&&(i.far=e+1)}setBounds(t){this._boundingBox=t}}__decorate([inject],CameraControl.prototype,"_domHelper",void 0),__decorate([inject],CameraControl.prototype,"_initData",void 0);class ZoomChangeEvent{constructor(t,e){this.minZoom=!1,this.maxZoom=!1,this.minZoom=t,this.maxZoom=e}}const DISTANCE_FACTOR=2.725;class CameraControl3D extends CameraControl{constructor(t,e,i,s){super(t,e,i),this._bounds=new Vector3,this._scale=1,this._state=0,this._zoomSpeed=Math.pow(.95,3),this.minDistance=0,this.maxDistance=5,this.minPolarAngle=toRadiant(0),this.maxPolarAngle=toRadiant(85),this._objectRotation=0,this.minAzimuthAngle=Number.NEGATIVE_INFINITY,this.maxAzimuthAngle=Number.POSITIVE_INFINITY,this._zoomDistance=.1,this._userInteraction=!1,this._currentZoomHash="",this._maxZoomedIn=!1,this._maxZoomedOut=!1,this._panningEnabled=!1,this._targetPositionIsPanned=!1,s?this._camera=s:this._initCamera(),this._targetPosition||(this._targetPosition=new Vector3(0,0,0),this._targetPositionIsPanned=!1);const{cameraRestriction:a,zoomDistance:n,minVerticalCameraAngle:o,maxVerticalCameraAngle:r,minHorizontalCameraAngle:h,maxHorizontalCameraAngle:c}=this._initData;if(n&&(this._zoomDistance=n/100),void 0!==o&&(this.minPolarAngle=toRadiant(o<0?o:-1*o)),void 0!==r&&(this.maxPolarAngle=toRadiant(r)),void 0!==h&&(this.minAzimuthAngle=toRadiant(h<0?h:-1*h)),void 0!==c&&(this.maxAzimuthAngle=toRadiant(c)),void 0!==a){let t=Math.abs(toRadiant(a));this.minAzimuthAngle=-t,this.maxAzimuthAngle=t,this.maxPolarAngle=Math.min(t,toRadiant(85))}this._update()}_getCamera(){return this._camera||this._initCamera(),this._camera}getCamera(){return super.getCamera()}_initCamera(){this._camera=new PerspectiveCamera,this._camera.fov=30,this._camera.aspect=this._width/this._height,this._camera.near=.1,this._camera.far=100,this._camera.updateProjectionMatrix(),this._camera.layers.set(3),this._camera.layers.enable(1),this._camera.layers.enable(2),this._camera.layers.enable(6),this._camera.layers.enable(5)}setObjectRotation(t){this._objectRotation=t}getObjectRotation(){return this._objectRotation}updateCamera(){let{x:t,y:e}=this._domHelper.getClientDimensions();this._camera.aspect=t/e,this._camera.updateProjectionMatrix()}animateCamera(t){if(!super.animateCamera(t))return!1;let e=this._targetPosition;return!!e&&(this.getCamera().lookAt(e),!0)}_initInputListener(){this._inputListeners.push({key:3,fun:()=>{this._state=1}}),this._inputListeners.push({key:6,fun:t=>{var e,i;1!==this._state||this._locked||(this._userInteraction=!0,!(void 0!==(null===(e=t.event)||void 0===e?void 0:e.shiftKey)&&(null===(i=t.event)||void 0===i?void 0:i.shiftKey))&&this._panningEnabled&&this.disablePanning(),this._move(new Vector2(t.position.x,t.position.y),t.type))}}),this._inputListeners.push({key:11,fun:t=>{1===this._state||this._locked||(this._userInteraction=!0,this._pan(new Vector2(t.position.x,t.position.y),t.type))}}),this._inputListeners.push({key:4,fun:t=>{1===this._state&&this.dispatchEvent(2,t.type),this._state=0,this._orbitPosition=null,this._lerpEnabled=!0}}),this._inputListeners.push({key:7,fun:({event:t})=>{this._maxZoomedIn||(t&&(t.preventDefault(),t.stopPropagation()),this.zoomIn())}}),this._inputListeners.push({key:8,fun:({event:t})=>{this._maxZoomedOut||(t&&(t.preventDefault(),t.stopPropagation()),this.zoomOut())}})}_panTargetPosition(t){const e=t.clone().sub(this._orbitPosition),i=this._domHelper.element,s=this._targetPosition.project(this._camera),a=Math.max(2,4*(1-this._distance/this.maxDistance));s.x=s.x-e.x/i.clientHeight*a,s.y=s.y+e.y/i.clientHeight*a,this._targetPositionIsPanned=!0,this._targetPosition.copy(s.unproject(this._camera))}_pan(t,e){this._lerpEnabled=!1,this._orbitPosition||(this._orbitPosition=new Vector2(t.x,t.y),this.dispatchEvent(0,e)),this._panTargetPosition(t),position2VectorsAreEqual(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}_move(t,e){this._orbitPosition||(this._orbitPosition=new Vector2(t.x,t.y),this.dispatchEvent(0,e));const i=t.clone().sub(this._orbitPosition),s=this._domHelper.element;this._panningEnabled?this._panTargetPosition(t):(this._rotateHorizontal(2*Math.PI*i.x/s.clientWidth*1),this._rotateVertical(2*Math.PI*i.y/s.clientHeight*1)),position2VectorsAreEqual(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}checkBoundsAndPlaceCamera(t,e=!0){this._boundingBox&&compareBox3Size(t,this._boundingBox)<=0?this.setBounds(t):this.zoomToFitBounds(t,e)}zoomToFitBounds(t,e=!0){this.setBounds(t);const i=t.getSize(new Vector3);if(this._initData.debug||i.x+i.y+i.z===0)return;const s=this.getCurrentCameraParameters(),a=t.getCenter(new Vector3),n=this._setDistanceAndRangesBasedOnBounds(i);this._checkZoomDistance(t,n);const o={yaw:e?this._yaw:s.yaw,pitch:e?this._pitch:s.pitch,distance:n,targetX:a.x,targetY:a.y,targetZ:a.z};areCameraParametersEqual(s,o)||this._tweenCameraParameter(s,o,!1)}updateToBounds(t,e,i=!0,s){if(this.setBounds(t),this._initData.debug)return;const a=t.getCenter(new Vector3);s?(this._targetPosition=s.clone(),this._targetPositionIsPanned=!1):this._targetPositionIsPanned||(this._targetPosition=new Vector3(a.x,a.y,a.z));const n=this.getCurrentCameraParameters(),o=t.getSize(new Vector3);if(i){const i=this._setDistanceAndRangesBasedOnBounds(o);this._distance=i,this._checkZoomDistance(t,i),this._userInteraction?this._tweenCameraParameter(n,{yaw:this._yaw,pitch:this._pitch,distance:this._distance,targetX:this._targetPosition.x,targetY:this._targetPosition.y,targetZ:this._targetPosition.z},e):this._update()}else this._setDistanceAndRangesBasedOnBounds(o,!1);this._update()}_checkZoomDistance(t,e){const i=t.getBoundingSphere(new Sphere);e-i.radius<this._zoomDistance&&(console.warn("the initial camera position is closer than the zoomDistance param, zoomDistance is set to initial camera position."),this._zoomDistance=e-i.radius)}_setDistanceAndRangesBasedOnBounds(t,e=!0){const{offsetWidth:i,offsetHeight:s}=this._getOffset();this._bounds.copy(t);const{cameraSpacing:a}=this._initData;t.addScalar(a/100),this.minDistance=Math.sqrt(t.x*t.x+t.y*t.y+t.z*t.z);const n=Math.max(t.x,t.y),{x:o,y:r}=this._getMargin(i,s),h=getIdealDistance(t.x+o,t.y+r,t.z,this._camera.fov,i,s);return this._distance<h&&e&&(this._distance=h),this.maxDistance=h+n,this.maxDistance<2&&(this.maxDistance=2),this._camera.far=5*this.maxDistance,this._setCameraNear(),h}_getIdealDistance(){const{offsetWidth:t,offsetHeight:e}=this._getOffset(),{x:i,y:s}=this._getMargin(t,e);return getIdealDistance(this._bounds.x+i,this._bounds.y+s,this._bounds.z,this._camera.fov,t,e)}_getOffset(){const t=this._domHelper.getClientDimensions(),e=t.x,i=t.y;return{offsetWidth:this._camera.offset?e-e*this._camera.offset.left-e*(1-this._camera.offset.right):e,offsetHeight:this._camera.offset?i-i*this._camera.offset.bottom-i*(1-this._camera.offset.top):i}}_getMargin(t,e){let i=this._bounds.x/2,s=this._bounds.y/2;return t>1080&&(i+=this._bounds.x<.3?.2:0,i+=this._bounds.x*(t/1080-1)),e>1080&&(i+=this._bounds.y<.3?.2:0,s+=this._bounds.y*(e/1080-1)),{x:i,y:s}}reset(t,e,i,s,a=!0){const n=t.getSize(new Vector3);if(n){if(e)this._targetPosition.copy(e);else{const e=t.getCenter(new Vector3);this._targetPosition.copy(e)}const o=this.getCurrentCameraParameters();if(i||(i=-30),s||(s=10),i+=toDegrees(this._objectRotation),this._initData.debug)return this._distance=this._setDistanceAndRangesBasedOnBounds(n),this._update(this._targetPosition),void this._setDistanceAndRangesBasedOnBounds(n);const r=this._setDistanceAndRangesBasedOnBounds(n),h=toRadiant(s),c=toRadiant(i);let d=this._targetPosition.clone();a?this._tweenCameraParameter(o,{yaw:c,pitch:h,distance:r,targetX:d.x,targetY:d.y,targetZ:d.z},!0):(this._pitch=h,this._yaw=c,this._distance=r,this._update(this._targetPosition))}else console.warn("you cant reset without bounds!")}updateAndReset(t,e,i,s,a,n=!0){const o=new Vector3(-t.x/2,0,-t.z/2),r=new Vector3(t.x/2,t.y,t.z/2);if(this._boundingBox=new Box3(o,r),a&&t.addScalar(a),e?this._targetPosition.copy(e):(this._targetPosition=new Vector3(0,t.y/2,0),this._targetPositionIsPanned=!1),-1===this._distance){const e=this._setDistanceAndRangesBasedOnBounds(t);this._distance=Math.max(2,e)}const h=this.getCurrentCameraParameters();i||(i=-30),s||(s=10),i+=toDegrees(this._objectRotation),this._pitch=toRadiant(s),this._yaw=toRadiant(i),this._setDistanceAndRangesBasedOnBounds(t);let c=this._targetPosition.clone();n?this._tweenCameraParameter(h,{yaw:this._yaw,pitch:this._pitch,distance:this.maxDistance,targetX:c.x,targetY:c.y,targetZ:c.z},!0):this._update(this._targetPosition)}_update(t,e){this._initData.debug?this._pitch=Math.max(toRadiant(-89),Math.min(toRadiant(89),this._pitch)):(this._yaw=Math.max(this.minAzimuthAngle,Math.min(this.maxAzimuthAngle,this._yaw)),this._pitch=Math.max(this.minPolarAngle,Math.min(this.maxPolarAngle,this._pitch))),this._saveYawAndPitch();const i=new Euler(-this._pitch,this._yaw,0,"ZYX"),s=(new Quaternion).setFromEuler(i),a=new Vector3(0,0,-1);a.applyQuaternion(s),this._distance*=this._scale,this._initData.debug||(this._distance=Math.min(this.maxDistance,this._distance)),t&&this._targetPosition.copy(t);const n=this._targetPosition.clone().sub(a.multiplyScalar(this._distance));if(this._initData.debug)this._cameraPosition.copy(n),this._zoomChanged(!1,!1);else if(e)this._cameraPosition.copy(n);else{const t=this._getCameraSphere(n);null!=this._boundingBox&&this._boundingBox.intersectsSphere(t)&&this._scale>=1?this._distance+=.1:null==this._boundingBox||this._boundingBox.intersectsSphere(t)?this._zoomChanged(!1,!0):(this._cameraPosition.copy(n),this._distance===this.maxDistance?this._zoomChanged(!0,!1):this._zoomChanged(!1,!1))}this._scale=1}_zoomChanged(t,e){let i=t+""+e;0===this._currentZoomHash.length||this._currentZoomHash!==i?(this.dispatchEvent(5,new ZoomChangeEvent(t,e)),this._currentZoomHash=i):t||e||this.dispatchEvent(5,new ZoomChangeEvent(t,e)),this._maxZoomedIn=e,this._maxZoomedOut=t}zoomTo(t){return this._tweenCameraParameter(this.getCurrentCameraParameters(),t,!0)}_getCameraSphere(t){const e=Math.max(this._bounds.x,this._bounds.y),i=Math.max(e/10,this._zoomDistance);return new Sphere(t,i)}zoomIn(t){this._lerpEnabled=!0,this._scale*=t?Math.pow(.95,t):this._zoomSpeed,this._setCameraNear(),this._update(),this.dispatchEvent(3)}zoomOut(t){this._lerpEnabled=!0,this._scale/=t?Math.pow(.95,t):this._zoomSpeed,this._setCameraNear(),this._update(),this.dispatchEvent(4)}clear(){this._userInteraction=!1,this._initData.debug||(this._distance=-1,this._targetPosition=new Vector3(0,0,0),this._targetPositionIsPanned=!1)}async moveCamera(t){const{x:e,y:i,z:s}=this._boundingBox.getCenter(new Vector3);t.targetX=t.targetX||e,t.targetY=t.targetY||i,t.targetZ=t.targetZ||s,t.distance=t.distance||this._getIdealDistance();const a=this.getCurrentCameraParameters(),n=deepMerge(JSON.parse(JSON.stringify(a)),t);return this._tweenCameraParameter(a,n,!0)}enablePanning(){this._lerpEnabled=!1,this._panningEnabled=!0}disablePanning(){this._lerpEnabled=!1,this._panningEnabled=!1}getKernelZoomFactor(){const t=this.maxDistance;return 1-this._distance/(t-2)+.2}}class Environment{constructor(t,e){this._scene=t,e&&(e.removeFromScene(),e.cleanUp())}updateCamera(t){}reload(){this.removeFromScene(),this.addToScene()}updateBounds(t,e){this._bounds=t}cleanUp(){this._scene=null}}class BakedShadowPlane{constructor(t){this._innerSize=1,this._outerSize=100,this._plane=new Object3D,this._plane.rotation.x=-Math.PI/2;const e=MaterialCreator.createMeshStandardMaterial({});this._innerPlaneMesh=new Mesh,this._innerPlaneMesh.layers.set(2),this._innerPlaneMesh.material=e,this._innerPlaneMesh.receiveShadow=!0,this._outerPlaneMesh=new Mesh,this._outerPlaneMesh.layers.set(2),this._outerPlaneMesh.material=e,this._outerPlaneMesh.receiveShadow=!0,this._plane.add(this._innerPlaneMesh),this._plane.add(this._outerPlaneMesh),this._innerSize=1,this._outerSize=t,this._updatePlane(this._innerSize,this._outerSize)}getRootNode(){return this._plane}getInnerPlane(){return this._innerPlaneMesh}getOuterPlane(){return this._outerPlaneMesh}updateSize(t){this._innerSize=t,this._updatePlane(this._innerSize,this._outerSize)}_updatePlane(t,e){const i=new Shape;i.moveTo(-t/2,-t/2),i.lineTo(-t/2,t/2),i.lineTo(t/2,t/2),i.lineTo(t/2,-t/2),i.lineTo(-t/2,-t/2);const s=new Shape;s.moveTo(-e/2,-e/2),s.lineTo(-e/2,e/2),s.lineTo(e/2,e/2),s.lineTo(e/2,-e/2),s.lineTo(-e/2,-e/2);const a=new Path;a.moveTo(-t/2,-t/2),a.lineTo(-t/2,t/2),a.lineTo(t/2,t/2),a.lineTo(t/2,-t/2),a.lineTo(-t/2,-t/2),s.holes.push(a);const n=new ShapeGeometry(i);this._innerPlaneMesh.geometry&&this._innerPlaneMesh.geometry.dispose(),this._innerPlaneMesh.geometry=n;const o=new ShapeGeometry(s);this._outerPlaneMesh.geometry&&this._outerPlaneMesh.geometry.dispose(),this._outerPlaneMesh.geometry=o;const r=n.attributes.uv.clone();n.setAttribute("uv2",r);const h=n.attributes.uv2.array;for(let t=0;t<h.length;++t)h[t]+=.5}}class FloorEnvironment extends Environment{constructor(t,e,i){super(t,e),this._longestSide=2,this._bakedShadowPlane=new BakedShadowPlane(100),this._fog=i||!1,this._textureLoader=new TextureLoader,this.addToScene()}needsBounds(){return!0}needsCamera(){return this._fog}needsRotation(){return!1}updateBounds(t){return super.updateBounds(t),this._longestSide=Math.max(t.x,t.z),this._update(),!0}updateCamera(t){this._cameraDistance=t.position.distanceTo(new Vector3(0,0,0)),this._update()}_update(){this._fog&&this._updateFog()}_updateFog(){let t=this._longestSide/2;this._scene.fog=new Fog(16185078,this._cameraDistance+t+3,this._cameraDistance+t+3+1),this._scene.background=new Color(16185078)}_updateFloor(){if(this._floorMaterial)this._bakedShadowPlane.getOuterPlane().material=this._floorMaterial,this._bakedShadowPlane.getInnerPlane().material=this._floorMaterial;else{let t=this._width/1e3,e=this._height/1e3;this._repeatable&&(this._floorTexture.wrapS=RepeatWrapping,this._floorTexture.wrapT=RepeatWrapping,this._floorTexture.repeat.set(100/t,100/e));let i=MaterialCreator.createMeshStandardMaterial({map:this._floorTexture,side:DoubleSide});this._bakedShadowPlane.getInnerPlane().material=i,this._bakedShadowPlane.getOuterPlane().material=i}}addToScene(){this._scene&&this._scene.add(this._bakedShadowPlane.getRootNode())}removeFromScene(){this._scene.remove(this._bakedShadowPlane.getRootNode())}setFloorMaterial(t,e,i,s){return this._width=e,this._height=i,this._repeatable=s,this._floorPromise=new Promise((e,i)=>{this._textureLoader.load(t,t=>{this._floorTexture=t,e()},null,i)}),new Promise((t,e)=>{this._floorPromise.then(()=>{this._updateFloor(),this._update(),t()},e)})}changeFloorMaterial(t,e,i){this._floorPromise=new Promise((s,a)=>{this._floorMaterial=createMaterial(t,i),this._rapiAccess.getTexturesOf(t).then(t=>{if(t.length>0){let i=[];t.forEach(t=>{i.push(addTexture(this._dataSyncer.requestAsset(t.image,!0),t,this._floorMaterial,e,1,1))}),Promise.all(i).then(()=>{setTimeout(()=>s(),0)},a)}else setTimeout(()=>s(),0)})});let s=[this._floorPromise];return new Promise((t,e)=>{Promise.all(s).then(()=>{this._updateFloor(),this._update(),t()},e)})}showGUI(){this._floorMaterial?this._addGUI():this._floorPromise&&this._floorPromise.then(()=>this._addGUI())}_addGUI(){let t=getGUI();if(!t)return;let e=t.addFolder("Floor");e.add(this._floorMaterial,"roughness").min(0).max(1).step(.01),e.add(this._floorMaterial,"reflectivity").min(0).max(1).step(.01),e.add(this._floorMaterial,"clearCoat").min(0).max(1).step(.01),e.add(this._floorMaterial,"clearCoatRoughness").min(0).max(1).step(.01),e.add(this._floorMaterial,"opacity").min(0).max(1).step(.01),e.add(this._floorMaterial,"metalness").min(0).max(1).step(.01),e.add(this._floorMaterial,"bumpScale").min(0).max(1).step(.01)}}__decorate([inject],FloorEnvironment.prototype,"_rapiAccess",void 0),__decorate([inject],FloorEnvironment.prototype,"_dataSyncer",void 0);class CameraControl2D extends CameraControl{constructor(t,e,i,s){super(t,e,i),this._scale=1,this._cameraZoom=1,this._state=0,this._size=5,this._lastPosition=new Vector2,this._zoomPosition=new Vector3,this._lastZoom=0,this._zoomSpeed=Math.pow(.95,2),s?(this._camera=s,this._cameraPosition=(new Vector3).copy(this._camera.position)):this._initCamera(i||new Vector3(0,10,0))}_getCamera(){return this._camera||this._initCamera(new Vector3(0,10,0)),this._camera}_initCamera(t){let{x:e,y:i}=this._domHelper.getClientDimensions(),s=e/i*this._size,a=this._size;this._camera=new OrthographicCamera(s/-2,s/2,a/2,a/-2,1,1e3),this._camera.position.copy(t),this._cameraPosition=t,this._camera.lookAt(new Vector3(0,0,0))}updateCamera(){let{x:t,y:e}=this._domHelper.getClientDimensions(),i=t/e*this._size,s=this._size;this._camera.left=i/-2,this._camera.right=i/2,this._camera.top=s/2,this._camera.bottom=s/-2,this._camera.updateProjectionMatrix()}_initInputListener(){this._inputListeners.push({key:3,fun:t=>{this._locked||(this._state=1,this._lastPosition.set(t.positionRelative.x,t.positionRelative.y),this.dispatchEvent(0))}}),this._inputListeners.push({key:6,fun:t=>{1!==this._state||this._locked||(this._move(new Vector2(t.positionRelative.x,t.positionRelative.y),t.type),this.dispatchEvent(1))}}),this._inputListeners.push({key:4,fun:t=>{1===this._state&&this.dispatchEvent(2),this._state=0}}),this._inputListeners.push({key:7,fun:t=>{t.event&&(t.event.stopPropagation(),t.event.preventDefault()),this.dispatchEvent(3),this._scale/=this._zoomSpeed,this._zoomTo(t.positionRelative),this._update()}}),this._inputListeners.push({key:8,fun:t=>{t.event&&(t.event.stopPropagation(),t.event.preventDefault()),this.dispatchEvent(4),this._scale*=this._zoomSpeed,this._zoomTo(t.positionRelative),this._update()}})}_zoomTo(t){if(Date.now()-this._lastZoom>200){let e=new Vector3(t.x,t.y,0);e.unproject(this._camera),this._zoomPosition.copy(e)}this._lastZoom=Date.now()}_move(t,e){let i=new Vector3,s=new Vector3(this._lastPosition.x,this._lastPosition.y,0),a=new Vector3(t.x,t.y,0);s.unproject(this._camera),a.unproject(this._camera),i.subVectors(a,s),this._cameraPosition.x-=i.x*(2===e?1.1:1),this._cameraPosition.z-=i.z*(2===e?1.1:1),this._lastPosition.copy(t)}zoomToFitBounds(t,e,i){if(compareBox3Size(t,this._boundingBox)<0&&!i)return void this.setBounds(t);this.setBounds(t);const s=t.getSize(new Vector3),a=t.getCenter(new Vector3),n=s.x/-2/this._camera.left,o=s.z/-2/this._camera.bottom,r=1/Math.max(n,o);(r<this._cameraZoom||e)&&(this._scale=r,this._cameraZoom=r,this._cameraPosition.x=a.x,this._cameraPosition.z=a.z)}_update(t){this._scale=Math.min(this._scale,5),this._scale=Math.max(this._scale,.1);let e=(new Vector3).subVectors(this._zoomPosition,this._cameraPosition).multiplyScalar((this._scale-this._cameraZoom)/this._scale);this._cameraPosition.x+=e.x,this._cameraPosition.z+=e.z,this._cameraZoom!==this._scale&&this.dispatchEvent(5,new ZoomChangeEvent(.1===this._scale,5===this._scale)),this._cameraZoom=this._scale,this._camera.updateProjectionMatrix()}animateCamera(t){if(!super.animateCamera(t)&&Math.abs(this._cameraZoom-this._camera.zoom)<=.01)return!1;const e=Math.min(10*t,1);return this._camera.zoom=MathUtils.lerp(this._camera.zoom,this._cameraZoom,e),!0}getKernelZoomFactor(){const t=1e3*(this._camera.right-this._camera.left);return this._domHelper.element.clientWidth/t*this._camera.zoom}}const KEYBOARD_ROTATION_ANGLE=Math.PI/4;class CameraControlFirstPerson extends CameraControl{constructor(t,e,i,s){super(t,e,i),this._state=0,this._rotationSpeed=1,this._keyMap=new Map,this.minPolarAngle=toRadiant(-60),this.maxPolarAngle=toRadiant(60),this._camera=s||new PerspectiveCamera,this._camera.fov=70,this._camera.aspect=this._width/this._height,this._camera.near=.1,this._camera.far=100,this._camera.updateProjectionMatrix(),this._camera.layers.set(3),this._camera.layers.enable(1),this._camera.layers.enable(2),this._camera.layers.enable(6),this._camera.layers.enable(5),i?this._camera.position.set(i.x,1.5,i.z):this._camera.position.set(0,1.5,0),this._cameraPosition=new Vector3,this._cameraPosition.copy(this._camera.position),this._cameraRotation=new Quaternion,this._pitch=0,this._yaw=0;let a=new Euler(-this._pitch,this._yaw,0,"ZYX");this._cameraRotation.setFromEuler(a),window.addEventListener("gamepadconnected",this._gamepadConnected.bind(this)),window.addEventListener("gamepaddisconnected",this._gamepadDisconnected.bind(this))}_gamepadConnected(t){this.startButtonPressListener()}_gamepadDisconnected(t){window.cancelAnimationFrame(this._listenerLoopAnimationFrame)}startButtonPressListener(){this._listenerLoopAnimationFrame=window.requestAnimationFrame(()=>{this.buttonPressListener()})}buttonPressListener(){let t=navigator.getGamepads()[0];this._checkRightStick(t),this._checkLeftStick(t),this._checkButtons(t),this._processKeyMap(this._keyMap,.001),this.startButtonPressListener()}_checkRightStick(t){let e=t.axes[2],i=t.axes[3];Math.abs(e)>.2&&(this._rotateHorizontal(.01*KEYBOARD_ROTATION_ANGLE*e),this._update(),this.dispatchEvent(1)),Math.abs(i)>.2&&(this._rotateVertical(.01*KEYBOARD_ROTATION_ANGLE*i),this._update(),this.dispatchEvent(1))}_checkLeftStick(t){let e=t.axes[0],i=t.axes[1];Math.abs(i)>.2?i<0?this._keyMap.set(87,!0):this._keyMap.set(83,!0):t.buttons&&t.buttons[12]&&t.buttons[12].pressed?this._keyMap.set(87,!0):t.buttons&&t.buttons[13]&&t.buttons[13].pressed?this._keyMap.set(83,!0):(this._keyMap.set(87,!1),this._keyMap.set(83,!1)),Math.abs(e)>.2?e<0?this._keyMap.set(65,!0):this._keyMap.set(68,!0):(this._keyMap.set(65,!1),this._keyMap.set(68,!1))}_checkButtons(t){t.buttons&&t.buttons[6]&&t.buttons[6].pressed?this._keyMap.set(16,!0):this._keyMap.set(16,!1),t.buttons&&t.buttons[14]&&t.buttons[14].pressed?(this._keyMap.set(37,!0),this.dispatchEvent(1)):this._keyMap.set(37,!1),t.buttons&&t.buttons[15]&&t.buttons[15].pressed?(this._keyMap.set(39,!0),this.dispatchEvent(1)):this._keyMap.set(39,!1)}animateCamera(t){let e=this._cameraPosition,i=this._cameraRotation,s=this.getCamera(),a=position3VectorsAreEqual(e,s.position),n=rotationQuaternionsAreEqual(i,s.quaternion);if(!e||a&&n)return!1;let o=this.getCamera().position.clone(),r=Math.min(10*t,1);o.lerp(e,r),this.getCamera().position.copy(o);let h=this.getCamera().quaternion.clone(),c=Math.min(5*t,1);h.slerp(i,c),this.getCamera().setRotationFromQuaternion(h);let d=!1;return this._keyMap.forEach(t=>{t&&(d=!0)}),d&&this._processKeyMap(this._keyMap,t),!0}_getCamera(){return this._camera}_initInputListener(){window.addEventListener("keyup",this._onKeyChanged.bind(this),!1),window.addEventListener("keydown",this._onKeyChanged.bind(this),!1),this._inputListeners.push({key:3,fun:t=>{this._down(t)}}),this._inputListeners.push({key:6,fun:t=>{this._move(t)}}),this._inputListeners.push({key:4,fun:t=>{this._up(t)}})}_down(t){this._downPosition=t.position,this._position=t.position,this._state=1,2===t.type&&window.setTimeout(this._onLongDown.bind(this),350),2===t.type?this._rotationSpeed=.6:this._rotationSpeed=1}_move(t){this._position=t.position,1!==this._state||this._locked||this._orbit(new Vector2(t.position.x,t.position.y)),2!==this._state||this._locked||(this._orbit(new Vector2(t.position.x,t.position.y)),this._moveForward())}_up(t){1===this._state&&this.dispatchEvent(2),2===this._state&&this._keyMap.set(87,!1),this._state=0,this._orbitPosition=null}_onLongDown(){getDelta(this._downPosition,this._position)<MIN_MOVE_DISTANCE&&1===this._state&&(this._state=2,this._orbit(new Vector2(this._position.x,this._position.y)),this._moveForward())}_update(t){let e=new Euler(-this._pitch,this._yaw,0,"ZYX");this._cameraRotation.setFromEuler(e)}updateCamera(){let{x:t,y:e}=this._domHelper.getClientDimensions();this._camera.aspect=t/e,this._camera.updateProjectionMatrix()}_onKeyChanged(t){this._keyMap.set(t.keyCode,"keydown"===t.type),this.dispatchEvent(6),this._processKeyMap(this._keyMap,.001)&&t.preventDefault()}_processKeyMap(t,e){e=Math.min(e,.1);let i=new Vector3(0,0,0),s=!1;return this._processUpDown(t,i,e),t.get(65)&&(i.x=-1*e),t.get(68)&&(i.x=1*e),t.get(37)&&(this._rotateHorizontal(-KEYBOARD_ROTATION_ANGLE*this._rotationSpeed*e),s=!0),t.get(39)&&(this._rotateHorizontal(KEYBOARD_ROTATION_ANGLE*this._rotationSpeed*e),s=!0),t.get(16)&&(i.x*=3,i.z*=3),!(0===i.x&&0===i.y&&0===i.z&&!s||(i.applyQuaternion(this.getCamera().quaternion),this._cameraPosition.add(new Vector3(i.x,0,i.z)),this._update(),0))}_processUpDown(t,e,i){(t.get(87)||t.get(38))&&(e.z=-1*i),(t.get(83)||t.get(40))&&(e.z=1*i)}_orbit(t){this._orbitPosition||(this._orbitPosition=new Vector2(t.x,t.y),this.dispatchEvent(0));let e=t.clone().sub(this._orbitPosition),i=this._domHelper.element instanceof Document?this._domHelper.element.body:this._domHelper.element;e.multiplyScalar(-1),this._rotateHorizontal(2*Math.PI*e.x/i.clientWidth*1),this._rotateVertical(2*Math.PI*e.y/i.clientHeight*1),position2VectorsAreEqual(this._orbitPosition,t)||this.dispatchEvent(1),this._orbitPosition.copy(t),this._update()}_moveForward(){this._keyMap.set(87,!0),this._processKeyMap(this._keyMap,.001)}_rotateVertical(t){let e=this._pitch+t;e>this.maxPolarAngle||e<this.minPolarAngle||(this._pitch=e,this._pitch<-Math.PI?this._pitch+=2*Math.PI:this._pitch>Math.PI&&(this._pitch-=2*Math.PI),this._saveYawAndPitch())}getKernelZoomFactor(){return this._camera.zoom}}class BackgroundEnvironment extends Environment{constructor(t,e,i,s,a){if(super(t,e),this._color=i,this._oldBackground=t.background,s&&a){this._canvas=s,this._style=document.createElement("style");let t='background-image: url("'+a+'"); background-size: cover;';this._style.innerText=".rml-scene-background {"+t+"}",this._canvas.appendChild(this._style)}}needsBounds(){return!0}needsCamera(){return!1}needsRotation(){return!1}addToScene(){this._scene&&this._color&&(this._scene.background=this._color),this._canvas&&this._canvas.classList&&(this._scene.background=null,this._canvas.classList.add("rml-scene-background"))}removeFromScene(){this._oldBackground&&(this._scene.background=this._oldBackground),this._canvas&&this._canvas.classList.remove("rml-scene-background")}showGUI(){}}class DynamicEnvironmentSettingLoader{parse(t,e,i,s,a,n){let o=JSON.parse(s);return o.environment?this.load(t,e,i,o,a,n):null}load(t,e,i,s,a,n){let o,r=s.environment;if(!r)return console.warn("No environment set in scene settings"),Promise.resolve(null);switch(r.type){case"color":o=new Promise(e=>e(new BackgroundEnvironment(t,i,new Color(r.details.color))));break;case"image":o=new Promise(s=>s(new BackgroundEnvironment(t,i,null,e,r.details.imageUrl)));break;case"floor":o=new Promise(e=>{this._rapiAccess.getMaterial(r.details.material).then(s=>{let o=void 0===r.details.fog||r.details.fog,h=new FloorEnvironment(t,i,o);h.changeFloorMaterial(s,a,n).then(()=>{e(h)})})});break;default:console.warn("Could not load environment, return old environment"),o=new Promise(t=>t(i))}return o}}__decorate([inject],DynamicEnvironmentSettingLoader.prototype,"_rapiAccess",void 0);class LightSetting{constructor(t,e){this._scene=t,e&&e.removeFromScene()}needsBounds(){return!1}updateBounds(t){}getCameraContainer(){return this._cameraContainer||(this._cameraContainer=new Object3D),this._cameraContainer}}class DynamicLightSetting extends LightSetting{constructor(t,e){super(t,e),this._lights=[]}needsBounds(){return!0}updateBounds(t){if(this._cameraLight){const e=this._cameraLight,i=new Vector3;t.getSize(i);const s=1.5*Math.max(Math.max(i.x,i.y),i.z);this._boundingSize=s,e.shadow.camera.top=s/2,e.shadow.camera.bottom=-s/2,e.shadow.camera.left=-s/2,e.shadow.camera.right=s/2,e.shadow.camera.updateProjectionMatrix()}}loadFromJSON(t){return new Promise(e=>{this._lights=this._dynamicLightSettingLoader.parse(t),this.addToScene(),e()})}loadFromObject(t){return new Promise(e=>{(null==t?void 0:t.lights)||e(),this._lights=this._dynamicLightSettingLoader.load(t),this._lights.forEach((t,e)=>{t.userData.movesWithCamera&&(this._cameraLight=t,this._lights.splice(e,1))}),this.addToScene(),e()})}loadFromURL(t){return new Promise((e,i)=>{fetch(new Request(t,{method:"GET"})).then(handleJsonResponse).then(t=>this.loadFromObject(t).then(e,i))})}addToScene(){this._lights.forEach(t=>{this._scene.add(t)}),this._cameraLight&&this._scene.add(this._cameraLight)}update(t,e){if(!this._cameraLight)return;let i=new Vector3;t.getWorldDirection(i),i.multiplyScalar(-this._boundingSize);let s=e.clone().add(i);this._cameraLight.position.copy(s)}removeFromScene(){this._lights.forEach(t=>{this._scene.remove(t)}),this._cameraLight&&this._scene.remove(this._cameraLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let t=getGUI();this._cameraLight&&this._addToGUI(t,this._cameraLight),this._lights.forEach(e=>{this._addToGUI(t,e)})}_addToGUI(t,e){t&&(e instanceof SpotLight&&this._addSpotLightToGUI(t,e),e instanceof AmbientLight&&this._addAmbientLightToGUI(t,e),e instanceof DirectionalLight&&this._addDirectionalLightToGUI(t,e),e instanceof RectAreaLight&&this._addRectAreaLightToGUI(t,e))}_addRectAreaLightToGUI(t,e){let i=t.addFolder(e.name),s={name:e.name,color:"#"+e.color.getHexString(),intensity:e.intensity*(e.width*e.height)};i.add(e,"visible"),i.add(s,"intensity").min(10).max(400).step(10).onChange(t=>{e.intensity=t/(e.width*e.height)}),i.add(e,"castShadow"),i.addColor(s,"color").onChange(t=>{e.color=new Color(t)}),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))})}_addSpotLightToGUI(t,e){let i=t.addFolder(e.name),s={name:e.name,color:"#"+e.color.getHexString(),angle:180*e.angle/Math.PI};i.add(e,"visible"),i.add(e,"intensity").min(0).max(5).step(.1),i.add(e,"penumbra").min(0).max(1).step(.1),i.addColor(s,"color").onChange(t=>{e.color=new Color(t)}),i.add(s,"angle").min(10).max(180).step(1).onChange(t=>{e.angle=t*Math.PI/180}),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))})}_addAmbientLightToGUI(t,e){let i={name:e.name,color:"#"+e.color.getHexString()},s=t.addFolder(e.name);s.add(e,"visible"),s.add(e,"intensity").min(0).max(5).step(.1),s.addColor(i,"color").onChange(t=>{e.color=new Color(t)})}_addDirectionalLightToGUI(t,e){let i=t.addFolder(e.name),s={name:e.name,color:"#"+e.color.getHexString()};i.add(e,"visible"),i.add(e,"intensity").min(0).max(5).step(.1),i.addColor(s,"color").onChange(t=>{e.color=new Color(t)}),i.add(e,"castShadow"),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))})}}__decorate([inject],DynamicLightSetting.prototype,"_dynamicLightSettingLoader",void 0);class GroundProjectedSkybox extends Mesh{constructor(t,e={}){const i=[t.isCubeTexture?"#define ENVMAP_TYPE_CUBE":""].join("\n")+"\n\n\t\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\t\tuniform float radius;\n\t\t\t\tuniform float height;\n\t\t\t\tuniform float angle;\n\n\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\tuniform samplerCube map;\n\n\t\t\t\t#else\n\n\t\t\t\t\tuniform sampler2D map;\n\n\t\t\t\t#endif\n\n\t\t\t\t// From: https://www.shadertoy.com/view/4tsBD7\n\t\t\t\tfloat diskIntersectWithBackFaceCulling( vec3 ro, vec3 rd, vec3 c, vec3 n, float r ) \n\t\t\t\t{\n\n\t\t\t\t\tfloat d = dot ( rd, n );\n\n\t\t\t\t\tif( d > 0.0 ) { return 1e6; }\n\n\t\t\t\t\tvec3 o = ro - c;\n\t\t\t\t\tfloat t = - dot( n, o ) / d;\n\t\t\t\t\tvec3 q = o + rd * t;\n\n\t\t\t\t\treturn ( dot( q, q ) < r * r ) ? t : 1e6;\n\n\t\t\t\t}\n\n\t\t\t\t// From: https://www.iquilezles.org/www/articles/intersectors/intersectors.htm\n\t\t\t\tfloat sphereIntersect( vec3 ro, vec3 rd, vec3 ce, float ra ) {\n\n\t\t\t\t\tvec3 oc = ro - ce;\n\t\t\t\t\tfloat b = dot( oc, rd );\n\t\t\t\t\tfloat c = dot( oc, oc ) - ra * ra;\n\t\t\t\t\tfloat h = b * b - c;\n\n\t\t\t\t\tif( h < 0.0 ) { return -1.0; }\n\n\t\t\t\t\th = sqrt( h );\n\n\t\t\t\t\treturn - b + h;\n\n\t\t\t\t}\n\n\t\t\t\tvec3 project() {\n\n\t\t\t\t\tvec3 p = normalize( vWorldPosition );\n\t\t\t\t\tvec3 camPos = cameraPosition;\n\t\t\t\t\tcamPos.y -= height;\n\n\t\t\t\t\tfloat intersection = sphereIntersect( camPos, p, vec3( 0.0 ), radius );\n\t\t\t\t\tif( intersection > 0.0 ) {\n\n\t\t\t\t\t\tvec3 h = vec3( 0.0, - height, 0.0 );\n\t\t\t\t\t\tfloat intersection2 = diskIntersectWithBackFaceCulling( camPos, p, h, vec3( 0.0, 1.0, 0.0 ), radius );\n\t\t\t\t\t\tp = ( camPos + min( intersection, intersection2 ) * p ) / radius;\n\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tp = vec3( 0.0, 1.0, 0.0 );\n\n\t\t\t\t\t}\n\n\t\t\t\t\treturn p;\n\n\t\t\t\t}\n\n\t\t\t\t#include <common>\n\n\t\t\t\tvoid main() {\n\n\t\t\t\t\tvec3 projectedWorldPosition = project();\n\n\t\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\t\tvec3 outcolor = textureCube( map, projectedWorldPosition ).rgb;\n\n\t\t\t\t\t#else\n\n\t\t\t\t\t\tvec3 direction = normalize( projectedWorldPosition );\n\t\t\t\t\t\tvec2 uv = equirectUv( direction );\n\t\t\t\t\t\tvec3 outcolor = texture2D( map, uv ).rgb;\n\n\t\t\t\t\t#endif\n\n\t\t\t\t\tgl_FragColor = vec4( outcolor, 1.0 );\n\n\t\t\t\t\t#include <tonemapping_fragment>\n\t\t\t\t\t#include <colorspace_fragment>\n\n\t\t\t\t}\n\t\t\t\t",s={map:{value:t},height:{value:e.height||15},radius:{value:e.radius||100}};super(new IcosahedronGeometry(1,16),new ShaderMaterial({uniforms:s,fragmentShader:i,vertexShader:"\n\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\tvoid main() {\n\n\t\t\t\tvec4 worldPosition = ( modelMatrix * vec4( position, 1.0 ) );\n\t\t\t\tvWorldPosition = worldPosition.xyz;\n\n\t\t\t\tgl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n\n\t\t\t}\n\t\t\t",side:DoubleSide}))}set radius(t){this.material.uniforms.radius.value=t}get radius(){return this.material.uniforms.radius.value}set height(t){this.material.uniforms.height.value=t}get height(){return this.material.uniforms.height.value}}class GroundProjectedEnvironment extends Environment{constructor(t,e,i){super(t,e),this.updateEnvironmentTexture(i)}updateEnvironmentTexture(t){t&&(this._environmentTexture=t,this._skybox=new GroundProjectedSkybox(this._environmentTexture),this._skybox.name="Ground projected skybox",this._skybox.scale.setScalar(100)),this.reload()}needsBounds(){return!1}needsCamera(){return!1}needsRotation(){return!1}addToScene(){this._scene&&this._skybox&&this._scene.add(this._skybox)}removeFromScene(){this._scene&&this._skybox&&this._scene.remove(this._skybox)}showGUI(t){let e=getGUI();if(!e)return;let i=e.addFolder("Ground Projected Environment");i.add(this._skybox,"height").min(10).max(100).step(.1).onChange(t),i.add(this._skybox,"radius").min(20).max(200).step(.1).onChange(t)}}class SceneManager{onBeforeRender(){}constructor(t,e,i,s=CAMERA_TYPE.CAMERA_3D){this._depthWriteMaterial=new MeshBasicMaterial({colorWrite:!1}),this._maxAnisotropy=1,this._clock=new Clock,this._delta=0,this._renderListener=null,this._stopRendering=!1,this._forceRender=!1,this._lastChange=Date.now(),this._running=!1,this._perspectiveOffsetCamera=null,this._orthographicOffsetCamera=null,this._onAfterRender=()=>{},this._creator_=t,this._canvasID=i,MaterialCreator.setEnvMapIntensity(this._initData.envMapIntensity),this.createCameraControl(sanitizedCameraMode(s),e),this._setupScene(e,!1),this._lifeCycleManager.addEventListener(this)}_changeCameraControl(t){this._cameraControl&&this._cameraControl.cleanUp(),t instanceof CameraControlFirstPerson&&(this._getInputManager().removeEventListener(7,this._renderListener),this._getInputManager().removeEventListener(8,this._renderListener)),this._cameraControl instanceof CameraControlFirstPerson&&(this._getInputManager().addEventListener(7,this._renderListener,this),this._getInputManager().addEventListener(8,this._renderListener,this)),this._cameraControl=t,this.cameraControlChanged()}cameraControlChanged(){}_addCameraControlListener(){this._cameraControl.addEventListener(0,()=>{var t;null===(t=this._roomleRenderer)||void 0===t||t.movingCameraStarts(),this._requestRender()},this),this._cameraControl.addEventListener(1,this._requestRender,this),this._cameraControl.addEventListener(2,()=>{var t;null===(t=this._roomleRenderer)||void 0===t||t.movingCameraStops(),this._requestRender()},this),this._cameraControl.addEventListener(6,this._requestRender,this)}_renderEverything(){var t;this._roomleRenderer&&(this._forceRender=!0,null===(t=this._roomleRenderer)||void 0===t||t.forceShadowUpdates(!1)),this._requestRender()}_renderWithoutShadowsAndAO(){this._roomleRenderer&&(this._forceRender=!0),this._requestRender()}_requestRender(){if(!this._renderer||this._stopRendering)return;const t=()=>{var e;this._delta=this._clock.getDelta(),this._animateCamera(),this._cameraControl.getCamera().layers.mask=65535,null===(e=this._statsHelper)||void 0===e||e.updateRenderInfo(this._renderer.info),this._renderLoopFunction&&(this._renderLoopFunction(),this._renderLoopFunction=null),this.onBeforeRender(),this._roomleRenderer?(this._roomleRenderer.render(this._scene,this._cameraControl.getCamera()),this._forceRender=!1,this._shouldRenderUi()&&this._renderUi()):this._renderer.render(this._scene,this._cameraControl.getCamera()),this._onAfterRender(),window.TWEEN&&TWEEN.update(),this._lastChange+3e3<Date.now()||this._stopRendering?this._running=!1:(this._running=!0,requestAnimationFrame(t))};this._lastChange=Date.now(),this._running||this._stopRendering||(this._running=!0,requestAnimationFrame(t))}_shouldRenderUi(){return this._pluginSystem&&this._pluginSystem.needsUiScene()}_renderUi(){const t=this._scene.background?this._scene.background.clone():null;this._scene.overrideMaterial=this._depthWriteMaterial,this._scene.background=null,this._renderer.render(this._scene,this._cameraControl.getCamera()),this._scene.overrideMaterial=null;const e=this._renderer.autoClear;this._renderer.autoClear=!1,this._renderer.clearDepth(),this._renderer.render(this._uiScene,this._cameraControl.getCamera()),this._renderer.autoClear=e,this._scene.background=t}_animateCamera(){this._cameraControl&&(this._cameraControl.animateCamera(this._delta)||!this.shouldClearShadowsAndAO()||this._forceRender)&&this._lightSetting instanceof DynamicLightSetting&&this._cameraControl.getCamera()instanceof PerspectiveCamera&&this._lightSetting.update(this._cameraControl.getCamera(),this._cameraControl.getTargetPosition()),this._environment&&this._environment.needsCamera()&&this._cameraControl instanceof CameraControl3D&&this._environment.updateCamera(this._cameraControl.getCamera())}shouldClearShadowsAndAO(){return!1}_setupScene(t,e){var i;const{x:s,y:a}=this._domHelper.getClientDimensions();this._scene=new Scene,this._uiScene=new Scene,(e=e||!1)||(this._scene.background=new Color(this._initData.colors.DEFAULT_BACKGROUND));const n=Math.floor(s*window.devicePixelRatio),o=Math.floor(a*window.devicePixelRatio);this._renderer=new WebGLRenderer({antialias:!0,alpha:!0}),this._renderer.setPixelRatio(window.devicePixelRatio),this._renderer.setSize(s,a),this._renderer.outputColorSpace=SRGBColorSpace,this._renderer.autoClear=!1,this._renderer.shadowMap.enabled=!0,this._renderer.shadowMap.type=PCFSoftShadowMap,this._maxAnisotropy=this._renderer.capabilities.getMaxAnisotropy(),this._roomleRenderer=new RoomleWebGLRenderer(this._renderer,n,o),this._roomleRenderer.enableContactShadow(),this._roomleRenderer.enableShadowAndAo(),this._roomleRenderer.setAutoQuality(this._initData.autoQuality),null===(i=this._roomleRenderer)||void 0===i||i.setSize(s,a),this._renderer.domElement.classList.add(this._canvasID),this._domHelper.element.appendChild(this._renderer.domElement),this._getInputManager().addEvents(this._renderer.domElement),this._hdrEnvironmentLoader.registerEnvironmentChangedCallback(t=>{var e;this._setEnvMap(t),this._initData.legacyLight||null===(e=this._roomleRenderer)||void 0===e||e.createShadowFromEnvironmentMap(this._scene,t.environmentMap)}),this._initData.legacyLight?this.loadEnvMap("static/legacy_env-d5810ec5057d4716.exr"):this.loadEnvMap(this._initData.envMapUrl),this._requestRender(),window.addEventListener("resize",this,!1),window.addEventListener("keydown",this,!1),window.addEventListener("keyup",this,!1),document.addEventListener("visibilitychange",this),this._pluginSystem.init(this._scene,this._uiScene,this._cameraControl.getCamera().position),this._addCameraControlListener(),this.sceneChanged()}async loadEnvMap(t){await this._hdrEnvironmentLoader.loadUrl(this._renderer,t)}_setEnvMap(t){const{url:e,environmentMap:i}=t;this._scene.environment=i,this._scene.userData.equirectangularEnvironmentMap=i,this._imageRenderer.setEnvMap(this._scene,i),this._environment instanceof GroundProjectedEnvironment&&this._environment.updateEnvironmentTexture(i),e===ENV_HDR_256_FILE_NAME&&window.requestIdleCallback(this.loadEnvMap.bind(this,"static/default_1k-2aa6d42244d30fb1.exr")),this._requestRender()}_tabVisible(){this.updateCamera(!1)}updateCamera(t=!0){var e;const{x:i,y:s}=this._domHelper.getClientDimensions();null===(e=this._roomleRenderer)||void 0===e||e.setSize(i,s),this._cameraControl.updateCamera(),this._renderEverything()}_onWindowResize(){const t=this._getInputManager();t&&t.updateSize(),this.updateCamera(),this._requestRender()}_isPartOfScene(t){return"Object3D"===t.type||"Mesh"===t.type||"GLB"===t.type||"GLTF"===t.type||"Group"===t.type}cleanUp(){this._getInputManager().removeEventListener(7,this._renderListener),this._getInputManager().removeEventListener(8,this._renderListener),this._cameraControl&&this._cameraControl.cleanUp(),this._stopRendering=!0}clearScene(){let t=[];this._scene.children.forEach(e=>{this._isPartOfScene(e)&&t.push(e)}),t.forEach(t=>{dispose(t),this._scene.remove(t)}),this._renderer.renderLists.dispose()}enableHD(t){this._renderer.capabilities.maxTextures>8&&t&&this.loadDynamicLightSetting(t),this._requestRender()}_loadGLTF(t,e,i,s,a,n,o){return new Promise((r,h)=>{this._staticItemLoader.loadGLTF(t,e,i,s,a,n,null,o).then(t=>{this._setCamera("GLTF",t.scene),r(t.scene)},h)})}_loadGLB(t,e,i,s,a,n,o,r){return new Promise((h,c)=>{this._staticItemLoader.loadGLB(t,e,i,s,a,n,o,r).then(t=>{this._setCamera("GLB",t.scene),h(t.scene)},c)})}_setCamera(t,e){if(!e)return void console.warn("could not set camera for gltf",e);const i=new Box3;i.setFromObject(e),"GLB"===t?this._cameraControl instanceof CameraControl3D&&this._cameraControl.updateToBounds(i,!1):"GLTF"===t&&(this._cameraControl instanceof CameraControl3D&&this._cameraControl.updateAndReset(i.getSize(new Vector3),i.getCenter(new Vector3),-15,70,5,!1),this._cameraControl instanceof CameraControl2D&&this._cameraControl.zoomToFitBounds(i,!0)),this.updateCamera()}showGUI(){if(this._initData.disableDebugGUI)return;const t=document.createElement("style");t.innerText=".dg.main{position:absolute;z-index:999;top:0;left:0;}",document.head.appendChild(t);let e=getGUI(!1);e&&(this._domHelper.element.appendChild(e.domElement),this._guiLoaded())}_guiLoaded(){let t=getGUI();if(!t)return;const e=t.addFolder("Scene Parameter"),i={intensity:this._initData.envMapIntensity};e.add(i,"intensity",0,4,.01).name("env map intensity").onChange(t=>{this.changeEnvironmentMapIntensity(t),this._requestRender()}),this._lightSetting&&this._lightSetting.showGUI(),this._roomleRenderer&&this._roomleRenderer.showGUI(()=>this._requestRender()),this._environment&&this._environment.showGUI(()=>this._requestRender()),this._addGUIListener(t)}_addGUIListener(t){let e=t.__folders;Object.keys(e).forEach(t=>{let i=e[t];i.__folders&&Object.keys(i.__folders).forEach(t=>{let e=i.__folders[t];this._addGUIListener(e)}),i.__controllers&&i.__controllers.forEach(t=>{t.onFinishChange(()=>{this._guiParamChanged()})})})}_guiParamChanged(){this._renderEverything()}showStats(){import("./stats-helper-371dd30b.js").then(t=>this._statsHelper=new t.default)}_onKeyDown(t){}_onKeyUp(t){}pause(){this._getInputManager().removeEvents(this._renderer.domElement),window.removeEventListener("resize",this,!1),window.removeEventListener("keydown",this,!1),window.removeEventListener("keyup",this,!1),document.removeEventListener("visibilitychange",this)}resume(){this._renderer.domElement.classList.add(this._canvasID),this._domHelper.element.appendChild(this._renderer.domElement),this._getInputManager().addEvents(this._renderer.domElement),window.addEventListener("resize",this,!1),window.addEventListener("keydown",this,!1),window.addEventListener("keyup",this,!1),document.addEventListener("visibilitychange",this),this.updateCamera()}destroy(){this.pause(),this.cleanUp()}handleEvent(t){switch(t.type){case"resize":this._onWindowResize();break;case"keydown":if(t.target&&(t.target instanceof HTMLInputElement||t.target instanceof HTMLTextAreaElement))break;this._onKeyDown(t);break;case"keyup":if(t.target&&(t.target instanceof HTMLInputElement||t.target instanceof HTMLTextAreaElement))break;this._onKeyUp(t);break;case"visibilitychange":this._tabVisible()}}async loadSceneSettings(t){let e,i;return e=t.environment?new Promise(e=>{(new DynamicEnvironmentSettingLoader).load(this._scene,this._renderer.domElement,this._environment,t,this._maxAnisotropy,this._initData.envMapIntensity).then(t=>{this._setEnvironment(t),e()})}):Promise.resolve(),t.lights?(this._lightSetting=new DynamicLightSetting(this._scene,this._lightSetting),i=this._lightSetting.loadFromObject(t)):i=Promise.resolve(),new Promise((t,s)=>{Promise.all([e,i]).then(()=>{this._renderEverything(),t()},s)})}setBackgroundColor(t){this._setEnvironment(new BackgroundEnvironment(this._scene,this._environment,new Color(t)))}setBackgroundImage(t){this._setEnvironment(new BackgroundEnvironment(this._scene,this._environment,null,this._renderer.domElement,t))}_setEnvironment(t){this._environment=t,this._renderEverything()}async loadDynamicLightSetting(t){this._lightSetting=new DynamicLightSetting(this._scene,this._lightSetting);let e=!1;if(t.url)await this._lightSetting.loadFromURL(t.url),e=!0;else if(t.json)await this._lightSetting.loadFromJSON(t.json),e=!0;else if(t.object)await this._lightSetting.loadFromObject(t.object),e=!0;else if(t.ls){const i=DynamicLightSettingLoader.createDynamicLightSettingSource(null,t.ls);await this._lightSetting.loadFromURL(i.url),e=!0}if(!e)throw new Error("No dynamic light setting source set");this._requestRender()}getScene(){return this._scene}updateScene(){var t;this._updateBounds(this.getBounds()),null===(t=this._roomleRenderer)||void 0===t||t.forceShadowUpdates(!0),this._renderEverything()}_updateBounds(t,e=!1){var i;t&&(this.updateEnvironment(t,e),this._lightSetting&&this._lightSetting.needsBounds()&&this._lightSetting.updateBounds(t),null===(i=this._roomleRenderer)||void 0===i||i.updateBounds(t),this._requestRender(),this._pluginSystem.updateBounds(t))}setCameraOffset(t){const e=this._cameraControl.getCamera(),i=e||e;(null==i?void 0:i.offset)?(i.offset=t,this._renderEverything()):console.warn("Cannot set offset, current camera does not support it")}getCameraOffset(){const t=this._cameraControl.getCamera(),e=t||t;return(null==e?void 0:e.offset)?JSON.parse(JSON.stringify(e.offset)):{left:0,top:0,right:1,bottom:1}}getOrthographicOffsetCamera(){if(!this._orthographicOffsetCamera){const t=this.getCameraOffset(),e=this._domHelper.getClientDimensions(),i=5;let s=e.x/e.y*i,a=i;const n=RoomleComponentFactoryInitializer();this._orthographicOffsetCamera=n.createOrthographicCamera(s/-2,s/2,a/2,a/-2,1,1e3,t),this._orthographicOffsetCamera.position.set(0,10,0),this._orthographicOffsetCamera.lookAt(new Vector3(0,0,0))}return this._orthographicOffsetCamera}getPerspectiveOffsetCamera(){if(!this._perspectiveOffsetCamera){const t=this.getCameraOffset(),e=this._domHelper.getClientDimensions(),i=e.x,s=e.y,a=RoomleComponentFactoryInitializer();this._perspectiveOffsetCamera=a.createPerspectiveCamera(30,i/s,.1,20,t)}return this._perspectiveOffsetCamera}updateEnvironment(t,e=!1){var i;if(t&&this._environment&&this._environment.needsBounds()){const i=t.getSize(new Vector3);(i.x+i.y+i.z!==0||e)&&this._environment.updateBounds(t.getSize(new Vector3),e)}null===(i=this._roomleRenderer)||void 0===i||i.updateEnvironment(t,e)}_onCameraIdle(){return!0}_onCameraMove(){return!0}exportImageFromCamera(t){this._onAfterRender=()=>{const e=this._renderer.domElement.toDataURL("image/jpeg",1),{left:i,right:s,top:a,bottom:n}=this.getCameraOffset(),o=s-i,r=a-n;if(1===o&&1===r)return void download(t,e);const h=new Image;h.src=e,h.onload=()=>{const{naturalWidth:e,naturalHeight:s}=h,n=document.createElement("canvas");n.width=e*o,n.height=s*r;const c=n.getContext("2d"),d=e*i*-1,_=s*(1-a)*-1;c.drawImage(h,d,_),c.save(),download(t,n.toDataURL("image/jpeg",1)),this._onAfterRender=()=>{}}},this._requestRender()}changeEnvironmentMapIntensity(t){changeEnvironmentMapIntensity(this._scene,t)}lockCamera(){this._cameraControl.lock()}unlockCamera(){this._cameraControl.unlock()}}__decorate([inject],SceneManager.prototype,"_domHelper",void 0),__decorate([inject],SceneManager.prototype,"_scriptLoader",void 0),__decorate([inject],SceneManager.prototype,"_lifeCycleManager",void 0),__decorate([inject],SceneManager.prototype,"_staticItemLoader",void 0),__decorate([inject],SceneManager.prototype,"_hdrEnvironmentLoader",void 0),__decorate([inject],SceneManager.prototype,"_initData",void 0),__decorate([inject],SceneManager.prototype,"_pluginSystem",void 0),__decorate([inject],SceneManager.prototype,"_imageRenderer",void 0);export{BackgroundEnvironment as B,CameraControl3D as C,DISTANCE_FACTOR as D,FloorEnvironment as F,LightSetting as L,SceneManager as S,TWEEN_FILE_NAME as T,CameraControl as a,CameraControl2D as b,CameraControlFirstPerson as c};
2
- //# sourceMappingURL=scene-manager-b72307ff.js.map
1
+ import{_ as __decorate,i as inject,E as EventDispatcher,t as toRadiant,Q as position3VectorsAreEqual,T as position2VectorsAreEqual,U as compareBox3Size,w as getIdealDistance,y as toDegrees,V as MaterialCreator,X as createMaterial,Y as addTexture,Z as getGUI,$ as rotationQuaternionsAreEqual,a0 as getDelta,a1 as MIN_MOVE_DISTANCE,a2 as sanitizedCameraMode,e as CAMERA_TYPE,a3 as RoomleWebGLRenderer,a4 as ENV_HDR_256_FILE_NAME,s as dispose,p as DynamicLightSettingLoader,x as RoomleComponentFactoryInitializer,a5 as changeEnvironmentMapIntensity}from"./roomle-dependency-injection-be2dd2e2.js";import{a as Vector3,bz as debounce,J as PerspectiveCamera,V as Vector2,bA as areCameraParametersEqual,ab as Sphere,aa as Box3,ae as Euler,Q as Quaternion,ak as deepMerge,O as Object3D,x as Mesh,bB as Shape,bC as Path,bD as ShapeGeometry,k as TextureLoader,bE as Fog,C as Color,p as RepeatWrapping,u as DoubleSide,N as OrthographicCamera,K as MathUtils,aA as handleJsonResponse,S as SpotLight,A as AmbientLight,D as DirectionalLight,R as RectAreaLight,bF as IcosahedronGeometry,aT as ShaderMaterial,f as MeshBasicMaterial,bn as Clock,bg as Scene,bv as WebGLRenderer,h as SRGBColorSpace,bb as PCFSoftShadowMap,bG as download}from"./main-thread-to-worker-29498ad3.js";var TWEEN_FILE_NAME="static/Tween-d57ee5d181fce582.js";class CameraControl extends EventDispatcher{constructor(t,e,i){if(super(),this._tweenEnd=null,this._cameraStandingStill=!0,this._pitch=toRadiant(10),this._yaw=toRadiant(-30),this._distance=-1,this._locked=!1,this._inputListeners=[],this._lerpEnabled=!0,this._creator_=t,this._inputManager=e,this._initInputListener(),this._addInputListeners(),this._cameraPosition=new Vector3,this._targetPosition=new Vector3,i?this._cameraPosition.copy(i):this._cameraPosition=new Vector3(0,.5,3),this._initData.debug){const t=this.getDebugCameraPosition();t&&this._setCurrentCameraParameters(t)}let s=this._domHelper.getClientDimensions();this._width=s.x,this._height=s.y,this._dispatchCameraIdle=debounce(this._dispatchCameraIdle.bind(this),32)}getCamera(){return this._getCamera()}_addInputListeners(){this._inputListeners.forEach(t=>{this._inputManager.addEventListener(t.key,t.fun,this)})}_removeInputListeners(){this._inputListeners.forEach(t=>{this._inputManager.removeEventListener(t.key,t.fun)}),this._inputListeners=[]}cleanUp(){this._removeInputListeners()}animateCamera(t){let e=this._cameraPosition;if(!e||position3VectorsAreEqual(e,this.getCamera().position))return this._cameraStandingStill||(this._cameraStandingStill=!0,setTimeout(()=>this._dispatchCameraIdle(),16),this._initData.debug&&this.saveDebugCameraPosition()),!1;if(this._cameraStandingStill&&this.dispatchEvent(7,3),this._cameraStandingStill=!1,this._lerpEnabled&&!this._tweenEnd){let i=this.getCamera().position.clone();const s=Math.min(10*t,1);i.lerp(e,s),this.getCamera().position.copy(i)}else this.getCamera().position.copy(e);return!0}getDebugCameraPosition(){return JSON.parse(localStorage.getItem("debug_camera_position"))}saveDebugCameraPosition(){localStorage.setItem("debug_camera_position",JSON.stringify(this.getCurrentCameraParameters()))}_dispatchCameraIdle(){this.dispatchEvent(8,3)}_tweenCameraParameter(t,e,i=!1){return new Promise(s=>{if(e.yaw-t.yaw<=-Math.PI?t.yaw-=2*Math.PI:e.yaw-t.yaw>=Math.PI&&(t.yaw+=2*Math.PI),window.TWEEN){if(null!==this._tweenEnd&&this._tweenEnd.blockOtherTweens)return;this._tweenEnd=e,new TWEEN.Tween(t).to(e,400).easing(TWEEN.Easing.Sinusoidal.In).onUpdate(()=>{this.dispatchEvent(1,3),this._yaw=t.yaw,this._pitch=t.pitch,this._distance=t.distance,this._setCameraNear(),this._update(new Vector3(t.targetX,t.targetY,t.targetZ),i)}).onComplete(()=>{this.dispatchEvent(2,3),this._dispatchCameraIdle(),this._tweenEnd=null,s()}).start(),this.dispatchEvent(0,3)}})}_setCameraNear(){const t=this.getCamera();if(t instanceof PerspectiveCamera){const e=Math.max(.1,this._distance/6);t.near=e}}getCurrentCameraParameters(){const t=this._targetPosition.clone();return{yaw:this._yaw,pitch:this._pitch,distance:this._distance,targetX:t.x,targetY:t.y,targetZ:t.z}}_setCurrentCameraParameters(t){this._yaw=t.yaw,this._pitch=t.pitch,this._distance=t.distance,this._targetPosition.copy(new Vector3(t.targetX,t.targetY,t.targetZ))}_rotateHorizontal(t){this._yaw-=t,this._yaw<-Math.PI?this._yaw+=2*Math.PI:this._yaw>Math.PI&&(this._yaw-=2*Math.PI)}_rotateVertical(t){this._pitch+=t,this._pitch<-Math.PI?this._pitch+=2*Math.PI:this._pitch>Math.PI&&(this._pitch-=2*Math.PI)}saveState(t){if(t||!this._stateSaved){let t=this._yaw,e=this._pitch,i=this._distance,s=this._targetPosition.clone();if(this._stateSaved={yaw:t,pitch:e,distance:i,targetX:s.x,targetY:s.y,targetZ:s.z,blockOtherTweens:!0},this._getCamera().fov){let t=this._getCamera();this._stateSaved.fov=t.fov,this._stateSaved.near=t.near,this._stateSaved.far=t.far}return this._stateSaved}return null}resetToState(){if(this._stateSaved){this._stateSaved.blockOtherTweens=!1;let t=this._targetPosition.clone();this._tweenCameraParameter({yaw:this._yaw,pitch:this._pitch,distance:this._distance,targetX:t.x,targetY:t.y,targetZ:t.z},this._stateSaved,!0)}this._stateSaved=null}setToState(t,e){this._tweenCameraParameter(t,e,!0)}hasSavedState(){return null!=this._stateSaved}lock(){this._locked=!0}unlock(){this._locked=!1}isLocked(){return this._locked}getTargetPosition(){return this._targetPosition}_saveYawAndPitch(){this._getCamera().userData.yaw=this._yaw,this._getCamera().userData.pitch=this._pitch}getInputPosition(t){const{x:e,y:i}=this._domHelper.getClientDimensions();return new Vector3(t.x/e*2-1,-t.y/i*2+1,.5)}addLightContainer(t){t.name="lights";const e=this._getCamera(),i=e.children.find(t=>"lights"===t.name);i&&e.remove(i),e.add(t)}checkNearFarDistance(t){if(!t)return;const e=this._cameraPosition.distanceTo(t),i=this._getCamera();i instanceof PerspectiveCamera&&e>i.far&&(i.far=e+1)}setBounds(t){this._boundingBox=t}}__decorate([inject],CameraControl.prototype,"_domHelper",void 0),__decorate([inject],CameraControl.prototype,"_initData",void 0);class ZoomChangeEvent{constructor(t,e){this.minZoom=!1,this.maxZoom=!1,this.minZoom=t,this.maxZoom=e}}const DISTANCE_FACTOR=2.725;class CameraControl3D extends CameraControl{constructor(t,e,i,s){super(t,e,i),this._bounds=new Vector3,this._scale=1,this._state=0,this._zoomSpeed=Math.pow(.95,3),this.minDistance=0,this.maxDistance=5,this.minPolarAngle=toRadiant(0),this.maxPolarAngle=toRadiant(85),this._objectRotation=0,this.minAzimuthAngle=Number.NEGATIVE_INFINITY,this.maxAzimuthAngle=Number.POSITIVE_INFINITY,this._zoomDistance=.1,this._userInteraction=!1,this._currentZoomHash="",this._maxZoomedIn=!1,this._maxZoomedOut=!1,this._panningEnabled=!1,this._targetPositionIsPanned=!1,s?this._camera=s:this._initCamera(),this._targetPosition||(this._targetPosition=new Vector3(0,0,0),this._targetPositionIsPanned=!1);const{cameraRestriction:a,zoomDistance:n,minVerticalCameraAngle:o,maxVerticalCameraAngle:r,minHorizontalCameraAngle:h,maxHorizontalCameraAngle:c}=this._initData;if(n&&(this._zoomDistance=n/100),void 0!==o&&(this.minPolarAngle=toRadiant(o<0?o:-1*o)),void 0!==r&&(this.maxPolarAngle=toRadiant(r)),void 0!==h&&(this.minAzimuthAngle=toRadiant(h<0?h:-1*h)),void 0!==c&&(this.maxAzimuthAngle=toRadiant(c)),void 0!==a){let t=Math.abs(toRadiant(a));this.minAzimuthAngle=-t,this.maxAzimuthAngle=t,this.maxPolarAngle=Math.min(t,toRadiant(85))}this._update()}_getCamera(){return this._camera||this._initCamera(),this._camera}getCamera(){return super.getCamera()}_initCamera(){this._camera=new PerspectiveCamera,this._camera.fov=30,this._camera.aspect=this._width/this._height,this._camera.near=.1,this._camera.far=100,this._camera.updateProjectionMatrix(),this._camera.layers.set(3),this._camera.layers.enable(1),this._camera.layers.enable(2),this._camera.layers.enable(6),this._camera.layers.enable(5)}setObjectRotation(t){this._objectRotation=t}getObjectRotation(){return this._objectRotation}updateCamera(){let{x:t,y:e}=this._domHelper.getClientDimensions();this._camera.aspect=t/e,this._camera.updateProjectionMatrix()}animateCamera(t){if(!super.animateCamera(t))return!1;let e=this._targetPosition;return!!e&&(this.getCamera().lookAt(e),!0)}_initInputListener(){this._inputListeners.push({key:3,fun:()=>{this._state=1}}),this._inputListeners.push({key:6,fun:t=>{var e,i;1!==this._state||this._locked||(this._userInteraction=!0,!(void 0!==(null===(e=t.event)||void 0===e?void 0:e.shiftKey)&&(null===(i=t.event)||void 0===i?void 0:i.shiftKey))&&this._panningEnabled&&this.disablePanning(),this._move(new Vector2(t.position.x,t.position.y),t.type))}}),this._inputListeners.push({key:11,fun:t=>{1===this._state||this._locked||(this._userInteraction=!0,this._pan(new Vector2(t.position.x,t.position.y),t.type))}}),this._inputListeners.push({key:4,fun:t=>{1===this._state&&this.dispatchEvent(2,t.type),this._state=0,this._orbitPosition=null,this._lerpEnabled=!0}}),this._inputListeners.push({key:7,fun:({event:t})=>{this._maxZoomedIn||(t&&(t.preventDefault(),t.stopPropagation()),this.zoomIn())}}),this._inputListeners.push({key:8,fun:({event:t})=>{this._maxZoomedOut||(t&&(t.preventDefault(),t.stopPropagation()),this.zoomOut())}})}_panTargetPosition(t){const e=t.clone().sub(this._orbitPosition),i=this._domHelper.element,s=this._targetPosition.project(this._camera),a=Math.max(2,4*(1-this._distance/this.maxDistance));s.x=s.x-e.x/i.clientHeight*a,s.y=s.y+e.y/i.clientHeight*a,this._targetPositionIsPanned=!0,this._targetPosition.copy(s.unproject(this._camera))}_pan(t,e){this._lerpEnabled=!1,this._orbitPosition||(this._orbitPosition=new Vector2(t.x,t.y),this.dispatchEvent(0,e)),this._panTargetPosition(t),position2VectorsAreEqual(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}_move(t,e){this._orbitPosition||(this._orbitPosition=new Vector2(t.x,t.y),this.dispatchEvent(0,e));const i=t.clone().sub(this._orbitPosition),s=this._domHelper.element;this._panningEnabled?this._panTargetPosition(t):(this._rotateHorizontal(2*Math.PI*i.x/s.clientWidth*1),this._rotateVertical(2*Math.PI*i.y/s.clientHeight*1)),position2VectorsAreEqual(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}checkBoundsAndPlaceCamera(t,e=!0){this._boundingBox&&compareBox3Size(t,this._boundingBox)<=0?this.setBounds(t):this.zoomToFitBounds(t,e)}zoomToFitBounds(t,e=!0){this.setBounds(t);const i=t.getSize(new Vector3);if(this._initData.debug||i.x+i.y+i.z===0)return;const s=this.getCurrentCameraParameters(),a=t.getCenter(new Vector3),n=this._setDistanceAndRangesBasedOnBounds(i);this._checkZoomDistance(t,n);const o={yaw:e?this._yaw:s.yaw,pitch:e?this._pitch:s.pitch,distance:n,targetX:a.x,targetY:a.y,targetZ:a.z};areCameraParametersEqual(s,o)||this._tweenCameraParameter(s,o,!1)}updateToBounds(t,e,i=!0,s){if(this.setBounds(t),this._initData.debug)return;const a=t.getCenter(new Vector3);s?(this._targetPosition=s.clone(),this._targetPositionIsPanned=!1):this._targetPositionIsPanned||(this._targetPosition=new Vector3(a.x,a.y,a.z));const n=this.getCurrentCameraParameters(),o=t.getSize(new Vector3);if(i){const i=this._setDistanceAndRangesBasedOnBounds(o);this._distance=i,this._checkZoomDistance(t,i),this._userInteraction?this._tweenCameraParameter(n,{yaw:this._yaw,pitch:this._pitch,distance:this._distance,targetX:this._targetPosition.x,targetY:this._targetPosition.y,targetZ:this._targetPosition.z},e):this._update()}else this._setDistanceAndRangesBasedOnBounds(o,!1);this._update()}_checkZoomDistance(t,e){const i=t.getBoundingSphere(new Sphere);e-i.radius<this._zoomDistance&&(console.warn("the initial camera position is closer than the zoomDistance param, zoomDistance is set to initial camera position."),this._zoomDistance=e-i.radius)}_setDistanceAndRangesBasedOnBounds(t,e=!0){const{offsetWidth:i,offsetHeight:s}=this._getOffset();this._bounds.copy(t);const{cameraSpacing:a}=this._initData;t.addScalar(a/100),this.minDistance=Math.sqrt(t.x*t.x+t.y*t.y+t.z*t.z);const n=Math.max(t.x,t.y),{x:o,y:r}=this._getMargin(i,s),h=getIdealDistance(t.x+o,t.y+r,t.z,this._camera.fov,i,s);return this._distance<h&&e&&(this._distance=h),this.maxDistance=h+n,this.maxDistance<2&&(this.maxDistance=2),this._camera.far=5*this.maxDistance,this._setCameraNear(),h}_getIdealDistance(){const{offsetWidth:t,offsetHeight:e}=this._getOffset(),{x:i,y:s}=this._getMargin(t,e);return getIdealDistance(this._bounds.x+i,this._bounds.y+s,this._bounds.z,this._camera.fov,t,e)}_getOffset(){const t=this._domHelper.getClientDimensions(),e=t.x,i=t.y;return{offsetWidth:this._camera.offset?e-e*this._camera.offset.left-e*(1-this._camera.offset.right):e,offsetHeight:this._camera.offset?i-i*this._camera.offset.bottom-i*(1-this._camera.offset.top):i}}_getMargin(t,e){let i=this._bounds.x/2,s=this._bounds.y/2;return t>1080&&(i+=this._bounds.x<.3?.2:0,i+=this._bounds.x*(t/1080-1)),e>1080&&(i+=this._bounds.y<.3?.2:0,s+=this._bounds.y*(e/1080-1)),{x:i,y:s}}reset(t,e,i,s,a=!0){const n=t.getSize(new Vector3);if(n){if(e)this._targetPosition.copy(e);else{const e=t.getCenter(new Vector3);this._targetPosition.copy(e)}const o=this.getCurrentCameraParameters();if(i||(i=-30),s||(s=10),i+=toDegrees(this._objectRotation),this._initData.debug)return this._distance=this._setDistanceAndRangesBasedOnBounds(n),this._update(this._targetPosition),void this._setDistanceAndRangesBasedOnBounds(n);const r=this._setDistanceAndRangesBasedOnBounds(n),h=toRadiant(s),c=toRadiant(i);let d=this._targetPosition.clone();a?this._tweenCameraParameter(o,{yaw:c,pitch:h,distance:r,targetX:d.x,targetY:d.y,targetZ:d.z},!0):(this._pitch=h,this._yaw=c,this._distance=r,this._update(this._targetPosition))}else console.warn("you cant reset without bounds!")}updateAndReset(t,e,i,s,a,n=!0){const o=new Vector3(-t.x/2,0,-t.z/2),r=new Vector3(t.x/2,t.y,t.z/2);if(this._boundingBox=new Box3(o,r),a&&t.addScalar(a),e?this._targetPosition.copy(e):(this._targetPosition=new Vector3(0,t.y/2,0),this._targetPositionIsPanned=!1),-1===this._distance){const e=this._setDistanceAndRangesBasedOnBounds(t);this._distance=Math.max(2,e)}const h=this.getCurrentCameraParameters();i||(i=-30),s||(s=10),i+=toDegrees(this._objectRotation),this._pitch=toRadiant(s),this._yaw=toRadiant(i),this._setDistanceAndRangesBasedOnBounds(t);let c=this._targetPosition.clone();n?this._tweenCameraParameter(h,{yaw:this._yaw,pitch:this._pitch,distance:this.maxDistance,targetX:c.x,targetY:c.y,targetZ:c.z},!0):this._update(this._targetPosition)}_update(t,e){this._initData.debug?this._pitch=Math.max(toRadiant(-89),Math.min(toRadiant(89),this._pitch)):(this._yaw=Math.max(this.minAzimuthAngle,Math.min(this.maxAzimuthAngle,this._yaw)),this._pitch=Math.max(this.minPolarAngle,Math.min(this.maxPolarAngle,this._pitch))),this._saveYawAndPitch();const i=new Euler(-this._pitch,this._yaw,0,"ZYX"),s=(new Quaternion).setFromEuler(i),a=new Vector3(0,0,-1);a.applyQuaternion(s),this._distance*=this._scale,this._initData.debug||(this._distance=Math.min(this.maxDistance,this._distance)),t&&this._targetPosition.copy(t);const n=this._targetPosition.clone().sub(a.multiplyScalar(this._distance));if(this._initData.debug)this._cameraPosition.copy(n),this._zoomChanged(!1,!1);else if(e)this._cameraPosition.copy(n);else{const t=this._getCameraSphere(n);null!=this._boundingBox&&this._boundingBox.intersectsSphere(t)&&this._scale>=1?this._distance+=.1:null==this._boundingBox||this._boundingBox.intersectsSphere(t)?this._zoomChanged(!1,!0):(this._cameraPosition.copy(n),this._distance===this.maxDistance?this._zoomChanged(!0,!1):this._zoomChanged(!1,!1))}this._scale=1}_zoomChanged(t,e){let i=t+""+e;0===this._currentZoomHash.length||this._currentZoomHash!==i?(this.dispatchEvent(5,new ZoomChangeEvent(t,e)),this._currentZoomHash=i):t||e||this.dispatchEvent(5,new ZoomChangeEvent(t,e)),this._maxZoomedIn=e,this._maxZoomedOut=t}zoomTo(t){return this._tweenCameraParameter(this.getCurrentCameraParameters(),t,!0)}_getCameraSphere(t){const e=Math.max(this._bounds.x,this._bounds.y),i=Math.max(e/10,this._zoomDistance);return new Sphere(t,i)}zoomIn(t){this._lerpEnabled=!0,this._scale*=t?Math.pow(.95,t):this._zoomSpeed,this._setCameraNear(),this._update(),this.dispatchEvent(3)}zoomOut(t){this._lerpEnabled=!0,this._scale/=t?Math.pow(.95,t):this._zoomSpeed,this._setCameraNear(),this._update(),this.dispatchEvent(4)}clear(){this._userInteraction=!1,this._initData.debug||(this._distance=-1,this._targetPosition=new Vector3(0,0,0),this._targetPositionIsPanned=!1)}async moveCamera(t){const{x:e,y:i,z:s}=this._boundingBox.getCenter(new Vector3);t.targetX=t.targetX||e,t.targetY=t.targetY||i,t.targetZ=t.targetZ||s,t.distance=t.distance||this._getIdealDistance();const a=this.getCurrentCameraParameters(),n=deepMerge(JSON.parse(JSON.stringify(a)),t);return this._tweenCameraParameter(a,n,!0)}enablePanning(){this._lerpEnabled=!1,this._panningEnabled=!0}disablePanning(){this._lerpEnabled=!1,this._panningEnabled=!1}getKernelZoomFactor(){const t=this.maxDistance;return 1-this._distance/(t-2)+.2}}class Environment{constructor(t,e){this._scene=t,e&&(e.removeFromScene(),e.cleanUp())}updateCamera(t){}reload(){this.removeFromScene(),this.addToScene()}updateBounds(t,e){this._bounds=t}cleanUp(){this._scene=null}}class BakedShadowPlane{constructor(t){this._innerSize=1,this._outerSize=100,this._plane=new Object3D,this._plane.rotation.x=-Math.PI/2;const e=MaterialCreator.createMeshStandardMaterial({});this._innerPlaneMesh=new Mesh,this._innerPlaneMesh.layers.set(2),this._innerPlaneMesh.material=e,this._innerPlaneMesh.receiveShadow=!0,this._outerPlaneMesh=new Mesh,this._outerPlaneMesh.layers.set(2),this._outerPlaneMesh.material=e,this._outerPlaneMesh.receiveShadow=!0,this._plane.add(this._innerPlaneMesh),this._plane.add(this._outerPlaneMesh),this._innerSize=1,this._outerSize=t,this._updatePlane(this._innerSize,this._outerSize)}getRootNode(){return this._plane}getInnerPlane(){return this._innerPlaneMesh}getOuterPlane(){return this._outerPlaneMesh}updateSize(t){this._innerSize=t,this._updatePlane(this._innerSize,this._outerSize)}_updatePlane(t,e){const i=new Shape;i.moveTo(-t/2,-t/2),i.lineTo(-t/2,t/2),i.lineTo(t/2,t/2),i.lineTo(t/2,-t/2),i.lineTo(-t/2,-t/2);const s=new Shape;s.moveTo(-e/2,-e/2),s.lineTo(-e/2,e/2),s.lineTo(e/2,e/2),s.lineTo(e/2,-e/2),s.lineTo(-e/2,-e/2);const a=new Path;a.moveTo(-t/2,-t/2),a.lineTo(-t/2,t/2),a.lineTo(t/2,t/2),a.lineTo(t/2,-t/2),a.lineTo(-t/2,-t/2),s.holes.push(a);const n=new ShapeGeometry(i);this._innerPlaneMesh.geometry&&this._innerPlaneMesh.geometry.dispose(),this._innerPlaneMesh.geometry=n;const o=new ShapeGeometry(s);this._outerPlaneMesh.geometry&&this._outerPlaneMesh.geometry.dispose(),this._outerPlaneMesh.geometry=o;const r=n.attributes.uv.clone();n.setAttribute("uv2",r);const h=n.attributes.uv2.array;for(let t=0;t<h.length;++t)h[t]+=.5}}class FloorEnvironment extends Environment{constructor(t,e,i){super(t,e),this._longestSide=2,this._bakedShadowPlane=new BakedShadowPlane(100),this._fog=i||!1,this._textureLoader=new TextureLoader,this.addToScene()}needsBounds(){return!0}needsCamera(){return this._fog}needsRotation(){return!1}updateBounds(t){return super.updateBounds(t),this._longestSide=Math.max(t.x,t.z),this._update(),!0}updateCamera(t){this._cameraDistance=t.position.distanceTo(new Vector3(0,0,0)),this._update()}_update(){this._fog&&this._updateFog()}_updateFog(){let t=this._longestSide/2;this._scene.fog=new Fog(16185078,this._cameraDistance+t+3,this._cameraDistance+t+3+1),this._scene.background=new Color(16185078)}_updateFloor(){if(this._floorMaterial)this._bakedShadowPlane.getOuterPlane().material=this._floorMaterial,this._bakedShadowPlane.getInnerPlane().material=this._floorMaterial;else{let t=this._width/1e3,e=this._height/1e3;this._repeatable&&(this._floorTexture.wrapS=RepeatWrapping,this._floorTexture.wrapT=RepeatWrapping,this._floorTexture.repeat.set(100/t,100/e));let i=MaterialCreator.createMeshStandardMaterial({map:this._floorTexture,side:DoubleSide});this._bakedShadowPlane.getInnerPlane().material=i,this._bakedShadowPlane.getOuterPlane().material=i}}addToScene(){this._scene&&this._scene.add(this._bakedShadowPlane.getRootNode())}removeFromScene(){this._scene.remove(this._bakedShadowPlane.getRootNode())}setFloorMaterial(t,e,i,s){return this._width=e,this._height=i,this._repeatable=s,this._floorPromise=new Promise((e,i)=>{this._textureLoader.load(t,t=>{this._floorTexture=t,e()},null,i)}),new Promise((t,e)=>{this._floorPromise.then(()=>{this._updateFloor(),this._update(),t()},e)})}changeFloorMaterial(t,e,i){this._floorPromise=new Promise((s,a)=>{this._floorMaterial=createMaterial(t,i),this._rapiAccess.getTexturesOf(t).then(t=>{if(t.length>0){let i=[];t.forEach(t=>{i.push(addTexture(this._dataSyncer.requestAsset(t.image,!0),t,this._floorMaterial,e,1,1))}),Promise.all(i).then(()=>{setTimeout(()=>s(),0)},a)}else setTimeout(()=>s(),0)})});let s=[this._floorPromise];return new Promise((t,e)=>{Promise.all(s).then(()=>{this._updateFloor(),this._update(),t()},e)})}showGUI(){this._floorMaterial?this._addGUI():this._floorPromise&&this._floorPromise.then(()=>this._addGUI())}_addGUI(){let t=getGUI();if(!t)return;let e=t.addFolder("Floor");e.add(this._floorMaterial,"roughness").min(0).max(1).step(.01),e.add(this._floorMaterial,"reflectivity").min(0).max(1).step(.01),e.add(this._floorMaterial,"clearCoat").min(0).max(1).step(.01),e.add(this._floorMaterial,"clearCoatRoughness").min(0).max(1).step(.01),e.add(this._floorMaterial,"opacity").min(0).max(1).step(.01),e.add(this._floorMaterial,"metalness").min(0).max(1).step(.01),e.add(this._floorMaterial,"bumpScale").min(0).max(1).step(.01)}}__decorate([inject],FloorEnvironment.prototype,"_rapiAccess",void 0),__decorate([inject],FloorEnvironment.prototype,"_dataSyncer",void 0);class CameraControl2D extends CameraControl{constructor(t,e,i,s){super(t,e,i),this._scale=1,this._cameraZoom=1,this._state=0,this._size=5,this._lastPosition=new Vector2,this._zoomPosition=new Vector3,this._lastZoom=0,this._zoomSpeed=Math.pow(.95,2),s?(this._camera=s,this._cameraPosition=(new Vector3).copy(this._camera.position)):this._initCamera(i||new Vector3(0,10,0))}_getCamera(){return this._camera||this._initCamera(new Vector3(0,10,0)),this._camera}_initCamera(t){let{x:e,y:i}=this._domHelper.getClientDimensions(),s=e/i*this._size,a=this._size;this._camera=new OrthographicCamera(s/-2,s/2,a/2,a/-2,1,1e3),this._camera.position.copy(t),this._cameraPosition=t,this._camera.lookAt(new Vector3(0,0,0))}updateCamera(){let{x:t,y:e}=this._domHelper.getClientDimensions(),i=t/e*this._size,s=this._size;this._camera.left=i/-2,this._camera.right=i/2,this._camera.top=s/2,this._camera.bottom=s/-2,this._camera.updateProjectionMatrix()}_initInputListener(){this._inputListeners.push({key:3,fun:t=>{this._locked||(this._state=1,this._lastPosition.set(t.positionRelative.x,t.positionRelative.y),this.dispatchEvent(0))}}),this._inputListeners.push({key:6,fun:t=>{1!==this._state||this._locked||(this._move(new Vector2(t.positionRelative.x,t.positionRelative.y),t.type),this.dispatchEvent(1))}}),this._inputListeners.push({key:4,fun:t=>{1===this._state&&this.dispatchEvent(2),this._state=0}}),this._inputListeners.push({key:7,fun:t=>{t.event&&(t.event.stopPropagation(),t.event.preventDefault()),this.dispatchEvent(3),this._scale/=this._zoomSpeed,this._zoomTo(t.positionRelative),this._update()}}),this._inputListeners.push({key:8,fun:t=>{t.event&&(t.event.stopPropagation(),t.event.preventDefault()),this.dispatchEvent(4),this._scale*=this._zoomSpeed,this._zoomTo(t.positionRelative),this._update()}})}_zoomTo(t){if(Date.now()-this._lastZoom>200){let e=new Vector3(t.x,t.y,0);e.unproject(this._camera),this._zoomPosition.copy(e)}this._lastZoom=Date.now()}_move(t,e){let i=new Vector3,s=new Vector3(this._lastPosition.x,this._lastPosition.y,0),a=new Vector3(t.x,t.y,0);s.unproject(this._camera),a.unproject(this._camera),i.subVectors(a,s),this._cameraPosition.x-=i.x*(2===e?1.1:1),this._cameraPosition.z-=i.z*(2===e?1.1:1),this._lastPosition.copy(t)}zoomToFitBounds(t,e,i){if(compareBox3Size(t,this._boundingBox)<0&&!i)return void this.setBounds(t);this.setBounds(t);const s=t.getSize(new Vector3),a=t.getCenter(new Vector3),n=s.x/-2/this._camera.left,o=s.z/-2/this._camera.bottom,r=1/Math.max(n,o);(r<this._cameraZoom||e)&&(this._scale=r,this._cameraZoom=r,this._cameraPosition.x=a.x,this._cameraPosition.z=a.z)}_update(t){this._scale=Math.min(this._scale,5),this._scale=Math.max(this._scale,.1);let e=(new Vector3).subVectors(this._zoomPosition,this._cameraPosition).multiplyScalar((this._scale-this._cameraZoom)/this._scale);this._cameraPosition.x+=e.x,this._cameraPosition.z+=e.z,this._cameraZoom!==this._scale&&this.dispatchEvent(5,new ZoomChangeEvent(.1===this._scale,5===this._scale)),this._cameraZoom=this._scale,this._camera.updateProjectionMatrix()}animateCamera(t){if(!super.animateCamera(t)&&Math.abs(this._cameraZoom-this._camera.zoom)<=.01)return!1;const e=Math.min(10*t,1);return this._camera.zoom=MathUtils.lerp(this._camera.zoom,this._cameraZoom,e),!0}getKernelZoomFactor(){const t=1e3*(this._camera.right-this._camera.left);return this._domHelper.element.clientWidth/t*this._camera.zoom}}const KEYBOARD_ROTATION_ANGLE=Math.PI/4;class CameraControlFirstPerson extends CameraControl{constructor(t,e,i,s){super(t,e,i),this._state=0,this._rotationSpeed=1,this._keyMap=new Map,this.minPolarAngle=toRadiant(-60),this.maxPolarAngle=toRadiant(60),this._camera=s||new PerspectiveCamera,this._camera.fov=70,this._camera.aspect=this._width/this._height,this._camera.near=.1,this._camera.far=100,this._camera.updateProjectionMatrix(),this._camera.layers.set(3),this._camera.layers.enable(1),this._camera.layers.enable(2),this._camera.layers.enable(6),this._camera.layers.enable(5),i?this._camera.position.set(i.x,1.5,i.z):this._camera.position.set(0,1.5,0),this._cameraPosition=new Vector3,this._cameraPosition.copy(this._camera.position),this._cameraRotation=new Quaternion,this._pitch=0,this._yaw=0;let a=new Euler(-this._pitch,this._yaw,0,"ZYX");this._cameraRotation.setFromEuler(a),window.addEventListener("gamepadconnected",this._gamepadConnected.bind(this)),window.addEventListener("gamepaddisconnected",this._gamepadDisconnected.bind(this))}_gamepadConnected(t){this.startButtonPressListener()}_gamepadDisconnected(t){window.cancelAnimationFrame(this._listenerLoopAnimationFrame)}startButtonPressListener(){this._listenerLoopAnimationFrame=window.requestAnimationFrame(()=>{this.buttonPressListener()})}buttonPressListener(){let t=navigator.getGamepads()[0];this._checkRightStick(t),this._checkLeftStick(t),this._checkButtons(t),this._processKeyMap(this._keyMap,.001),this.startButtonPressListener()}_checkRightStick(t){let e=t.axes[2],i=t.axes[3];Math.abs(e)>.2&&(this._rotateHorizontal(.01*KEYBOARD_ROTATION_ANGLE*e),this._update(),this.dispatchEvent(1)),Math.abs(i)>.2&&(this._rotateVertical(.01*KEYBOARD_ROTATION_ANGLE*i),this._update(),this.dispatchEvent(1))}_checkLeftStick(t){let e=t.axes[0],i=t.axes[1];Math.abs(i)>.2?i<0?this._keyMap.set(87,!0):this._keyMap.set(83,!0):t.buttons&&t.buttons[12]&&t.buttons[12].pressed?this._keyMap.set(87,!0):t.buttons&&t.buttons[13]&&t.buttons[13].pressed?this._keyMap.set(83,!0):(this._keyMap.set(87,!1),this._keyMap.set(83,!1)),Math.abs(e)>.2?e<0?this._keyMap.set(65,!0):this._keyMap.set(68,!0):(this._keyMap.set(65,!1),this._keyMap.set(68,!1))}_checkButtons(t){t.buttons&&t.buttons[6]&&t.buttons[6].pressed?this._keyMap.set(16,!0):this._keyMap.set(16,!1),t.buttons&&t.buttons[14]&&t.buttons[14].pressed?(this._keyMap.set(37,!0),this.dispatchEvent(1)):this._keyMap.set(37,!1),t.buttons&&t.buttons[15]&&t.buttons[15].pressed?(this._keyMap.set(39,!0),this.dispatchEvent(1)):this._keyMap.set(39,!1)}animateCamera(t){let e=this._cameraPosition,i=this._cameraRotation,s=this.getCamera(),a=position3VectorsAreEqual(e,s.position),n=rotationQuaternionsAreEqual(i,s.quaternion);if(!e||a&&n)return!1;let o=this.getCamera().position.clone(),r=Math.min(10*t,1);o.lerp(e,r),this.getCamera().position.copy(o);let h=this.getCamera().quaternion.clone(),c=Math.min(5*t,1);h.slerp(i,c),this.getCamera().setRotationFromQuaternion(h);let d=!1;return this._keyMap.forEach(t=>{t&&(d=!0)}),d&&this._processKeyMap(this._keyMap,t),!0}_getCamera(){return this._camera}_initInputListener(){window.addEventListener("keyup",this._onKeyChanged.bind(this),!1),window.addEventListener("keydown",this._onKeyChanged.bind(this),!1),this._inputListeners.push({key:3,fun:t=>{this._down(t)}}),this._inputListeners.push({key:6,fun:t=>{this._move(t)}}),this._inputListeners.push({key:4,fun:t=>{this._up(t)}})}_down(t){this._downPosition=t.position,this._position=t.position,this._state=1,2===t.type&&window.setTimeout(this._onLongDown.bind(this),350),2===t.type?this._rotationSpeed=.6:this._rotationSpeed=1}_move(t){this._position=t.position,1!==this._state||this._locked||this._orbit(new Vector2(t.position.x,t.position.y)),2!==this._state||this._locked||(this._orbit(new Vector2(t.position.x,t.position.y)),this._moveForward())}_up(t){1===this._state&&this.dispatchEvent(2),2===this._state&&this._keyMap.set(87,!1),this._state=0,this._orbitPosition=null}_onLongDown(){getDelta(this._downPosition,this._position)<MIN_MOVE_DISTANCE&&1===this._state&&(this._state=2,this._orbit(new Vector2(this._position.x,this._position.y)),this._moveForward())}_update(t){let e=new Euler(-this._pitch,this._yaw,0,"ZYX");this._cameraRotation.setFromEuler(e)}updateCamera(){let{x:t,y:e}=this._domHelper.getClientDimensions();this._camera.aspect=t/e,this._camera.updateProjectionMatrix()}_onKeyChanged(t){this._keyMap.set(t.keyCode,"keydown"===t.type),this.dispatchEvent(6),this._processKeyMap(this._keyMap,.001)&&t.preventDefault()}_processKeyMap(t,e){e=Math.min(e,.1);let i=new Vector3(0,0,0),s=!1;return this._processUpDown(t,i,e),t.get(65)&&(i.x=-1*e),t.get(68)&&(i.x=1*e),t.get(37)&&(this._rotateHorizontal(-KEYBOARD_ROTATION_ANGLE*this._rotationSpeed*e),s=!0),t.get(39)&&(this._rotateHorizontal(KEYBOARD_ROTATION_ANGLE*this._rotationSpeed*e),s=!0),t.get(16)&&(i.x*=3,i.z*=3),!(0===i.x&&0===i.y&&0===i.z&&!s||(i.applyQuaternion(this.getCamera().quaternion),this._cameraPosition.add(new Vector3(i.x,0,i.z)),this._update(),0))}_processUpDown(t,e,i){(t.get(87)||t.get(38))&&(e.z=-1*i),(t.get(83)||t.get(40))&&(e.z=1*i)}_orbit(t){this._orbitPosition||(this._orbitPosition=new Vector2(t.x,t.y),this.dispatchEvent(0));let e=t.clone().sub(this._orbitPosition),i=this._domHelper.element instanceof Document?this._domHelper.element.body:this._domHelper.element;e.multiplyScalar(-1),this._rotateHorizontal(2*Math.PI*e.x/i.clientWidth*1),this._rotateVertical(2*Math.PI*e.y/i.clientHeight*1),position2VectorsAreEqual(this._orbitPosition,t)||this.dispatchEvent(1),this._orbitPosition.copy(t),this._update()}_moveForward(){this._keyMap.set(87,!0),this._processKeyMap(this._keyMap,.001)}_rotateVertical(t){let e=this._pitch+t;e>this.maxPolarAngle||e<this.minPolarAngle||(this._pitch=e,this._pitch<-Math.PI?this._pitch+=2*Math.PI:this._pitch>Math.PI&&(this._pitch-=2*Math.PI),this._saveYawAndPitch())}getKernelZoomFactor(){return this._camera.zoom}}class BackgroundEnvironment extends Environment{constructor(t,e,i,s,a){if(super(t,e),this._color=i,this._oldBackground=t.background,s&&a){this._canvas=s,this._style=document.createElement("style");let t='background-image: url("'+a+'"); background-size: cover;';this._style.innerText=".rml-scene-background {"+t+"}",this._canvas.appendChild(this._style)}}needsBounds(){return!0}needsCamera(){return!1}needsRotation(){return!1}addToScene(){this._scene&&this._color&&(this._scene.background=this._color),this._canvas&&this._canvas.classList&&(this._scene.background=null,this._canvas.classList.add("rml-scene-background"))}removeFromScene(){this._oldBackground&&(this._scene.background=this._oldBackground),this._canvas&&this._canvas.classList.remove("rml-scene-background")}showGUI(){}}class DynamicEnvironmentSettingLoader{parse(t,e,i,s,a,n){let o=JSON.parse(s);return o.environment?this.load(t,e,i,o,a,n):null}load(t,e,i,s,a,n){let o,r=s.environment;if(!r)return console.warn("No environment set in scene settings"),Promise.resolve(null);switch(r.type){case"color":o=new Promise(e=>e(new BackgroundEnvironment(t,i,new Color(r.details.color))));break;case"image":o=new Promise(s=>s(new BackgroundEnvironment(t,i,null,e,r.details.imageUrl)));break;case"floor":o=new Promise(e=>{this._rapiAccess.getMaterial(r.details.material).then(s=>{let o=void 0===r.details.fog||r.details.fog,h=new FloorEnvironment(t,i,o);h.changeFloorMaterial(s,a,n).then(()=>{e(h)})})});break;default:console.warn("Could not load environment, return old environment"),o=new Promise(t=>t(i))}return o}}__decorate([inject],DynamicEnvironmentSettingLoader.prototype,"_rapiAccess",void 0);class LightSetting{constructor(t,e){this._scene=t,e&&e.removeFromScene()}needsBounds(){return!1}updateBounds(t){}getCameraContainer(){return this._cameraContainer||(this._cameraContainer=new Object3D),this._cameraContainer}}class DynamicLightSetting extends LightSetting{constructor(t,e){super(t,e),this._lights=[]}needsBounds(){return!0}updateBounds(t){if(this._cameraLight){const e=this._cameraLight,i=new Vector3;t.getSize(i);const s=1.5*Math.max(Math.max(i.x,i.y),i.z);this._boundingSize=s,e.shadow.camera.top=s/2,e.shadow.camera.bottom=-s/2,e.shadow.camera.left=-s/2,e.shadow.camera.right=s/2,e.shadow.camera.updateProjectionMatrix()}}loadFromJSON(t){return new Promise(e=>{this._lights=this._dynamicLightSettingLoader.parse(t),this.addToScene(),e()})}loadFromObject(t){return new Promise(e=>{(null==t?void 0:t.lights)||e(),this._lights=this._dynamicLightSettingLoader.load(t),this._lights.forEach((t,e)=>{t.userData.movesWithCamera&&(this._cameraLight=t,this._lights.splice(e,1))}),this.addToScene(),e()})}loadFromURL(t){return new Promise((e,i)=>{fetch(new Request(t,{method:"GET"})).then(handleJsonResponse).then(t=>this.loadFromObject(t).then(e,i))})}addToScene(){this._lights.forEach(t=>{this._scene.add(t)}),this._cameraLight&&this._scene.add(this._cameraLight)}update(t,e){if(!this._cameraLight)return;let i=new Vector3;t.getWorldDirection(i),i.multiplyScalar(-this._boundingSize);let s=e.clone().add(i);this._cameraLight.position.copy(s)}removeFromScene(){this._lights.forEach(t=>{this._scene.remove(t)}),this._cameraLight&&this._scene.remove(this._cameraLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let t=getGUI();this._cameraLight&&this._addToGUI(t,this._cameraLight),this._lights.forEach(e=>{this._addToGUI(t,e)})}_addToGUI(t,e){t&&(e instanceof SpotLight&&this._addSpotLightToGUI(t,e),e instanceof AmbientLight&&this._addAmbientLightToGUI(t,e),e instanceof DirectionalLight&&this._addDirectionalLightToGUI(t,e),e instanceof RectAreaLight&&this._addRectAreaLightToGUI(t,e))}_addRectAreaLightToGUI(t,e){let i=t.addFolder(e.name),s={name:e.name,color:"#"+e.color.getHexString(),intensity:e.intensity*(e.width*e.height)};i.add(e,"visible"),i.add(s,"intensity").min(10).max(400).step(10).onChange(t=>{e.intensity=t/(e.width*e.height)}),i.add(e,"castShadow"),i.addColor(s,"color").onChange(t=>{e.color=new Color(t)}),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))})}_addSpotLightToGUI(t,e){let i=t.addFolder(e.name),s={name:e.name,color:"#"+e.color.getHexString(),angle:180*e.angle/Math.PI};i.add(e,"visible"),i.add(e,"intensity").min(0).max(5).step(.1),i.add(e,"penumbra").min(0).max(1).step(.1),i.addColor(s,"color").onChange(t=>{e.color=new Color(t)}),i.add(s,"angle").min(10).max(180).step(1).onChange(t=>{e.angle=t*Math.PI/180}),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))})}_addAmbientLightToGUI(t,e){let i={name:e.name,color:"#"+e.color.getHexString()},s=t.addFolder(e.name);s.add(e,"visible"),s.add(e,"intensity").min(0).max(5).step(.1),s.addColor(i,"color").onChange(t=>{e.color=new Color(t)})}_addDirectionalLightToGUI(t,e){let i=t.addFolder(e.name),s={name:e.name,color:"#"+e.color.getHexString()};i.add(e,"visible"),i.add(e,"intensity").min(0).max(5).step(.1),i.addColor(s,"color").onChange(t=>{e.color=new Color(t)}),i.add(e,"castShadow"),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new Vector3(0,0,0))})}}__decorate([inject],DynamicLightSetting.prototype,"_dynamicLightSettingLoader",void 0);class GroundProjectedSkybox extends Mesh{constructor(t,e={}){const i=[t.isCubeTexture?"#define ENVMAP_TYPE_CUBE":""].join("\n")+"\n\n\t\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\t\tuniform float radius;\n\t\t\t\tuniform float height;\n\t\t\t\tuniform float angle;\n\n\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\tuniform samplerCube map;\n\n\t\t\t\t#else\n\n\t\t\t\t\tuniform sampler2D map;\n\n\t\t\t\t#endif\n\n\t\t\t\t// From: https://www.shadertoy.com/view/4tsBD7\n\t\t\t\tfloat diskIntersectWithBackFaceCulling( vec3 ro, vec3 rd, vec3 c, vec3 n, float r ) \n\t\t\t\t{\n\n\t\t\t\t\tfloat d = dot ( rd, n );\n\n\t\t\t\t\tif( d > 0.0 ) { return 1e6; }\n\n\t\t\t\t\tvec3 o = ro - c;\n\t\t\t\t\tfloat t = - dot( n, o ) / d;\n\t\t\t\t\tvec3 q = o + rd * t;\n\n\t\t\t\t\treturn ( dot( q, q ) < r * r ) ? t : 1e6;\n\n\t\t\t\t}\n\n\t\t\t\t// From: https://www.iquilezles.org/www/articles/intersectors/intersectors.htm\n\t\t\t\tfloat sphereIntersect( vec3 ro, vec3 rd, vec3 ce, float ra ) {\n\n\t\t\t\t\tvec3 oc = ro - ce;\n\t\t\t\t\tfloat b = dot( oc, rd );\n\t\t\t\t\tfloat c = dot( oc, oc ) - ra * ra;\n\t\t\t\t\tfloat h = b * b - c;\n\n\t\t\t\t\tif( h < 0.0 ) { return -1.0; }\n\n\t\t\t\t\th = sqrt( h );\n\n\t\t\t\t\treturn - b + h;\n\n\t\t\t\t}\n\n\t\t\t\tvec3 project() {\n\n\t\t\t\t\tvec3 p = normalize( vWorldPosition );\n\t\t\t\t\tvec3 camPos = cameraPosition;\n\t\t\t\t\tcamPos.y -= height;\n\n\t\t\t\t\tfloat intersection = sphereIntersect( camPos, p, vec3( 0.0 ), radius );\n\t\t\t\t\tif( intersection > 0.0 ) {\n\n\t\t\t\t\t\tvec3 h = vec3( 0.0, - height, 0.0 );\n\t\t\t\t\t\tfloat intersection2 = diskIntersectWithBackFaceCulling( camPos, p, h, vec3( 0.0, 1.0, 0.0 ), radius );\n\t\t\t\t\t\tp = ( camPos + min( intersection, intersection2 ) * p ) / radius;\n\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tp = vec3( 0.0, 1.0, 0.0 );\n\n\t\t\t\t\t}\n\n\t\t\t\t\treturn p;\n\n\t\t\t\t}\n\n\t\t\t\t#include <common>\n\n\t\t\t\tvoid main() {\n\n\t\t\t\t\tvec3 projectedWorldPosition = project();\n\n\t\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\t\tvec3 outcolor = textureCube( map, projectedWorldPosition ).rgb;\n\n\t\t\t\t\t#else\n\n\t\t\t\t\t\tvec3 direction = normalize( projectedWorldPosition );\n\t\t\t\t\t\tvec2 uv = equirectUv( direction );\n\t\t\t\t\t\tvec3 outcolor = texture2D( map, uv ).rgb;\n\n\t\t\t\t\t#endif\n\n\t\t\t\t\tgl_FragColor = vec4( outcolor, 1.0 );\n\n\t\t\t\t\t#include <tonemapping_fragment>\n\t\t\t\t\t#include <colorspace_fragment>\n\n\t\t\t\t}\n\t\t\t\t",s={map:{value:t},height:{value:e.height||15},radius:{value:e.radius||100}};super(new IcosahedronGeometry(1,16),new ShaderMaterial({uniforms:s,fragmentShader:i,vertexShader:"\n\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\tvoid main() {\n\n\t\t\t\tvec4 worldPosition = ( modelMatrix * vec4( position, 1.0 ) );\n\t\t\t\tvWorldPosition = worldPosition.xyz;\n\n\t\t\t\tgl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n\n\t\t\t}\n\t\t\t",side:DoubleSide}))}set radius(t){this.material.uniforms.radius.value=t}get radius(){return this.material.uniforms.radius.value}set height(t){this.material.uniforms.height.value=t}get height(){return this.material.uniforms.height.value}}class GroundProjectedEnvironment extends Environment{constructor(t,e,i){super(t,e),this.updateEnvironmentTexture(i)}updateEnvironmentTexture(t){t&&(this._environmentTexture=t,this._skybox=new GroundProjectedSkybox(this._environmentTexture),this._skybox.name="Ground projected skybox",this._skybox.scale.setScalar(100)),this.reload()}needsBounds(){return!1}needsCamera(){return!1}needsRotation(){return!1}addToScene(){this._scene&&this._skybox&&this._scene.add(this._skybox)}removeFromScene(){this._scene&&this._skybox&&this._scene.remove(this._skybox)}showGUI(t){let e=getGUI();if(!e)return;let i=e.addFolder("Ground Projected Environment");i.add(this._skybox,"height").min(10).max(100).step(.1).onChange(t),i.add(this._skybox,"radius").min(20).max(200).step(.1).onChange(t)}}class SceneManager{onBeforeRender(){}constructor(t,e,i,s=CAMERA_TYPE.CAMERA_3D){this._depthWriteMaterial=new MeshBasicMaterial({colorWrite:!1}),this._maxAnisotropy=1,this._clock=new Clock,this._delta=0,this._renderListener=null,this._stopRendering=!1,this._forceRender=!1,this._lastChange=Date.now(),this._running=!1,this._perspectiveOffsetCamera=null,this._orthographicOffsetCamera=null,this._onAfterRender=()=>{},this._creator_=t,this._canvasID=i,MaterialCreator.setEnvMapIntensity(this._initData.envMapIntensity),this.createCameraControl(sanitizedCameraMode(s),e),this._setupScene(e,!1),this._lifeCycleManager.addEventListener(this)}_changeCameraControl(t){this._cameraControl&&this._cameraControl.cleanUp(),t instanceof CameraControlFirstPerson&&(this._getInputManager().removeEventListener(7,this._renderListener),this._getInputManager().removeEventListener(8,this._renderListener)),this._cameraControl instanceof CameraControlFirstPerson&&(this._getInputManager().addEventListener(7,this._renderListener,this),this._getInputManager().addEventListener(8,this._renderListener,this)),this._cameraControl=t,this.cameraControlChanged()}cameraControlChanged(){}_addCameraControlListener(){this._cameraControl.addEventListener(0,()=>{var t;null===(t=this._roomleRenderer)||void 0===t||t.movingCameraStarts(),this._requestRender()},this),this._cameraControl.addEventListener(1,this._requestRender,this),this._cameraControl.addEventListener(2,()=>{var t;null===(t=this._roomleRenderer)||void 0===t||t.movingCameraStops(),this._requestRender()},this),this._cameraControl.addEventListener(6,this._requestRender,this)}_renderEverything(){var t;this._roomleRenderer&&(this._forceRender=!0,null===(t=this._roomleRenderer)||void 0===t||t.forceShadowUpdates(!1)),this._requestRender()}_renderWithoutShadowsAndAO(){this._roomleRenderer&&(this._forceRender=!0),this._requestRender()}_requestRender(){if(!this._renderer||this._stopRendering)return;const t=()=>{var e;this._delta=this._clock.getDelta(),this._animateCamera(),this._cameraControl.getCamera().layers.mask=65535,null===(e=this._statsHelper)||void 0===e||e.updateRenderInfo(this._renderer.info),this._renderLoopFunction&&(this._renderLoopFunction(),this._renderLoopFunction=null),this.onBeforeRender(),this._roomleRenderer?(this._roomleRenderer.render(this._scene,this._cameraControl.getCamera()),this._forceRender=!1,this._shouldRenderUi()&&this._renderUi()):this._renderer.render(this._scene,this._cameraControl.getCamera()),this._onAfterRender(),window.TWEEN&&TWEEN.update(),this._lastChange+3e3<Date.now()||this._stopRendering?this._running=!1:(this._running=!0,requestAnimationFrame(t))};this._lastChange=Date.now(),this._running||this._stopRendering||(this._running=!0,requestAnimationFrame(t))}_shouldRenderUi(){return this._pluginSystem&&this._pluginSystem.needsUiScene()}_renderUi(){const t=this._scene.background?this._scene.background.clone():null;this._scene.overrideMaterial=this._depthWriteMaterial,this._scene.background=null,this._renderer.render(this._scene,this._cameraControl.getCamera()),this._scene.overrideMaterial=null;const e=this._renderer.autoClear;this._renderer.autoClear=!1,this._renderer.clearDepth(),this._renderer.render(this._uiScene,this._cameraControl.getCamera()),this._renderer.autoClear=e,this._scene.background=t}_animateCamera(){this._cameraControl&&(this._cameraControl.animateCamera(this._delta)||!this.shouldClearShadowsAndAO()||this._forceRender)&&this._lightSetting instanceof DynamicLightSetting&&this._cameraControl.getCamera()instanceof PerspectiveCamera&&this._lightSetting.update(this._cameraControl.getCamera(),this._cameraControl.getTargetPosition()),this._environment&&this._environment.needsCamera()&&this._cameraControl instanceof CameraControl3D&&this._environment.updateCamera(this._cameraControl.getCamera())}shouldClearShadowsAndAO(){return!1}_setupScene(t,e){var i;const{x:s,y:a}=this._domHelper.getClientDimensions();this._scene=new Scene,this._uiScene=new Scene,(e=e||!1)||(this._scene.background=new Color(this._initData.colors.DEFAULT_BACKGROUND));const n=Math.floor(s*window.devicePixelRatio),o=Math.floor(a*window.devicePixelRatio);this._renderer=new WebGLRenderer({antialias:!0,alpha:!0}),this._renderer.setPixelRatio(window.devicePixelRatio),this._renderer.setSize(s,a),this._renderer.outputColorSpace=SRGBColorSpace,this._renderer.autoClear=!1,this._renderer.shadowMap.enabled=!0,this._renderer.shadowMap.type=PCFSoftShadowMap,this._maxAnisotropy=this._renderer.capabilities.getMaxAnisotropy(),this._roomleRenderer=new RoomleWebGLRenderer(this._renderer,n,o),this._roomleRenderer.enableContactShadow(),this._roomleRenderer.enableShadowAndAo(),this._roomleRenderer.setAutoQuality(this._initData.autoQuality),null===(i=this._roomleRenderer)||void 0===i||i.setSize(s,a),this._renderer.domElement.classList.add(this._canvasID),this._domHelper.element.appendChild(this._renderer.domElement),this._getInputManager().addEvents(this._renderer.domElement),this._hdrEnvironmentLoader.registerEnvironmentChangedCallback(t=>{var e;this._setEnvMap(t),this._initData.legacyLight||null===(e=this._roomleRenderer)||void 0===e||e.createShadowFromEnvironmentMap(this._scene,t.environmentMap)}),this._initData.legacyLight?this.loadEnvMap("static/legacy_env-d5810ec5057d4716.exr"):this.loadEnvMap(this._initData.envMapUrl),this._requestRender(),window.addEventListener("resize",this,!1),window.addEventListener("keydown",this,!1),window.addEventListener("keyup",this,!1),document.addEventListener("visibilitychange",this),this._pluginSystem.init(this._scene,this._uiScene,this._cameraControl.getCamera().position),this._addCameraControlListener(),this.sceneChanged()}async loadEnvMap(t){await this._hdrEnvironmentLoader.loadUrl(this._renderer,t)}_setEnvMap(t){const{url:e,environmentMap:i}=t;this._scene.environment=i,this._scene.userData.equirectangularEnvironmentMap=i,this._imageRenderer.setEnvMap(this._scene,i),this._environment instanceof GroundProjectedEnvironment&&this._environment.updateEnvironmentTexture(i),e===ENV_HDR_256_FILE_NAME&&window.requestIdleCallback(this.loadEnvMap.bind(this,"static/default_1k-2aa6d42244d30fb1.exr")),this._requestRender()}_tabVisible(){this.updateCamera(!1)}updateCamera(t=!0){var e;const{x:i,y:s}=this._domHelper.getClientDimensions();null===(e=this._roomleRenderer)||void 0===e||e.setSize(i,s),this._cameraControl.updateCamera(),this._renderEverything()}_onWindowResize(){const t=this._getInputManager();t&&t.updateSize(),this.updateCamera(),this._requestRender()}_isPartOfScene(t){return"Object3D"===t.type||"Mesh"===t.type||"GLB"===t.type||"GLTF"===t.type||"Group"===t.type}cleanUp(){this._getInputManager().removeEventListener(7,this._renderListener),this._getInputManager().removeEventListener(8,this._renderListener),this._cameraControl&&this._cameraControl.cleanUp(),this._stopRendering=!0}clearScene(){let t=[];this._scene.children.forEach(e=>{this._isPartOfScene(e)&&t.push(e)}),t.forEach(t=>{dispose(t),this._scene.remove(t)}),this._renderer.renderLists.dispose()}enableHD(t){this._renderer.capabilities.maxTextures>8&&t&&this.loadDynamicLightSetting(t),this._requestRender()}_loadGLTF(t,e,i,s,a,n,o){return new Promise((r,h)=>{this._staticItemLoader.loadGLTF(t,e,i,s,a,n,null,o).then(t=>{this._setCamera("GLTF",t.scene),r(t.scene)},h)})}_loadGLB(t,e,i,s,a,n,o,r){return new Promise((h,c)=>{this._staticItemLoader.loadGLB(t,e,i,s,a,n,o,r).then(t=>{this._setCamera("GLB",t.scene),h(t.scene)},c)})}_setCamera(t,e){if(!e)return void console.warn("could not set camera for gltf",e);const i=new Box3;i.setFromObject(e),"GLB"===t?this._cameraControl instanceof CameraControl3D&&this._cameraControl.updateToBounds(i,!1):"GLTF"===t&&(this._cameraControl instanceof CameraControl3D&&this._cameraControl.updateAndReset(i.getSize(new Vector3),i.getCenter(new Vector3),-15,70,5,!1),this._cameraControl instanceof CameraControl2D&&this._cameraControl.zoomToFitBounds(i,!0)),this.updateCamera()}showGUI(){if(this._initData.disableDebugGUI)return;const t=document.createElement("style");t.innerText=".dg.main{position:absolute;z-index:999;top:0;left:0;}",document.head.appendChild(t);let e=getGUI(!1);e&&(this._domHelper.element.appendChild(e.domElement),this._guiLoaded())}_guiLoaded(){let t=getGUI();if(!t)return;const e=t.addFolder("Scene Parameter"),i={intensity:this._initData.envMapIntensity};e.add(i,"intensity",0,4,.01).name("env map intensity").onChange(t=>{this.changeEnvironmentMapIntensity(t),this._requestRender()}),this._lightSetting&&this._lightSetting.showGUI(),this._roomleRenderer&&this._roomleRenderer.showGUI(()=>this._requestRender()),this._environment&&this._environment.showGUI(()=>this._requestRender()),this._addGUIListener(t)}_addGUIListener(t){let e=t.__folders;Object.keys(e).forEach(t=>{let i=e[t];i.__folders&&Object.keys(i.__folders).forEach(t=>{let e=i.__folders[t];this._addGUIListener(e)}),i.__controllers&&i.__controllers.forEach(t=>{t.onFinishChange(()=>{this._guiParamChanged()})})})}_guiParamChanged(){this._renderEverything()}showStats(){import("./stats-helper-5d9fce02.js").then(t=>this._statsHelper=new t.default)}_onKeyDown(t){}_onKeyUp(t){}pause(){this._getInputManager().removeEvents(this._renderer.domElement),window.removeEventListener("resize",this,!1),window.removeEventListener("keydown",this,!1),window.removeEventListener("keyup",this,!1),document.removeEventListener("visibilitychange",this)}resume(){this._renderer.domElement.classList.add(this._canvasID),this._domHelper.element.appendChild(this._renderer.domElement),this._getInputManager().addEvents(this._renderer.domElement),window.addEventListener("resize",this,!1),window.addEventListener("keydown",this,!1),window.addEventListener("keyup",this,!1),document.addEventListener("visibilitychange",this),this.updateCamera()}destroy(){this.pause(),this.cleanUp()}handleEvent(t){switch(t.type){case"resize":this._onWindowResize();break;case"keydown":if(t.target&&(t.target instanceof HTMLInputElement||t.target instanceof HTMLTextAreaElement))break;this._onKeyDown(t);break;case"keyup":if(t.target&&(t.target instanceof HTMLInputElement||t.target instanceof HTMLTextAreaElement))break;this._onKeyUp(t);break;case"visibilitychange":this._tabVisible()}}async loadSceneSettings(t){let e,i;return e=t.environment?new Promise(e=>{(new DynamicEnvironmentSettingLoader).load(this._scene,this._renderer.domElement,this._environment,t,this._maxAnisotropy,this._initData.envMapIntensity).then(t=>{this._setEnvironment(t),e()})}):Promise.resolve(),t.lights?(this._lightSetting=new DynamicLightSetting(this._scene,this._lightSetting),i=this._lightSetting.loadFromObject(t)):i=Promise.resolve(),new Promise((t,s)=>{Promise.all([e,i]).then(()=>{this._renderEverything(),t()},s)})}setBackgroundColor(t){this._setEnvironment(new BackgroundEnvironment(this._scene,this._environment,new Color(t)))}setBackgroundImage(t){this._setEnvironment(new BackgroundEnvironment(this._scene,this._environment,null,this._renderer.domElement,t))}_setEnvironment(t){this._environment=t,this._renderEverything()}async loadDynamicLightSetting(t){this._lightSetting=new DynamicLightSetting(this._scene,this._lightSetting);let e=!1;if(t.url)await this._lightSetting.loadFromURL(t.url),e=!0;else if(t.json)await this._lightSetting.loadFromJSON(t.json),e=!0;else if(t.object)await this._lightSetting.loadFromObject(t.object),e=!0;else if(t.ls){const i=DynamicLightSettingLoader.createDynamicLightSettingSource(null,t.ls);await this._lightSetting.loadFromURL(i.url),e=!0}if(!e)throw new Error("No dynamic light setting source set");this._requestRender()}getScene(){return this._scene}updateScene(){var t;this._updateBounds(this.getBounds()),null===(t=this._roomleRenderer)||void 0===t||t.forceShadowUpdates(!0),this._renderEverything()}_updateBounds(t,e=!1){var i;t&&(this.updateEnvironment(t,e),this._lightSetting&&this._lightSetting.needsBounds()&&this._lightSetting.updateBounds(t),null===(i=this._roomleRenderer)||void 0===i||i.updateBounds(t),this._requestRender(),this._pluginSystem.updateBounds(t))}setCameraOffset(t){const e=this._cameraControl.getCamera(),i=e||e;(null==i?void 0:i.offset)?(i.offset=t,this._renderEverything()):console.warn("Cannot set offset, current camera does not support it")}getCameraOffset(){const t=this._cameraControl.getCamera(),e=t||t;return(null==e?void 0:e.offset)?JSON.parse(JSON.stringify(e.offset)):{left:0,top:0,right:1,bottom:1}}getOrthographicOffsetCamera(){if(!this._orthographicOffsetCamera){const t=this.getCameraOffset(),e=this._domHelper.getClientDimensions(),i=5;let s=e.x/e.y*i,a=i;const n=RoomleComponentFactoryInitializer();this._orthographicOffsetCamera=n.createOrthographicCamera(s/-2,s/2,a/2,a/-2,1,1e3,t),this._orthographicOffsetCamera.position.set(0,10,0),this._orthographicOffsetCamera.lookAt(new Vector3(0,0,0))}return this._orthographicOffsetCamera}getPerspectiveOffsetCamera(){if(!this._perspectiveOffsetCamera){const t=this.getCameraOffset(),e=this._domHelper.getClientDimensions(),i=e.x,s=e.y,a=RoomleComponentFactoryInitializer();this._perspectiveOffsetCamera=a.createPerspectiveCamera(30,i/s,.1,20,t)}return this._perspectiveOffsetCamera}updateEnvironment(t,e=!1){var i;if(t&&this._environment&&this._environment.needsBounds()){const i=t.getSize(new Vector3);(i.x+i.y+i.z!==0||e)&&this._environment.updateBounds(t.getSize(new Vector3),e)}null===(i=this._roomleRenderer)||void 0===i||i.updateEnvironment(t,e)}_onCameraIdle(){return!0}_onCameraMove(){return!0}exportImageFromCamera(t){this._onAfterRender=()=>{const e=this._renderer.domElement.toDataURL("image/jpeg",1),{left:i,right:s,top:a,bottom:n}=this.getCameraOffset(),o=s-i,r=a-n;if(1===o&&1===r)return void download(t,e);const h=new Image;h.src=e,h.onload=()=>{const{naturalWidth:e,naturalHeight:s}=h,n=document.createElement("canvas");n.width=e*o,n.height=s*r;const c=n.getContext("2d"),d=e*i*-1,_=s*(1-a)*-1;c.drawImage(h,d,_),c.save(),download(t,n.toDataURL("image/jpeg",1)),this._onAfterRender=()=>{}}},this._requestRender()}changeEnvironmentMapIntensity(t){changeEnvironmentMapIntensity(this._scene,t)}lockCamera(){this._cameraControl.lock()}unlockCamera(){this._cameraControl.unlock()}}__decorate([inject],SceneManager.prototype,"_domHelper",void 0),__decorate([inject],SceneManager.prototype,"_scriptLoader",void 0),__decorate([inject],SceneManager.prototype,"_lifeCycleManager",void 0),__decorate([inject],SceneManager.prototype,"_staticItemLoader",void 0),__decorate([inject],SceneManager.prototype,"_hdrEnvironmentLoader",void 0),__decorate([inject],SceneManager.prototype,"_initData",void 0),__decorate([inject],SceneManager.prototype,"_pluginSystem",void 0),__decorate([inject],SceneManager.prototype,"_imageRenderer",void 0);export{BackgroundEnvironment as B,CameraControl3D as C,DISTANCE_FACTOR as D,FloorEnvironment as F,LightSetting as L,SceneManager as S,TWEEN_FILE_NAME as T,CameraControl as a,CameraControl2D as b,CameraControlFirstPerson as c};
2
+ //# sourceMappingURL=scene-manager-345aeaa7.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"scene-manager-b72307ff.js","sources":["../../packages/common-core/public/textures/env/default_1k.exr","../../packages/three-build/src/Tween.js","../../node_modules/three/examples/jsm/objects/GroundProjectedSkybox.js","../../packages/common-core/public/textures/env/legacy_env.exr"],"sourcesContent":["export default \"static/default_1k-2aa6d42244d30fb1.exr\"","export default \"static/Tween-d57ee5d181fce582.js\"","import { Mesh, IcosahedronGeometry, ShaderMaterial, DoubleSide } from 'three';\n\n/**\n * Ground projected env map adapted from @react-three/drei.\n * https://github.com/pmndrs/drei/blob/master/src/core/Environment.tsx\n */\nclass GroundProjectedSkybox extends Mesh {\n\n\tconstructor( texture, options = {} ) {\n\n\t\tconst isCubeMap = texture.isCubeTexture;\n\n\t\tconst defines = [\n\t\t\tisCubeMap ? '#define ENVMAP_TYPE_CUBE' : ''\n\t\t];\n\n\t\tconst vertexShader = /* glsl */ `\n\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\tvoid main() {\n\n\t\t\t\tvec4 worldPosition = ( modelMatrix * vec4( position, 1.0 ) );\n\t\t\t\tvWorldPosition = worldPosition.xyz;\n\n\t\t\t\tgl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n\n\t\t\t}\n\t\t\t`;\n\t\tconst fragmentShader = defines.join( '\\n' ) + /* glsl */ `\n\n\t\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\t\tuniform float radius;\n\t\t\t\tuniform float height;\n\t\t\t\tuniform float angle;\n\n\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\tuniform samplerCube map;\n\n\t\t\t\t#else\n\n\t\t\t\t\tuniform sampler2D map;\n\n\t\t\t\t#endif\n\n\t\t\t\t// From: https://www.shadertoy.com/view/4tsBD7\n\t\t\t\tfloat diskIntersectWithBackFaceCulling( vec3 ro, vec3 rd, vec3 c, vec3 n, float r ) \n\t\t\t\t{\n\n\t\t\t\t\tfloat d = dot ( rd, n );\n\n\t\t\t\t\tif( d > 0.0 ) { return 1e6; }\n\n\t\t\t\t\tvec3 o = ro - c;\n\t\t\t\t\tfloat t = - dot( n, o ) / d;\n\t\t\t\t\tvec3 q = o + rd * t;\n\n\t\t\t\t\treturn ( dot( q, q ) < r * r ) ? t : 1e6;\n\n\t\t\t\t}\n\n\t\t\t\t// From: https://www.iquilezles.org/www/articles/intersectors/intersectors.htm\n\t\t\t\tfloat sphereIntersect( vec3 ro, vec3 rd, vec3 ce, float ra ) {\n\n\t\t\t\t\tvec3 oc = ro - ce;\n\t\t\t\t\tfloat b = dot( oc, rd );\n\t\t\t\t\tfloat c = dot( oc, oc ) - ra * ra;\n\t\t\t\t\tfloat h = b * b - c;\n\n\t\t\t\t\tif( h < 0.0 ) { return -1.0; }\n\n\t\t\t\t\th = sqrt( h );\n\n\t\t\t\t\treturn - b + h;\n\n\t\t\t\t}\n\n\t\t\t\tvec3 project() {\n\n\t\t\t\t\tvec3 p = normalize( vWorldPosition );\n\t\t\t\t\tvec3 camPos = cameraPosition;\n\t\t\t\t\tcamPos.y -= height;\n\n\t\t\t\t\tfloat intersection = sphereIntersect( camPos, p, vec3( 0.0 ), radius );\n\t\t\t\t\tif( intersection > 0.0 ) {\n\n\t\t\t\t\t\tvec3 h = vec3( 0.0, - height, 0.0 );\n\t\t\t\t\t\tfloat intersection2 = diskIntersectWithBackFaceCulling( camPos, p, h, vec3( 0.0, 1.0, 0.0 ), radius );\n\t\t\t\t\t\tp = ( camPos + min( intersection, intersection2 ) * p ) / radius;\n\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tp = vec3( 0.0, 1.0, 0.0 );\n\n\t\t\t\t\t}\n\n\t\t\t\t\treturn p;\n\n\t\t\t\t}\n\n\t\t\t\t#include <common>\n\n\t\t\t\tvoid main() {\n\n\t\t\t\t\tvec3 projectedWorldPosition = project();\n\n\t\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\t\tvec3 outcolor = textureCube( map, projectedWorldPosition ).rgb;\n\n\t\t\t\t\t#else\n\n\t\t\t\t\t\tvec3 direction = normalize( projectedWorldPosition );\n\t\t\t\t\t\tvec2 uv = equirectUv( direction );\n\t\t\t\t\t\tvec3 outcolor = texture2D( map, uv ).rgb;\n\n\t\t\t\t\t#endif\n\n\t\t\t\t\tgl_FragColor = vec4( outcolor, 1.0 );\n\n\t\t\t\t\t#include <tonemapping_fragment>\n\t\t\t\t\t#include <colorspace_fragment>\n\n\t\t\t\t}\n\t\t\t\t`;\n\n\t\tconst uniforms = {\n\t\t\tmap: { value: texture },\n\t\t\theight: { value: options.height || 15 },\n\t\t\tradius: { value: options.radius || 100 },\n\t\t};\n\n\t\tconst geometry = new IcosahedronGeometry( 1, 16 );\n\t\tconst material = new ShaderMaterial( {\n\t\t\tuniforms,\n\t\t\tfragmentShader,\n\t\t\tvertexShader,\n\t\t\tside: DoubleSide,\n\t\t} );\n\n\t\tsuper( geometry, material );\n\n\t}\n\n\tset radius( radius ) {\n\n\t\tthis.material.uniforms.radius.value = radius;\n\n\t}\n\n\tget radius() {\n\n\t\treturn this.material.uniforms.radius.value;\n\n\t}\n\n\tset height( height ) {\n\n\t\tthis.material.uniforms.height.value = height;\n\n\t}\n\n\tget height() {\n\n\t\treturn this.material.uniforms.height.value;\n\n\t}\n\n}\n\nexport { GroundProjectedSkybox };\n","export default \"static/legacy_env-d5810ec5057d4716.exr\""],"names":["TWEEN_FILE_NAME","GroundProjectedSkybox","Mesh","[object Object]","texture","options","fragmentShader","isCubeTexture","join","uniforms","map","value","height","radius","super","IcosahedronGeometry","ShaderMaterial","vertexShader","side","DoubleSide","this","material"],"mappings":"2uCAAA,ICAeA,gBAAA,gtlCCMf,MAAMC,8BAA8BC,KAEnCC,YAAaC,EAASC,EAAU,IAE/B,MAkBMC,EAhBU,CAFEF,EAAQG,cAGb,2BAA6B,IAeXC,KAAM,MAAoB,6yEAmGnDC,EAAW,CAChBC,IAAK,CAAEC,MAAOP,GACdQ,OAAQ,CAAED,MAAON,EAAQO,QAAU,IACnCC,OAAQ,CAAEF,MAAON,EAAQQ,QAAU,MAWpCC,MARiB,IAAIC,oBAAqB,EAAG,IAC5B,IAAIC,eAAgB,CACpCP,SAAAA,EACAH,eAAAA,EACAW,aAzH+B,4RA0H/BC,KAAMC,cAORN,WAAYA,GAEXO,KAAKC,SAASZ,SAASI,OAAOF,MAAQE,EAIvCA,aAEC,OAAOO,KAAKC,SAASZ,SAASI,OAAOF,MAItCC,WAAYA,GAEXQ,KAAKC,SAASZ,SAASG,OAAOD,MAAQC,EAIvCA,aAEC,OAAOQ,KAAKC,SAASZ,SAASG,OAAOD,m4LCrKxB,41BHAA"}
1
+ {"version":3,"file":"scene-manager-345aeaa7.js","sources":["../../packages/common-core/public/textures/env/default_1k.exr","../../packages/three-build/src/Tween.js","../../node_modules/three/examples/jsm/objects/GroundProjectedSkybox.js","../../packages/common-core/public/textures/env/legacy_env.exr"],"sourcesContent":["export default \"static/default_1k-2aa6d42244d30fb1.exr\"","export default \"static/Tween-d57ee5d181fce582.js\"","import { Mesh, IcosahedronGeometry, ShaderMaterial, DoubleSide } from 'three';\n\n/**\n * Ground projected env map adapted from @react-three/drei.\n * https://github.com/pmndrs/drei/blob/master/src/core/Environment.tsx\n */\nclass GroundProjectedSkybox extends Mesh {\n\n\tconstructor( texture, options = {} ) {\n\n\t\tconst isCubeMap = texture.isCubeTexture;\n\n\t\tconst defines = [\n\t\t\tisCubeMap ? '#define ENVMAP_TYPE_CUBE' : ''\n\t\t];\n\n\t\tconst vertexShader = /* glsl */ `\n\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\tvoid main() {\n\n\t\t\t\tvec4 worldPosition = ( modelMatrix * vec4( position, 1.0 ) );\n\t\t\t\tvWorldPosition = worldPosition.xyz;\n\n\t\t\t\tgl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );\n\n\t\t\t}\n\t\t\t`;\n\t\tconst fragmentShader = defines.join( '\\n' ) + /* glsl */ `\n\n\t\t\t\tvarying vec3 vWorldPosition;\n\n\t\t\t\tuniform float radius;\n\t\t\t\tuniform float height;\n\t\t\t\tuniform float angle;\n\n\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\tuniform samplerCube map;\n\n\t\t\t\t#else\n\n\t\t\t\t\tuniform sampler2D map;\n\n\t\t\t\t#endif\n\n\t\t\t\t// From: https://www.shadertoy.com/view/4tsBD7\n\t\t\t\tfloat diskIntersectWithBackFaceCulling( vec3 ro, vec3 rd, vec3 c, vec3 n, float r ) \n\t\t\t\t{\n\n\t\t\t\t\tfloat d = dot ( rd, n );\n\n\t\t\t\t\tif( d > 0.0 ) { return 1e6; }\n\n\t\t\t\t\tvec3 o = ro - c;\n\t\t\t\t\tfloat t = - dot( n, o ) / d;\n\t\t\t\t\tvec3 q = o + rd * t;\n\n\t\t\t\t\treturn ( dot( q, q ) < r * r ) ? t : 1e6;\n\n\t\t\t\t}\n\n\t\t\t\t// From: https://www.iquilezles.org/www/articles/intersectors/intersectors.htm\n\t\t\t\tfloat sphereIntersect( vec3 ro, vec3 rd, vec3 ce, float ra ) {\n\n\t\t\t\t\tvec3 oc = ro - ce;\n\t\t\t\t\tfloat b = dot( oc, rd );\n\t\t\t\t\tfloat c = dot( oc, oc ) - ra * ra;\n\t\t\t\t\tfloat h = b * b - c;\n\n\t\t\t\t\tif( h < 0.0 ) { return -1.0; }\n\n\t\t\t\t\th = sqrt( h );\n\n\t\t\t\t\treturn - b + h;\n\n\t\t\t\t}\n\n\t\t\t\tvec3 project() {\n\n\t\t\t\t\tvec3 p = normalize( vWorldPosition );\n\t\t\t\t\tvec3 camPos = cameraPosition;\n\t\t\t\t\tcamPos.y -= height;\n\n\t\t\t\t\tfloat intersection = sphereIntersect( camPos, p, vec3( 0.0 ), radius );\n\t\t\t\t\tif( intersection > 0.0 ) {\n\n\t\t\t\t\t\tvec3 h = vec3( 0.0, - height, 0.0 );\n\t\t\t\t\t\tfloat intersection2 = diskIntersectWithBackFaceCulling( camPos, p, h, vec3( 0.0, 1.0, 0.0 ), radius );\n\t\t\t\t\t\tp = ( camPos + min( intersection, intersection2 ) * p ) / radius;\n\n\t\t\t\t\t} else {\n\n\t\t\t\t\t\tp = vec3( 0.0, 1.0, 0.0 );\n\n\t\t\t\t\t}\n\n\t\t\t\t\treturn p;\n\n\t\t\t\t}\n\n\t\t\t\t#include <common>\n\n\t\t\t\tvoid main() {\n\n\t\t\t\t\tvec3 projectedWorldPosition = project();\n\n\t\t\t\t\t#ifdef ENVMAP_TYPE_CUBE\n\n\t\t\t\t\t\tvec3 outcolor = textureCube( map, projectedWorldPosition ).rgb;\n\n\t\t\t\t\t#else\n\n\t\t\t\t\t\tvec3 direction = normalize( projectedWorldPosition );\n\t\t\t\t\t\tvec2 uv = equirectUv( direction );\n\t\t\t\t\t\tvec3 outcolor = texture2D( map, uv ).rgb;\n\n\t\t\t\t\t#endif\n\n\t\t\t\t\tgl_FragColor = vec4( outcolor, 1.0 );\n\n\t\t\t\t\t#include <tonemapping_fragment>\n\t\t\t\t\t#include <colorspace_fragment>\n\n\t\t\t\t}\n\t\t\t\t`;\n\n\t\tconst uniforms = {\n\t\t\tmap: { value: texture },\n\t\t\theight: { value: options.height || 15 },\n\t\t\tradius: { value: options.radius || 100 },\n\t\t};\n\n\t\tconst geometry = new IcosahedronGeometry( 1, 16 );\n\t\tconst material = new ShaderMaterial( {\n\t\t\tuniforms,\n\t\t\tfragmentShader,\n\t\t\tvertexShader,\n\t\t\tside: DoubleSide,\n\t\t} );\n\n\t\tsuper( geometry, material );\n\n\t}\n\n\tset radius( radius ) {\n\n\t\tthis.material.uniforms.radius.value = radius;\n\n\t}\n\n\tget radius() {\n\n\t\treturn this.material.uniforms.radius.value;\n\n\t}\n\n\tset height( height ) {\n\n\t\tthis.material.uniforms.height.value = height;\n\n\t}\n\n\tget height() {\n\n\t\treturn this.material.uniforms.height.value;\n\n\t}\n\n}\n\nexport { GroundProjectedSkybox };\n","export default \"static/legacy_env-d5810ec5057d4716.exr\""],"names":["TWEEN_FILE_NAME","GroundProjectedSkybox","Mesh","[object Object]","texture","options","fragmentShader","isCubeTexture","join","uniforms","map","value","height","radius","super","IcosahedronGeometry","ShaderMaterial","vertexShader","side","DoubleSide","this","material"],"mappings":"2uCAAA,ICAeA,gBAAA,gtlCCMf,MAAMC,8BAA8BC,KAEnCC,YAAaC,EAASC,EAAU,IAE/B,MAkBMC,EAhBU,CAFEF,EAAQG,cAGb,2BAA6B,IAeXC,KAAM,MAAoB,6yEAmGnDC,EAAW,CAChBC,IAAK,CAAEC,MAAOP,GACdQ,OAAQ,CAAED,MAAON,EAAQO,QAAU,IACnCC,OAAQ,CAAEF,MAAON,EAAQQ,QAAU,MAWpCC,MARiB,IAAIC,oBAAqB,EAAG,IAC5B,IAAIC,eAAgB,CACpCP,SAAAA,EACAH,eAAAA,EACAW,aAzH+B,4RA0H/BC,KAAMC,cAORN,WAAYA,GAEXO,KAAKC,SAASZ,SAASI,OAAOF,MAAQE,EAIvCA,aAEC,OAAOO,KAAKC,SAASZ,SAASI,OAAOF,MAItCC,WAAYA,GAEXQ,KAAKC,SAASZ,SAASG,OAAOD,MAAQC,EAIvCA,aAEC,OAAOQ,KAAKC,SAASZ,SAASG,OAAOD,m4LCrKxB,41BHAA"}