@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
- System.register(["./roomle-dependency-injection-de959354.legacy.js","./main-thread-to-worker-ebe10a2b.legacy.js"],(function(e,t){var a,r,n,o,i,s;return{setters:[function(e){a=e.b,r=e.D,n=e.R,o=e.as,i=e.at,s=e.au},function(){}],execute:function(){e("default",class{static getConfigurator(e,a){return a=this._setupDI("configurator",e,a),new Promise((e,r)=>t.import("./configurator-75cf2f59.legacy.js").then(({Configurator:t})=>e(new t(a)),r))}static getPlanner(e,a){return a=this._setupDI("planner",e,a),new Promise((e,r)=>t.import("./planner-15d7c2ca.legacy.js").then(({Planner:t})=>e(new t(a)),r))}static async getGlbViewer(e,a){return a=this._setupDI("glb-viewer",e,a),new Promise((e,r)=>t.import("./glb-viewer-8fc98743.legacy.js").then(({GlbViewer:t})=>e(new t(a)),r))}static getMaterialViewer(e,a){return a=this._setupDI("configurator",e,a),new Promise((e,r)=>t.import("./material-viewer-8268085b.legacy.js").then(({MaterialViewer:t})=>e(new t(a)),r))}static getCoreTools(e,a){return a=this._setupDI("tools-core",e,a),new Promise((e,r)=>t.import("./tools-core-8da36343.legacy.js").then(({ToolsCore:t})=>{const r=new t(a);r.boot(),e(r)},r))}static getRapiAccess(){return a.addToContainer([new r("rapi-access",n,0),new r("global-callback",o,0)]),Promise.resolve(a.lookup("rapi-access"))}static get callbacks(){return a.addToContainer([new r("global-callback",o,0)]),Promise.resolve(a.lookup("global-callback"))}static setGlobalInitData(e){e&&(a.addToContainer([new r("global-init-data",i,0)]),a.lookup("global-init-data").setOverrides(e))}static getContext(e){return a.getContext(e)}static _setupDI(e,t,n){return t&&(a.addToContainer([new r("init-data",s,1)]),n||(n=a.getContext(e)),a.lookup("init-data",n).setOverrides(t)),n}})}}}));
1
+ System.register(["./roomle-dependency-injection-fa18099f.legacy.js","./main-thread-to-worker-ebe10a2b.legacy.js"],(function(e,t){var a,r,n,o,i,s;return{setters:[function(e){a=e.b,r=e.D,n=e.R,o=e.as,i=e.at,s=e.au},function(){}],execute:function(){e("default",class{static getConfigurator(e,a){return a=this._setupDI("configurator",e,a),new Promise((e,r)=>t.import("./configurator-d5b1fe8c.legacy.js").then(({Configurator:t})=>e(new t(a)),r))}static getPlanner(e,a){return a=this._setupDI("planner",e,a),new Promise((e,r)=>t.import("./planner-395c1b22.legacy.js").then(({Planner:t})=>e(new t(a)),r))}static async getGlbViewer(e,a){return a=this._setupDI("glb-viewer",e,a),new Promise((e,r)=>t.import("./glb-viewer-f1f3c1ab.legacy.js").then(({GlbViewer:t})=>e(new t(a)),r))}static getMaterialViewer(e,a){return a=this._setupDI("configurator",e,a),new Promise((e,r)=>t.import("./material-viewer-e8f4d20b.legacy.js").then(({MaterialViewer:t})=>e(new t(a)),r))}static getCoreTools(e,a){return a=this._setupDI("tools-core",e,a),new Promise((e,r)=>t.import("./tools-core-5354f90c.legacy.js").then(({ToolsCore:t})=>{const r=new t(a);r.boot(),e(r)},r))}static getRapiAccess(){return a.addToContainer([new r("rapi-access",n,0),new r("global-callback",o,0)]),Promise.resolve(a.lookup("rapi-access"))}static get callbacks(){return a.addToContainer([new r("global-callback",o,0)]),Promise.resolve(a.lookup("global-callback"))}static setGlobalInitData(e){e&&(a.addToContainer([new r("global-init-data",i,0)]),a.lookup("global-init-data").setOverrides(e))}static getContext(e){return a.getContext(e)}static _setupDI(e,t,n){return t&&(a.addToContainer([new r("init-data",s,1)]),n||(n=a.getContext(e)),a.lookup("init-data",n).setOverrides(t)),n}})}}}));
2
2
  //# sourceMappingURL=roomle-sdk.legacy.js.map
