@roomle/web-sdk 2.93.0-alpha.5 → 2.93.0-bo-mvp.2
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.
- package/.releaserc.json +5 -0
- package/lib/{TextGeometry-ab643210.js → TextGeometry-8993e971.js} +2 -2
- package/lib/{TextGeometry-ab643210.js.map → TextGeometry-8993e971.js.map} +1 -1
- package/lib/{TextGeometry-cd81779b.nomodule.js → TextGeometry-ca6aef04.nomodule.js} +2 -2
- package/lib/{TextGeometry-cd81779b.nomodule.js.map → TextGeometry-ca6aef04.nomodule.js.map} +1 -1
- package/lib/{banana-for-scale-82698f0d.nomodule.js → banana-for-scale-2ec0edd9.nomodule.js} +2 -2
- package/lib/{banana-for-scale-82698f0d.nomodule.js.map → banana-for-scale-2ec0edd9.nomodule.js.map} +1 -1
- package/lib/{banana-for-scale-97867f4b.js → banana-for-scale-b934c1d5.js} +2 -2
- package/lib/{banana-for-scale-97867f4b.js.map → banana-for-scale-b934c1d5.js.map} +1 -1
- package/lib/{budgeteer-measure-f6505461.js → budgeteer-measure-196e37c3.js} +2 -2
- package/lib/{budgeteer-measure-f6505461.js.map → budgeteer-measure-196e37c3.js.map} +1 -1
- package/lib/budgeteer-measure.nomodule.js +1 -1
- package/lib/{camera-behaviour-ca49ab38.nomodule.js → camera-behaviour-48e32978.nomodule.js} +2 -2
- package/lib/{camera-behaviour-ca49ab38.nomodule.js.map → camera-behaviour-48e32978.nomodule.js.map} +1 -1
- package/lib/{camera-behaviour-030b51c2.js → camera-behaviour-f48e76c0.js} +2 -2
- package/lib/{camera-behaviour-030b51c2.js.map → camera-behaviour-f48e76c0.js.map} +1 -1
- package/lib/{component-dimensioning-1f0b49db.js → component-dimensioning-128724e1.js} +2 -2
- package/lib/component-dimensioning-128724e1.js.map +1 -0
- package/lib/{component-dimensioning-23833567.nomodule.js → component-dimensioning-1a122508.nomodule.js} +2 -2
- package/lib/component-dimensioning-1a122508.nomodule.js.map +1 -0
- package/lib/{component-raycast-helper-6ca8533f.nomodule.js → component-raycast-helper-3f8caa28.nomodule.js} +2 -2
- package/lib/component-raycast-helper-3f8caa28.nomodule.js.map +1 -0
- package/lib/{component-raycast-helper-3897a2ff.js → component-raycast-helper-fbe68181.js} +2 -2
- package/lib/component-raycast-helper-fbe68181.js.map +1 -0
- package/lib/configurator-311e7541.nomodule.js +2 -0
- package/lib/configurator-311e7541.nomodule.js.map +1 -0
- package/lib/configurator-7e3be7c0.js +2 -0
- package/lib/configurator-7e3be7c0.js.map +1 -0
- package/lib/configurator-main-760e7b6c.js +2 -0
- package/lib/configurator-main-760e7b6c.js.map +1 -0
- package/lib/configurator-main.nomodule.js +1 -1
- package/lib/{continuous-drawing-helper-cb4aacc1.js → continuous-drawing-helper-1a34adb7.js} +2 -2
- package/lib/continuous-drawing-helper-1a34adb7.js.map +1 -0
- package/lib/{continuous-drawing-helper-f0db09d7.nomodule.js → continuous-drawing-helper-91ed175d.nomodule.js} +2 -2
- package/lib/continuous-drawing-helper-91ed175d.nomodule.js.map +1 -0
- package/lib/definitions/common-core/mock/mock-rapi-types.d.ts +2 -2
- package/lib/definitions/common-core/src/rapi-access.d.ts +1 -12
- package/lib/definitions/common-core/src/roomle-sdk.d.ts +1 -1
- package/lib/definitions/common-core/src/utils/init-data.d.ts +1 -0
- package/lib/definitions/common-core/src/utils/shims.d.ts +12 -3
- package/lib/definitions/configurator-core/src/export/production-manager-export.d.ts +35 -0
- package/lib/definitions/configurator-core/src/roomle-configurator.d.ts +8 -1
- package/lib/definitions/configurator-core/src/utils/export-helper.d.ts +38 -0
- package/lib/definitions/configurator-core/src/webgl/configurator-scene-manager.d.ts +2 -2
- package/lib/definitions/packages/common-core/mock/mock-rapi-types.d.ts +2 -2
- package/lib/definitions/packages/common-core/src/rapi-access.d.ts +1 -12
- package/lib/definitions/packages/common-core/src/roomle-sdk.d.ts +1 -1
- package/lib/definitions/packages/common-core/src/utils/init-data.d.ts +1 -0
- package/lib/definitions/packages/common-core/src/utils/shims.d.ts +12 -3
- package/lib/definitions/packages/configurator-core/src/export/production-manager-export.d.ts +35 -0
- package/lib/definitions/packages/configurator-core/src/roomle-configurator.d.ts +8 -1
- package/lib/definitions/packages/configurator-core/src/utils/export-helper.d.ts +38 -0
- package/lib/definitions/packages/configurator-core/src/webgl/configurator-scene-manager.d.ts +2 -2
- package/lib/definitions/packages/planner-core/src/external-object-api-callbacks.d.ts +1 -3
- package/lib/definitions/packages/planner-core/src/roomle-planner-ui-callback.d.ts +1 -3
- package/lib/definitions/packages/planner-core/src/roomle-planner.d.ts +5 -9
- package/lib/definitions/packages/planner-core/src/services/planner-kernel-access.d.ts +2 -2
- package/lib/definitions/packages/planner-core/src/utils/planner-selection-handler.d.ts +1 -2
- package/lib/definitions/packages/planner-core/src/view-model/plan-view-model.d.ts +2 -1
- package/lib/definitions/packages/planner-core/src/webgl/planner-scene-manager.d.ts +6 -6
- package/lib/definitions/packages/typings/planner.d.ts +1 -2
- package/lib/definitions/packages/typings/rapi-types.d.ts +7 -6
- package/lib/definitions/planner-core/src/external-object-api-callbacks.d.ts +1 -3
- package/lib/definitions/planner-core/src/roomle-planner-ui-callback.d.ts +1 -3
- package/lib/definitions/planner-core/src/roomle-planner.d.ts +5 -9
- package/lib/definitions/planner-core/src/services/planner-kernel-access.d.ts +2 -2
- package/lib/definitions/planner-core/src/utils/planner-selection-handler.d.ts +1 -2
- package/lib/definitions/planner-core/src/view-model/plan-view-model.d.ts +1 -0
- package/lib/definitions/planner-core/src/webgl/planner-scene-manager.d.ts +6 -6
- package/lib/definitions/typings/planner.d.ts +1 -2
- package/lib/definitions/typings/rapi-types.d.ts +7 -6
- package/lib/{dimensioning-helper-b578c929.js → dimensioning-helper-20845075.js} +2 -2
- package/lib/{dimensioning-helper-b578c929.js.map → dimensioning-helper-20845075.js.map} +1 -1
- package/lib/{dimensioning-helper-b2e15337.nomodule.js → dimensioning-helper-f61fdd06.nomodule.js} +2 -2
- package/lib/{dimensioning-helper-b2e15337.nomodule.js.map → dimensioning-helper-f61fdd06.nomodule.js.map} +1 -1
- package/lib/glb-viewer-679beb3b.nomodule.js +2 -0
- package/lib/glb-viewer-679beb3b.nomodule.js.map +1 -0
- package/lib/glb-viewer-b3abf3a0.js +2 -0
- package/lib/glb-viewer-b3abf3a0.js.map +1 -0
- package/lib/{glb-viewer-camera-behaviour-1f71cb62.js → glb-viewer-camera-behaviour-4ac19d93.js} +2 -2
- package/lib/glb-viewer-camera-behaviour-4ac19d93.js.map +1 -0
- package/lib/{glb-viewer-camera-behaviour-3d4a8906.nomodule.js → glb-viewer-camera-behaviour-bfed778f.nomodule.js} +2 -2
- package/lib/glb-viewer-camera-behaviour-bfed778f.nomodule.js.map +1 -0
- package/lib/glb-viewer-main-686013c2.js +2 -0
- package/lib/glb-viewer-main-686013c2.js.map +1 -0
- package/lib/glb-viewer-main.nomodule.js +1 -1
- package/lib/{default-light-setting-dc41f88c.nomodule.js → jszip.min-11d8093e.nomodule.js} +2 -2
- package/lib/jszip.min-11d8093e.nomodule.js.map +1 -0
- package/lib/{default-light-setting-59bf1477.js → jszip.min-176b84b6.js} +2 -2
- package/lib/jszip.min-176b84b6.js.map +1 -0
- package/lib/legacy/{TextGeometry-f4299b59.legacy.js → TextGeometry-e55daee4.legacy.js} +2 -2
- package/lib/legacy/{TextGeometry-f4299b59.legacy.js.map → TextGeometry-e55daee4.legacy.js.map} +1 -1
- package/lib/legacy/{banana-for-scale-c5474706.legacy.js → banana-for-scale-ae4d78cf.legacy.js} +2 -2
- package/lib/legacy/{banana-for-scale-c5474706.legacy.js.map → banana-for-scale-ae4d78cf.legacy.js.map} +1 -1
- package/lib/legacy/budgeteer-measure.legacy.js +1 -1
- package/lib/legacy/{camera-behaviour-ad25f6ef.legacy.js → camera-behaviour-7b773121.legacy.js} +2 -2
- package/lib/legacy/{camera-behaviour-ad25f6ef.legacy.js.map → camera-behaviour-7b773121.legacy.js.map} +1 -1
- package/lib/legacy/{component-dimensioning-6564c623.legacy.js → component-dimensioning-c383e126.legacy.js} +2 -2
- package/lib/legacy/component-dimensioning-c383e126.legacy.js.map +1 -0
- package/lib/legacy/{component-raycast-helper-bd3bf7e5.legacy.js → component-raycast-helper-340e1593.legacy.js} +2 -2
- package/lib/legacy/component-raycast-helper-340e1593.legacy.js.map +1 -0
- package/lib/legacy/configurator-201f661f.legacy.js +2 -0
- package/lib/legacy/configurator-201f661f.legacy.js.map +1 -0
- package/lib/legacy/configurator-main.legacy.js +1 -1
- package/lib/legacy/{continuous-drawing-helper-d02d4a86.legacy.js → continuous-drawing-helper-29837345.legacy.js} +2 -2
- package/lib/legacy/continuous-drawing-helper-29837345.legacy.js.map +1 -0
- package/lib/legacy/{dimensioning-helper-a275a8bb.legacy.js → dimensioning-helper-98478d1c.legacy.js} +2 -2
- package/lib/legacy/{dimensioning-helper-a275a8bb.legacy.js.map → dimensioning-helper-98478d1c.legacy.js.map} +1 -1
- package/lib/legacy/{glb-viewer-camera-behaviour-890268c6.legacy.js → glb-viewer-camera-behaviour-8e319446.legacy.js} +2 -2
- package/lib/legacy/glb-viewer-camera-behaviour-8e319446.legacy.js.map +1 -0
- package/lib/legacy/glb-viewer-e51f675a.legacy.js +2 -0
- package/lib/legacy/glb-viewer-e51f675a.legacy.js.map +1 -0
- package/lib/legacy/glb-viewer-main.legacy.js +1 -1
- package/lib/legacy/{default-light-setting-eaedd022.legacy.js → jszip.min-75ea58ad.legacy.js} +2 -2
- package/lib/legacy/jszip.min-75ea58ad.legacy.js.map +1 -0
- package/lib/legacy/{main-thread-to-worker-7c2b8bc9.legacy.js → main-thread-to-worker-88f0947e.legacy.js} +3 -3
- package/lib/legacy/{main-thread-to-worker-7c2b8bc9.legacy.js.map → main-thread-to-worker-88f0947e.legacy.js.map} +1 -1
- package/lib/legacy/{material-viewer-f194ab6e.legacy.js → material-viewer-2e5dcf26.legacy.js} +2 -2
- package/lib/legacy/material-viewer-2e5dcf26.legacy.js.map +1 -0
- package/lib/legacy/material-viewer-main.legacy.js +1 -1
- package/lib/legacy/planner-ab70e4b8.legacy.js +2 -0
- package/lib/legacy/planner-ab70e4b8.legacy.js.map +1 -0
- package/lib/legacy/planner-main.legacy.js +1 -1
- package/lib/legacy/{query-params-helper-aca6a1b1.legacy.js → query-params-helper-06b6ab82.legacy.js} +2 -2
- package/lib/legacy/query-params-helper-06b6ab82.legacy.js.map +1 -0
- package/lib/legacy/roomle-configurator-0bb0d91d.legacy.js +2 -0
- package/lib/legacy/roomle-configurator-0bb0d91d.legacy.js.map +1 -0
- package/lib/legacy/{roomle-dependency-injection-6311d19a.legacy.js → roomle-dependency-injection-967438df.legacy.js} +3 -3
- package/lib/legacy/roomle-dependency-injection-967438df.legacy.js.map +1 -0
- package/lib/legacy/roomle-sdk.legacy.js +1 -1
- package/lib/legacy/{script-loader-c892cabd.legacy.js → script-loader-998b0a62.legacy.js} +2 -2
- package/lib/legacy/script-loader-998b0a62.legacy.js.map +1 -0
- package/lib/legacy/static/ConfiguratorKernel-106d74e3cf540e4f.wasm +0 -0
- package/lib/legacy/static/RoomleCore-592c38aa7008d421.wasm +0 -0
- package/lib/legacy/static/RoomleToolsCore-3e547eb833c0c5bf.wasm +0 -0
- package/lib/legacy/static/default-external-object-api-configuration-c4294f96099e0d09.json +70 -0
- package/lib/legacy/{stats-helper-2050f9c2.legacy.js → stats-helper-26db6cbc.legacy.js} +2 -2
- package/lib/legacy/stats-helper-26db6cbc.legacy.js.map +1 -0
- package/lib/legacy/{tools-core-3732bba5.legacy.js → tools-core-1c1adde6.legacy.js} +2 -2
- package/lib/legacy/tools-core-1c1adde6.legacy.js.map +1 -0
- package/lib/{main-thread-to-worker-ee3036b3.js → main-thread-to-worker-b9299c65.js} +2 -2
- package/lib/{main-thread-to-worker-ee3036b3.js.map → main-thread-to-worker-b9299c65.js.map} +1 -1
- package/lib/{main-thread-to-worker-2529fa31.nomodule.js → main-thread-to-worker-cdc86ed6.nomodule.js} +2 -2
- package/lib/{main-thread-to-worker-2529fa31.nomodule.js.map → main-thread-to-worker-cdc86ed6.nomodule.js.map} +1 -1
- package/lib/{material-viewer-974f49f8.js → material-viewer-9c123ce6.js} +2 -2
- package/lib/material-viewer-9c123ce6.js.map +1 -0
- package/lib/{material-viewer-51ea0a5b.nomodule.js → material-viewer-e9ddbec2.nomodule.js} +2 -2
- package/lib/material-viewer-e9ddbec2.nomodule.js.map +1 -0
- package/lib/material-viewer-main-889b54f9.js +2 -0
- package/lib/material-viewer-main-889b54f9.js.map +1 -0
- package/lib/material-viewer-main.nomodule.js +1 -1
- package/lib/planner-43a53f3c.js +2 -0
- package/lib/planner-43a53f3c.js.map +1 -0
- package/lib/planner-87a5ac02.nomodule.js +2 -0
- package/lib/planner-87a5ac02.nomodule.js.map +1 -0
- package/lib/planner-main-8a7b4533.js +2 -0
- package/lib/planner-main-8a7b4533.js.map +1 -0
- package/lib/planner-main.nomodule.js +1 -1
- package/lib/{query-params-helper-c9492f35.js → query-params-helper-45cc26ae.js} +2 -2
- package/lib/query-params-helper-45cc26ae.js.map +1 -0
- package/lib/{query-params-helper-51a53f8c.nomodule.js → query-params-helper-6eaaca17.nomodule.js} +2 -2
- package/lib/query-params-helper-6eaaca17.nomodule.js.map +1 -0
- package/lib/roomle-configurator-98a8a059.js +2 -0
- package/lib/roomle-configurator-98a8a059.js.map +1 -0
- package/lib/roomle-configurator-d293de15.nomodule.js +2 -0
- package/lib/roomle-configurator-d293de15.nomodule.js.map +1 -0
- package/lib/{roomle-dependency-injection-bf1bdb72.js → roomle-dependency-injection-70c5ace3.js} +3 -3
- package/lib/roomle-dependency-injection-70c5ace3.js.map +1 -0
- package/lib/{roomle-dependency-injection-18c33055.nomodule.js → roomle-dependency-injection-c8c2f76e.nomodule.js} +3 -3
- package/lib/roomle-dependency-injection-c8c2f76e.nomodule.js.map +1 -0
- package/lib/roomle-sdk-52ad382f.js +2 -0
- package/lib/roomle-sdk-52ad382f.js.map +1 -0
- package/lib/roomle-sdk.nomodule.js +1 -1
- package/lib/{script-loader-a610d57a.js → script-loader-b3c90a92.js} +2 -2
- package/lib/script-loader-b3c90a92.js.map +1 -0
- package/lib/{script-loader-184e3f9c.nomodule.js → script-loader-f89b0cf3.nomodule.js} +2 -2
- package/lib/script-loader-f89b0cf3.nomodule.js.map +1 -0
- package/lib/static/ConfiguratorKernel-106d74e3cf540e4f.wasm +0 -0
- package/lib/static/RoomleCore-592c38aa7008d421.wasm +0 -0
- package/lib/static/RoomleToolsCore-3e547eb833c0c5bf.wasm +0 -0
- package/lib/static/default-external-object-api-configuration-c4294f96099e0d09.json +70 -0
- package/lib/{stats-helper-3203697b.js → stats-helper-65f0bfb3.js} +2 -2
- package/lib/stats-helper-65f0bfb3.js.map +1 -0
- package/lib/{stats-helper-cd71292f.nomodule.js → stats-helper-e55278f4.nomodule.js} +2 -2
- package/lib/stats-helper-e55278f4.nomodule.js.map +1 -0
- package/lib/{tools-core-96051b9f.js → tools-core-bd9ce393.js} +2 -2
- package/lib/tools-core-bd9ce393.js.map +1 -0
- package/lib/{tools-core-4bb0ae02.nomodule.js → tools-core-feea8238.nomodule.js} +2 -2
- package/lib/tools-core-feea8238.nomodule.js.map +1 -0
- package/package.json +2 -2
- package/lib/component-dimensioning-1f0b49db.js.map +0 -1
- package/lib/component-dimensioning-23833567.nomodule.js.map +0 -1
- package/lib/component-raycast-helper-3897a2ff.js.map +0 -1
- package/lib/component-raycast-helper-6ca8533f.nomodule.js.map +0 -1
- package/lib/configurator-8bd32915.js +0 -2
- package/lib/configurator-8bd32915.js.map +0 -1
- package/lib/configurator-c12782f6.nomodule.js +0 -2
- package/lib/configurator-c12782f6.nomodule.js.map +0 -1
- package/lib/configurator-main-af9fe823.js +0 -2
- package/lib/configurator-main-af9fe823.js.map +0 -1
- package/lib/continuous-drawing-helper-cb4aacc1.js.map +0 -1
- package/lib/continuous-drawing-helper-f0db09d7.nomodule.js.map +0 -1
- package/lib/default-light-setting-59bf1477.js.map +0 -1
- package/lib/default-light-setting-dc41f88c.nomodule.js.map +0 -1
- package/lib/definitions/packages/planner-core/src/webgl/planner-element-highlighter.d.ts +0 -16
- package/lib/definitions/packages/vite-plugins/vite-plugin-bundle-sw.d.ts +0 -10
- package/lib/definitions/planner-core/src/webgl/planner-element-highlighter.d.ts +0 -16
- package/lib/definitions/vite-plugins/vite-plugin-bundle-sw.d.ts +0 -10
- package/lib/glb-viewer-175715eb.js +0 -2
- package/lib/glb-viewer-175715eb.js.map +0 -1
- package/lib/glb-viewer-27827d4c.nomodule.js +0 -2
- package/lib/glb-viewer-27827d4c.nomodule.js.map +0 -1
- package/lib/glb-viewer-camera-behaviour-1f71cb62.js.map +0 -1
- package/lib/glb-viewer-camera-behaviour-3d4a8906.nomodule.js.map +0 -1
- package/lib/glb-viewer-main-75d66b65.js +0 -2
- package/lib/glb-viewer-main-75d66b65.js.map +0 -1
- package/lib/legacy/component-dimensioning-6564c623.legacy.js.map +0 -1
- package/lib/legacy/component-raycast-helper-bd3bf7e5.legacy.js.map +0 -1
- package/lib/legacy/configurator-e1b5002c.legacy.js +0 -2
- package/lib/legacy/configurator-e1b5002c.legacy.js.map +0 -1
- package/lib/legacy/continuous-drawing-helper-d02d4a86.legacy.js.map +0 -1
- package/lib/legacy/default-light-setting-eaedd022.legacy.js.map +0 -1
- package/lib/legacy/glb-viewer-0a5e5b7f.legacy.js +0 -2
- package/lib/legacy/glb-viewer-0a5e5b7f.legacy.js.map +0 -1
- package/lib/legacy/glb-viewer-camera-behaviour-890268c6.legacy.js.map +0 -1
- package/lib/legacy/material-viewer-f194ab6e.legacy.js.map +0 -1
- package/lib/legacy/planner-0ab7ddd9.legacy.js +0 -2
- package/lib/legacy/planner-0ab7ddd9.legacy.js.map +0 -1
- package/lib/legacy/query-params-helper-aca6a1b1.legacy.js.map +0 -1
- package/lib/legacy/roomle-configurator-252480e3.legacy.js +0 -2
- package/lib/legacy/roomle-configurator-252480e3.legacy.js.map +0 -1
- package/lib/legacy/roomle-dependency-injection-6311d19a.legacy.js.map +0 -1
- package/lib/legacy/script-loader-c892cabd.legacy.js.map +0 -1
- package/lib/legacy/static/ConfiguratorKernel-e1942929e3172878.wasm +0 -0
- package/lib/legacy/static/RoomleCore-9cf7a78a45f7e539.wasm +0 -0
- package/lib/legacy/static/RoomleToolsCore-4f5855738685f5c2.wasm +0 -0
- package/lib/legacy/static/default-external-object-api-configuration-1e7103889f664a3f.json +0 -16
- package/lib/legacy/stats-helper-2050f9c2.legacy.js.map +0 -1
- package/lib/legacy/tools-core-3732bba5.legacy.js.map +0 -1
- package/lib/material-viewer-51ea0a5b.nomodule.js.map +0 -1
- package/lib/material-viewer-974f49f8.js.map +0 -1
- package/lib/material-viewer-main-8dec693f.js +0 -2
- package/lib/material-viewer-main-8dec693f.js.map +0 -1
- package/lib/planner-147d2638.nomodule.js +0 -2
- package/lib/planner-147d2638.nomodule.js.map +0 -1
- package/lib/planner-f7cb4600.js +0 -2
- package/lib/planner-f7cb4600.js.map +0 -1
- package/lib/planner-main-f1934878.js +0 -2
- package/lib/planner-main-f1934878.js.map +0 -1
- package/lib/query-params-helper-51a53f8c.nomodule.js.map +0 -1
- package/lib/query-params-helper-c9492f35.js.map +0 -1
- package/lib/roomle-configurator-993ecc38.js +0 -2
- package/lib/roomle-configurator-993ecc38.js.map +0 -1
- package/lib/roomle-configurator-bc0c5cc0.nomodule.js +0 -2
- package/lib/roomle-configurator-bc0c5cc0.nomodule.js.map +0 -1
- package/lib/roomle-dependency-injection-18c33055.nomodule.js.map +0 -1
- package/lib/roomle-dependency-injection-bf1bdb72.js.map +0 -1
- package/lib/roomle-sdk-33253a52.js +0 -2
- package/lib/roomle-sdk-33253a52.js.map +0 -1
- package/lib/script-loader-184e3f9c.nomodule.js.map +0 -1
- package/lib/script-loader-a610d57a.js.map +0 -1
- package/lib/static/ConfiguratorKernel-e1942929e3172878.wasm +0 -0
- package/lib/static/RoomleCore-9cf7a78a45f7e539.wasm +0 -0
- package/lib/static/RoomleToolsCore-4f5855738685f5c2.wasm +0 -0
- package/lib/static/default-external-object-api-configuration-1e7103889f664a3f.json +0 -16
- package/lib/stats-helper-3203697b.js.map +0 -1
- package/lib/stats-helper-cd71292f.nomodule.js.map +0 -1
- package/lib/tools-core-4bb0ae02.nomodule.js.map +0 -1
- package/lib/tools-core-96051b9f.js.map +0 -1
|
@@ -70,7 +70,7 @@ export default class PlannerKernelAccess extends ConfiguratorKernelAccess {
|
|
|
70
70
|
externalObjectComponentDeleted(plan: Plan, planObject: PlanObject, remainingGroupOrGroups: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[], deletedRootModuleId: string): void;
|
|
71
71
|
externalObjectConfigurationDuplicated(plan: Plan, planObject: PlanObject, sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition): void;
|
|
72
72
|
externalObjectConfigurationMoved(plan: Plan, planObject: PlanObject, movedGroup: ExternalObjectGroup): void;
|
|
73
|
-
externalObjectConfigurationsMerged(plan: Plan, planObject: PlanObject, mergedGroup: ExternalObjectGroupAndModules,
|
|
73
|
+
externalObjectConfigurationsMerged(plan: Plan, planObject: PlanObject, mergedGroup: ExternalObjectGroupAndModules, idsOfGroupsMerged: string | string[]): void;
|
|
74
74
|
externalObjectComponentSplitOff(plan: Plan, planObject: PlanObject, splitGroups: ExternalObjectGroupAndModules[]): void;
|
|
75
75
|
externalObjectArrangementChanged(plan: Plan, planObject: PlanObject, changedGroup: ExternalObjectGroupAndModules): void;
|
|
76
76
|
planObjectConfigurationLoaded(plan: Plan, element: PlanElement, success: boolean): Promise<void>;
|
|
@@ -98,7 +98,7 @@ export default class PlannerKernelAccess extends ConfiguratorKernelAccess {
|
|
|
98
98
|
protected _externalObjectComponentDeleted(remainingGroupOrGroups: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[], deletedRootModuleId: string): void;
|
|
99
99
|
_externalObjectConfigurationDuplicated(sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition): void;
|
|
100
100
|
_externalObjectConfigurationsMoved(movedGroup: ExternalObjectGroup): void;
|
|
101
|
-
_externalObjectConfigurationsMerged(mergedGroup: ExternalObjectGroupAndModules,
|
|
101
|
+
_externalObjectConfigurationsMerged(mergedGroup: ExternalObjectGroupAndModules, idsOfGroupsMerged: string | string[]): void;
|
|
102
102
|
_externalObjectComponentSplitOff(splitGroups: ExternalObjectGroupAndModules[]): void;
|
|
103
103
|
_externalObjectArrangementChanged(changedGroup: ExternalObjectGroupAndModules): void;
|
|
104
104
|
planSnapshotCreated(planSnapshot: RapiPlanSnapshotPostData): void;
|
|
@@ -5,8 +5,7 @@ import { SELECTION_MODE } from '../../../configurator-core/src/utils/selection-h
|
|
|
5
5
|
export declare const enum SELECTION_EVENT {
|
|
6
6
|
SELECT_PLAN_ELEMENT = 0,
|
|
7
7
|
DESELECT_PLAN_ELEMENT = 1,
|
|
8
|
-
SELECT_PLAN_ELEMENT_MULTI = 2
|
|
9
|
-
SELECTION_MODE_CHANGED = 3
|
|
8
|
+
SELECT_PLAN_ELEMENT_MULTI = 2
|
|
10
9
|
}
|
|
11
10
|
export declare const isWallOrFloor: (planElementViewModel: PlanElementViewModel) => boolean;
|
|
12
11
|
export declare class PlannerSelectionHandlerEvent {
|
|
@@ -54,6 +54,7 @@ export default class PlanViewModel extends ConfiguratorViewModel implements Plan
|
|
|
54
54
|
addPlanElementViewModel(planElementViewModel: PlanElementViewModel): void;
|
|
55
55
|
private _handleConfiguratorPlanObjectViewModel;
|
|
56
56
|
private _linkPlanObjectViewModelAndComponent;
|
|
57
|
+
private _detachPlanObjectViewModelFromComponent;
|
|
57
58
|
private _handleConfiguratorConstructionPlanObjectViewModel;
|
|
58
59
|
private _handleConstructionPlanObjectViewModel;
|
|
59
60
|
private _handleStaticPlanObjectViewModel;
|
|
@@ -71,7 +72,7 @@ export default class PlanViewModel extends ConfiguratorViewModel implements Plan
|
|
|
71
72
|
getConstructionObjectForId(id: number): ConstructionPlanObjectViewModel;
|
|
72
73
|
getStaticPlanObjectViewModelForId(id: number): StaticPlanObjectViewModel;
|
|
73
74
|
getPlanObjectForId(id: number): PlanElementViewModel;
|
|
74
|
-
getPlanObjectViewModelsFromRapiId(): (
|
|
75
|
+
getPlanObjectViewModelsFromRapiId(): (StaticPlanObjectViewModel | ConfiguratorPlanObjectViewModel)[];
|
|
75
76
|
getPlanObjectCount(): number;
|
|
76
77
|
getConstructionGroup(): Group;
|
|
77
78
|
getCeilingGroup(): Group;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Base64Image, CanvasOffset } from '../../../common-core/src/common-interfaces';
|
|
2
2
|
import type { PlannerKernelCallbackI } from '../services/planner-kernel-access';
|
|
3
3
|
import type { CancelSelectionReasons, Plan, PlanElement } from '../../../typings/planner';
|
|
4
|
+
import type { KernelPlanObjectComponent } from '../../../typings/kernel';
|
|
4
5
|
import { type KernelEnum, type KernelPlanObject, type KernelVector3, type RuntimeId } from '../../../typings/kernel';
|
|
5
6
|
import PlannerSceneEventHandler from './planner-scene-event-handler';
|
|
6
7
|
import type { BatchPaintMaterial, RoomlePlannerCallback, SceneEvents } from '../roomle-planner';
|
|
@@ -52,7 +53,6 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
52
53
|
currentSelection: SelectionPayload;
|
|
53
54
|
private _paperBackground;
|
|
54
55
|
private _cameraState;
|
|
55
|
-
private _planElementHighlighter;
|
|
56
56
|
private _debugSpheres;
|
|
57
57
|
constructor(creator: string, offset: CanvasOffset, plannerCallback: RoomlePlannerCallback, mode: Enumify<typeof CAMERA_TYPE>);
|
|
58
58
|
get configuratorContext(): import("../../../common-core/src/webgl/configurator-context").default;
|
|
@@ -65,7 +65,7 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
65
65
|
private _onSelectionChange;
|
|
66
66
|
private _onSelectionCancel;
|
|
67
67
|
private _handleMeasurementLineDraggablePoints;
|
|
68
|
-
resetConfiguratorContext(
|
|
68
|
+
resetConfiguratorContext(): void;
|
|
69
69
|
protected _setupScene(offset?: CanvasOffset, transparent?: boolean): void;
|
|
70
70
|
protected onBeforeRender(): void;
|
|
71
71
|
protected _getInputManager(): InputManager;
|
|
@@ -111,9 +111,7 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
111
111
|
private _checkNumKey;
|
|
112
112
|
protected _onKeyUp(event: KeyboardEvent, cleanup?: boolean): void;
|
|
113
113
|
setMode(mode: Enumify<typeof CAMERA_TYPE>): void;
|
|
114
|
-
private
|
|
115
|
-
highlightPlanElementsById(runtimeIds: number[] | null): void;
|
|
116
|
-
highlightPlanElementById(runtimeId: number | null): void;
|
|
114
|
+
private _highlightPlanElement;
|
|
117
115
|
destroy(): void;
|
|
118
116
|
planObjectConfigurationLoaded(plan: Plan, element: PlanElement, _success: boolean): void;
|
|
119
117
|
addMesh(_planElement: PlanElement, _material: any, _vertices: Float32Array, _indices: Int32Array, _uvCoords: Float32Array, _normals: Float32Array): void;
|
|
@@ -204,6 +202,8 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
204
202
|
setMeasurementLineLength(measurementId: number, length: number, wallDirection: string): void;
|
|
205
203
|
protected setEventHandlerObject(object: Object3D): void;
|
|
206
204
|
protected _readyForRender(): void;
|
|
207
|
-
protected notifyPlannerOnComponentSelectionCancel(isExternalObject: boolean
|
|
205
|
+
protected notifyPlannerOnComponentSelectionCancel(isExternalObject: boolean): void;
|
|
206
|
+
private _planObjectSelectionChanged;
|
|
207
|
+
highlightExternalObject(planObjectComponent: KernelPlanObjectComponent): void;
|
|
208
208
|
}
|
|
209
209
|
export {};
|
|
@@ -176,7 +176,6 @@ export interface PlanInteractionHandler {
|
|
|
176
176
|
isUndoPossible(): boolean;
|
|
177
177
|
isRedoPossible(): boolean;
|
|
178
178
|
startInteraction(): void;
|
|
179
|
-
resumeInteraction(): void;
|
|
180
179
|
endInteraction(): void;
|
|
181
180
|
undo(): void;
|
|
182
181
|
redo(): void;
|
|
@@ -327,5 +326,5 @@ export interface PlanObjectPosition {
|
|
|
327
326
|
runtimeId: RuntimeId;
|
|
328
327
|
position2d: Position2;
|
|
329
328
|
}
|
|
330
|
-
export type CancelSelectionReasons = 'swap_object' | 'click_outside' | 'select_other' | 'double_click_wall' | 'unknown' | 'dock_component' | 'delete_object'
|
|
329
|
+
export type CancelSelectionReasons = 'swap_object' | 'click_outside' | 'select_other' | 'double_click_wall' | 'unknown' | 'dock_component' | 'delete_object';
|
|
331
330
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Enumify } from '../common-core/src/types';
|
|
2
|
-
import type { InitDataDefinition } from '../common-core/src/utils/shims';
|
|
3
2
|
export type RapiId = string;
|
|
4
3
|
export type AssetUrl = string;
|
|
5
4
|
export type ConfigurationString = string;
|
|
@@ -478,11 +477,13 @@ export interface RapiPrice {
|
|
|
478
477
|
price: number;
|
|
479
478
|
currencySymbol: string;
|
|
480
479
|
}
|
|
481
|
-
export interface
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
480
|
+
export interface UnNormalizedRapiConfiguratorSettings extends RapiJson {
|
|
481
|
+
allowedHosts: string | string[];
|
|
482
|
+
tenant_id: RapiId;
|
|
483
|
+
}
|
|
484
|
+
export interface RapiConfiguratorSettings extends UnNormalizedRapiConfiguratorSettings {
|
|
485
|
+
allowedHosts: string[];
|
|
486
|
+
tenant_id: RapiId;
|
|
486
487
|
}
|
|
487
488
|
export interface UserAction {
|
|
488
489
|
module: number;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { CancelSelectionReasons } from '../../typings/planner';
|
|
2
1
|
export interface ExternalObjectGroupPosition {
|
|
3
2
|
pos: number[];
|
|
4
3
|
rotation?: number;
|
|
@@ -125,7 +124,6 @@ export interface ExternalObjectUiCallback {
|
|
|
125
124
|
onExternalObjectModuleSelected(groupId: string, rootModuleId: string | null, subModuleId: string | null): void;
|
|
126
125
|
/**
|
|
127
126
|
* "onExternalObjectSelectionCancel" is invoked when the selection of a group, root module or sub module is canceled.
|
|
128
|
-
* @param reason why the selection was canceled
|
|
129
127
|
*/
|
|
130
|
-
onExternalObjectSelectionCancel(
|
|
128
|
+
onExternalObjectSelectionCancel(): void;
|
|
131
129
|
}
|
|
@@ -60,7 +60,6 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
|
|
|
60
60
|
onSelectionChange: (selectionMode: SELECTION_MODE, objectType: CallbackObjectType, payload: SelectionPayload, payloadPromise: Promise<SelectionPayload>, planElementViewModel: PlanElementViewModel) => void;
|
|
61
61
|
/**
|
|
62
62
|
* When an item selection has been canceled
|
|
63
|
-
* @param reason why the selection was canceled
|
|
64
63
|
*/
|
|
65
64
|
onSelectionCancel: (reason: CancelSelectionReasons) => void;
|
|
66
65
|
/**
|
|
@@ -230,7 +229,6 @@ export default class RoomlePlannerUiCallback extends UiCallback implements Exter
|
|
|
230
229
|
onExternalObjectModuleSelected: (groupId: string, rootModuleId: string | null, subModuleId: string | null) => void;
|
|
231
230
|
/**
|
|
232
231
|
* documented in interface ExternalObjectUiCallback
|
|
233
|
-
* @param reason why the selection was canceled
|
|
234
232
|
*/
|
|
235
|
-
onExternalObjectSelectionCancel: (
|
|
233
|
+
onExternalObjectSelectionCancel: () => void;
|
|
236
234
|
}
|
|
@@ -6,7 +6,7 @@ import type { Configurator } from '../../configurator-core/src/configurator';
|
|
|
6
6
|
import type { GlobalInitDataDefinition, InitDataDefinition } from '../../common-core/src/utils/shims';
|
|
7
7
|
import type { ConfigurationString, RapiConfiguration, RapiId, RapiItem, RapiPlan, RapiPlanSnapshotGetData } from '../../typings/rapi-types';
|
|
8
8
|
import type { Context } from '../../common-core/src/di/context';
|
|
9
|
-
import type
|
|
9
|
+
import { type CancelSelectionReasons, type KernelObject, type KernelWall, type PlanInteractionHandler, type PlanModelViewHelper, type PlanOverview } from '../../typings/planner';
|
|
10
10
|
import type { KernelAccessCallbackI } from '../../common-core/src/kernel-access-callback';
|
|
11
11
|
import type InitData from '../../common-core/src/utils/init-data';
|
|
12
12
|
import type { CanvasOffset, Position3 } from '../../common-core/src/common-interfaces';
|
|
@@ -135,13 +135,6 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
|
|
|
135
135
|
* @param runtimeId
|
|
136
136
|
*/
|
|
137
137
|
selectPlanObjectById(runtimeId: RuntimeId): Promise<void>;
|
|
138
|
-
/**
|
|
139
|
-
* Highlights one or more objects in the scene based on their runtime IDs.
|
|
140
|
-
* If `runtimeIds` is `null`, all highlighted objects will be unhighlighted.
|
|
141
|
-
*
|
|
142
|
-
* @param runtimeIds A single runtime ID, an array of runtime IDs, or null.
|
|
143
|
-
*/
|
|
144
|
-
highlightPlanElements(runtimeIds: number | number[] | null): void;
|
|
145
138
|
backToPlanner(): void;
|
|
146
139
|
showGUI(): void;
|
|
147
140
|
switchToConfigurator(): Promise<Configurator>;
|
|
@@ -376,6 +369,7 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
|
|
|
376
369
|
resolveShortUrl(shortUrl: string): Promise<string>;
|
|
377
370
|
enableEvents(): void;
|
|
378
371
|
disableEvents(): void;
|
|
372
|
+
downloadHomagIxExportPoC(): Promise<any>;
|
|
379
373
|
configureExternalObjectApi(configurationJson: string | ExternalObjectApiConfiguration): Promise<void>;
|
|
380
374
|
loadExternalObjectLibrary(libraryJson: string | object): void;
|
|
381
375
|
loadExternalObjectGroup(groupJson: string | object, findFreeSpaceInPlan: boolean, verifyArrangement?: boolean): Promise<void>;
|
|
@@ -391,7 +385,9 @@ export default class RoomlePlanner implements KernelAccessCallbackI, RoomlePlann
|
|
|
391
385
|
openOrCloseGeometryOfExternalObject(groupIdOrRootModuleId: string, subModuleId: string | null, open: boolean, animate: boolean): Promise<void>;
|
|
392
386
|
private _selectKernelComponent;
|
|
393
387
|
_selectExternalObjectGroup(groupId: string, switchToPlanner: boolean): Promise<void>;
|
|
394
|
-
_selectExternalObjectModule(rootModuleId: string, subModuleId: string | null, selectPlanObject: boolean, switchToConfigurator: boolean, selectComponent: boolean): Promise<void>;
|
|
388
|
+
_selectExternalObjectModule(rootModuleId: string, subModuleId: string | null, selectPlanObject: boolean, switchToConfigurator: boolean, selectComponent: boolean, highlightSelection: boolean): Promise<void>;
|
|
389
|
+
private _selectPlanObject;
|
|
390
|
+
private _getSelectedPlanObjectComponent;
|
|
395
391
|
/**
|
|
396
392
|
* @internal
|
|
397
393
|
* Use this callbacks to hook in your functionality
|
|
@@ -70,7 +70,7 @@ export default class PlannerKernelAccess extends ConfiguratorKernelAccess {
|
|
|
70
70
|
externalObjectComponentDeleted(plan: Plan, planObject: PlanObject, remainingGroupOrGroups: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[], deletedRootModuleId: string): void;
|
|
71
71
|
externalObjectConfigurationDuplicated(plan: Plan, planObject: PlanObject, sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition): void;
|
|
72
72
|
externalObjectConfigurationMoved(plan: Plan, planObject: PlanObject, movedGroup: ExternalObjectGroup): void;
|
|
73
|
-
externalObjectConfigurationsMerged(plan: Plan, planObject: PlanObject, mergedGroup: ExternalObjectGroupAndModules,
|
|
73
|
+
externalObjectConfigurationsMerged(plan: Plan, planObject: PlanObject, mergedGroup: ExternalObjectGroupAndModules, idsOfGroupsMerged: string | string[]): void;
|
|
74
74
|
externalObjectComponentSplitOff(plan: Plan, planObject: PlanObject, splitGroups: ExternalObjectGroupAndModules[]): void;
|
|
75
75
|
externalObjectArrangementChanged(plan: Plan, planObject: PlanObject, changedGroup: ExternalObjectGroupAndModules): void;
|
|
76
76
|
planObjectConfigurationLoaded(plan: Plan, element: PlanElement, success: boolean): Promise<void>;
|
|
@@ -98,7 +98,7 @@ export default class PlannerKernelAccess extends ConfiguratorKernelAccess {
|
|
|
98
98
|
protected _externalObjectComponentDeleted(remainingGroupOrGroups: ExternalObjectGroupAndModules | ExternalObjectGroupAndModules[], deletedRootModuleId: string): void;
|
|
99
99
|
_externalObjectConfigurationDuplicated(sourceGroupId: string, newGroupPosition: ExternalObjectGroupPosition): void;
|
|
100
100
|
_externalObjectConfigurationsMoved(movedGroup: ExternalObjectGroup): void;
|
|
101
|
-
_externalObjectConfigurationsMerged(mergedGroup: ExternalObjectGroupAndModules,
|
|
101
|
+
_externalObjectConfigurationsMerged(mergedGroup: ExternalObjectGroupAndModules, idsOfGroupsMerged: string | string[]): void;
|
|
102
102
|
_externalObjectComponentSplitOff(splitGroups: ExternalObjectGroupAndModules[]): void;
|
|
103
103
|
_externalObjectArrangementChanged(changedGroup: ExternalObjectGroupAndModules): void;
|
|
104
104
|
planSnapshotCreated(planSnapshot: RapiPlanSnapshotPostData): void;
|
|
@@ -5,8 +5,7 @@ import { SELECTION_MODE } from '../../../configurator-core/src/utils/selection-h
|
|
|
5
5
|
export declare const enum SELECTION_EVENT {
|
|
6
6
|
SELECT_PLAN_ELEMENT = 0,
|
|
7
7
|
DESELECT_PLAN_ELEMENT = 1,
|
|
8
|
-
SELECT_PLAN_ELEMENT_MULTI = 2
|
|
9
|
-
SELECTION_MODE_CHANGED = 3
|
|
8
|
+
SELECT_PLAN_ELEMENT_MULTI = 2
|
|
10
9
|
}
|
|
11
10
|
export declare const isWallOrFloor: (planElementViewModel: PlanElementViewModel) => boolean;
|
|
12
11
|
export declare class PlannerSelectionHandlerEvent {
|
|
@@ -54,6 +54,7 @@ export default class PlanViewModel extends ConfiguratorViewModel implements Plan
|
|
|
54
54
|
addPlanElementViewModel(planElementViewModel: PlanElementViewModel): void;
|
|
55
55
|
private _handleConfiguratorPlanObjectViewModel;
|
|
56
56
|
private _linkPlanObjectViewModelAndComponent;
|
|
57
|
+
private _detachPlanObjectViewModelFromComponent;
|
|
57
58
|
private _handleConfiguratorConstructionPlanObjectViewModel;
|
|
58
59
|
private _handleConstructionPlanObjectViewModel;
|
|
59
60
|
private _handleStaticPlanObjectViewModel;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { Base64Image, CanvasOffset } from '../../../common-core/src/common-interfaces';
|
|
2
2
|
import type { PlannerKernelCallbackI } from '../services/planner-kernel-access';
|
|
3
3
|
import type { CancelSelectionReasons, Plan, PlanElement } from '../../../typings/planner';
|
|
4
|
+
import type { KernelPlanObjectComponent } from '../../../typings/kernel';
|
|
4
5
|
import { type KernelEnum, type KernelPlanObject, type KernelVector3, type RuntimeId } from '../../../typings/kernel';
|
|
5
6
|
import PlannerSceneEventHandler from './planner-scene-event-handler';
|
|
6
7
|
import type { BatchPaintMaterial, RoomlePlannerCallback, SceneEvents } from '../roomle-planner';
|
|
@@ -52,7 +53,6 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
52
53
|
currentSelection: SelectionPayload;
|
|
53
54
|
private _paperBackground;
|
|
54
55
|
private _cameraState;
|
|
55
|
-
private _planElementHighlighter;
|
|
56
56
|
private _debugSpheres;
|
|
57
57
|
constructor(creator: string, offset: CanvasOffset, plannerCallback: RoomlePlannerCallback, mode: Enumify<typeof CAMERA_TYPE>);
|
|
58
58
|
get configuratorContext(): import("../../../common-core/src/webgl/configurator-context").default;
|
|
@@ -65,7 +65,7 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
65
65
|
private _onSelectionChange;
|
|
66
66
|
private _onSelectionCancel;
|
|
67
67
|
private _handleMeasurementLineDraggablePoints;
|
|
68
|
-
resetConfiguratorContext(
|
|
68
|
+
resetConfiguratorContext(): void;
|
|
69
69
|
protected _setupScene(offset?: CanvasOffset, transparent?: boolean): void;
|
|
70
70
|
protected onBeforeRender(): void;
|
|
71
71
|
protected _getInputManager(): InputManager;
|
|
@@ -111,9 +111,7 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
111
111
|
private _checkNumKey;
|
|
112
112
|
protected _onKeyUp(event: KeyboardEvent, cleanup?: boolean): void;
|
|
113
113
|
setMode(mode: Enumify<typeof CAMERA_TYPE>): void;
|
|
114
|
-
private
|
|
115
|
-
highlightPlanElementsById(runtimeIds: number[] | null): void;
|
|
116
|
-
highlightPlanElementById(runtimeId: number | null): void;
|
|
114
|
+
private _highlightPlanElement;
|
|
117
115
|
destroy(): void;
|
|
118
116
|
planObjectConfigurationLoaded(plan: Plan, element: PlanElement, _success: boolean): void;
|
|
119
117
|
addMesh(_planElement: PlanElement, _material: any, _vertices: Float32Array, _indices: Int32Array, _uvCoords: Float32Array, _normals: Float32Array): void;
|
|
@@ -204,6 +202,8 @@ export default class PlannerSceneManager extends ConfiguratorSceneManager implem
|
|
|
204
202
|
setMeasurementLineLength(measurementId: number, length: number, wallDirection: string): void;
|
|
205
203
|
protected setEventHandlerObject(object: Object3D): void;
|
|
206
204
|
protected _readyForRender(): void;
|
|
207
|
-
protected notifyPlannerOnComponentSelectionCancel(isExternalObject: boolean
|
|
205
|
+
protected notifyPlannerOnComponentSelectionCancel(isExternalObject: boolean): void;
|
|
206
|
+
private _planObjectSelectionChanged;
|
|
207
|
+
highlightExternalObject(planObjectComponent: KernelPlanObjectComponent): void;
|
|
208
208
|
}
|
|
209
209
|
export {};
|
|
@@ -176,7 +176,6 @@ export interface PlanInteractionHandler {
|
|
|
176
176
|
isUndoPossible(): boolean;
|
|
177
177
|
isRedoPossible(): boolean;
|
|
178
178
|
startInteraction(): void;
|
|
179
|
-
resumeInteraction(): void;
|
|
180
179
|
endInteraction(): void;
|
|
181
180
|
undo(): void;
|
|
182
181
|
redo(): void;
|
|
@@ -327,5 +326,5 @@ export interface PlanObjectPosition {
|
|
|
327
326
|
runtimeId: RuntimeId;
|
|
328
327
|
position2d: Position2;
|
|
329
328
|
}
|
|
330
|
-
export type CancelSelectionReasons = 'swap_object' | 'click_outside' | 'select_other' | 'double_click_wall' | 'unknown' | 'dock_component' | 'delete_object'
|
|
329
|
+
export type CancelSelectionReasons = 'swap_object' | 'click_outside' | 'select_other' | 'double_click_wall' | 'unknown' | 'dock_component' | 'delete_object';
|
|
331
330
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { Enumify } from '../common-core/src/types';
|
|
2
|
-
import type { InitDataDefinition } from '../common-core/src/utils/shims';
|
|
3
2
|
export type RapiId = string;
|
|
4
3
|
export type AssetUrl = string;
|
|
5
4
|
export type ConfigurationString = string;
|
|
@@ -478,11 +477,13 @@ export interface RapiPrice {
|
|
|
478
477
|
price: number;
|
|
479
478
|
currencySymbol: string;
|
|
480
479
|
}
|
|
481
|
-
export interface
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
480
|
+
export interface UnNormalizedRapiConfiguratorSettings extends RapiJson {
|
|
481
|
+
allowedHosts: string | string[];
|
|
482
|
+
tenant_id: RapiId;
|
|
483
|
+
}
|
|
484
|
+
export interface RapiConfiguratorSettings extends UnNormalizedRapiConfiguratorSettings {
|
|
485
|
+
allowedHosts: string[];
|
|
486
|
+
tenant_id: RapiId;
|
|
486
487
|
}
|
|
487
488
|
export interface UserAction {
|
|
488
489
|
module: number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{aW as normalizeRotation,H as dispose,_ as __decorate,i as inject,j as AsyncGuard,aX as AsyncDependencyLoader,ac as convertToTHREE}from"./roomle-dependency-injection-bf1bdb72.js";import{O as Object3D,a as Vector3,h as MeshBasicMaterial,w as DoubleSide,bo as MeshPhongMaterial,B as BufferGeometry,z as Mesh,Q as Quaternion,b9 as PlaneGeometry,K as Group,u as LineBasicMaterial,G as Line,b as BufferAttribute,bI as Line3,ad as Box3}from"./main-thread-to-worker-ee3036b3.js";import{T as TextGeometry}from"./TextGeometry-ab643210.js";const PLANE_MATERIAL="component_dimensioning_plane_material",TEXT_MATERIAL="component_dimensioning_text_material";class TextWithBackground extends Object3D{constructor(e){super(),this._label="",this._parameters={font:null,size:.1,height:.001,curveSegments:2,bevelEnabled:!0,bevelThickness:.001,bevelSize:.001},this.topDown=!1,this._parameters.font=e,this._position=new Vector3,this._initMaterials(),this._init(),this._update()}_initMaterials(){this._cacheHolder.materialCache.has(PLANE_MATERIAL)?this._planeMaterial=this._cacheHolder.materialCache.get(PLANE_MATERIAL):(this._planeMaterial=new MeshBasicMaterial({color:16777215,side:DoubleSide,opacity:.8,transparent:!0}),this._cacheHolder.materialCache.set(PLANE_MATERIAL,this._planeMaterial)),this._cacheHolder.materialCache.has(TEXT_MATERIAL)?this._textMaterial=this._cacheHolder.materialCache.get(TEXT_MATERIAL):(this._textMaterial=new MeshPhongMaterial({color:3618615}),this._cacheHolder.materialCache.set(TEXT_MATERIAL,this._textMaterial))}_init(){let e=new BufferGeometry;this._text=new Mesh(e,this._textMaterial),this._text.userData.ignoreComponentRaycast=!0,this._text.name="text with background text "+this._label,this._plane=new Mesh(e,this._planeMaterial),this._plane.userData.ignoreComponentRaycast=!0,this._plane.name="text with background plane "+this._label,this._textGeometry=new TextGeometry(this._label,this._parameters),this._textGeometry.computeBoundingBox(),this._text.geometry=this._textGeometry,this.add(this._text),this.add(this._plane)}update(e,t,i){this._position.copy(e),this._cameraPosition=i,this._label=t;const s=this.getWorldPosition(new Vector3),n=this._cameraPosition.distanceTo(s),o=Math.max(.01,n/150),h=Math.max(5e-4,n/5e3);this._parameters.bevelThickness=h,this._parameters.bevelSize=h,this._parameters.size=o,this._textGeometry=new TextGeometry(this._label,this._parameters),this._textGeometry.computeBoundingBox(),this._text.geometry=this._textGeometry,this._update()}_update(){if(this.topDown){let e=new Quaternion;e.setFromAxisAngle(new Vector3(-1,0,0),Math.PI/2),this._updateText(this._textGeometry,e,new Vector3)}else if(this._updateText(this._textGeometry,new Quaternion,new Vector3),this._cameraPosition){const e=this.getWorldPosition(new Vector3),t=normalizeRotation(Math.atan2(this._cameraPosition.x-e.x,this._cameraPosition.z-e.z)-this.parent.rotation.y);this._text.rotation.y=t,this._plane.rotation.y=t}}_updateText(e,t,i){let s=new Vector3;s.copy(this._position),i.x*=this._getXSign(),s.add(i);let n=e.boundingBox.getSize(new Vector3);e.center(),this._text.position.copy(s),t&&this._text.quaternion.copy(t);let o=new PlaneGeometry(n.x+.02,n.y+.02,32);o.center(),this._plane.geometry=o,this._plane.position.copy(s),t&&this._plane.quaternion.copy(t)}_getXSign(){return!this._cameraPosition||this._cameraPosition.x>=0?1:-1}dispose(){dispose(this)}}__decorate([inject],TextWithBackground.prototype,"_cacheHolder",void 0);class DimensioningHelper{constructor(e){this._objectRotation=0,this._cameraPosition=new Vector3,this._topDimensions=!1,this._initialized=new AsyncGuard,this._enabled=!1,this._dimensionsVisible=!1,this._dimensionLineGroup=new Group,this._dimensionTextGroup=new Object3D,this._creator_=e,this._lineMaterial=new LineBasicMaterial({color:3618615,linewidth:2});let t=new BufferGeometry;this._widthLine=new Line(t,this._lineMaterial),this._widthLine.userData.ignoreComponentRaycast=!0,this._widthLine.name="dimension width line",this._dimensionLineGroup.add(this._widthLine),this._heightLine=new Line(t,this._lineMaterial),this._heightLine.userData.ignoreComponentRaycast=!0,this._heightLine.name="dimension height line",this._dimensionLineGroup.add(this._heightLine),this._depthLine=new Line(t,this._lineMaterial),this._depthLine.userData.ignoreComponentRaycast=!0,this._depthLine.name="dimension depth line",this._dimensionLineGroup.add(this._depthLine),this._planeMaterial=new MeshBasicMaterial({color:16777215,side:DoubleSide,opacity:.8,transparent:!0}),AsyncDependencyLoader.loadFont("static/lato_regular_sub-9dd2262895ccc1a9.json").then(e=>{this._font=e,this._loaded()})}_loaded(){this.update(!1),this.addToObject(this._object),this.addToUiScene(this._uiScene),this._initialized.resolve()}_performUpdate(e){this._enabled&&(this._dimensions||e)&&this._font&&(this._updateHeight(),this._updateWidth(),this._updateDepth())}_updateWidth(){let e=new BufferGeometry,t=this._getWidthEdge(),i=[t.start.x,t.start.y,t.start.z,t.end.x,t.end.y,t.end.z];e.setAttribute("position",new BufferAttribute(new Float32Array(i),3)),this._widthLine.geometry.dispose(),this._widthLine.geometry=e;let s=t.getCenter(new Vector3);this._widthText||(this._widthText=new TextWithBackground(this._font),this._dimensionTextGroup.add(this._widthText)),this._widthText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(1e3*this._dimensions.x);this._widthText.update(s,n,this._cameraPosition)}_updateHeight(){let e=new BufferGeometry,t=this._getHeightEdge(),i=[t.start.x,t.start.y,t.start.z,t.end.x,t.end.y,t.end.z];e.setAttribute("position",new BufferAttribute(new Float32Array(i),3)),this._heightLine.geometry.dispose(),this._heightLine.geometry=e;let s=t.getCenter(new Vector3);this._heightText||(this._heightText=new TextWithBackground(this._font),this._dimensionTextGroup.add(this._heightText)),this._heightText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(1e3*this._dimensions.y);this._heightText.update(s,n,this._cameraPosition)}_updateDepth(){let e=new BufferGeometry,t=this._getDepthEdge(),i=[t.start.x,t.start.y,t.start.z,t.end.x,t.end.y,t.end.z];e.setAttribute("position",new BufferAttribute(new Float32Array(i),3)),this._depthLine.geometry.dispose(),this._depthLine.geometry=e;let s=t.getCenter(new Vector3);this._depthText||(this._depthText=new TextWithBackground(this._font),this._dimensionTextGroup.add(this._depthText)),this._depthText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(-1e3*this._dimensions.z);this._depthText.update(s,n,this._cameraPosition)}updateSize(e){this._origin=convertToTHREE(e.origin),this._dimensionLineGroup.position.x=this._origin.x-this._object.position.x,this._dimensionLineGroup.position.y=this._origin.y-this._object.position.y,this._dimensionLineGroup.position.z=this._origin.z-this._object.position.z,this._dimensions=convertToTHREE(e.size);const t=this._dimensionLineGroup.localToWorld(new Vector3);this._dimensionTextGroup.position.copy(t),this.update()}update(e=!1){this._enabled&&!this._dimensionsVisible&&(this._dimensionsVisible=!0,this._visibilityChangedCallback()),this._performUpdate(e)}addToObject(e){this._widthText&&this._widthLine&&this._heightText&&this._heightLine&&this._heightText&&this._heightLine&&e.add(this._dimensionLineGroup)}removeFromObject(e){e.remove(this._dimensionLineGroup),this.update()}addToUiScene(e){if(!(this._widthText&&this._heightText&&this._depthText&&this._object))return;const t=this._dimensionLineGroup.localToWorld(new Vector3);this._dimensionTextGroup.position.copy(t),this._dimensionTextGroup.rotation.y=this._objectRotation,e.add(this._dimensionTextGroup),this.update()}removeFromUiScene(e){e.remove(this._dimensionTextGroup),this.update()}_getWidthEdge(){const e=this._getRotation();return e>Math.PI/2||e<-Math.PI/2?new Line3(new Vector3(-.05,0,this._dimensions.z-.05),new Vector3(this._dimensions.x+.05,0,this._dimensions.z-.05)):new Line3(new Vector3(-.05,0,.05),new Vector3(this._dimensions.x+.05,0,.05))}_getDepthEdge(){return this._getRotation()>0?new Line3(new Vector3(.05+this._dimensions.x,0,.05),new Vector3(.05+this._dimensions.x,0,this._dimensions.z-.05)):new Line3(new Vector3(-.05,0,.05),new Vector3(-.05,0,this._dimensions.z-.05))}_getHeightEdge(){const e=this._getRotation();return e>0&&e<Math.PI/2?new Line3(new Vector3(-.05,0,.05),new Vector3(-.05,this._dimensions.y+.05,.05)):e>Math.PI/2?new Line3(new Vector3(-.05,0,this._dimensions.z-.05),new Vector3(-.05,this._dimensions.y+.05,this._dimensions.z-.05)):e<-Math.PI/2?new Line3(new Vector3(.05+this._dimensions.x,0,this._dimensions.z-.05),new Vector3(.05+this._dimensions.x,this._dimensions.y+.05,this._dimensions.z-.05)):new Line3(new Vector3(.05+this._dimensions.x,0,.05),new Vector3(.05+this._dimensions.x,this._dimensions.y+.05,.05))}onDimensionsVisibilityChanged(e){this._onChange=e}enableTopDimensions(){this._topDimensions=!0,this.enableDimensions(),this._heightLine.visible=!1,this._heightText.visible=!1,this.update(!0)}disableTopDimensions(){this._topDimensions=!1,this._heightLine.visible=!0,this._heightText.visible=!0,this.disableDimensions()}enableDimensions(){this._enabled=!0,this.update(!0),this.addToObject(this._object),this.addToUiScene(this._uiScene)}disableDimensions(){this._enabled=!1,this._dimensionsVisible&&(this._dimensionsVisible=!1,this._visibilityChangedCallback()),this.removeFromUiScene(this._uiScene),this.removeFromObject(this._object)}_visibilityChangedCallback(){this._onChange&&this._onChange(this._dimensionsVisible)}_clear(){this._lineMaterial.dispose(),this._planeMaterial.dispose(),this._widthLine.geometry.dispose(),this._heightLine.geometry.dispose(),this._depthLine.geometry.dispose(),this._heightText.dispose(),this._heightText.dispose(),this._depthText.dispose()}getBoundingBox(){const e=new Box3;return e.expandByObject(this._widthLine),e.expandByObject(this._widthText),e.expandByObject(this._heightLine),e.expandByObject(this._heightText),e.expandByObject(this._depthLine),e.expandByObject(this._depthText),e}setVisibility(e){this._dimensionLineGroup&&this._dimensionTextGroup&&(this._dimensionLineGroup.visible=e,this._dimensionTextGroup.visible=e)}moveCameraStart(e){this.setVisibility(!1),this._cameraPosition=e,this.update()}moveCameraEnd(e){this.setVisibility(!0),this._cameraPosition=e,this.update()}clearScene(e){this._clear()}setObject(e,t=0){this._object=e,this._objectRotation=t}setUiScene(e){this._uiScene=e}isInitialized(){return this._initialized.wait()}areDimensionsEnabled(){return this._enabled}_getRotation(){const e=this._object.getWorldPosition(new Vector3);return normalizeRotation(Math.atan2(this._cameraPosition.x-e.x,this._cameraPosition.z-e.z)-this._objectRotation)}}__decorate([inject],DimensioningHelper.prototype,"_unitFormatter",void 0);export{DimensioningHelper as default};
|
|
2
|
-
//# sourceMappingURL=dimensioning-helper-
|
|
1
|
+
import{aX as normalizeRotation,H as dispose,_ as __decorate,i as inject,j as AsyncGuard,aY as AsyncDependencyLoader,ac as convertToTHREE}from"./roomle-dependency-injection-70c5ace3.js";import{O as Object3D,a as Vector3,h as MeshBasicMaterial,w as DoubleSide,bo as MeshPhongMaterial,B as BufferGeometry,z as Mesh,Q as Quaternion,b9 as PlaneGeometry,K as Group,u as LineBasicMaterial,G as Line,b as BufferAttribute,bJ as Line3,ad as Box3}from"./main-thread-to-worker-b9299c65.js";import{T as TextGeometry}from"./TextGeometry-8993e971.js";const PLANE_MATERIAL="component_dimensioning_plane_material",TEXT_MATERIAL="component_dimensioning_text_material";class TextWithBackground extends Object3D{constructor(e){super(),this._label="",this._parameters={font:null,size:.1,height:.001,curveSegments:2,bevelEnabled:!0,bevelThickness:.001,bevelSize:.001},this.topDown=!1,this._parameters.font=e,this._position=new Vector3,this._initMaterials(),this._init(),this._update()}_initMaterials(){this._cacheHolder.materialCache.has(PLANE_MATERIAL)?this._planeMaterial=this._cacheHolder.materialCache.get(PLANE_MATERIAL):(this._planeMaterial=new MeshBasicMaterial({color:16777215,side:DoubleSide,opacity:.8,transparent:!0}),this._cacheHolder.materialCache.set(PLANE_MATERIAL,this._planeMaterial)),this._cacheHolder.materialCache.has(TEXT_MATERIAL)?this._textMaterial=this._cacheHolder.materialCache.get(TEXT_MATERIAL):(this._textMaterial=new MeshPhongMaterial({color:3618615}),this._cacheHolder.materialCache.set(TEXT_MATERIAL,this._textMaterial))}_init(){let e=new BufferGeometry;this._text=new Mesh(e,this._textMaterial),this._text.userData.ignoreComponentRaycast=!0,this._text.name="text with background text "+this._label,this._plane=new Mesh(e,this._planeMaterial),this._plane.userData.ignoreComponentRaycast=!0,this._plane.name="text with background plane "+this._label,this._textGeometry=new TextGeometry(this._label,this._parameters),this._textGeometry.computeBoundingBox(),this._text.geometry=this._textGeometry,this.add(this._text),this.add(this._plane)}update(e,t,i){this._position.copy(e),this._cameraPosition=i,this._label=t;const s=this.getWorldPosition(new Vector3),n=this._cameraPosition.distanceTo(s),o=Math.max(.01,n/150),h=Math.max(5e-4,n/5e3);this._parameters.bevelThickness=h,this._parameters.bevelSize=h,this._parameters.size=o,this._textGeometry=new TextGeometry(this._label,this._parameters),this._textGeometry.computeBoundingBox(),this._text.geometry=this._textGeometry,this._update()}_update(){if(this.topDown){let e=new Quaternion;e.setFromAxisAngle(new Vector3(-1,0,0),Math.PI/2),this._updateText(this._textGeometry,e,new Vector3)}else if(this._updateText(this._textGeometry,new Quaternion,new Vector3),this._cameraPosition){const e=this.getWorldPosition(new Vector3),t=normalizeRotation(Math.atan2(this._cameraPosition.x-e.x,this._cameraPosition.z-e.z)-this.parent.rotation.y);this._text.rotation.y=t,this._plane.rotation.y=t}}_updateText(e,t,i){let s=new Vector3;s.copy(this._position),i.x*=this._getXSign(),s.add(i);let n=e.boundingBox.getSize(new Vector3);e.center(),this._text.position.copy(s),t&&this._text.quaternion.copy(t);let o=new PlaneGeometry(n.x+.02,n.y+.02,32);o.center(),this._plane.geometry=o,this._plane.position.copy(s),t&&this._plane.quaternion.copy(t)}_getXSign(){return!this._cameraPosition||this._cameraPosition.x>=0?1:-1}dispose(){dispose(this)}}__decorate([inject],TextWithBackground.prototype,"_cacheHolder",void 0);class DimensioningHelper{constructor(e){this._objectRotation=0,this._cameraPosition=new Vector3,this._topDimensions=!1,this._initialized=new AsyncGuard,this._enabled=!1,this._dimensionsVisible=!1,this._dimensionLineGroup=new Group,this._dimensionTextGroup=new Object3D,this._creator_=e,this._lineMaterial=new LineBasicMaterial({color:3618615,linewidth:2});let t=new BufferGeometry;this._widthLine=new Line(t,this._lineMaterial),this._widthLine.userData.ignoreComponentRaycast=!0,this._widthLine.name="dimension width line",this._dimensionLineGroup.add(this._widthLine),this._heightLine=new Line(t,this._lineMaterial),this._heightLine.userData.ignoreComponentRaycast=!0,this._heightLine.name="dimension height line",this._dimensionLineGroup.add(this._heightLine),this._depthLine=new Line(t,this._lineMaterial),this._depthLine.userData.ignoreComponentRaycast=!0,this._depthLine.name="dimension depth line",this._dimensionLineGroup.add(this._depthLine),this._planeMaterial=new MeshBasicMaterial({color:16777215,side:DoubleSide,opacity:.8,transparent:!0}),AsyncDependencyLoader.loadFont("static/lato_regular_sub-9dd2262895ccc1a9.json").then(e=>{this._font=e,this._loaded()})}_loaded(){this.update(!1),this.addToObject(this._object),this.addToUiScene(this._uiScene),this._initialized.resolve()}_performUpdate(e){this._enabled&&(this._dimensions||e)&&this._font&&(this._updateHeight(),this._updateWidth(),this._updateDepth())}_updateWidth(){let e=new BufferGeometry,t=this._getWidthEdge(),i=[t.start.x,t.start.y,t.start.z,t.end.x,t.end.y,t.end.z];e.setAttribute("position",new BufferAttribute(new Float32Array(i),3)),this._widthLine.geometry.dispose(),this._widthLine.geometry=e;let s=t.getCenter(new Vector3);this._widthText||(this._widthText=new TextWithBackground(this._font),this._dimensionTextGroup.add(this._widthText)),this._widthText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(1e3*this._dimensions.x);this._widthText.update(s,n,this._cameraPosition)}_updateHeight(){let e=new BufferGeometry,t=this._getHeightEdge(),i=[t.start.x,t.start.y,t.start.z,t.end.x,t.end.y,t.end.z];e.setAttribute("position",new BufferAttribute(new Float32Array(i),3)),this._heightLine.geometry.dispose(),this._heightLine.geometry=e;let s=t.getCenter(new Vector3);this._heightText||(this._heightText=new TextWithBackground(this._font),this._dimensionTextGroup.add(this._heightText)),this._heightText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(1e3*this._dimensions.y);this._heightText.update(s,n,this._cameraPosition)}_updateDepth(){let e=new BufferGeometry,t=this._getDepthEdge(),i=[t.start.x,t.start.y,t.start.z,t.end.x,t.end.y,t.end.z];e.setAttribute("position",new BufferAttribute(new Float32Array(i),3)),this._depthLine.geometry.dispose(),this._depthLine.geometry=e;let s=t.getCenter(new Vector3);this._depthText||(this._depthText=new TextWithBackground(this._font),this._dimensionTextGroup.add(this._depthText)),this._depthText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(-1e3*this._dimensions.z);this._depthText.update(s,n,this._cameraPosition)}updateSize(e){this._origin=convertToTHREE(e.origin),this._dimensionLineGroup.position.x=this._origin.x-this._object.position.x,this._dimensionLineGroup.position.y=this._origin.y-this._object.position.y,this._dimensionLineGroup.position.z=this._origin.z-this._object.position.z,this._dimensions=convertToTHREE(e.size);const t=this._dimensionLineGroup.localToWorld(new Vector3);this._dimensionTextGroup.position.copy(t),this.update()}update(e=!1){this._enabled&&!this._dimensionsVisible&&(this._dimensionsVisible=!0,this._visibilityChangedCallback()),this._performUpdate(e)}addToObject(e){this._widthText&&this._widthLine&&this._heightText&&this._heightLine&&this._heightText&&this._heightLine&&e.add(this._dimensionLineGroup)}removeFromObject(e){e.remove(this._dimensionLineGroup),this.update()}addToUiScene(e){if(!(this._widthText&&this._heightText&&this._depthText&&this._object))return;const t=this._dimensionLineGroup.localToWorld(new Vector3);this._dimensionTextGroup.position.copy(t),this._dimensionTextGroup.rotation.y=this._objectRotation,e.add(this._dimensionTextGroup),this.update()}removeFromUiScene(e){e.remove(this._dimensionTextGroup),this.update()}_getWidthEdge(){const e=this._getRotation();return e>Math.PI/2||e<-Math.PI/2?new Line3(new Vector3(-.05,0,this._dimensions.z-.05),new Vector3(this._dimensions.x+.05,0,this._dimensions.z-.05)):new Line3(new Vector3(-.05,0,.05),new Vector3(this._dimensions.x+.05,0,.05))}_getDepthEdge(){return this._getRotation()>0?new Line3(new Vector3(.05+this._dimensions.x,0,.05),new Vector3(.05+this._dimensions.x,0,this._dimensions.z-.05)):new Line3(new Vector3(-.05,0,.05),new Vector3(-.05,0,this._dimensions.z-.05))}_getHeightEdge(){const e=this._getRotation();return e>0&&e<Math.PI/2?new Line3(new Vector3(-.05,0,.05),new Vector3(-.05,this._dimensions.y+.05,.05)):e>Math.PI/2?new Line3(new Vector3(-.05,0,this._dimensions.z-.05),new Vector3(-.05,this._dimensions.y+.05,this._dimensions.z-.05)):e<-Math.PI/2?new Line3(new Vector3(.05+this._dimensions.x,0,this._dimensions.z-.05),new Vector3(.05+this._dimensions.x,this._dimensions.y+.05,this._dimensions.z-.05)):new Line3(new Vector3(.05+this._dimensions.x,0,.05),new Vector3(.05+this._dimensions.x,this._dimensions.y+.05,.05))}onDimensionsVisibilityChanged(e){this._onChange=e}enableTopDimensions(){this._topDimensions=!0,this.enableDimensions(),this._heightLine.visible=!1,this._heightText.visible=!1,this.update(!0)}disableTopDimensions(){this._topDimensions=!1,this._heightLine.visible=!0,this._heightText.visible=!0,this.disableDimensions()}enableDimensions(){this._enabled=!0,this.update(!0),this.addToObject(this._object),this.addToUiScene(this._uiScene)}disableDimensions(){this._enabled=!1,this._dimensionsVisible&&(this._dimensionsVisible=!1,this._visibilityChangedCallback()),this.removeFromUiScene(this._uiScene),this.removeFromObject(this._object)}_visibilityChangedCallback(){this._onChange&&this._onChange(this._dimensionsVisible)}_clear(){this._lineMaterial.dispose(),this._planeMaterial.dispose(),this._widthLine.geometry.dispose(),this._heightLine.geometry.dispose(),this._depthLine.geometry.dispose(),this._heightText.dispose(),this._heightText.dispose(),this._depthText.dispose()}getBoundingBox(){const e=new Box3;return e.expandByObject(this._widthLine),e.expandByObject(this._widthText),e.expandByObject(this._heightLine),e.expandByObject(this._heightText),e.expandByObject(this._depthLine),e.expandByObject(this._depthText),e}setVisibility(e){this._dimensionLineGroup&&this._dimensionTextGroup&&(this._dimensionLineGroup.visible=e,this._dimensionTextGroup.visible=e)}moveCameraStart(e){this.setVisibility(!1),this._cameraPosition=e,this.update()}moveCameraEnd(e){this.setVisibility(!0),this._cameraPosition=e,this.update()}clearScene(e){this._clear()}setObject(e,t=0){this._object=e,this._objectRotation=t}setUiScene(e){this._uiScene=e}isInitialized(){return this._initialized.wait()}areDimensionsEnabled(){return this._enabled}_getRotation(){const e=this._object.getWorldPosition(new Vector3);return normalizeRotation(Math.atan2(this._cameraPosition.x-e.x,this._cameraPosition.z-e.z)-this._objectRotation)}}__decorate([inject],DimensioningHelper.prototype,"_unitFormatter",void 0);export{DimensioningHelper as default};
|
|
2
|
+
//# sourceMappingURL=dimensioning-helper-20845075.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dimensioning-helper-
|
|
1
|
+
{"version":3,"file":"dimensioning-helper-20845075.js","sources":["../../packages/configurator-core/public/fonts/lato_regular_sub.json"],"sourcesContent":["export default \"static/lato_regular_sub-9dd2262895ccc1a9.json\""],"names":[],"mappings":"w7IAAe"}
|
package/lib/{dimensioning-helper-b2e15337.nomodule.js → dimensioning-helper-f61fdd06.nomodule.js}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./roomle-dependency-injection-
|
|
2
|
-
//# sourceMappingURL=dimensioning-helper-
|
|
1
|
+
System.register(["./roomle-dependency-injection-c8c2f76e.nomodule.js","./main-thread-to-worker-cdc86ed6.nomodule.js","./TextGeometry-ca6aef04.nomodule.js"],(function(t){var i,e,s,n,h,o,a,_,d,r,p,m,l,c,x,u,g,w,b,y,T,L,z;return{setters:[function(t){i=t.aX,e=t.H,s=t._,n=t.i,h=t.j,o=t.aY,a=t.ac},function(t){_=t.O,d=t.a,r=t.h,p=t.w,m=t.bo,l=t.B,c=t.z,x=t.Q,u=t.b9,g=t.K,w=t.u,b=t.G,y=t.b,T=t.bJ,L=t.ad},function(t){z=t.T}],execute:function(){const G="component_dimensioning_plane_material",M="component_dimensioning_text_material";class j extends _{constructor(t){super(),this._label="",this._parameters={font:null,size:.1,height:.001,curveSegments:2,bevelEnabled:!0,bevelThickness:.001,bevelSize:.001},this.topDown=!1,this._parameters.font=t,this._position=new d,this._initMaterials(),this._init(),this._update()}_initMaterials(){this._cacheHolder.materialCache.has(G)?this._planeMaterial=this._cacheHolder.materialCache.get(G):(this._planeMaterial=new r({color:16777215,side:p,opacity:.8,transparent:!0}),this._cacheHolder.materialCache.set(G,this._planeMaterial)),this._cacheHolder.materialCache.has(M)?this._textMaterial=this._cacheHolder.materialCache.get(M):(this._textMaterial=new m({color:3618615}),this._cacheHolder.materialCache.set(M,this._textMaterial))}_init(){let t=new l;this._text=new c(t,this._textMaterial),this._text.userData.ignoreComponentRaycast=!0,this._text.name="text with background text "+this._label,this._plane=new c(t,this._planeMaterial),this._plane.userData.ignoreComponentRaycast=!0,this._plane.name="text with background plane "+this._label,this._textGeometry=new z(this._label,this._parameters),this._textGeometry.computeBoundingBox(),this._text.geometry=this._textGeometry,this.add(this._text),this.add(this._plane)}update(t,i,e){this._position.copy(t),this._cameraPosition=e,this._label=i;const s=this.getWorldPosition(new d),n=this._cameraPosition.distanceTo(s),h=Math.max(.01,n/150),o=Math.max(5e-4,n/5e3);this._parameters.bevelThickness=o,this._parameters.bevelSize=o,this._parameters.size=h,this._textGeometry=new z(this._label,this._parameters),this._textGeometry.computeBoundingBox(),this._text.geometry=this._textGeometry,this._update()}_update(){if(this.topDown){let t=new x;t.setFromAxisAngle(new d(-1,0,0),Math.PI/2),this._updateText(this._textGeometry,t,new d)}else if(this._updateText(this._textGeometry,new x,new d),this._cameraPosition){const t=this.getWorldPosition(new d),e=i(Math.atan2(this._cameraPosition.x-t.x,this._cameraPosition.z-t.z)-this.parent.rotation.y);this._text.rotation.y=e,this._plane.rotation.y=e}}_updateText(t,i,e){let s=new d;s.copy(this._position),e.x*=this._getXSign(),s.add(e);let n=t.boundingBox.getSize(new d);t.center(),this._text.position.copy(s),i&&this._text.quaternion.copy(i);let h=new u(n.x+.02,n.y+.02,32);h.center(),this._plane.geometry=h,this._plane.position.copy(s),i&&this._plane.quaternion.copy(i)}_getXSign(){return!this._cameraPosition||this._cameraPosition.x>=0?1:-1}dispose(){e(this)}}s([n],j.prototype,"_cacheHolder",void 0);class D{constructor(t){this._objectRotation=0,this._cameraPosition=new d,this._topDimensions=!1,this._initialized=new h,this._enabled=!1,this._dimensionsVisible=!1,this._dimensionLineGroup=new g,this._dimensionTextGroup=new _,this._creator_=t,this._lineMaterial=new w({color:3618615,linewidth:2});let i=new l;this._widthLine=new b(i,this._lineMaterial),this._widthLine.userData.ignoreComponentRaycast=!0,this._widthLine.name="dimension width line",this._dimensionLineGroup.add(this._widthLine),this._heightLine=new b(i,this._lineMaterial),this._heightLine.userData.ignoreComponentRaycast=!0,this._heightLine.name="dimension height line",this._dimensionLineGroup.add(this._heightLine),this._depthLine=new b(i,this._lineMaterial),this._depthLine.userData.ignoreComponentRaycast=!0,this._depthLine.name="dimension depth line",this._dimensionLineGroup.add(this._depthLine),this._planeMaterial=new r({color:16777215,side:p,opacity:.8,transparent:!0}),o.loadFont("static/lato_regular_sub-9dd2262895ccc1a9.json").then(t=>{this._font=t,this._loaded()})}_loaded(){this.update(!1),this.addToObject(this._object),this.addToUiScene(this._uiScene),this._initialized.resolve()}_performUpdate(t){this._enabled&&(this._dimensions||t)&&this._font&&(this._updateHeight(),this._updateWidth(),this._updateDepth())}_updateWidth(){let t=new l,i=this._getWidthEdge(),e=[i.start.x,i.start.y,i.start.z,i.end.x,i.end.y,i.end.z];t.setAttribute("position",new y(new Float32Array(e),3)),this._widthLine.geometry.dispose(),this._widthLine.geometry=t;let s=i.getCenter(new d);this._widthText||(this._widthText=new j(this._font),this._dimensionTextGroup.add(this._widthText)),this._widthText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(1e3*this._dimensions.x);this._widthText.update(s,n,this._cameraPosition)}_updateHeight(){let t=new l,i=this._getHeightEdge(),e=[i.start.x,i.start.y,i.start.z,i.end.x,i.end.y,i.end.z];t.setAttribute("position",new y(new Float32Array(e),3)),this._heightLine.geometry.dispose(),this._heightLine.geometry=t;let s=i.getCenter(new d);this._heightText||(this._heightText=new j(this._font),this._dimensionTextGroup.add(this._heightText)),this._heightText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(1e3*this._dimensions.y);this._heightText.update(s,n,this._cameraPosition)}_updateDepth(){let t=new l,i=this._getDepthEdge(),e=[i.start.x,i.start.y,i.start.z,i.end.x,i.end.y,i.end.z];t.setAttribute("position",new y(new Float32Array(e),3)),this._depthLine.geometry.dispose(),this._depthLine.geometry=t;let s=i.getCenter(new d);this._depthText||(this._depthText=new j(this._font),this._dimensionTextGroup.add(this._depthText)),this._depthText.topDown=this._topDimensions;const n=this._unitFormatter.formatMMValueToUnitString(-1e3*this._dimensions.z);this._depthText.update(s,n,this._cameraPosition)}updateSize(t){this._origin=a(t.origin),this._dimensionLineGroup.position.x=this._origin.x-this._object.position.x,this._dimensionLineGroup.position.y=this._origin.y-this._object.position.y,this._dimensionLineGroup.position.z=this._origin.z-this._object.position.z,this._dimensions=a(t.size);const i=this._dimensionLineGroup.localToWorld(new d);this._dimensionTextGroup.position.copy(i),this.update()}update(t=!1){this._enabled&&!this._dimensionsVisible&&(this._dimensionsVisible=!0,this._visibilityChangedCallback()),this._performUpdate(t)}addToObject(t){this._widthText&&this._widthLine&&this._heightText&&this._heightLine&&this._heightText&&this._heightLine&&t.add(this._dimensionLineGroup)}removeFromObject(t){t.remove(this._dimensionLineGroup),this.update()}addToUiScene(t){if(!(this._widthText&&this._heightText&&this._depthText&&this._object))return;const i=this._dimensionLineGroup.localToWorld(new d);this._dimensionTextGroup.position.copy(i),this._dimensionTextGroup.rotation.y=this._objectRotation,t.add(this._dimensionTextGroup),this.update()}removeFromUiScene(t){t.remove(this._dimensionTextGroup),this.update()}_getWidthEdge(){const t=this._getRotation();return t>Math.PI/2||t<-Math.PI/2?new T(new d(-.05,0,this._dimensions.z-.05),new d(this._dimensions.x+.05,0,this._dimensions.z-.05)):new T(new d(-.05,0,.05),new d(this._dimensions.x+.05,0,.05))}_getDepthEdge(){return this._getRotation()>0?new T(new d(.05+this._dimensions.x,0,.05),new d(.05+this._dimensions.x,0,this._dimensions.z-.05)):new T(new d(-.05,0,.05),new d(-.05,0,this._dimensions.z-.05))}_getHeightEdge(){const t=this._getRotation();return t>0&&t<Math.PI/2?new T(new d(-.05,0,.05),new d(-.05,this._dimensions.y+.05,.05)):t>Math.PI/2?new T(new d(-.05,0,this._dimensions.z-.05),new d(-.05,this._dimensions.y+.05,this._dimensions.z-.05)):t<-Math.PI/2?new T(new d(.05+this._dimensions.x,0,this._dimensions.z-.05),new d(.05+this._dimensions.x,this._dimensions.y+.05,this._dimensions.z-.05)):new T(new d(.05+this._dimensions.x,0,.05),new d(.05+this._dimensions.x,this._dimensions.y+.05,.05))}onDimensionsVisibilityChanged(t){this._onChange=t}enableTopDimensions(){this._topDimensions=!0,this.enableDimensions(),this._heightLine.visible=!1,this._heightText.visible=!1,this.update(!0)}disableTopDimensions(){this._topDimensions=!1,this._heightLine.visible=!0,this._heightText.visible=!0,this.disableDimensions()}enableDimensions(){this._enabled=!0,this.update(!0),this.addToObject(this._object),this.addToUiScene(this._uiScene)}disableDimensions(){this._enabled=!1,this._dimensionsVisible&&(this._dimensionsVisible=!1,this._visibilityChangedCallback()),this.removeFromUiScene(this._uiScene),this.removeFromObject(this._object)}_visibilityChangedCallback(){this._onChange&&this._onChange(this._dimensionsVisible)}_clear(){this._lineMaterial.dispose(),this._planeMaterial.dispose(),this._widthLine.geometry.dispose(),this._heightLine.geometry.dispose(),this._depthLine.geometry.dispose(),this._heightText.dispose(),this._heightText.dispose(),this._depthText.dispose()}getBoundingBox(){const t=new L;return t.expandByObject(this._widthLine),t.expandByObject(this._widthText),t.expandByObject(this._heightLine),t.expandByObject(this._heightText),t.expandByObject(this._depthLine),t.expandByObject(this._depthText),t}setVisibility(t){this._dimensionLineGroup&&this._dimensionTextGroup&&(this._dimensionLineGroup.visible=t,this._dimensionTextGroup.visible=t)}moveCameraStart(t){this.setVisibility(!1),this._cameraPosition=t,this.update()}moveCameraEnd(t){this.setVisibility(!0),this._cameraPosition=t,this.update()}clearScene(t){this._clear()}setObject(t,i=0){this._object=t,this._objectRotation=i}setUiScene(t){this._uiScene=t}isInitialized(){return this._initialized.wait()}areDimensionsEnabled(){return this._enabled}_getRotation(){const t=this._object.getWorldPosition(new d);return i(Math.atan2(this._cameraPosition.x-t.x,this._cameraPosition.z-t.z)-this._objectRotation)}}t("default",D),s([n],D.prototype,"_unitFormatter",void 0)}}}));
|
|
2
|
+
//# sourceMappingURL=dimensioning-helper-f61fdd06.nomodule.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dimensioning-helper-
|
|
1
|
+
{"version":3,"file":"dimensioning-helper-f61fdd06.nomodule.js","sources":["../../packages/configurator-core/public/fonts/lato_regular_sub.json"],"sourcesContent":["export default \"static/lato_regular_sub-9dd2262895ccc1a9.json\""],"names":[],"mappings":"w4HAAe"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
System.register(["./script-loader-f89b0cf3.nomodule.js","./roomle-dependency-injection-c8c2f76e.nomodule.js","./camera-behaviour-48e32978.nomodule.js","./main-thread-to-worker-cdc86ed6.nomodule.js","./jszip.min-11d8093e.nomodule.js","./glb-viewer-camera-behaviour-bfed778f.nomodule.js","./query-params-helper-6eaaca17.nomodule.js"],(function(e){var t,r,i,a,n,s,o,h,c,l,d,m,u,_,p,g,v,w,b,C,f,S,L,B,M,y,I,x,G,E,j,F,O,D;return{setters:[function(e){t=e.S,r=e.M},function(e){i=e.aN,a=e.D,n=e.L,s=e.R,o=e.ag,h=e._,c=e.i,l=e.u,d=e.x,m=e.y,u=e.H,_=e.b},function(e){p=e.C,g=e.L,v=e.S,w=e.T},function(e){b=e.a,C=e.ad,f=e.ag,S=e.Q,L=e.A,B=e.C,M=e.aE,y=e.aR,I=e.bw,x=e.i,G=e.bk,E=e.N,j=e.bD},function(e){F=e.D,O=e.J},function(e){D=e.G},function(){}],execute:function(){const P=[new a("script-loader",t),new a("glb-input-manager",class extends i{},1),new a("logger",n),new a("rapi-access",s)];class k extends p{constructor(){super(...arguments),this.shouldIgnoreStandardBehavior=!1}adjust(e,t,r,i,a){let n=new b(-e.x/2,0,-e.z/2),s=new b(e.x/2,e.y,e.z/2);this._boundingBox=new C(n,s);let o=new f(-Math.PI/2+i,r,0,"ZYX"),h=(new S).setFromEuler(o);this._camera.updateProjectionMatrix(),this._camera.quaternion.copy(h),this._camera.position.copy(t)}_update(e){this.shouldIgnoreStandardBehavior?this._saveYawAndPitch():super._update(e)}animateCamera(e){return!!this.shouldIgnoreStandardBehavior||super.animateCamera(e)}}class R extends g{constructor(e,t){super(e,t),this._params={ambientLight:{color:"#ffffff"}},this._ambientLight=new L(new B(this._params.ambientLight.color),.5),this.addToScene()}addToScene(){this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let e=o();if(e&&this._ambientLight){let t=e.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(e=>{this._ambientLight.color=new B(e)})}}}class z extends v{constructor(e,t){super(e,t,l.GLB,M.CAMERA_3D),this._itemsCount=0,this._standardSceneBackgroundColor=this._scene.background,this._initData.legacyLight&&(this._renderer.capabilities.maxTextures>8?this.loadDynamicLightSetting(d.createDynamicLightSettingSource(null,m.CAMERA)):(console.warn("this device has a maximum of 8 texture units thus we are using a simpler light setting"),this._lightSetting=new R(this._scene)))}createCameraControl(e,t){this._changeCameraBehaviour(new D(new k(this._creator_,this._getInputManager(),null),this._cameraBehaviourState))}_getInputManager(){return this._glbInputManager}async loadStaticItem(e,t){const r=await this._rapiAccess.getItem(e);if(r.configuration)return Promise.reject();const i=y(r);return i?this.loadGLB(i,!0,void 0,t):Promise.reject(new Error("GLB Url not detected"))}loadGLB(e,t=!0,r=new b(1,1,1),i){return this.clearScene(),new Promise((a,n)=>{this._loadGLB(e,new b(0,0,0),0,void 0,r,void 0,void 0,i).then(e=>{this._currentGLB=e,this._scene.add(this._currentGLB);let r=(new C).setFromObject(this._currentGLB);t&&this.cameraBehaviour.cameraControl instanceof k&&this.glbViewerCameraBehaviour.updateCameraOnItemLoaded(r),this._updateBounds(r,null,!0),this._readyForRender(),a()},n)})}preparePerspectiveImage(e,t,r){return new Promise(i=>{var a,n;t||(t=1e3),r||(r=1e3),e||((e=new I({antialias:!0})).setSize(t,r),e.outputColorSpace=x,e.autoClear=!1,e.shadowMap.enabled=!0,e.shadowMap.type=G);let s=this.cameraBehaviour.cameraControl.getCamera().clone();s instanceof E&&(s.aspect=t/r,s.updateProjectionMatrix()),null===(a=this._lightSetting)||void 0===a||a.removeFromScene();let o=new F(this._scene);e.render(this._scene,s);let h=e.domElement.toDataURL();e.domElement.toBlob(e=>{i({image:h,width:t,height:r,blob:e})},"image/png"),o.removeFromScene(),null===(n=this._lightSetting)||void 0===n||n.addToScene()})}adjustCamera(e,t,r,i){if(this.cameraBehaviour.cameraControl instanceof k){let a=(new C).setFromObject(this._scene).getSize(new b);this.cameraBehaviour.cameraControl.adjust(a,e,t,r,i),this._requestRender()}}onStart(e){this._itemsCount=e,this._scene.background=null,this.cameraBehaviour.cameraControl instanceof k&&(this.cameraBehaviour.cameraControl.shouldIgnoreStandardBehavior=!0)}onElementFinished(e){this._itemsCount,Math.round(100/this._itemsCount*e)}onFinished(e){this._scene.background=this._standardSceneBackgroundColor,this.cameraBehaviour.cameraControl instanceof k&&(this.cameraBehaviour.cameraControl.shouldIgnoreStandardBehavior=!1)}clearScene(){this._currentGLB&&(this._scene.remove(this._currentGLB),u(this._currentGLB),this._currentGLB=null),super.clearScene()}enableHD(){super.enableHD()}sceneChanged(){}getBounds(){return this._currentGLB?(new C).setFromObject(this._currentGLB):null}get glbViewerCameraBehaviour(){return this.cameraBehaviour}getGeometryBounds(){return null}cameraBehaviourChanged(){super.cameraBehaviourChanged(),this.cameraBehaviour.cameraControl.addEventListener(3,()=>{this._requestRender()},this),this.cameraBehaviour.cameraControl.addEventListener(4,()=>{this._requestRender()},this)}async moveCamera(e){return this.glbViewerCameraBehaviour.externalApiMoveCamera(e)}_readyForRender(){this._globalCallback.onReadyForRender()}}h([c],z.prototype,"_glbInputManager",void 0),h([c],z.prototype,"_rapiAccess",void 0);class A{constructor(e,t,r){this._prefix="https://furniture.roomle.com/3d/glb/",this._listeners=new Set,this._finishedItems=0,this._sceneManager=e,this._renderer=new I({antialias:!0,alpha:!0}),this._width=t,this._height=r,this._renderer.setSize(t,r),this._renderer.setClearColor(16777215,0),this._renderer.outputColorSpace=x}addListener(e){this._listeners.add(e)}removeListener(e){this._listeners.delete(e)}start(e){return this._entries=[],e.forEach(e=>{this._entries.push(this._transform(e))}),this._finishedItems=0,this._listeners.forEach(e=>e.onStart(this._entries.length)),this._zip=new window.JSZip,this._doNextEntry(),new Promise(e=>{this._resolve=e})}_transform(e){return{name:e.path.replace(".glb",".png"),url:this._prefix+e.path,position:new b(e.camera.position.x,e.camera.position.z,-e.camera.position.y),fov:2*e.camera.fieldOfView,yaw:e.camera.rotation.z,pitch:e.camera.rotation.x}}_doNextEntry(){0===this._entries.length?(this._listeners.forEach(e=>e.onFinished(this._zip)),this._resolve(this._zip)):this._processEntry(this._entries[0])}_processEntry(e){this._sceneManager.loadGLB(e.url,!1,void 0).then(()=>{this._sceneManager.adjustCamera(e.position,e.yaw,e.pitch,e.fov),this._sceneManager.preparePerspectiveImage(this._renderer,this._width,this._height).then(t=>{this._entryFinished(e,t)})})}_entryFinished(e,t){let r=this._entries.indexOf(e);r>-1&&this._entries.splice(r,1),this._finishedItems++,this._listeners.forEach(e=>e.onElementFinished(this._finishedItems)),this._zip.file(e.name,t.blob),this._doNextEntry()}}class U{constructor(e){this._currentIdOrUrl=null,this._creator_=e}setCameraOffset(e){this._sceneManager.setCameraOffset(e)}getCameraOffset(){return this._sceneManager.getCameraOffset()}init(e,t){return this.setOverrides(t),this._domHelper.setDomElement(e),this._sceneManager?(this._lifeCycleManager.resume(),Promise.resolve()):new Promise(this._initPromiseCallback.bind(this))}_initPromiseCallback(e,t){Promise.all([this._scriptLoader.fetch(w,{id:"tween-js"})]).then(()=>{this._sceneManager=new z(this._creator_,{left:0,top:1,right:1,bottom:0}),this._sceneManager.enableHD(),e()})}clearScene(){this._sceneManager.clearScene()}loadGLB(e,t=1,r){return this._currentIdOrUrl=e,this._rapiAccess.trackView(e),this._sceneManager.loadGLB(e,!0,new b(t,t,t),r)}loadStaticItem(e,t){return this._currentIdOrUrl=e,this._rapiAccess.trackView(e),this._sceneManager.loadStaticItem(e,t)}getCurrentId(){return this._currentIdOrUrl}loadSceneSetting(e){return this._sceneManager.loadSceneSettings(e)}preparePerspectiveImage(){return this._sceneManager.preparePerspectiveImage()}processRenderList(e,t=320,r=320){let i=JSON.parse(e);this._scriptLoader.fetch(O,{id:"jszip-js"}).then(()=>{let e=new A(this._sceneManager,t,r);e.addListener(this._sceneManager),e.start(i.items).then(t=>{t.generateAsync({type:"blob"}).then(t=>{j("content.zip",URL.createObjectURL(t)),e.removeListener(this._sceneManager)})})})}setOverrides(e){e&&(this._initData.setOverrides(e),this._globalInitData.setOverrides(e))}updateSize(){this._sceneManager.updateCamera()}getMain(){}resumeTest(e){this._domHelper.setDomElement(e),this._lifeCycleManager.resume()}pauseTest(){this._lifeCycleManager.pause()}showGUI(){this._sceneManager.showGUI()}get callbacks(){return{}}getScene(){return this._sceneManager.getScene()}updateScene(){this._sceneManager.updateScene()}getUnitFormatter(){return this._unitFormatter}getStorage(){return this._idbManager}setEnvironmentMap(e){const{url:t,intensity:r,rotation:i,maxLightSources:a}=e;this._sceneManager.setEnvironmentMap(t,r,i,a)}exportCanvasScreenshot(e){return this._sceneManager.exportCanvasScreenshot(e)}async moveCamera(e){return this._sceneManager.moveCamera(e)}get globalCallbacks(){return this._globalCallback}}h([c],U.prototype,"_rapiAccess",void 0),h([c],U.prototype,"_domHelper",void 0),h([c],U.prototype,"_scriptLoader",void 0),h([c],U.prototype,"_lifeCycleManager",void 0),h([c],U.prototype,"_initData",void 0),h([c],U.prototype,"_globalInitData",void 0),h([c],U.prototype,"_globalCallback",void 0),h([c],U.prototype,"_unitFormatter",void 0),h([c],U.prototype,"_idbManager",void 0),e("GlbViewer",class extends r{setupGlobals(){}setupDependencies(){_.setup(P),this.lookup("logger",this._context)}cleanUpGlobals(){throw new Error("Method not implemented.")}cleanUpDependencies(){throw new Error("Method not implemented.")}bootFinished(){this._viewer=new U(this._context),window.RoomleGLBViewer||(window.RoomleGLBViewer=this._viewer)}getApi(){return this._viewer}getContextName(){return"glb-viewer"}})}}}));
|
|
2
|
+
//# sourceMappingURL=glb-viewer-679beb3b.nomodule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glb-viewer-679beb3b.nomodule.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{S as ScriptLoader,M as Main}from"./script-loader-b3c90a92.js";import{aN as InputManager,D as DependencyInjectionAssignment,L as Logger,R as RapiAccess,ag as getGUI,_ as __decorate,i as inject,u as CANVAS_ID,x as DynamicLightSettingLoader,y as PREDEFINED_LIGHTSETTING,H as dispose,b as RoomleDependencyInjection}from"./roomle-dependency-injection-70c5ace3.js";import{C as CameraControl3D,L as LightSetting,S as SceneManager,T as TWEEN_FILE_NAME}from"./camera-behaviour-f48e76c0.js";import{a as Vector3,ad as Box3,ag as Euler,Q as Quaternion,A as AmbientLight,C as Color,aE as CAMERA_TYPE,aR as getGlbUrl,bw as WebGLRenderer,i as SRGBColorSpace,bk as BasicShadowMap,N as PerspectiveCamera,bD as download}from"./main-thread-to-worker-b9299c65.js";import{D as DefaultLightSetting,J as JS_ZIP_FILE_NAME}from"./jszip.min-176b84b6.js";import{G as GlbViewerCameraBehaviour}from"./glb-viewer-camera-behaviour-4ac19d93.js";import"./query-params-helper-45cc26ae.js";const INJECTABLES=[new DependencyInjectionAssignment("script-loader",ScriptLoader),new DependencyInjectionAssignment("glb-input-manager",class extends InputManager{},1),new DependencyInjectionAssignment("logger",Logger),new DependencyInjectionAssignment("rapi-access",RapiAccess)];class AdjustableCameraControl3D extends CameraControl3D{constructor(){super(...arguments),this.shouldIgnoreStandardBehavior=!1}adjust(e,t,r,a,i){let n=new Vector3(-e.x/2,0,-e.z/2),s=new Vector3(e.x/2,e.y,e.z/2);this._boundingBox=new Box3(n,s);let o=new Euler(-Math.PI/2+a,r,0,"ZYX"),c=(new Quaternion).setFromEuler(o);this._camera.updateProjectionMatrix(),this._camera.quaternion.copy(c),this._camera.position.copy(t)}_update(e){this.shouldIgnoreStandardBehavior?this._saveYawAndPitch():super._update(e)}animateCamera(e){return!!this.shouldIgnoreStandardBehavior||super.animateCamera(e)}}class GLBViewerLightSetting extends LightSetting{constructor(e,t){super(e,t),this._params={ambientLight:{color:"#ffffff"}},this._ambientLight=new AmbientLight(new Color(this._params.ambientLight.color),.5),this.addToScene()}addToScene(){this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let e=getGUI();if(e&&this._ambientLight){let t=e.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(e=>{this._ambientLight.color=new Color(e)})}}}class GLBViewerSceneManager extends SceneManager{constructor(e,t){super(e,t,CANVAS_ID.GLB,CAMERA_TYPE.CAMERA_3D),this._itemsCount=0,this._standardSceneBackgroundColor=this._scene.background,this._initData.legacyLight&&(this._renderer.capabilities.maxTextures>8?this.loadDynamicLightSetting(DynamicLightSettingLoader.createDynamicLightSettingSource(null,PREDEFINED_LIGHTSETTING.CAMERA)):(console.warn("this device has a maximum of 8 texture units thus we are using a simpler light setting"),this._lightSetting=new GLBViewerLightSetting(this._scene)))}createCameraControl(e,t){this._changeCameraBehaviour(new GlbViewerCameraBehaviour(new AdjustableCameraControl3D(this._creator_,this._getInputManager(),null),this._cameraBehaviourState))}_getInputManager(){return this._glbInputManager}async loadStaticItem(e,t){const r=await this._rapiAccess.getItem(e);if(r.configuration)return Promise.reject();const a=getGlbUrl(r);return a?this.loadGLB(a,!0,void 0,t):Promise.reject(new Error("GLB Url not detected"))}loadGLB(e,t=!0,r=new Vector3(1,1,1),a){return this.clearScene(),new Promise((i,n)=>{this._loadGLB(e,new Vector3(0,0,0),0,void 0,r,void 0,void 0,a).then(e=>{this._currentGLB=e,this._scene.add(this._currentGLB);let r=(new Box3).setFromObject(this._currentGLB);t&&this.cameraBehaviour.cameraControl instanceof AdjustableCameraControl3D&&this.glbViewerCameraBehaviour.updateCameraOnItemLoaded(r),this._updateBounds(r,null,!0),this._readyForRender(),i()},n)})}preparePerspectiveImage(e,t,r){return new Promise(a=>{var i,n;t||(t=1e3),r||(r=1e3),e||((e=new WebGLRenderer({antialias:!0})).setSize(t,r),e.outputColorSpace=SRGBColorSpace,e.autoClear=!1,e.shadowMap.enabled=!0,e.shadowMap.type=BasicShadowMap);let s=this.cameraBehaviour.cameraControl.getCamera().clone();s instanceof PerspectiveCamera&&(s.aspect=t/r,s.updateProjectionMatrix()),null===(i=this._lightSetting)||void 0===i||i.removeFromScene();let o=new DefaultLightSetting(this._scene);e.render(this._scene,s);let c=e.domElement.toDataURL();e.domElement.toBlob(e=>{a({image:c,width:t,height:r,blob:e})},"image/png"),o.removeFromScene(),null===(n=this._lightSetting)||void 0===n||n.addToScene()})}adjustCamera(e,t,r,a){if(this.cameraBehaviour.cameraControl instanceof AdjustableCameraControl3D){let i=(new Box3).setFromObject(this._scene).getSize(new Vector3);this.cameraBehaviour.cameraControl.adjust(i,e,t,r,a),this._requestRender()}}onStart(e){this._itemsCount=e,this._scene.background=null,this.cameraBehaviour.cameraControl instanceof AdjustableCameraControl3D&&(this.cameraBehaviour.cameraControl.shouldIgnoreStandardBehavior=!0)}onElementFinished(e){this._itemsCount,Math.round(100/this._itemsCount*e)}onFinished(e){this._scene.background=this._standardSceneBackgroundColor,this.cameraBehaviour.cameraControl instanceof AdjustableCameraControl3D&&(this.cameraBehaviour.cameraControl.shouldIgnoreStandardBehavior=!1)}clearScene(){this._currentGLB&&(this._scene.remove(this._currentGLB),dispose(this._currentGLB),this._currentGLB=null),super.clearScene()}enableHD(){super.enableHD()}sceneChanged(){}getBounds(){return this._currentGLB?(new Box3).setFromObject(this._currentGLB):null}get glbViewerCameraBehaviour(){return this.cameraBehaviour}getGeometryBounds(){return null}cameraBehaviourChanged(){super.cameraBehaviourChanged(),this.cameraBehaviour.cameraControl.addEventListener(3,()=>{this._requestRender()},this),this.cameraBehaviour.cameraControl.addEventListener(4,()=>{this._requestRender()},this)}async moveCamera(e){return this.glbViewerCameraBehaviour.externalApiMoveCamera(e)}_readyForRender(){this._globalCallback.onReadyForRender()}}__decorate([inject],GLBViewerSceneManager.prototype,"_glbInputManager",void 0),__decorate([inject],GLBViewerSceneManager.prototype,"_rapiAccess",void 0);class GLBRenderWorker{constructor(e,t,r){this._prefix="https://furniture.roomle.com/3d/glb/",this._listeners=new Set,this._finishedItems=0,this._sceneManager=e,this._renderer=new WebGLRenderer({antialias:!0,alpha:!0}),this._width=t,this._height=r,this._renderer.setSize(t,r),this._renderer.setClearColor(16777215,0),this._renderer.outputColorSpace=SRGBColorSpace}addListener(e){this._listeners.add(e)}removeListener(e){this._listeners.delete(e)}start(e){return this._entries=[],e.forEach(e=>{this._entries.push(this._transform(e))}),this._finishedItems=0,this._listeners.forEach(e=>e.onStart(this._entries.length)),this._zip=new window.JSZip,this._doNextEntry(),new Promise(e=>{this._resolve=e})}_transform(e){return{name:e.path.replace(".glb",".png"),url:this._prefix+e.path,position:new Vector3(e.camera.position.x,e.camera.position.z,-e.camera.position.y),fov:2*e.camera.fieldOfView,yaw:e.camera.rotation.z,pitch:e.camera.rotation.x}}_doNextEntry(){0===this._entries.length?(this._listeners.forEach(e=>e.onFinished(this._zip)),this._resolve(this._zip)):this._processEntry(this._entries[0])}_processEntry(e){this._sceneManager.loadGLB(e.url,!1,void 0).then(()=>{this._sceneManager.adjustCamera(e.position,e.yaw,e.pitch,e.fov),this._sceneManager.preparePerspectiveImage(this._renderer,this._width,this._height).then(t=>{this._entryFinished(e,t)})})}_entryFinished(e,t){let r=this._entries.indexOf(e);r>-1&&this._entries.splice(r,1),this._finishedItems++,this._listeners.forEach(e=>e.onElementFinished(this._finishedItems)),this._zip.file(e.name,t.blob),this._doNextEntry()}}class RoomleGLBViewer{constructor(e){this._currentIdOrUrl=null,this._creator_=e}setCameraOffset(e){this._sceneManager.setCameraOffset(e)}getCameraOffset(){return this._sceneManager.getCameraOffset()}init(e,t){return this.setOverrides(t),this._domHelper.setDomElement(e),this._sceneManager?(this._lifeCycleManager.resume(),Promise.resolve()):new Promise(this._initPromiseCallback.bind(this))}_initPromiseCallback(e,t){Promise.all([this._scriptLoader.fetch(TWEEN_FILE_NAME,{id:"tween-js"})]).then(()=>{this._sceneManager=new GLBViewerSceneManager(this._creator_,{left:0,top:1,right:1,bottom:0}),this._sceneManager.enableHD(),e()})}clearScene(){this._sceneManager.clearScene()}loadGLB(e,t=1,r){return this._currentIdOrUrl=e,this._rapiAccess.trackView(e),this._sceneManager.loadGLB(e,!0,new Vector3(t,t,t),r)}loadStaticItem(e,t){return this._currentIdOrUrl=e,this._rapiAccess.trackView(e),this._sceneManager.loadStaticItem(e,t)}getCurrentId(){return this._currentIdOrUrl}loadSceneSetting(e){return this._sceneManager.loadSceneSettings(e)}preparePerspectiveImage(){return this._sceneManager.preparePerspectiveImage()}processRenderList(e,t=320,r=320){let a=JSON.parse(e);this._scriptLoader.fetch(JS_ZIP_FILE_NAME,{id:"jszip-js"}).then(()=>{let e=new GLBRenderWorker(this._sceneManager,t,r);e.addListener(this._sceneManager),e.start(a.items).then(t=>{t.generateAsync({type:"blob"}).then(t=>{download("content.zip",URL.createObjectURL(t)),e.removeListener(this._sceneManager)})})})}setOverrides(e){e&&(this._initData.setOverrides(e),this._globalInitData.setOverrides(e))}updateSize(){this._sceneManager.updateCamera()}getMain(){}resumeTest(e){this._domHelper.setDomElement(e),this._lifeCycleManager.resume()}pauseTest(){this._lifeCycleManager.pause()}showGUI(){this._sceneManager.showGUI()}get callbacks(){return{}}getScene(){return this._sceneManager.getScene()}updateScene(){this._sceneManager.updateScene()}getUnitFormatter(){return this._unitFormatter}getStorage(){return this._idbManager}setEnvironmentMap(e){const{url:t,intensity:r,rotation:a,maxLightSources:i}=e;this._sceneManager.setEnvironmentMap(t,r,a,i)}exportCanvasScreenshot(e){return this._sceneManager.exportCanvasScreenshot(e)}async moveCamera(e){return this._sceneManager.moveCamera(e)}get globalCallbacks(){return this._globalCallback}}__decorate([inject],RoomleGLBViewer.prototype,"_rapiAccess",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_domHelper",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_scriptLoader",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_lifeCycleManager",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_initData",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_globalInitData",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_globalCallback",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_unitFormatter",void 0),__decorate([inject],RoomleGLBViewer.prototype,"_idbManager",void 0);class GlbViewer extends Main{setupGlobals(){}setupDependencies(){RoomleDependencyInjection.setup(INJECTABLES),this.lookup("logger",this._context)}cleanUpGlobals(){throw new Error("Method not implemented.")}cleanUpDependencies(){throw new Error("Method not implemented.")}bootFinished(){this._viewer=new RoomleGLBViewer(this._context),window.RoomleGLBViewer||(window.RoomleGLBViewer=this._viewer)}getApi(){return this._viewer}getContextName(){return"glb-viewer"}}export{GlbViewer};
|
|
2
|
+
//# sourceMappingURL=glb-viewer-b3abf3a0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glb-viewer-b3abf3a0.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/lib/{glb-viewer-camera-behaviour-1f71cb62.js → glb-viewer-camera-behaviour-4ac19d93.js}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{b as CameraBehaviour}from"./camera-behaviour-
|
|
2
|
-
//# sourceMappingURL=glb-viewer-camera-behaviour-
|
|
1
|
+
import{b as CameraBehaviour}from"./camera-behaviour-f48e76c0.js";class GlbViewerCameraBehaviour extends CameraBehaviour{get cameraControl(){return this._cameraControl}async updateCameraOnItemLoaded(a){await this.cameraControl.updateAndReset(a,!0)}async externalApiMoveCamera(a){await this.cameraControl.moveCamera(a),this._onCameraChanged()}}export{GlbViewerCameraBehaviour as G};
|
|
2
|
+
//# sourceMappingURL=glb-viewer-camera-behaviour-4ac19d93.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glb-viewer-camera-behaviour-4ac19d93.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./camera-behaviour-
|
|
2
|
-
//# sourceMappingURL=glb-viewer-camera-behaviour-
|
|
1
|
+
System.register(["./camera-behaviour-48e32978.nomodule.js"],(function(e){var a;return{setters:[function(e){a=e.b}],execute:function(){e("G",class extends a{get cameraControl(){return this._cameraControl}async updateCameraOnItemLoaded(e){await this.cameraControl.updateAndReset(e,!0)}async externalApiMoveCamera(e){await this.cameraControl.moveCamera(e),this._onCameraChanged()}})}}}));
|
|
2
|
+
//# sourceMappingURL=glb-viewer-camera-behaviour-bfed778f.nomodule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glb-viewer-camera-behaviour-bfed778f.nomodule.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{GlbViewer}from"./glb-viewer-b3abf3a0.js";import"./script-loader-b3c90a92.js";import"./query-params-helper-45cc26ae.js";import"./main-thread-to-worker-b9299c65.js";import"./roomle-dependency-injection-70c5ace3.js";import"./camera-behaviour-f48e76c0.js";import"./jszip.min-176b84b6.js";import"./glb-viewer-camera-behaviour-4ac19d93.js";(new GlbViewer).boot();
|
|
2
|
+
//# sourceMappingURL=glb-viewer-main-686013c2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"glb-viewer-main-686013c2.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./glb-viewer-
|
|
1
|
+
System.register(["./glb-viewer-679beb3b.nomodule.js","./script-loader-f89b0cf3.nomodule.js","./query-params-helper-6eaaca17.nomodule.js","./main-thread-to-worker-cdc86ed6.nomodule.js","./roomle-dependency-injection-c8c2f76e.nomodule.js","./camera-behaviour-48e32978.nomodule.js","./jszip.min-11d8093e.nomodule.js","./glb-viewer-camera-behaviour-bfed778f.nomodule.js"],(function(){var e;return{setters:[function(n){e=n.GlbViewer},function(){},function(){},function(){},function(){},function(){},function(){},function(){}],execute:function(){(new e).boot()}}}));
|
|
2
2
|
//# sourceMappingURL=glb-viewer-main.nomodule.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
System.register(["./camera-behaviour-
|
|
2
|
-
//# sourceMappingURL=
|
|
1
|
+
System.register(["./camera-behaviour-48e32978.nomodule.js","./roomle-dependency-injection-c8c2f76e.nomodule.js","./main-thread-to-worker-cdc86ed6.nomodule.js"],(function(i){var t,a,e,n,o,s,h;return{setters:[function(i){t=i.L},function(i){a=i.ag},function(i){e=i.D,n=i.C,o=i.V,s=i.a,h=i.A}],execute:function(){i("D",class extends t{constructor(i,t){super(i,t),this._params={ambientLight:{color:"#ffffff"},mainDirLight:{position:{x:-3,y:4,z:4},color:"#ffffff"},secondDirLight:{position:{x:3,y:4,z:3},color:"#ffffff"}},this._mainDirectionalLight=new e(new n(this._params.mainDirLight.color),.8),this._mainDirectionalLight.position.set(this._params.mainDirLight.position.x,this._params.mainDirLight.position.y,this._params.mainDirLight.position.z),this._mainDirectionalLight.layers.set(1),this._mainDirectionalLight.castShadow=!0,this._mainDirectionalLight.shadow.camera.near=.1,this._mainDirectionalLight.shadow.camera.far=100,this._mainDirectionalLight.shadow.mapSize=new o(1024,1024),this._mainDirectionalLight.visible=!0,this._mainDirectionalLight.lookAt(new s(0,0,0)),this._secondDirectionalLight=new e(new n(this._params.secondDirLight.color),.2),this._secondDirectionalLight.position.set(this._params.secondDirLight.position.x,this._params.secondDirLight.position.y,this._params.secondDirLight.position.z),this._secondDirectionalLight.layers.set(1),this._secondDirectionalLight.castShadow=!1,this._secondDirectionalLight.shadow.camera.near=.1,this._secondDirectionalLight.shadow.camera.far=100,this._secondDirectionalLight.shadow.mapSize=new o(1024,1024),this._secondDirectionalLight.visible=!0,this._secondDirectionalLight.lookAt(new s(0,0,0)),this._ambientLight=new h(new n(this._params.ambientLight.color),.5),this._ambientLight.layers.set(1),this.addToScene()}needsBounds(){return!0}updateBounds(i){const t=i.getSize(new s),a=Math.max(Math.max(t.x,t.y),t.z)+1,e=a/2;this._mainDirectionalLight.shadow.camera.top=e,this._mainDirectionalLight.shadow.camera.bottom=-e,this._mainDirectionalLight.shadow.camera.left=-e,this._mainDirectionalLight.shadow.camera.right=e,this._mainDirectionalLight.shadow.camera.near=.01,this._mainDirectionalLight.shadow.camera.far=4*a,this._mainDirectionalLight.shadow.camera.updateProjectionMatrix(),this._secondDirectionalLight.shadow.camera.top=e,this._secondDirectionalLight.shadow.camera.bottom=-e,this._secondDirectionalLight.shadow.camera.left=-e,this._secondDirectionalLight.shadow.camera.right=e,this._secondDirectionalLight.shadow.camera.near=.01,this._secondDirectionalLight.shadow.camera.far=4*a,this._secondDirectionalLight.shadow.camera.updateProjectionMatrix()}addToScene(){this._scene.add(this._mainDirectionalLight),this._scene.add(this._secondDirectionalLight),this._scene.add(this._ambientLight)}removeFromScene(){this._scene.remove(this._mainDirectionalLight),this._scene.remove(this._secondDirectionalLight),this._scene.remove(this._ambientLight)}reload(){this.removeFromScene(),this.addToScene()}showGUI(){let i=a();if(i){if(this._ambientLight){let t=i.addFolder("Ambient Light");t.add(this._ambientLight,"visible"),t.add(this._ambientLight,"intensity").min(0).max(5).step(.1),t.addColor(this._params.ambientLight,"color").onChange(i=>this._ambientLight.color=new n(i))}if(this._mainDirectionalLight){let t=i.addFolder("Main Directional Light");t.add(this._mainDirectionalLight,"visible"),t.add(this._mainDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._mainDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new n(i)),t.add(this._mainDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._mainDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._mainDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0)))}if(this._secondDirectionalLight){let t=i.addFolder("Second Directional Light");t.add(this._secondDirectionalLight,"visible"),t.add(this._secondDirectionalLight,"intensity").min(0).max(10).step(.1),t.add(this._secondDirectionalLight,"castShadow"),t.addColor(this._params.mainDirLight,"color").onChange(i=>this._mainDirectionalLight.color=new n(i)),t.add(this._secondDirectionalLight.position,"x").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._secondDirectionalLight.position,"y").min(-10).max(50).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0))),t.add(this._secondDirectionalLight.position,"z").min(-10).max(10).step(.1).onChange(()=>this._mainDirectionalLight.lookAt(new s(0,0,0)))}}}}),i("J","static/jszip.min-c96375d50e72b199.js")}}}));
|
|
2
|
+
//# sourceMappingURL=jszip.min-11d8093e.nomodule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jszip.min-11d8093e.nomodule.js","sources":["../../node_modules/jszip/dist/jszip.min.js"],"sourcesContent":["export default \"static/jszip.min-c96375d50e72b199.js\""],"names":["exports"],"mappings":"0nJAAeA,EAAA,IAAA"}
|