x_ite 8.6.23 → 8.6.24
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/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +18 -18
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +24 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +22 -22
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +18 -18
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +28 -28
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +97 -95
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/package.json +1 -1
- package/src/x_ite/Base/X3DBaseNode.js +2 -1
- package/src/x_ite/Base/X3DFieldDefinition.js +7 -4
- package/src/x_ite/Browser/Time/X3DTimeContext.js +1 -5
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +6 -3
- package/src/x_ite/Browser/X3DBrowserContext.js +0 -4
- package/src/x_ite/Configuration/ComponentInfo.js +7 -4
- package/src/x_ite/Configuration/ProfileInfo.js +7 -4
- package/src/x_ite/Configuration/UnitInfo.js +5 -5
- package/src/x_ite/Execution/X3DScene.js +4 -7
- package/src/x_ite/Parser/JSONParser.js +1 -1
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.24 */(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 747:
|
|
15
15
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var jQuery = __webpack_require__(184);
|
|
19
19
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
|
387
387
|
|
|
388
388
|
/***/ }),
|
|
389
389
|
|
|
390
|
-
/***/
|
|
390
|
+
/***/ 371:
|
|
391
391
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
392
392
|
|
|
393
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
393
|
+
/* provided dependency */ var jQuery = __webpack_require__(184);
|
|
394
394
|
/**
|
|
395
395
|
* @preserve jquery.fullscreen 1.1.5
|
|
396
396
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -586,7 +586,7 @@ installFullScreenHandlers();
|
|
|
586
586
|
|
|
587
587
|
/***/ }),
|
|
588
588
|
|
|
589
|
-
/***/
|
|
589
|
+
/***/ 810:
|
|
590
590
|
/***/ ((module, exports, __webpack_require__) => {
|
|
591
591
|
|
|
592
592
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
600
600
|
(function (factory) {
|
|
601
601
|
if ( true ) {
|
|
602
602
|
// AMD. Register as an anonymous module.
|
|
603
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
603
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(184)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
604
604
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
605
605
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
606
606
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
811
811
|
|
|
812
812
|
/***/ }),
|
|
813
813
|
|
|
814
|
-
/***/
|
|
814
|
+
/***/ 184:
|
|
815
815
|
/***/ (function(module, exports) {
|
|
816
816
|
|
|
817
817
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11784,7 +11784,7 @@ return jQuery;
|
|
|
11784
11784
|
|
|
11785
11785
|
/***/ }),
|
|
11786
11786
|
|
|
11787
|
-
/***/
|
|
11787
|
+
/***/ 721:
|
|
11788
11788
|
/***/ ((module) => {
|
|
11789
11789
|
|
|
11790
11790
|
/**
|
|
@@ -16563,7 +16563,7 @@ if (true) {
|
|
|
16563
16563
|
|
|
16564
16564
|
/***/ }),
|
|
16565
16565
|
|
|
16566
|
-
/***/
|
|
16566
|
+
/***/ 629:
|
|
16567
16567
|
/***/ (function(__unused_webpack_module, exports) {
|
|
16568
16568
|
|
|
16569
16569
|
|
|
@@ -19808,7 +19808,7 @@ if (true) {
|
|
|
19808
19808
|
|
|
19809
19809
|
/***/ }),
|
|
19810
19810
|
|
|
19811
|
-
/***/
|
|
19811
|
+
/***/ 872:
|
|
19812
19812
|
/***/ (function(module, exports) {
|
|
19813
19813
|
|
|
19814
19814
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -22728,10 +22728,13 @@ x_ite_Namespace.set ("x_ite/Base/X3DEventObject", X3DEventObject_default_);
|
|
|
22728
22728
|
|
|
22729
22729
|
function X3DFieldDefinition (accessType, name, value)
|
|
22730
22730
|
{
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
|
|
22734
|
-
|
|
22731
|
+
Object .defineProperties (this,
|
|
22732
|
+
{
|
|
22733
|
+
accessType: { value: accessType, enumerable: true },
|
|
22734
|
+
dataType: { value: value .getType (), enumerable: true },
|
|
22735
|
+
name: { value: name, enumerable: true },
|
|
22736
|
+
value: { value: value },
|
|
22737
|
+
});
|
|
22735
22738
|
}
|
|
22736
22739
|
|
|
22737
22740
|
X3DFieldDefinition .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -34673,6 +34676,8 @@ X3DBaseNode .prototype = Object .assign (Object .create (Base_X3DEventObject.pro
|
|
|
34673
34676
|
{
|
|
34674
34677
|
get: function () { return field; },
|
|
34675
34678
|
set: function (value) { field .setValue (value); },
|
|
34679
|
+
configurable: true, // deletable
|
|
34680
|
+
enumerable: true,
|
|
34676
34681
|
});
|
|
34677
34682
|
|
|
34678
34683
|
if (!this .isPrivate ())
|
|
@@ -34727,7 +34732,6 @@ X3DBaseNode .prototype = Object .assign (Object .create (Base_X3DEventObject.pro
|
|
|
34727
34732
|
{
|
|
34728
34733
|
get: function () { return field; },
|
|
34729
34734
|
set: function (value) { field .setValue (value); },
|
|
34730
|
-
enumerable: true,
|
|
34731
34735
|
});
|
|
34732
34736
|
|
|
34733
34737
|
if (field .isInitializable ())
|
|
@@ -34998,7 +35002,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
|
34998
35002
|
*
|
|
34999
35003
|
******************************************************************************/
|
|
35000
35004
|
|
|
35001
|
-
const VERSION_default_ = "8.6.
|
|
35005
|
+
const VERSION_default_ = "8.6.24";
|
|
35002
35006
|
;
|
|
35003
35007
|
|
|
35004
35008
|
x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
|
|
@@ -35917,7 +35921,7 @@ const gettext_default_ = gettext;
|
|
|
35917
35921
|
x_ite_Namespace.set ("locale/gettext", gettext_default_);
|
|
35918
35922
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
35919
35923
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
35920
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
35924
|
+
/* provided dependency */ var $ = __webpack_require__(184);
|
|
35921
35925
|
/*******************************************************************************
|
|
35922
35926
|
*
|
|
35923
35927
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36415,7 +36419,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
36415
36419
|
x_ite_Namespace.set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
36416
36420
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
36417
36421
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
36418
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
36422
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(184);
|
|
36419
36423
|
/*******************************************************************************
|
|
36420
36424
|
*
|
|
36421
36425
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36951,7 +36955,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
36951
36955
|
x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
36952
36956
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
36953
36957
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
36954
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
36958
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(184);
|
|
36955
36959
|
/*******************************************************************************
|
|
36956
36960
|
*
|
|
36957
36961
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -37073,8 +37077,8 @@ const Notification_default_ = Notification;
|
|
|
37073
37077
|
x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
|
|
37074
37078
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
37075
37079
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
37076
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
37077
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
37080
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(371);
|
|
37081
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(184);
|
|
37078
37082
|
/*******************************************************************************
|
|
37079
37083
|
*
|
|
37080
37084
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42129,7 +42133,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
|
|
|
42129
42133
|
x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
|
|
42130
42134
|
/* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
|
|
42131
42135
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
42132
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
42136
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(184);
|
|
42133
42137
|
/*******************************************************************************
|
|
42134
42138
|
*
|
|
42135
42139
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45311,7 +45315,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
45311
45315
|
x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
45312
45316
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
45313
45317
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
45314
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
45318
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(184);
|
|
45315
45319
|
/*******************************************************************************
|
|
45316
45320
|
*
|
|
45317
45321
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46792,7 +46796,7 @@ JSONParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototy
|
|
|
46792
46796
|
}
|
|
46793
46797
|
else
|
|
46794
46798
|
{
|
|
46795
|
-
if (key === "connect" || key === "fieldValue" || key === "field" || key === "meta" || key === "component")
|
|
46799
|
+
if (key === "connect" || key === "fieldValue" || key === "field" || key === "meta" || key === "component" || key === "unit")
|
|
46796
46800
|
{
|
|
46797
46801
|
for (const childkey in object [key])
|
|
46798
46802
|
{
|
|
@@ -47348,7 +47352,7 @@ const URLs_default_ = URLs;
|
|
|
47348
47352
|
x_ite_Namespace.set ("x_ite/Browser/Networking/URLs", URLs_default_);
|
|
47349
47353
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
47350
47354
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
47351
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
47355
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(184);
|
|
47352
47356
|
/*******************************************************************************
|
|
47353
47357
|
*
|
|
47354
47358
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49814,7 +49818,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
49814
49818
|
x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
49815
49819
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
49816
49820
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
49817
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
49821
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(184);
|
|
49818
49822
|
/*******************************************************************************
|
|
49819
49823
|
*
|
|
49820
49824
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49967,7 +49971,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49967
49971
|
x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
49968
49972
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
49969
49973
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
49970
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49974
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(184);
|
|
49971
49975
|
/*******************************************************************************
|
|
49972
49976
|
*
|
|
49973
49977
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52457,8 +52461,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52457
52461
|
x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
52458
52462
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
52459
52463
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52460
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52461
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
52464
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(184);
|
|
52465
|
+
/* provided dependency */ var libtess = __webpack_require__(721);
|
|
52462
52466
|
/*******************************************************************************
|
|
52463
52467
|
*
|
|
52464
52468
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55227,7 +55231,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
55227
55231
|
x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
|
|
55228
55232
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
55229
55233
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
55230
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
55234
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(184);
|
|
55231
55235
|
/*******************************************************************************
|
|
55232
55236
|
*
|
|
55233
55237
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55556,7 +55560,7 @@ const Plane3_default_ = Plane3;
|
|
|
55556
55560
|
x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
|
|
55557
55561
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
55558
55562
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
55559
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
55563
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(721);
|
|
55560
55564
|
/*******************************************************************************
|
|
55561
55565
|
*
|
|
55562
55566
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62867,7 +62871,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62867
62871
|
x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
62868
62872
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
62869
62873
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62870
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62874
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(184);
|
|
62871
62875
|
/*******************************************************************************
|
|
62872
62876
|
*
|
|
62873
62877
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67207,7 +67211,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
67207
67211
|
x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
67208
67212
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
67209
67213
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
67210
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
67214
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(184);
|
|
67211
67215
|
/*******************************************************************************
|
|
67212
67216
|
*
|
|
67213
67217
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -69384,7 +69388,7 @@ const X3DExecutionContext_default_ = X3DExecutionContext;
|
|
|
69384
69388
|
x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_default_);
|
|
69385
69389
|
/* harmony default export */ const Execution_X3DExecutionContext = (X3DExecutionContext_default_);
|
|
69386
69390
|
;// CONCATENATED MODULE: ./src/x_ite/Configuration/ComponentInfo.js
|
|
69387
|
-
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(
|
|
69391
|
+
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(184);
|
|
69388
69392
|
/*******************************************************************************
|
|
69389
69393
|
*
|
|
69390
69394
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -69437,10 +69441,13 @@ x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_
|
|
|
69437
69441
|
|
|
69438
69442
|
function ComponentInfo ({ name, level, title, providerUrl, external = false, dependencies = [ ] })
|
|
69439
69443
|
{
|
|
69440
|
-
|
|
69441
|
-
|
|
69442
|
-
|
|
69443
|
-
|
|
69444
|
+
Object .defineProperties (this,
|
|
69445
|
+
{
|
|
69446
|
+
name: { value: name, enumerable: true },
|
|
69447
|
+
level: { value: level, enumerable: true },
|
|
69448
|
+
title: { value: title, enumerable: true },
|
|
69449
|
+
providerUrl: { value: providerUrl || Networking_URLs.getProviderUrl (external && name), enumerable: true },
|
|
69450
|
+
});
|
|
69444
69451
|
|
|
69445
69452
|
ComponentInfo_$.data (this, "external", external)
|
|
69446
69453
|
ComponentInfo_$.data (this, "dependencies", dependencies)
|
|
@@ -69649,12 +69656,12 @@ x_ite_Namespace.set ("x_ite/Configuration/ComponentInfoArray", ComponentInfoArra
|
|
|
69649
69656
|
|
|
69650
69657
|
function UnitInfo (category, name, conversionFactor)
|
|
69651
69658
|
{
|
|
69652
|
-
Object .
|
|
69653
|
-
|
|
69659
|
+
Object .defineProperties (this,
|
|
69660
|
+
{
|
|
69661
|
+
category: { value: category, enumerable: true },
|
|
69662
|
+
name: { value: name, enumerable: true },
|
|
69663
|
+
conversionFactor: { value: conversionFactor, enumerable: true },
|
|
69654
69664
|
});
|
|
69655
|
-
|
|
69656
|
-
this .name = name;
|
|
69657
|
-
this .conversionFactor = conversionFactor;
|
|
69658
69665
|
}
|
|
69659
69666
|
|
|
69660
69667
|
UnitInfo .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -70276,13 +70283,10 @@ X3DScene .prototype = Object .assign (Object .create (Execution_X3DExecutionCont
|
|
|
70276
70283
|
{
|
|
70277
70284
|
// Private function.
|
|
70278
70285
|
|
|
70279
|
-
|
|
70280
|
-
|
|
70281
|
-
if (!unit)
|
|
70286
|
+
if (!this [_units] .has (category))
|
|
70282
70287
|
return;
|
|
70283
70288
|
|
|
70284
|
-
|
|
70285
|
-
unit .conversionFactor = Number (conversionFactor);
|
|
70289
|
+
this [_units] .update (category, category, new Configuration_UnitInfo (category, String (name), Number (conversionFactor)));
|
|
70286
70290
|
|
|
70287
70291
|
this ._units_changed = this .getBrowser () .getCurrentTime ();
|
|
70288
70292
|
},
|
|
@@ -70858,9 +70862,9 @@ X3DScene .prototype = Object .assign (Object .create (Execution_X3DExecutionCont
|
|
|
70858
70862
|
|
|
70859
70863
|
// Meta data
|
|
70860
70864
|
|
|
70861
|
-
for (const [i, [key, values]] of [... this .getMetaDatas ()])
|
|
70865
|
+
for (const [i, [key, values]] of [... this .getMetaDatas ()] .entries ())
|
|
70862
70866
|
{
|
|
70863
|
-
for (const [j, value] of values)
|
|
70867
|
+
for (const [j, value] of values .entries ())
|
|
70864
70868
|
{
|
|
70865
70869
|
generator .string += generator .Indent ();
|
|
70866
70870
|
generator .string += '{';
|
|
@@ -71401,7 +71405,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
71401
71405
|
x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
|
|
71402
71406
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
71403
71407
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
71404
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
71408
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(184);
|
|
71405
71409
|
/*******************************************************************************
|
|
71406
71410
|
*
|
|
71407
71411
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -77462,8 +77466,8 @@ const OrientationChaser_default_ = OrientationChaser;
|
|
|
77462
77466
|
x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
|
|
77463
77467
|
/* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
|
|
77464
77468
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
77465
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
77466
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
77469
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(810);
|
|
77470
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(184);
|
|
77467
77471
|
/*******************************************************************************
|
|
77468
77472
|
*
|
|
77469
77473
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -78327,8 +78331,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
78327
78331
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
78328
78332
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
78329
78333
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
78330
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
78331
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
78334
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(810);
|
|
78335
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(184);
|
|
78332
78336
|
/*******************************************************************************
|
|
78333
78337
|
*
|
|
78334
78338
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79276,8 +79280,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
79276
79280
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
79277
79281
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
79278
79282
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
79279
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
79280
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
79283
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(810);
|
|
79284
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(184);
|
|
79281
79285
|
/*******************************************************************************
|
|
79282
79286
|
*
|
|
79283
79287
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79586,8 +79590,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
79586
79590
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
79587
79591
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
79588
79592
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
79589
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
79590
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
79593
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(810);
|
|
79594
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(184);
|
|
79591
79595
|
/*******************************************************************************
|
|
79592
79596
|
*
|
|
79593
79597
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -81219,8 +81223,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
81219
81223
|
x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
81220
81224
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
81221
81225
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
81222
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
81223
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
81226
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(810);
|
|
81227
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(184);
|
|
81224
81228
|
/*******************************************************************************
|
|
81225
81229
|
*
|
|
81226
81230
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -82258,8 +82262,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
82258
82262
|
x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
82259
82263
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
82260
82264
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
82261
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
82262
|
-
/* provided dependency */ var ResizeSensor = __webpack_require__(
|
|
82265
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(184);
|
|
82266
|
+
/* provided dependency */ var ResizeSensor = __webpack_require__(747);
|
|
82263
82267
|
/*******************************************************************************
|
|
82264
82268
|
*
|
|
82265
82269
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -88148,7 +88152,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
88148
88152
|
x_ite_Namespace.set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
88149
88153
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
88150
88154
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
88151
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
88155
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(184);
|
|
88152
88156
|
/*******************************************************************************
|
|
88153
88157
|
*
|
|
88154
88158
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -90925,7 +90929,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
90925
90929
|
x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
90926
90930
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
90927
90931
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
90928
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
90932
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(184);
|
|
90929
90933
|
/*******************************************************************************
|
|
90930
90934
|
*
|
|
90931
90935
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -93879,7 +93883,7 @@ const
|
|
|
93879
93883
|
|
|
93880
93884
|
function X3DTimeContext ()
|
|
93881
93885
|
{
|
|
93882
|
-
this [_currentTime] =
|
|
93886
|
+
this [_currentTime] = Date .now () / 1000;
|
|
93883
93887
|
this [_currentFrameRate] = 60;
|
|
93884
93888
|
this [_currentPosition] = new Numbers_Vector3 (0, 0, 0);
|
|
93885
93889
|
this [_currentSpeed] = 0;
|
|
@@ -93887,10 +93891,6 @@ function X3DTimeContext ()
|
|
|
93887
93891
|
|
|
93888
93892
|
X3DTimeContext .prototype =
|
|
93889
93893
|
{
|
|
93890
|
-
initialize: function ()
|
|
93891
|
-
{
|
|
93892
|
-
this .advanceTime ();
|
|
93893
|
-
},
|
|
93894
93894
|
getCurrentTime: function ()
|
|
93895
93895
|
{
|
|
93896
93896
|
return this [_currentTime];
|
|
@@ -94240,10 +94240,6 @@ X3DBrowserContext .prototype = Object .assign (Object .create (Base_X3DBaseNode.
|
|
|
94240
94240
|
|
|
94241
94241
|
for (const browserContext of browserContexts)
|
|
94242
94242
|
browserContext .prototype .initialize ?.call (this);
|
|
94243
|
-
|
|
94244
|
-
// Process events from context creation. This will setup nodes like
|
|
94245
|
-
// geometry option nodes before any node is created.
|
|
94246
|
-
return this [_processEvents];
|
|
94247
94243
|
},
|
|
94248
94244
|
initialized: function ()
|
|
94249
94245
|
{
|
|
@@ -113363,7 +113359,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
113363
113359
|
x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
113364
113360
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
113365
113361
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
113366
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
113362
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(184);
|
|
113367
113363
|
/*******************************************************************************
|
|
113368
113364
|
*
|
|
113369
113365
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116258,8 +116254,8 @@ const GIFMedia_default_ = GifMedia;
|
|
|
116258
116254
|
x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
|
|
116259
116255
|
/* harmony default export */ const GIFMedia = (GIFMedia_default_);
|
|
116260
116256
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
116261
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
116262
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
116257
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(184);
|
|
116258
|
+
/* provided dependency */ var SuperGif = __webpack_require__(872);
|
|
116263
116259
|
/*******************************************************************************
|
|
116264
116260
|
*
|
|
116265
116261
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117222,7 +117218,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
|
|
|
117222
117218
|
x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
|
|
117223
117219
|
/* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
|
|
117224
117220
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
|
|
117225
|
-
/* provided dependency */ var PixelTexture_$ = __webpack_require__(
|
|
117221
|
+
/* provided dependency */ var PixelTexture_$ = __webpack_require__(184);
|
|
117226
117222
|
/*******************************************************************************
|
|
117227
117223
|
*
|
|
117228
117224
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117933,7 +117929,7 @@ const Components_default_ = Components;
|
|
|
117933
117929
|
x_ite_Namespace.set ("x_ite/Components", Components_default_);
|
|
117934
117930
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
117935
117931
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
117936
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
117932
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(184);
|
|
117937
117933
|
/*******************************************************************************
|
|
117938
117934
|
* MIT License
|
|
117939
117935
|
*
|
|
@@ -118451,10 +118447,13 @@ x_ite_Namespace.set ("x_ite/Browser/Legacy", Legacy_default_);
|
|
|
118451
118447
|
|
|
118452
118448
|
function ProfileInfo (name, title, providerUrl, components)
|
|
118453
118449
|
{
|
|
118454
|
-
|
|
118455
|
-
|
|
118456
|
-
|
|
118457
|
-
|
|
118450
|
+
Object .defineProperties (this,
|
|
118451
|
+
{
|
|
118452
|
+
name: { value: name, enumerable: true },
|
|
118453
|
+
title: { value: title, enumerable: true },
|
|
118454
|
+
providerUrl: { value: providerUrl, enumerable: true },
|
|
118455
|
+
components: { value: components, enumerable: true },
|
|
118456
|
+
});
|
|
118458
118457
|
}
|
|
118459
118458
|
|
|
118460
118459
|
ProfileInfo .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -119171,7 +119170,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
119171
119170
|
x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
119172
119171
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
119173
119172
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
119174
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
119173
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(184);
|
|
119175
119174
|
/*******************************************************************************
|
|
119176
119175
|
*
|
|
119177
119176
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119248,7 +119247,8 @@ const
|
|
|
119248
119247
|
_reject = Symbol (),
|
|
119249
119248
|
_fileLoader = Symbol (),
|
|
119250
119249
|
_browserCallbacks = Symbol (),
|
|
119251
|
-
_console = Symbol ()
|
|
119250
|
+
_console = Symbol (),
|
|
119251
|
+
X3DBrowser_processEvents = Symbol .for ("X_ITE.X3DRoutingContext.processEvents");
|
|
119252
119252
|
|
|
119253
119253
|
function X3DBrowser (element)
|
|
119254
119254
|
{
|
|
@@ -119284,7 +119284,7 @@ X3DBrowser .prototype = Object .assign (Object .create (Browser_X3DBrowserContex
|
|
|
119284
119284
|
},
|
|
119285
119285
|
initialize: function ()
|
|
119286
119286
|
{
|
|
119287
|
-
|
|
119287
|
+
Browser_X3DBrowserContext.prototype.initialize.call (this);
|
|
119288
119288
|
|
|
119289
119289
|
this .replaceWorld (this .createScene ()) .catch (Function .prototype);
|
|
119290
119290
|
|
|
@@ -119292,7 +119292,9 @@ X3DBrowser .prototype = Object .assign (Object .create (Browser_X3DBrowserContex
|
|
|
119292
119292
|
|
|
119293
119293
|
Legacy.call (this);
|
|
119294
119294
|
|
|
119295
|
-
|
|
119295
|
+
// Process events from context creation. This will setup nodes like
|
|
119296
|
+
// geometry option nodes before any node is created.
|
|
119297
|
+
this [X3DBrowser_processEvents] .call (this);
|
|
119296
119298
|
|
|
119297
119299
|
// Print welcome message.
|
|
119298
119300
|
|
|
@@ -120075,7 +120077,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
120075
120077
|
x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
120076
120078
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
120077
120079
|
;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
|
|
120078
|
-
/* provided dependency */ var Fallback_$ = __webpack_require__(
|
|
120080
|
+
/* provided dependency */ var Fallback_$ = __webpack_require__(184);
|
|
120079
120081
|
/*******************************************************************************
|
|
120080
120082
|
*
|
|
120081
120083
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120254,8 +120256,8 @@ const MicroTime_default_ = undefined;
|
|
|
120254
120256
|
x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
|
|
120255
120257
|
/* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
|
|
120256
120258
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
120257
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
120258
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
120259
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(184);
|
|
120260
|
+
/* provided dependency */ var pako = __webpack_require__(629);
|
|
120259
120261
|
jquery_$.decodeText = function (input)
|
|
120260
120262
|
{
|
|
120261
120263
|
if (typeof input === "string")
|
|
@@ -120287,14 +120289,14 @@ const jquery_default_ = jquery_$;
|
|
|
120287
120289
|
x_ite_Namespace.set ("lib/jquery", jquery_default_);
|
|
120288
120290
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
120289
120291
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
120290
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
120292
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(721);
|
|
120291
120293
|
const libtess_default_ = libtess_libtess;
|
|
120292
120294
|
;
|
|
120293
120295
|
|
|
120294
120296
|
x_ite_Namespace.set ("lib/libtess", libtess_default_);
|
|
120295
120297
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
120296
120298
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
120297
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
120299
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(184);
|
|
120298
120300
|
/*******************************************************************************
|
|
120299
120301
|
*
|
|
120300
120302
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120550,7 +120552,7 @@ const X3D_default_ = X3D;
|
|
|
120550
120552
|
x_ite_Namespace.set ("x_ite/X3D", X3D_default_);
|
|
120551
120553
|
/* harmony default export */ const x_ite_X3D = (X3D_default_);
|
|
120552
120554
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
120553
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
120555
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(184);
|
|
120554
120556
|
/*******************************************************************************
|
|
120555
120557
|
*
|
|
120556
120558
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120831,7 +120833,7 @@ x_ite_Namespace.set ("shim", shim_default_);
|
|
|
120831
120833
|
|
|
120832
120834
|
// Assign X3D to global namespace.
|
|
120833
120835
|
|
|
120834
|
-
window [Symbol .for ("X_ITE.X3D-8.6.
|
|
120836
|
+
window [Symbol .for ("X_ITE.X3D-8.6.24")] = x_ite_X3D;
|
|
120835
120837
|
|
|
120836
120838
|
x_ite_X3DCanvasElement.define ();
|
|
120837
120839
|
|