@xeokit/xeokit-sdk 2.6.90 → 2.6.91
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/LICENSE +7 -4
- package/dist/xeokit-sdk.cjs.js +65332 -65340
- package/dist/xeokit-sdk.es.js +65332 -65340
- package/dist/xeokit-sdk.es5.js +4850 -4846
- package/dist/xeokit-sdk.min.cjs.js +7 -7
- package/dist/xeokit-sdk.min.es.js +7 -7
- package/dist/xeokit-sdk.min.es5.js +6 -6
- package/package.json +5 -5
- package/src/external.js +4 -0
- package/src/index.js +1 -1
- package/src/plugins/GLTFLoaderPlugin/GLTFSceneModelLoader.js +2 -2
- package/src/plugins/LASLoaderPlugin/LASLoaderPlugin.js +3 -3
- package/src/viewer/Viewer.js +1 -1
- package/src/viewer/scene/CameraControl/lib/handlers/MouseMiscHandler.js +1 -0
- package/src/viewer/scene/CameraControl/lib/handlers/MousePanRotateDollyHandler.js +9 -16
- package/src/viewer/scene/CameraControl/lib/handlers/TouchPanRotateAndDollyHandler.js +11 -17
- package/types/viewer/Viewer.d.ts +2 -2
package/LICENSE
CHANGED
|
@@ -630,10 +630,6 @@ K3D.js V1.0
|
|
|
630
630
|
Copyright (c) 2012 Ivan Kuckir
|
|
631
631
|
MIT License [http://www.opensource.org/licenses/mit-license.php]
|
|
632
632
|
|
|
633
|
-
web-ifc
|
|
634
|
-
Copyright (c) 2020-2022 web-ifc contributors
|
|
635
|
-
MIT License [http://www.opensource.org/licenses/mit-license.php]
|
|
636
|
-
|
|
637
633
|
Pako
|
|
638
634
|
Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
|
|
639
635
|
MIT License [http://www.opensource.org/licenses/mit-license.php]
|
|
@@ -641,6 +637,13 @@ MIT License [http://www.opensource.org/licenses/mit-license.php]
|
|
|
641
637
|
Earcut
|
|
642
638
|
Copyright (c) 2024, Mapbox
|
|
643
639
|
ISC License [https://opensource.org/license/isc-license-txt]
|
|
640
|
+
|
|
641
|
+
xeokit also uses the following components with MPL-2.0 in executable form:
|
|
642
|
+
|
|
643
|
+
web-ifc
|
|
644
|
+
Copyright (c) 2020-2025 web-ifc contributors
|
|
645
|
+
Link to source code: https://github.com/ThatOpen/engine_web-ifc
|
|
646
|
+
Mozilla Public License, v. 2.0 [https://www.mozilla.org/en-US/MPL/2.0/]
|
|
644
647
|
---
|
|
645
648
|
|
|
646
649
|
## 📜 Licensing & Commercial Use
|