@@ -1,2 +1,2 @@
1
- System.register(["./roomle-dependency-injection-de959354.legacy.js","./main-thread-to-worker-ebe10a2b.legacy.js"],(function(t,e){var i,s,n,a,o,r,h,_,d,c,l,m,u,p,g,v,w,y,f,C,P,b,x,M,S,E,k,L,I,z,D,R,T,A,B,F,O,U,H,j,Z,G,N,q,W,Y,K,V,X,J,Q,$,tt,et,it,st,nt,at,ot,rt,ht,_t,dt,ct;return{setters:[function(t){i=t._,s=t.i,n=t.E,a=t.t,o=t.Q,r=t.T,h=t.U,_=t.w,d=t.y,c=t.V,l=t.X,m=t.Y,u=t.Z,p=t.$,g=t.a0,v=t.a1,w=t.a2,y=t.e,f=t.a3,C=t.a4,P=t.s,b=t.p,x=t.x,M=t.a5},function(t){S=t.a,E=t.bL,k=t.W,L=t.V,I=t.bM,z=t.ai,D=t.ah,R=t.an,T=t.Q,A=t.at,B=t.O,F=t.G,O=t.bN,U=t.bO,H=t.bP,j=t.aa,Z=t.bQ,G=t.C,N=t.t,q=t.y,W=t.Y,Y=t.X,K=t.aK,V=t.S,X=t.A,J=t.D,Q=t.R,$=t._,tt=t.e,et=t.f,it=t.bR,st=t.b1,nt=t.h,at=t.j,ot=t.bz,rt=t.bq,ht=t.bH,_t=t.k,dt=t.bo,ct=t.bS}],execute:function(){t("T","static/Tween-d57ee5d181fce582.js");class lt extends n{constructor(t,e,i){if(super(),this._tweenEnd=null,this._cameraStandingStill=!0,this._pitch=a(10),this._yaw=a(-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 S,this._targetPosition=new S,i?this._cameraPosition.copy(i):this._cameraPosition=new S(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=E(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||o(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 S(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 k){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 S(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 S(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 k&&e>i.far&&(i.far=e+1)}setBounds(t){this._boundingBox=t}}t("a",lt),i([s],lt.prototype,"_domHelper",void 0),i([s],lt.prototype,"_initData",void 0);class mt{constructor(t,e){this.minZoom=!1,this.maxZoom=!1,this.minZoom=t,this.maxZoom=e}}t("D",2.725);class ut extends lt{constructor(t,e,i,s){super(t,e,i),this._bounds=new S,this._scale=1,this._state=0,this._zoomSpeed=Math.pow(.95,3),this.minDistance=0,this.maxDistance=5,this.minPolarAngle=a(0),this.maxPolarAngle=a(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 S(0,0,0),this._targetPositionIsPanned=!1);const{cameraRestriction:n,zoomDistance:o,minVerticalCameraAngle:r,maxVerticalCameraAngle:h,minHorizontalCameraAngle:_,maxHorizontalCameraAngle:d}=this._initData;if(o&&(this._zoomDistance=o/100),void 0!==r&&(this.minPolarAngle=a(r<0?r:-1*r)),void 0!==h&&(this.maxPolarAngle=a(h)),void 0!==_&&(this.minAzimuthAngle=a(_<0?_:-1*_)),void 0!==d&&(this.maxAzimuthAngle=a(d)),void 0!==n){let t=Math.abs(a(n));this.minAzimuthAngle=-t,this.maxAzimuthAngle=t,this.maxPolarAngle=Math.min(t,a(85))}this._update()}_getCamera(){return this._camera||this._initCamera(),this._camera}getCamera(){return super.getCamera()}_initCamera(){this._camera=new k,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 L(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 L(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),n=Math.max(2,4*(1-this._distance/this.maxDistance));s.x=s.x-e.x/i.clientHeight*n,s.y=s.y+e.y/i.clientHeight*n,this._targetPositionIsPanned=!0,this._targetPosition.copy(s.unproject(this._camera))}_pan(t,e){this._lerpEnabled=!1,this._orbitPosition||(this._orbitPosition=new L(t.x,t.y),this.dispatchEvent(0,e)),this._panTargetPosition(t),r(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}_move(t,e){this._orbitPosition||(this._orbitPosition=new L(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)),r(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}checkBoundsAndPlaceCamera(t,e=!0){this._boundingBox&&h(t,this._boundingBox)<=0?this.setBounds(t):this.zoomToFitBounds(t,e)}zoomToFitBounds(t,e=!0){this.setBounds(t);const i=t.getSize(new S);if(this._initData.debug||i.x+i.y+i.z===0)return;const s=this.getCurrentCameraParameters(),n=t.getCenter(new S),a=this._setDistanceAndRangesBasedOnBounds(i);this._checkZoomDistance(t,a);const o={yaw:e?this._yaw:s.yaw,pitch:e?this._pitch:s.pitch,distance:a,targetX:n.x,targetY:n.y,targetZ:n.z};I(s,o)||this._tweenCameraParameter(s,o,!1)}updateToBounds(t,e,i=!0,s){if(this.setBounds(t),this._initData.debug)return;const n=t.getCenter(new S);s?(this._targetPosition=s.clone(),this._targetPositionIsPanned=!1):this._targetPositionIsPanned||(this._targetPosition=new S(n.x,n.y,n.z));const a=this.getCurrentCameraParameters(),o=t.getSize(new S);if(i){const i=this._setDistanceAndRangesBasedOnBounds(o);this._distance=i,this._checkZoomDistance(t,i),this._userInteraction?this._tweenCameraParameter(a,{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 z);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:n}=this._initData;t.addScalar(n/100),this.minDistance=Math.sqrt(t.x*t.x+t.y*t.y+t.z*t.z);const a=Math.max(t.x,t.y),{x:o,y:r}=this._getMargin(i,s),h=_(t.x+o,t.y+r,t.z,this._camera.fov,i,s);return this._distance<h&&e&&(this._distance=h),this.maxDistance=h+a,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 _(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,n=!0){const o=t.getSize(new S);if(o){if(e)this._targetPosition.copy(e);else{const e=t.getCenter(new S);this._targetPosition.copy(e)}const r=this.getCurrentCameraParameters();if(i||(i=-30),s||(s=10),i+=d(this._objectRotation),this._initData.debug)return this._distance=this._setDistanceAndRangesBasedOnBounds(o),this._update(this._targetPosition),void this._setDistanceAndRangesBasedOnBounds(o);const h=this._setDistanceAndRangesBasedOnBounds(o),_=a(s),c=a(i);let l=this._targetPosition.clone();n?this._tweenCameraParameter(r,{yaw:c,pitch:_,distance:h,targetX:l.x,targetY:l.y,targetZ:l.z},!0):(this._pitch=_,this._yaw=c,this._distance=h,this._update(this._targetPosition))}else console.warn("you cant reset without bounds!")}updateAndReset(t,e,i,s,n,o=!0){const r=new S(-t.x/2,0,-t.z/2),h=new S(t.x/2,t.y,t.z/2);if(this._boundingBox=new D(r,h),n&&t.addScalar(n),e?this._targetPosition.copy(e):(this._targetPosition=new S(0,t.y/2,0),this._targetPositionIsPanned=!1),-1===this._distance){const e=this._setDistanceAndRangesBasedOnBounds(t);this._distance=Math.max(2,e)}const _=this.getCurrentCameraParameters();i||(i=-30),s||(s=10),i+=d(this._objectRotation),this._pitch=a(s),this._yaw=a(i),this._setDistanceAndRangesBasedOnBounds(t);let c=this._targetPosition.clone();o?this._tweenCameraParameter(_,{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(a(-89),Math.min(a(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 R(-this._pitch,this._yaw,0,"ZYX"),s=(new T).setFromEuler(i),n=new S(0,0,-1);n.applyQuaternion(s),this._distance*=this._scale,this._initData.debug||(this._distance=Math.min(this.maxDistance,this._distance)),t&&this._targetPosition.copy(t);const o=this._targetPosition.clone().sub(n.multiplyScalar(this._distance));if(this._initData.debug)this._cameraPosition.copy(o),this._zoomChanged(!1,!1);else if(e)this._cameraPosition.copy(o);else{const t=this._getCameraSphere(o);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(o),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 mt(t,e)),this._currentZoomHash=i):t||e||this.dispatchEvent(5,new mt(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 z(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 S(0,0,0),this._targetPositionIsPanned=!1)}async moveCamera(t){const{x:e,y:i,z:s}=this._boundingBox.getCenter(new S);t.targetX=t.targetX||e,t.targetY=t.targetY||i,t.targetZ=t.targetZ||s,t.distance=t.distance||this._getIdealDistance();const n=this.getCurrentCameraParameters(),a=A(JSON.parse(JSON.stringify(n)),t);return this._tweenCameraParameter(n,a,!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}}t("C",ut);class pt{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 gt{constructor(t){this._innerSize=1,this._outerSize=100,this._plane=new B,this._plane.rotation.x=-Math.PI/2;const e=c.createMeshStandardMaterial({});this._innerPlaneMesh=new F,this._innerPlaneMesh.layers.set(2),this._innerPlaneMesh.material=e,this._innerPlaneMesh.receiveShadow=!0,this._outerPlaneMesh=new F,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 O;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 O;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 n=new U;n.moveTo(-t/2,-t/2),n.lineTo(-t/2,t/2),n.lineTo(t/2,t/2),n.lineTo(t/2,-t/2),n.lineTo(-t/2,-t/2),s.holes.push(n);const a=new H(i);this._innerPlaneMesh.geometry&&this._innerPlaneMesh.geometry.dispose(),this._innerPlaneMesh.geometry=a;const o=new H(s);this._outerPlaneMesh.geometry&&this._outerPlaneMesh.geometry.dispose(),this._outerPlaneMesh.geometry=o;const r=a.attributes.uv.clone();a.setAttribute("uv2",r);const h=a.attributes.uv2.array;for(let t=0;t<h.length;++t)h[t]+=.5}}class vt extends pt{constructor(t,e,i){super(t,e),this._longestSide=2,this._bakedShadowPlane=new gt(100),this._fog=i||!1,this._textureLoader=new j,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 S(0,0,0)),this._update()}_update(){this._fog&&this._updateFog()}_updateFog(){let t=this._longestSide/2;this._scene.fog=new Z(16185078,this._cameraDistance+t+3,this._cameraDistance+t+3+1),this._scene.background=new G(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=N,this._floorTexture.wrapT=N,this._floorTexture.repeat.set(100/t,100/e));let i=c.createMeshStandardMaterial({map:this._floorTexture,side:q});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,n)=>{this._floorMaterial=l(t,i),this._rapiAccess.getTexturesOf(t).then(t=>{if(t.length>0){let i=[];t.forEach(t=>{i.push(m(this._dataSyncer.requestAsset(t.image,!0),t,this._floorMaterial,e,1,1))}),Promise.all(i).then(()=>{setTimeout(()=>s(),0)},n)}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=u();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)}}t("F",vt),i([s],vt.prototype,"_rapiAccess",void 0),i([s],vt.prototype,"_dataSyncer",void 0);class wt extends lt{constructor(t,e,i,s){super(t,e,i),this._scale=1,this._cameraZoom=1,this._state=0,this._size=5,this._lastPosition=new L,this._zoomPosition=new S,this._lastZoom=0,this._zoomSpeed=Math.pow(.95,2),s?(this._camera=s,this._cameraPosition=(new S).copy(this._camera.position)):this._initCamera(i||new S(0,10,0))}_getCamera(){return this._camera||this._initCamera(new S(0,10,0)),this._camera}_initCamera(t){let{x:e,y:i}=this._domHelper.getClientDimensions(),s=e/i*this._size,n=this._size;this._camera=new W(s/-2,s/2,n/2,n/-2,1,1e3),this._camera.position.copy(t),this._cameraPosition=t,this._camera.lookAt(new S(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 L(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 S(t.x,t.y,0);e.unproject(this._camera),this._zoomPosition.copy(e)}this._lastZoom=Date.now()}_move(t,e){let i=new S,s=new S(this._lastPosition.x,this._lastPosition.y,0),n=new S(t.x,t.y,0);s.unproject(this._camera),n.unproject(this._camera),i.subVectors(n,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(h(t,this._boundingBox)<0&&!i)return void this.setBounds(t);this.setBounds(t);const s=t.getSize(new S),n=t.getCenter(new S),a=s.x/-2/this._camera.left,o=s.z/-2/this._camera.bottom,r=1/Math.max(a,o);(r<this._cameraZoom||e)&&(this._scale=r,this._cameraZoom=r,this._cameraPosition.x=n.x,this._cameraPosition.z=n.z)}_update(t){this._scale=Math.min(this._scale,5),this._scale=Math.max(this._scale,.1);let e=(new S).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 mt(.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=Y.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}}t("b",wt);const yt=Math.PI/4;class ft extends lt{constructor(t,e,i,s){super(t,e,i),this._state=0,this._rotationSpeed=1,this._keyMap=new Map,this.minPolarAngle=a(-60),this.maxPolarAngle=a(60),this._camera=s||new k,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 S,this._cameraPosition.copy(this._camera.position),this._cameraRotation=new T,this._pitch=0,this._yaw=0;let n=new R(-this._pitch,this._yaw,0,"ZYX");this._cameraRotation.setFromEuler(n),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*yt*e),this._update(),this.dispatchEvent(1)),Math.abs(i)>.2&&(this._rotateVertical(.01*yt*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(),n=o(e,s.position),a=p(i,s.quaternion);if(!e||n&&a)return!1;let r=this.getCamera().position.clone(),h=Math.min(10*t,1);r.lerp(e,h),this.getCamera().position.copy(r);let _=this.getCamera().quaternion.clone(),d=Math.min(5*t,1);_.slerp(i,d),this.getCamera().setRotationFromQuaternion(_);let c=!1;return this._keyMap.forEach(t=>{t&&(c=!0)}),c&&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 L(t.position.x,t.position.y)),2!==this._state||this._locked||(this._orbit(new L(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(){g(this._downPosition,this._position)<v&&1===this._state&&(this._state=2,this._orbit(new L(this._position.x,this._position.y)),this._moveForward())}_update(t){let e=new R(-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 S(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(-yt*this._rotationSpeed*e),s=!0),t.get(39)&&(this._rotateHorizontal(yt*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 S(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 L(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),r(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}}t("c",ft);class Ct extends pt{constructor(t,e,i,s,n){if(super(t,e),this._color=i,this._oldBackground=t.background,s&&n){this._canvas=s,this._style=document.createElement("style");let t='background-image: url("'+n+'"); 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(){}}t("B",Ct);class Pt{parse(t,e,i,s,n,a){let o=JSON.parse(s);return o.environment?this.load(t,e,i,o,n,a):null}load(t,e,i,s,n,a){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 Ct(t,i,new G(r.details.color))));break;case"image":o=new Promise(s=>s(new Ct(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 vt(t,i,o);h.changeFloorMaterial(s,n,a).then(()=>{e(h)})})});break;default:console.warn("Could not load environment, return old environment"),o=new Promise(t=>t(i))}return o}}i([s],Pt.prototype,"_rapiAccess",void 0);class bt{constructor(t,e){this._scene=t,e&&e.removeFromScene()}needsBounds(){return!1}updateBounds(t){}getCameraContainer(){return this._cameraContainer||(this._cameraContainer=new B),this._cameraContainer}}t("L",bt);class xt extends bt{constructor(t,e){super(t,e),this._lights=[]}needsBounds(){return!0}updateBounds(t){if(this._cameraLight){const e=this._cameraLight,i=new S;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(K).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 S;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=u();this._cameraLight&&this._addToGUI(t,this._cameraLight),this._lights.forEach(e=>{this._addToGUI(t,e)})}_addToGUI(t,e){t&&(e instanceof V&&this._addSpotLightToGUI(t,e),e instanceof X&&this._addAmbientLightToGUI(t,e),e instanceof J&&this._addDirectionalLightToGUI(t,e),e instanceof Q&&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 G(t)}),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(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 G(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 S(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(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 G(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 G(t)}),i.add(e,"castShadow"),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))})}}i([s],xt.prototype,"_dynamicLightSettingLoader",void 0);var Mt=function(t){$(i,t);var e=tt(i);function i(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};et(this,i);var n=t.isCubeTexture,a=[n?"#define ENVMAP_TYPE_CUBE":""],o="\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",r=a.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",h={map:{value:t},height:{value:s.height||15},radius:{value:s.radius||100}},_=new it(1,16),d=new st({uniforms:h,fragmentShader:r,vertexShader:o,side:q});return e.call(this,_,d)}return nt(i,[{key:"radius",get:function(){return this.material.uniforms.radius.value},set:function(t){this.material.uniforms.radius.value=t}},{key:"height",get:function(){return this.material.uniforms.height.value},set:function(t){this.material.uniforms.height.value=t}}]),i}(F);class St extends pt{constructor(t,e,i){super(t,e),this.updateEnvironmentTexture(i)}updateEnvironmentTexture(t){t&&(this._environmentTexture=t,this._skybox=new Mt(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=u();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 Et{onBeforeRender(){}constructor(t,e,i,s=y.CAMERA_3D){this._depthWriteMaterial=new at({colorWrite:!1}),this._maxAnisotropy=1,this._clock=new ot,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,c.setEnvMapIntensity(this._initData.envMapIntensity),this.createCameraControl(w(s),e),this._setupScene(e,!1),this._lifeCycleManager.addEventListener(this)}_changeCameraControl(t){this._cameraControl&&this._cameraControl.cleanUp(),t instanceof ft&&(this._getInputManager().removeEventListener(7,this._renderListener),this._getInputManager().removeEventListener(8,this._renderListener)),this._cameraControl instanceof ft&&(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 xt&&this._cameraControl.getCamera()instanceof k&&this._lightSetting.update(this._cameraControl.getCamera(),this._cameraControl.getTargetPosition()),this._environment&&this._environment.needsCamera()&&this._cameraControl instanceof ut&&this._environment.updateCamera(this._cameraControl.getCamera())}shouldClearShadowsAndAO(){return!1}_setupScene(t,e){var i;const{x:s,y:n}=this._domHelper.getClientDimensions();this._scene=new rt,this._uiScene=new rt,(e=e||!1)||(this._scene.background=new G(this._initData.colors.DEFAULT_BACKGROUND));const a=Math.floor(s*window.devicePixelRatio),o=Math.floor(n*window.devicePixelRatio);this._renderer=new ht({antialias:!0,alpha:!0}),this._renderer.setPixelRatio(window.devicePixelRatio),this._renderer.setSize(s,n),this._renderer.outputColorSpace=_t,this._renderer.autoClear=!1,this._renderer.shadowMap.enabled=!0,this._renderer.shadowMap.type=dt,this._maxAnisotropy=this._renderer.capabilities.getMaxAnisotropy(),this._roomleRenderer=new f(this._renderer,a,o),this._roomleRenderer.enableContactShadow(),this._roomleRenderer.enableShadowAndAo(),this._roomleRenderer.setAutoQuality(this._initData.autoQuality),null===(i=this._roomleRenderer)||void 0===i||i.setSize(s,n),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 St&&this._environment.updateEnvironmentTexture(i),e===C&&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=>{P(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,n,a,o){return new Promise((r,h)=>{this._staticItemLoader.loadGLTF(t,e,i,s,n,a,null,o).then(t=>{this._setCamera("GLTF",t.scene),r(t.scene)},h)})}_loadGLB(t,e,i,s,n,a,o,r){return new Promise((h,_)=>{this._staticItemLoader.loadGLB(t,e,i,s,n,a,o,r).then(t=>{this._setCamera("GLB",t.scene),h(t.scene)},_)})}_setCamera(t,e){if(!e)return void console.warn("could not set camera for gltf",e);const i=new D;i.setFromObject(e),"GLB"===t?this._cameraControl instanceof ut&&this._cameraControl.updateToBounds(i,!1):"GLTF"===t&&(this._cameraControl instanceof ut&&this._cameraControl.updateAndReset(i.getSize(new S),i.getCenter(new S),-15,70,5,!1),this._cameraControl instanceof wt&&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=u(!1);e&&(this._domHelper.element.appendChild(e.domElement),this._guiLoaded())}_guiLoaded(){let t=u();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(){e.import("./stats-helper-f1239d9b.legacy.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 Pt).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 xt(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 Ct(this._scene,this._environment,new G(t)))}setBackgroundImage(t){this._setEnvironment(new Ct(this._scene,this._environment,null,this._renderer.domElement,t))}_setEnvironment(t){this._environment=t,this._renderEverything()}async loadDynamicLightSetting(t){this._lightSetting=new xt(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=b.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,n=i;const a=x();this._orthographicOffsetCamera=a.createOrthographicCamera(s/-2,s/2,n/2,n/-2,1,1e3,t),this._orthographicOffsetCamera.position.set(0,10,0),this._orthographicOffsetCamera.lookAt(new S(0,0,0))}return this._orthographicOffsetCamera}getPerspectiveOffsetCamera(){if(!this._perspectiveOffsetCamera){const t=this.getCameraOffset(),e=this._domHelper.getClientDimensions(),i=e.x,s=e.y,n=x();this._perspectiveOffsetCamera=n.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 S);(i.x+i.y+i.z!==0||e)&&this._environment.updateBounds(t.getSize(new S),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:n,bottom:a}=this.getCameraOffset(),o=s-i,r=n-a;if(1===o&&1===r)return void ct(t,e);const h=new Image;h.src=e,h.onload=()=>{const{naturalWidth:e,naturalHeight:s}=h,a=document.createElement("canvas");a.width=e*o,a.height=s*r;const _=a.getContext("2d"),d=e*i*-1,c=s*(1-n)*-1;_.drawImage(h,d,c),_.save(),ct(t,a.toDataURL("image/jpeg",1)),this._onAfterRender=()=>{}}},this._requestRender()}changeEnvironmentMapIntensity(t){M(this._scene,t)}lockCamera(){this._cameraControl.lock()}unlockCamera(){this._cameraControl.unlock()}}t("S",Et),i([s],Et.prototype,"_domHelper",void 0),i([s],Et.prototype,"_scriptLoader",void 0),i([s],Et.prototype,"_lifeCycleManager",void 0),i([s],Et.prototype,"_staticItemLoader",void 0),i([s],Et.prototype,"_hdrEnvironmentLoader",void 0),i([s],Et.prototype,"_initData",void 0),i([s],Et.prototype,"_pluginSystem",void 0),i([s],Et.prototype,"_imageRenderer",void 0)}}}));
2
- //# sourceMappingURL=scene-manager-2a080aa8.legacy.js.map
1
+ System.register(["./roomle-dependency-injection-fa18099f.legacy.js","./main-thread-to-worker-ebe10a2b.legacy.js"],(function(t,e){var i,s,n,a,o,r,h,_,d,c,l,m,u,p,g,v,w,y,f,C,P,b,x,M,S,E,k,L,I,z,D,R,T,A,B,F,O,U,H,j,Z,G,N,q,W,Y,K,V,X,J,Q,$,tt,et,it,st,nt,at,ot,rt,ht,_t,dt,ct;return{setters:[function(t){i=t._,s=t.i,n=t.E,a=t.t,o=t.Q,r=t.T,h=t.U,_=t.w,d=t.y,c=t.V,l=t.X,m=t.Y,u=t.Z,p=t.$,g=t.a0,v=t.a1,w=t.a2,y=t.e,f=t.a3,C=t.a4,P=t.s,b=t.p,x=t.x,M=t.a5},function(t){S=t.a,E=t.bL,k=t.W,L=t.V,I=t.bM,z=t.ai,D=t.ah,R=t.an,T=t.Q,A=t.at,B=t.O,F=t.G,O=t.bN,U=t.bO,H=t.bP,j=t.aa,Z=t.bQ,G=t.C,N=t.t,q=t.y,W=t.Y,Y=t.X,K=t.aK,V=t.S,X=t.A,J=t.D,Q=t.R,$=t._,tt=t.e,et=t.f,it=t.bR,st=t.b1,nt=t.h,at=t.j,ot=t.bz,rt=t.bq,ht=t.bH,_t=t.k,dt=t.bo,ct=t.bS}],execute:function(){t("T","static/Tween-d57ee5d181fce582.js");class lt extends n{constructor(t,e,i){if(super(),this._tweenEnd=null,this._cameraStandingStill=!0,this._pitch=a(10),this._yaw=a(-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 S,this._targetPosition=new S,i?this._cameraPosition.copy(i):this._cameraPosition=new S(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=E(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||o(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 S(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 k){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 S(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 S(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 k&&e>i.far&&(i.far=e+1)}setBounds(t){this._boundingBox=t}}t("a",lt),i([s],lt.prototype,"_domHelper",void 0),i([s],lt.prototype,"_initData",void 0);class mt{constructor(t,e){this.minZoom=!1,this.maxZoom=!1,this.minZoom=t,this.maxZoom=e}}t("D",2.725);class ut extends lt{constructor(t,e,i,s){super(t,e,i),this._bounds=new S,this._scale=1,this._state=0,this._zoomSpeed=Math.pow(.95,3),this.minDistance=0,this.maxDistance=5,this.minPolarAngle=a(0),this.maxPolarAngle=a(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 S(0,0,0),this._targetPositionIsPanned=!1);const{cameraRestriction:n,zoomDistance:o,minVerticalCameraAngle:r,maxVerticalCameraAngle:h,minHorizontalCameraAngle:_,maxHorizontalCameraAngle:d}=this._initData;if(o&&(this._zoomDistance=o/100),void 0!==r&&(this.minPolarAngle=a(r<0?r:-1*r)),void 0!==h&&(this.maxPolarAngle=a(h)),void 0!==_&&(this.minAzimuthAngle=a(_<0?_:-1*_)),void 0!==d&&(this.maxAzimuthAngle=a(d)),void 0!==n){let t=Math.abs(a(n));this.minAzimuthAngle=-t,this.maxAzimuthAngle=t,this.maxPolarAngle=Math.min(t,a(85))}this._update()}_getCamera(){return this._camera||this._initCamera(),this._camera}getCamera(){return super.getCamera()}_initCamera(){this._camera=new k,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 L(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 L(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),n=Math.max(2,4*(1-this._distance/this.maxDistance));s.x=s.x-e.x/i.clientHeight*n,s.y=s.y+e.y/i.clientHeight*n,this._targetPositionIsPanned=!0,this._targetPosition.copy(s.unproject(this._camera))}_pan(t,e){this._lerpEnabled=!1,this._orbitPosition||(this._orbitPosition=new L(t.x,t.y),this.dispatchEvent(0,e)),this._panTargetPosition(t),r(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}_move(t,e){this._orbitPosition||(this._orbitPosition=new L(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)),r(this._orbitPosition,t)||this.dispatchEvent(1,e),this._orbitPosition.copy(t),this._update()}checkBoundsAndPlaceCamera(t,e=!0){this._boundingBox&&h(t,this._boundingBox)<=0?this.setBounds(t):this.zoomToFitBounds(t,e)}zoomToFitBounds(t,e=!0){this.setBounds(t);const i=t.getSize(new S);if(this._initData.debug||i.x+i.y+i.z===0)return;const s=this.getCurrentCameraParameters(),n=t.getCenter(new S),a=this._setDistanceAndRangesBasedOnBounds(i);this._checkZoomDistance(t,a);const o={yaw:e?this._yaw:s.yaw,pitch:e?this._pitch:s.pitch,distance:a,targetX:n.x,targetY:n.y,targetZ:n.z};I(s,o)||this._tweenCameraParameter(s,o,!1)}updateToBounds(t,e,i=!0,s){if(this.setBounds(t),this._initData.debug)return;const n=t.getCenter(new S);s?(this._targetPosition=s.clone(),this._targetPositionIsPanned=!1):this._targetPositionIsPanned||(this._targetPosition=new S(n.x,n.y,n.z));const a=this.getCurrentCameraParameters(),o=t.getSize(new S);if(i){const i=this._setDistanceAndRangesBasedOnBounds(o);this._distance=i,this._checkZoomDistance(t,i),this._userInteraction?this._tweenCameraParameter(a,{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 z);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:n}=this._initData;t.addScalar(n/100),this.minDistance=Math.sqrt(t.x*t.x+t.y*t.y+t.z*t.z);const a=Math.max(t.x,t.y),{x:o,y:r}=this._getMargin(i,s),h=_(t.x+o,t.y+r,t.z,this._camera.fov,i,s);return this._distance<h&&e&&(this._distance=h),this.maxDistance=h+a,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 _(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,n=!0){const o=t.getSize(new S);if(o){if(e)this._targetPosition.copy(e);else{const e=t.getCenter(new S);this._targetPosition.copy(e)}const r=this.getCurrentCameraParameters();if(i||(i=-30),s||(s=10),i+=d(this._objectRotation),this._initData.debug)return this._distance=this._setDistanceAndRangesBasedOnBounds(o),this._update(this._targetPosition),void this._setDistanceAndRangesBasedOnBounds(o);const h=this._setDistanceAndRangesBasedOnBounds(o),_=a(s),c=a(i);let l=this._targetPosition.clone();n?this._tweenCameraParameter(r,{yaw:c,pitch:_,distance:h,targetX:l.x,targetY:l.y,targetZ:l.z},!0):(this._pitch=_,this._yaw=c,this._distance=h,this._update(this._targetPosition))}else console.warn("you cant reset without bounds!")}updateAndReset(t,e,i,s,n,o=!0){const r=new S(-t.x/2,0,-t.z/2),h=new S(t.x/2,t.y,t.z/2);if(this._boundingBox=new D(r,h),n&&t.addScalar(n),e?this._targetPosition.copy(e):(this._targetPosition=new S(0,t.y/2,0),this._targetPositionIsPanned=!1),-1===this._distance){const e=this._setDistanceAndRangesBasedOnBounds(t);this._distance=Math.max(2,e)}const _=this.getCurrentCameraParameters();i||(i=-30),s||(s=10),i+=d(this._objectRotation),this._pitch=a(s),this._yaw=a(i),this._setDistanceAndRangesBasedOnBounds(t);let c=this._targetPosition.clone();o?this._tweenCameraParameter(_,{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(a(-89),Math.min(a(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 R(-this._pitch,this._yaw,0,"ZYX"),s=(new T).setFromEuler(i),n=new S(0,0,-1);n.applyQuaternion(s),this._distance*=this._scale,this._initData.debug||(this._distance=Math.min(this.maxDistance,this._distance)),t&&this._targetPosition.copy(t);const o=this._targetPosition.clone().sub(n.multiplyScalar(this._distance));if(this._initData.debug)this._cameraPosition.copy(o),this._zoomChanged(!1,!1);else if(e)this._cameraPosition.copy(o);else{const t=this._getCameraSphere(o);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(o),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 mt(t,e)),this._currentZoomHash=i):t||e||this.dispatchEvent(5,new mt(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 z(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 S(0,0,0),this._targetPositionIsPanned=!1)}async moveCamera(t){const{x:e,y:i,z:s}=this._boundingBox.getCenter(new S);t.targetX=t.targetX||e,t.targetY=t.targetY||i,t.targetZ=t.targetZ||s,t.distance=t.distance||this._getIdealDistance();const n=this.getCurrentCameraParameters(),a=A(JSON.parse(JSON.stringify(n)),t);return this._tweenCameraParameter(n,a,!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}}t("C",ut);class pt{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 gt{constructor(t){this._innerSize=1,this._outerSize=100,this._plane=new B,this._plane.rotation.x=-Math.PI/2;const e=c.createMeshStandardMaterial({});this._innerPlaneMesh=new F,this._innerPlaneMesh.layers.set(2),this._innerPlaneMesh.material=e,this._innerPlaneMesh.receiveShadow=!0,this._outerPlaneMesh=new F,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 O;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 O;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 n=new U;n.moveTo(-t/2,-t/2),n.lineTo(-t/2,t/2),n.lineTo(t/2,t/2),n.lineTo(t/2,-t/2),n.lineTo(-t/2,-t/2),s.holes.push(n);const a=new H(i);this._innerPlaneMesh.geometry&&this._innerPlaneMesh.geometry.dispose(),this._innerPlaneMesh.geometry=a;const o=new H(s);this._outerPlaneMesh.geometry&&this._outerPlaneMesh.geometry.dispose(),this._outerPlaneMesh.geometry=o;const r=a.attributes.uv.clone();a.setAttribute("uv2",r);const h=a.attributes.uv2.array;for(let t=0;t<h.length;++t)h[t]+=.5}}class vt extends pt{constructor(t,e,i){super(t,e),this._longestSide=2,this._bakedShadowPlane=new gt(100),this._fog=i||!1,this._textureLoader=new j,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 S(0,0,0)),this._update()}_update(){this._fog&&this._updateFog()}_updateFog(){let t=this._longestSide/2;this._scene.fog=new Z(16185078,this._cameraDistance+t+3,this._cameraDistance+t+3+1),this._scene.background=new G(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=N,this._floorTexture.wrapT=N,this._floorTexture.repeat.set(100/t,100/e));let i=c.createMeshStandardMaterial({map:this._floorTexture,side:q});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,n)=>{this._floorMaterial=l(t,i),this._rapiAccess.getTexturesOf(t).then(t=>{if(t.length>0){let i=[];t.forEach(t=>{i.push(m(this._dataSyncer.requestAsset(t.image,!0),t,this._floorMaterial,e,1,1))}),Promise.all(i).then(()=>{setTimeout(()=>s(),0)},n)}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=u();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)}}t("F",vt),i([s],vt.prototype,"_rapiAccess",void 0),i([s],vt.prototype,"_dataSyncer",void 0);class wt extends lt{constructor(t,e,i,s){super(t,e,i),this._scale=1,this._cameraZoom=1,this._state=0,this._size=5,this._lastPosition=new L,this._zoomPosition=new S,this._lastZoom=0,this._zoomSpeed=Math.pow(.95,2),s?(this._camera=s,this._cameraPosition=(new S).copy(this._camera.position)):this._initCamera(i||new S(0,10,0))}_getCamera(){return this._camera||this._initCamera(new S(0,10,0)),this._camera}_initCamera(t){let{x:e,y:i}=this._domHelper.getClientDimensions(),s=e/i*this._size,n=this._size;this._camera=new W(s/-2,s/2,n/2,n/-2,1,1e3),this._camera.position.copy(t),this._cameraPosition=t,this._camera.lookAt(new S(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 L(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 S(t.x,t.y,0);e.unproject(this._camera),this._zoomPosition.copy(e)}this._lastZoom=Date.now()}_move(t,e){let i=new S,s=new S(this._lastPosition.x,this._lastPosition.y,0),n=new S(t.x,t.y,0);s.unproject(this._camera),n.unproject(this._camera),i.subVectors(n,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(h(t,this._boundingBox)<0&&!i)return void this.setBounds(t);this.setBounds(t);const s=t.getSize(new S),n=t.getCenter(new S),a=s.x/-2/this._camera.left,o=s.z/-2/this._camera.bottom,r=1/Math.max(a,o);(r<this._cameraZoom||e)&&(this._scale=r,this._cameraZoom=r,this._cameraPosition.x=n.x,this._cameraPosition.z=n.z)}_update(t){this._scale=Math.min(this._scale,5),this._scale=Math.max(this._scale,.1);let e=(new S).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 mt(.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=Y.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}}t("b",wt);const yt=Math.PI/4;class ft extends lt{constructor(t,e,i,s){super(t,e,i),this._state=0,this._rotationSpeed=1,this._keyMap=new Map,this.minPolarAngle=a(-60),this.maxPolarAngle=a(60),this._camera=s||new k,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 S,this._cameraPosition.copy(this._camera.position),this._cameraRotation=new T,this._pitch=0,this._yaw=0;let n=new R(-this._pitch,this._yaw,0,"ZYX");this._cameraRotation.setFromEuler(n),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*yt*e),this._update(),this.dispatchEvent(1)),Math.abs(i)>.2&&(this._rotateVertical(.01*yt*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(),n=o(e,s.position),a=p(i,s.quaternion);if(!e||n&&a)return!1;let r=this.getCamera().position.clone(),h=Math.min(10*t,1);r.lerp(e,h),this.getCamera().position.copy(r);let _=this.getCamera().quaternion.clone(),d=Math.min(5*t,1);_.slerp(i,d),this.getCamera().setRotationFromQuaternion(_);let c=!1;return this._keyMap.forEach(t=>{t&&(c=!0)}),c&&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 L(t.position.x,t.position.y)),2!==this._state||this._locked||(this._orbit(new L(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(){g(this._downPosition,this._position)<v&&1===this._state&&(this._state=2,this._orbit(new L(this._position.x,this._position.y)),this._moveForward())}_update(t){let e=new R(-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 S(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(-yt*this._rotationSpeed*e),s=!0),t.get(39)&&(this._rotateHorizontal(yt*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 S(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 L(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),r(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}}t("c",ft);class Ct extends pt{constructor(t,e,i,s,n){if(super(t,e),this._color=i,this._oldBackground=t.background,s&&n){this._canvas=s,this._style=document.createElement("style");let t='background-image: url("'+n+'"); 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(){}}t("B",Ct);class Pt{parse(t,e,i,s,n,a){let o=JSON.parse(s);return o.environment?this.load(t,e,i,o,n,a):null}load(t,e,i,s,n,a){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 Ct(t,i,new G(r.details.color))));break;case"image":o=new Promise(s=>s(new Ct(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 vt(t,i,o);h.changeFloorMaterial(s,n,a).then(()=>{e(h)})})});break;default:console.warn("Could not load environment, return old environment"),o=new Promise(t=>t(i))}return o}}i([s],Pt.prototype,"_rapiAccess",void 0);class bt{constructor(t,e){this._scene=t,e&&e.removeFromScene()}needsBounds(){return!1}updateBounds(t){}getCameraContainer(){return this._cameraContainer||(this._cameraContainer=new B),this._cameraContainer}}t("L",bt);class xt extends bt{constructor(t,e){super(t,e),this._lights=[]}needsBounds(){return!0}updateBounds(t){if(this._cameraLight){const e=this._cameraLight,i=new S;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(K).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 S;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=u();this._cameraLight&&this._addToGUI(t,this._cameraLight),this._lights.forEach(e=>{this._addToGUI(t,e)})}_addToGUI(t,e){t&&(e instanceof V&&this._addSpotLightToGUI(t,e),e instanceof X&&this._addAmbientLightToGUI(t,e),e instanceof J&&this._addDirectionalLightToGUI(t,e),e instanceof Q&&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 G(t)}),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(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 G(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 S(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(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 G(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 G(t)}),i.add(e,"castShadow"),i.add(e.position,"x").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"y").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))}),i.add(e.position,"z").min(-10).max(10).step(.1).onChange(()=>{e.lookAt(new S(0,0,0))})}}i([s],xt.prototype,"_dynamicLightSettingLoader",void 0);var Mt=function(t){$(i,t);var e=tt(i);function i(t){var s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};et(this,i);var n=t.isCubeTexture,a=[n?"#define ENVMAP_TYPE_CUBE":""],o="\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",r=a.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",h={map:{value:t},height:{value:s.height||15},radius:{value:s.radius||100}},_=new it(1,16),d=new st({uniforms:h,fragmentShader:r,vertexShader:o,side:q});return e.call(this,_,d)}return nt(i,[{key:"radius",get:function(){return this.material.uniforms.radius.value},set:function(t){this.material.uniforms.radius.value=t}},{key:"height",get:function(){return this.material.uniforms.height.value},set:function(t){this.material.uniforms.height.value=t}}]),i}(F);class St extends pt{constructor(t,e,i){super(t,e),this.updateEnvironmentTexture(i)}updateEnvironmentTexture(t){t&&(this._environmentTexture=t,this._skybox=new Mt(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=u();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 Et{onBeforeRender(){}constructor(t,e,i,s=y.CAMERA_3D){this._depthWriteMaterial=new at({colorWrite:!1}),this._maxAnisotropy=1,this._clock=new ot,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,c.setEnvMapIntensity(this._initData.envMapIntensity),this.createCameraControl(w(s),e),this._setupScene(e,!1),this._lifeCycleManager.addEventListener(this)}_changeCameraControl(t){this._cameraControl&&this._cameraControl.cleanUp(),t instanceof ft&&(this._getInputManager().removeEventListener(7,this._renderListener),this._getInputManager().removeEventListener(8,this._renderListener)),this._cameraControl instanceof ft&&(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 xt&&this._cameraControl.getCamera()instanceof k&&this._lightSetting.update(this._cameraControl.getCamera(),this._cameraControl.getTargetPosition()),this._environment&&this._environment.needsCamera()&&this._cameraControl instanceof ut&&this._environment.updateCamera(this._cameraControl.getCamera())}shouldClearShadowsAndAO(){return!1}_setupScene(t,e){var i;const{x:s,y:n}=this._domHelper.getClientDimensions();this._scene=new rt,this._uiScene=new rt,(e=e||!1)||(this._scene.background=new G(this._initData.colors.DEFAULT_BACKGROUND));const a=Math.floor(s*window.devicePixelRatio),o=Math.floor(n*window.devicePixelRatio);this._renderer=new ht({antialias:!0,alpha:!0}),this._renderer.setPixelRatio(window.devicePixelRatio),this._renderer.setSize(s,n),this._renderer.outputColorSpace=_t,this._renderer.autoClear=!1,this._renderer.shadowMap.enabled=!0,this._renderer.shadowMap.type=dt,this._maxAnisotropy=this._renderer.capabilities.getMaxAnisotropy(),this._roomleRenderer=new f(this._renderer,a,o),this._roomleRenderer.enableContactShadow(),this._roomleRenderer.enableShadowAndAo(),this._roomleRenderer.setAutoQuality(this._initData.autoQuality),null===(i=this._roomleRenderer)||void 0===i||i.setSize(s,n),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 St&&this._environment.updateEnvironmentTexture(i),e===C&&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=>{P(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,n,a,o){return new Promise((r,h)=>{this._staticItemLoader.loadGLTF(t,e,i,s,n,a,null,o).then(t=>{this._setCamera("GLTF",t.scene),r(t.scene)},h)})}_loadGLB(t,e,i,s,n,a,o,r){return new Promise((h,_)=>{this._staticItemLoader.loadGLB(t,e,i,s,n,a,o,r).then(t=>{this._setCamera("GLB",t.scene),h(t.scene)},_)})}_setCamera(t,e){if(!e)return void console.warn("could not set camera for gltf",e);const i=new D;i.setFromObject(e),"GLB"===t?this._cameraControl instanceof ut&&this._cameraControl.updateToBounds(i,!1):"GLTF"===t&&(this._cameraControl instanceof ut&&this._cameraControl.updateAndReset(i.getSize(new S),i.getCenter(new S),-15,70,5,!1),this._cameraControl instanceof wt&&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=u(!1);e&&(this._domHelper.element.appendChild(e.domElement),this._guiLoaded())}_guiLoaded(){let t=u();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(){e.import("./stats-helper-00956286.legacy.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 Pt).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 xt(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 Ct(this._scene,this._environment,new G(t)))}setBackgroundImage(t){this._setEnvironment(new Ct(this._scene,this._environment,null,this._renderer.domElement,t))}_setEnvironment(t){this._environment=t,this._renderEverything()}async loadDynamicLightSetting(t){this._lightSetting=new xt(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=b.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,n=i;const a=x();this._orthographicOffsetCamera=a.createOrthographicCamera(s/-2,s/2,n/2,n/-2,1,1e3,t),this._orthographicOffsetCamera.position.set(0,10,0),this._orthographicOffsetCamera.lookAt(new S(0,0,0))}return this._orthographicOffsetCamera}getPerspectiveOffsetCamera(){if(!this._perspectiveOffsetCamera){const t=this.getCameraOffset(),e=this._domHelper.getClientDimensions(),i=e.x,s=e.y,n=x();this._perspectiveOffsetCamera=n.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 S);(i.x+i.y+i.z!==0||e)&&this._environment.updateBounds(t.getSize(new S),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:n,bottom:a}=this.getCameraOffset(),o=s-i,r=n-a;if(1===o&&1===r)return void ct(t,e);const h=new Image;h.src=e,h.onload=()=>{const{naturalWidth:e,naturalHeight:s}=h,a=document.createElement("canvas");a.width=e*o,a.height=s*r;const _=a.getContext("2d"),d=e*i*-1,c=s*(1-n)*-1;_.drawImage(h,d,c),_.save(),ct(t,a.toDataURL("image/jpeg",1)),this._onAfterRender=()=>{}}},this._requestRender()}changeEnvironmentMapIntensity(t){M(this._scene,t)}lockCamera(){this._cameraControl.lock()}unlockCamera(){this._cameraControl.unlock()}}t("S",Et),i([s],Et.prototype,"_domHelper",void 0),i([s],Et.prototype,"_scriptLoader",void 0),i([s],Et.prototype,"_lifeCycleManager",void 0),i([s],Et.prototype,"_staticItemLoader",void 0),i([s],Et.prototype,"_hdrEnvironmentLoader",void 0),i([s],Et.prototype,"_initData",void 0),i([s],Et.prototype,"_pluginSystem",void 0),i([s],Et.prototype,"_imageRenderer",void 0)}}}));
2
+ //# sourceMappingURL=scene-manager-96ecda51.legacy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"scene-manager-2a080aa8.legacy.js","sources":["../../../packages/three-build/src/Tween.js","../../../node_modules/three/examples/jsm/objects/GroundProjectedSkybox.js","../../../packages/common-core/public/textures/env/legacy_env.exr","../../../packages/common-core/public/textures/env/default_1k.exr"],"sourcesContent":["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\"","export default \"static/default_1k-2aa6d42244d30fb1.exr\""],"names":["exports","GroundProjectedSkybox","_Mesh","_inherits","_super","_createSuper","texture","options","arguments","length","undefined","_classCallCheck","isCubeMap","isCubeTexture","defines","vertexShader","fragmentShader","join","uniforms","map","value","height","radius","geometry","IcosahedronGeometry","material","ShaderMaterial","side","DoubleSide","call","_createClass","key","get","this","set","Mesh"],"mappings":"ovBAAAA,EAAA,IAAe,ggiCCEf,IAIMC,YAAqBC,GAAAC,EAAAF,EAAAC,GAAA,IAAAE,EAAAC,GAAAJ,GAE1B,SAAAA,EAAaK,GAAwB,IAAfC,EAAOC,UAAAC,OAAA,QAAAC,IAAAF,UAAA,GAAAA,UAAA,GAAG,GAAEG,QAAAV,GAEjC,IAAMW,EAAYN,EAAQO,cAEpBC,EAAU,CACfF,EAAY,2BAA6B,IAGpCG,EAWJ,4RACIC,EAAiBF,EAAQG,KAAM,MAiGlC,6yEAEGC,EAAW,CAChBC,IAAK,CAAEC,MAAOd,GACde,OAAQ,CAAED,MAAOb,EAAQc,QAAU,IACnCC,OAAQ,CAAEF,MAAOb,EAAQe,QAAU,MAG9BC,EAAW,IAAIC,GAAqB,EAAG,IACvCC,EAAW,IAAIC,GAAgB,CACpCR,SAAAA,EACAF,eAAAA,EACAD,aAAAA,EACAY,KAAMC,IACH,OAAAxB,EAAAyB,KAEGN,KAAAA,EAAUE,GAoBjB,OAlBAK,GAAA7B,EAAA,CAAA,CAAA8B,IAAA,SAAAC,IAQD,WAEC,OAAOC,KAAKR,SAASP,SAASI,OAAOF,OAErCc,IAVD,SAAYZ,GAEXW,KAAKR,SAASP,SAASI,OAAOF,MAAQE,IAEtC,CAAAS,IAAA,SAAAC,IAcD,WAEC,OAAOC,KAAKR,SAASP,SAASG,OAAOD,OAErCc,IAVD,SAAYb,GAEXY,KAAKR,SAASP,SAASG,OAAOD,MAAQC,MAEtCpB,GA3JkCkC,qmLCNrB,gzBCAA"}
1
+ {"version":3,"file":"scene-manager-96ecda51.legacy.js","sources":["../../../packages/three-build/src/Tween.js","../../../node_modules/three/examples/jsm/objects/GroundProjectedSkybox.js","../../../packages/common-core/public/textures/env/legacy_env.exr","../../../packages/common-core/public/textures/env/default_1k.exr"],"sourcesContent":["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\"","export default \"static/default_1k-2aa6d42244d30fb1.exr\""],"names":["exports","GroundProjectedSkybox","_Mesh","_inherits","_super","_createSuper","texture","options","arguments","length","undefined","_classCallCheck","isCubeMap","isCubeTexture","defines","vertexShader","fragmentShader","join","uniforms","map","value","height","radius","geometry","IcosahedronGeometry","material","ShaderMaterial","side","DoubleSide","call","_createClass","key","get","this","set","Mesh"],"mappings":"ovBAAAA,EAAA,IAAe,ggiCCEf,IAIMC,YAAqBC,GAAAC,EAAAF,EAAAC,GAAA,IAAAE,EAAAC,GAAAJ,GAE1B,SAAAA,EAAaK,GAAwB,IAAfC,EAAOC,UAAAC,OAAA,QAAAC,IAAAF,UAAA,GAAAA,UAAA,GAAG,GAAEG,QAAAV,GAEjC,IAAMW,EAAYN,EAAQO,cAEpBC,EAAU,CACfF,EAAY,2BAA6B,IAGpCG,EAWJ,4RACIC,EAAiBF,EAAQG,KAAM,MAiGlC,6yEAEGC,EAAW,CAChBC,IAAK,CAAEC,MAAOd,GACde,OAAQ,CAAED,MAAOb,EAAQc,QAAU,IACnCC,OAAQ,CAAEF,MAAOb,EAAQe,QAAU,MAG9BC,EAAW,IAAIC,GAAqB,EAAG,IACvCC,EAAW,IAAIC,GAAgB,CACpCR,SAAAA,EACAF,eAAAA,EACAD,aAAAA,EACAY,KAAMC,IACH,OAAAxB,EAAAyB,KAEGN,KAAAA,EAAUE,GAoBjB,OAlBAK,GAAA7B,EAAA,CAAA,CAAA8B,IAAA,SAAAC,IAQD,WAEC,OAAOC,KAAKR,SAASP,SAASI,OAAOF,OAErCc,IAVD,SAAYZ,GAEXW,KAAKR,SAASP,SAASI,OAAOF,MAAQE,IAEtC,CAAAS,IAAA,SAAAC,IAcD,WAEC,OAAOC,KAAKR,SAASP,SAASG,OAAOD,OAErCc,IAVD,SAAYb,GAEXY,KAAKR,SAASP,SAASG,OAAOD,MAAQC,MAEtCpB,GA3JkCkC,qmLCNrB,gzBCAA"}
@@ -1,2 +1,2 @@
1
- System.register(["./query-params-helper-8c00a872.legacy.js","./roomle-dependency-injection-de959354.legacy.js","./main-thread-to-worker-ebe10a2b.legacy.js"],(function(e){var t,o,n,i,_,s,r;return{setters:[function(e){t=e.g},function(e){o=e.b,n=e.B,i=e.I,_=e._,s=e.i},function(e){r=e.g}],execute:function(){e("M",class{constructor(e){this._context=e||o.getContext(this.getContextName()),n.start("loadingTime")}_setupCommonGlobals(){window.__RML__DEBUG__||(window.__RML__DEBUG__={}),window.__RML__ENV__||(window.__RML__ENV__={},window.__RML__ENV__.assetPath||(window.__RML__ENV__.assetPath=""))}_setupCommonDependencies(){o.setup(i);const e=t();this.lookup("global-init-data").setOverrides(e),this.lookup("init-data",this._context).setOverrides(e)}_cleanUpCommonGlobals(){window.__RML__DEBUG__&&(window.__RML__DEBUG__.Kernel&&window.__RML__DEBUG__.Kernel.clearAll&&window.__RML__DEBUG__.Kernel.clearAll(),delete window.__RML__DEBUG__),delete window.__RML__ENV__;for(const e in window.THREE)if(window.hasOwnProperty(e))try{delete window.THREE[e]}catch(e){console.error(e)}window.THREE=void 0}_cleanUpCommonDependencies(){}boot(e){this._setupCommonGlobals(),this._setupCommonDependencies(),this.setupGlobals(e),this.setupDependencies(),this.bootFinished()}lookup(e,t){return window.__RML__DI__.lookup(e,t)}teardown(){this.cleanUpDependencies(),this._cleanUpCommonDependencies(),this.cleanUpGlobals(),this._cleanUpCommonGlobals(),window.__RML__DI__&&delete window.__RML__DI__}pause(){this.lookup("life-cycle-manager",this._context).pause(),window.TWEEN&&TWEEN.removeAll()}resume(e){e&&this.lookup("dom-helper",this._context).setDomElement(e),this.lookup("life-cycle-manager",this._context).resume()}destroy(){this.pause(),this.lookup("life-cycle-manager",this._context).destroy(),o.cleanUp(this._context)}getRapiAccess(){return this.lookup("rapi-access",this._context)}});let l={},c={};class a{constructor(e){this._creator_=e}fetch(e,t){return this._singlePromiseFactory.create(5,e,(o,i)=>{!function(e,t,o,i){if(-1===e.indexOf("http")&&(e=r()+e),l[e])return o();if(t.id&&c[t.id])return i(new Error('There is already a script with ID "'+t.id+'"'));n.start("load_"+t.id.replace(/-/g,"_"));const _=document.createElement("script");_.async=!1,_.src=e,_.id=t.id,_.onload=()=>{l[e]=!0,c[t.id]=!0,Object.defineProperty(o,"name",{value:"resolve-"+t.id}),o()},_.onerror=e=>{i(e)},document.body.appendChild(_)}(e,t,o,i)})}loadScripts(e){const t=[];return e.forEach(e=>{let o=this.fetch(e.name,{id:e.id});t.push(o)}),Promise.all(t)}cleanUp(){for(let e in c)if(c.hasOwnProperty(e)){const t=document.getElementById(e);t&&t.parentElement.removeChild(t)}l={},c={}}}e("S",a),_([s],a.prototype,"_singlePromiseFactory",void 0)}}}));
2
- //# sourceMappingURL=script-loader-13b11ec8.legacy.js.map
1
+ System.register(["./query-params-helper-8c00a872.legacy.js","./roomle-dependency-injection-fa18099f.legacy.js","./main-thread-to-worker-ebe10a2b.legacy.js"],(function(e){var t,o,n,i,_,s,r;return{setters:[function(e){t=e.g},function(e){o=e.b,n=e.B,i=e.I,_=e._,s=e.i},function(e){r=e.g}],execute:function(){e("M",class{constructor(e){this._context=e||o.getContext(this.getContextName()),n.start("loadingTime")}_setupCommonGlobals(){window.__RML__DEBUG__||(window.__RML__DEBUG__={}),window.__RML__ENV__||(window.__RML__ENV__={},window.__RML__ENV__.assetPath||(window.__RML__ENV__.assetPath=""))}_setupCommonDependencies(){o.setup(i);const e=t();this.lookup("global-init-data").setOverrides(e),this.lookup("init-data",this._context).setOverrides(e)}_cleanUpCommonGlobals(){window.__RML__DEBUG__&&(window.__RML__DEBUG__.Kernel&&window.__RML__DEBUG__.Kernel.clearAll&&window.__RML__DEBUG__.Kernel.clearAll(),delete window.__RML__DEBUG__),delete window.__RML__ENV__;for(const e in window.THREE)if(window.hasOwnProperty(e))try{delete window.THREE[e]}catch(e){console.error(e)}window.THREE=void 0}_cleanUpCommonDependencies(){}boot(e){this._setupCommonGlobals(),this._setupCommonDependencies(),this.setupGlobals(e),this.setupDependencies(),this.bootFinished()}lookup(e,t){return window.__RML__DI__.lookup(e,t)}teardown(){this.cleanUpDependencies(),this._cleanUpCommonDependencies(),this.cleanUpGlobals(),this._cleanUpCommonGlobals(),window.__RML__DI__&&delete window.__RML__DI__}pause(){this.lookup("life-cycle-manager",this._context).pause(),window.TWEEN&&TWEEN.removeAll()}resume(e){e&&this.lookup("dom-helper",this._context).setDomElement(e),this.lookup("life-cycle-manager",this._context).resume()}destroy(){this.pause(),this.lookup("life-cycle-manager",this._context).destroy(),o.cleanUp(this._context)}getRapiAccess(){return this.lookup("rapi-access",this._context)}});let l={},c={};class a{constructor(e){this._creator_=e}fetch(e,t){return this._singlePromiseFactory.create(5,e,(o,i)=>{!function(e,t,o,i){if(-1===e.indexOf("http")&&(e=r()+e),l[e])return o();if(t.id&&c[t.id])return i(new Error('There is already a script with ID "'+t.id+'"'));n.start("load_"+t.id.replace(/-/g,"_"));const _=document.createElement("script");_.async=!1,_.src=e,_.id=t.id,_.onload=()=>{l[e]=!0,c[t.id]=!0,Object.defineProperty(o,"name",{value:"resolve-"+t.id}),o()},_.onerror=e=>{i(e)},document.body.appendChild(_)}(e,t,o,i)})}loadScripts(e){const t=[];return e.forEach(e=>{let o=this.fetch(e.name,{id:e.id});t.push(o)}),Promise.all(t)}cleanUp(){for(let e in c)if(c.hasOwnProperty(e)){const t=document.getElementById(e);t&&t.parentElement.removeChild(t)}l={},c={}}}e("S",a),_([s],a.prototype,"_singlePromiseFactory",void 0)}}}));
2
+ //# sourceMappingURL=script-loader-54415843.legacy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"script-loader-54415843.legacy.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}