x_ite 9.2.2 → 9.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/assets/components/Annotation.js +13 -13
  2. package/dist/assets/components/Annotation.min.js +1 -1
  3. package/dist/assets/components/CADGeometry.js +14 -14
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +27 -27
  6. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  7. package/dist/assets/components/DIS.js +13 -13
  8. package/dist/assets/components/DIS.min.js +1 -1
  9. package/dist/assets/components/EventUtilities.js +9 -9
  10. package/dist/assets/components/EventUtilities.min.js +1 -1
  11. package/dist/assets/components/Geometry2D.js +19 -19
  12. package/dist/assets/components/Geometry2D.min.js +1 -1
  13. package/dist/assets/components/Geospatial.js +33 -33
  14. package/dist/assets/components/Geospatial.min.js +1 -1
  15. package/dist/assets/components/HAnim.js +23 -23
  16. package/dist/assets/components/HAnim.min.js +1 -1
  17. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  18. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  19. package/dist/assets/components/Layout.js +29 -29
  20. package/dist/assets/components/Layout.min.js +1 -1
  21. package/dist/assets/components/NURBS.js +23 -23
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +26 -26
  24. package/dist/assets/components/ParticleSystems.min.js +1 -1
  25. package/dist/assets/components/Picking.js +18 -18
  26. package/dist/assets/components/Picking.min.js +1 -1
  27. package/dist/assets/components/RigidBodyPhysics.js +20 -20
  28. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  29. package/dist/assets/components/Scripting.js +40 -40
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +30 -30
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjection.js +15 -15
  34. package/dist/assets/components/TextureProjection.min.js +1 -1
  35. package/dist/assets/components/Texturing3D.js +41 -41
  36. package/dist/assets/components/Texturing3D.min.js +1 -1
  37. package/dist/assets/components/VolumeRendering.js +19 -19
  38. package/dist/assets/components/VolumeRendering.min.js +1 -1
  39. package/dist/assets/components/X_ITE.js +8 -8
  40. package/dist/assets/components/X_ITE.min.js +1 -1
  41. package/dist/x_ite.css +1 -1
  42. package/dist/x_ite.js +182 -154
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.min.mjs +1 -1
  45. package/dist/x_ite.mjs +184 -156
  46. package/dist/x_ite.zip +0 -0
  47. package/package.json +3 -3
package/dist/x_ite.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* X_ITE v9.2.2 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.2.4 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 464:
3
+ /***/ 332:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(576);
6
+ /* provided dependency */ var jQuery = __webpack_require__(468);
7
7
  /**
8
8
  * @preserve jquery.fullscreen 1.1.5
9
9
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -199,7 +199,7 @@ installFullScreenHandlers();
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 710:
202
+ /***/ 128:
203
203
  /***/ ((module, exports, __webpack_require__) => {
204
204
 
205
205
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -213,7 +213,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
213
213
  (function (factory) {
214
214
  if ( true ) {
215
215
  // AMD. Register as an anonymous module.
216
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(576)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
216
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(468)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
217
217
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
218
218
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
219
219
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -424,7 +424,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
424
424
 
425
425
  /***/ }),
426
426
 
427
- /***/ 576:
427
+ /***/ 468:
428
428
  /***/ (function(module, exports) {
429
429
 
430
430
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11148,7 +11148,7 @@ return jQuery;
11148
11148
 
11149
11149
  /***/ }),
11150
11150
 
11151
- /***/ 85:
11151
+ /***/ 776:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 905:
15930
+ /***/ 112:
15931
15931
  /***/ (function(__unused_webpack_module, exports) {
15932
15932
 
15933
15933
 
@@ -19172,7 +19172,7 @@ if (true) {
19172
19172
 
19173
19173
  /***/ }),
19174
19174
 
19175
- /***/ 606:
19175
+ /***/ 716:
19176
19176
  /***/ (function(module, exports) {
19177
19177
 
19178
19178
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20235,7 +20235,7 @@ var __webpack_exports__ = {};
20235
20235
 
20236
20236
  // EXPORTS
20237
20237
  __webpack_require__.d(__webpack_exports__, {
20238
- Z: () => (/* binding */ x_ite)
20238
+ c: () => (/* binding */ x_ite)
20239
20239
  });
20240
20240
 
20241
20241
  ;// CONCATENATED MODULE: ./src/x_ite/Namespace.js
@@ -20299,7 +20299,7 @@ Object .defineProperty (Namespace, "add",
20299
20299
  }
20300
20300
  else
20301
20301
  {
20302
- const X3D = window [Symbol .for ("X_ITE.X3D-9.2.2")];
20302
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.2.4")];
20303
20303
 
20304
20304
  if (X3D)
20305
20305
  X3D [name] = module;
@@ -20363,103 +20363,114 @@ Namespace .add ("Namespace", "x_ite/Namespace", Namespace);
20363
20363
  *
20364
20364
  ******************************************************************************/
20365
20365
 
20366
- let
20367
- BROWSER_EVENT = 0,
20368
- LOAD_STATE = 0,
20369
- FIELD_TYPE = 0,
20370
- NODE_TYPE = 0;
20371
-
20372
20366
  const X3DConstants =
20373
20367
  {
20374
- // Browser event
20368
+ [Symbol .toStringTag]: "X3DConstants",
20369
+ };
20375
20370
 
20376
- CONNECTION_ERROR: BROWSER_EVENT ++,
20377
- BROWSER_EVENT: BROWSER_EVENT ++,
20378
- INITIALIZED_EVENT: BROWSER_EVENT ++,
20379
- SHUTDOWN_EVENT: BROWSER_EVENT ++,
20380
- INITIALIZED_ERROR: BROWSER_EVENT ++,
20371
+ let CONSTANT_VALUE = 1000;
20381
20372
 
20382
- // Load state
20373
+ Object .defineProperty (X3DConstants, "addConstant",
20374
+ {
20375
+ value (name, value)
20376
+ {
20377
+ if (this .hasOwnProperty (name) || this .hasOwnProperty (value))
20378
+ return;
20383
20379
 
20384
- NOT_STARTED_STATE: LOAD_STATE ++,
20385
- IN_PROGRESS_STATE: LOAD_STATE ++,
20386
- COMPLETE_STATE: LOAD_STATE ++,
20387
- FAILED_STATE: LOAD_STATE ++,
20380
+ Object .defineProperty (this, name,
20381
+ {
20382
+ value: value ?? ++ CONSTANT_VALUE,
20383
+ enumerable: true,
20384
+ });
20388
20385
 
20389
- // Access type
20386
+ Object .defineProperty (this, this [name],
20387
+ {
20388
+ value: name,
20389
+ });
20390
+ },
20391
+ });
20392
+
20393
+ Object .entries ({
20394
+ // Access types
20390
20395
 
20391
20396
  initializeOnly: 0b001,
20392
20397
  inputOnly: 0b010,
20393
20398
  outputOnly: 0b100,
20394
20399
  inputOutput: 0b111,
20400
+ })
20401
+ .forEach (([name, value]) => X3DConstants .addConstant (name, value));
20395
20402
 
20396
- // X3DField
20403
+ [
20404
+ // Browser events
20397
20405
 
20398
- SFBool: FIELD_TYPE ++,
20399
- SFColor: FIELD_TYPE ++,
20400
- SFColorRGBA: FIELD_TYPE ++,
20401
- SFDouble: FIELD_TYPE ++,
20402
- SFFloat: FIELD_TYPE ++,
20403
- SFImage: FIELD_TYPE ++,
20404
- SFInt32: FIELD_TYPE ++,
20405
- SFMatrix3d: FIELD_TYPE ++,
20406
- SFMatrix3f: FIELD_TYPE ++,
20407
- SFMatrix4d: FIELD_TYPE ++,
20408
- SFMatrix4f: FIELD_TYPE ++,
20409
- SFNode: FIELD_TYPE ++,
20410
- SFRotation: FIELD_TYPE ++,
20411
- SFString: FIELD_TYPE ++,
20412
- SFTime: FIELD_TYPE ++,
20413
- SFVec2d: FIELD_TYPE ++,
20414
- SFVec2f: FIELD_TYPE ++,
20415
- SFVec3d: FIELD_TYPE ++,
20416
- SFVec3f: FIELD_TYPE ++,
20417
- SFVec4d: FIELD_TYPE ++,
20418
- SFVec4f: FIELD_TYPE ++,
20419
-
20420
- VrmlMatrix: FIELD_TYPE ++,
20406
+ "CONNECTION_ERROR",
20407
+ "BROWSER_EVENT",
20408
+ "INITIALIZED_EVENT",
20409
+ "SHUTDOWN_EVENT",
20410
+ "INITIALIZED_ERROR",
20421
20411
 
20422
- // X3DArrayField
20412
+ // Load states
20423
20413
 
20424
- MFBool: FIELD_TYPE ++,
20425
- MFColor: FIELD_TYPE ++,
20426
- MFColorRGBA: FIELD_TYPE ++,
20427
- MFDouble: FIELD_TYPE ++,
20428
- MFFloat: FIELD_TYPE ++,
20429
- MFImage: FIELD_TYPE ++,
20430
- MFInt32: FIELD_TYPE ++,
20431
- MFMatrix3d: FIELD_TYPE ++,
20432
- MFMatrix3f: FIELD_TYPE ++,
20433
- MFMatrix4d: FIELD_TYPE ++,
20434
- MFMatrix4f: FIELD_TYPE ++,
20435
- MFNode: FIELD_TYPE ++,
20436
- MFRotation: FIELD_TYPE ++,
20437
- MFString: FIELD_TYPE ++,
20438
- MFTime: FIELD_TYPE ++,
20439
- MFVec2d: FIELD_TYPE ++,
20440
- MFVec2f: FIELD_TYPE ++,
20441
- MFVec3d: FIELD_TYPE ++,
20442
- MFVec3f: FIELD_TYPE ++,
20443
- MFVec4d: FIELD_TYPE ++,
20444
- MFVec4f: FIELD_TYPE ++,
20445
-
20446
- // Abstract nodes and nodes types are added later.
20447
-
20448
- X3DBaseNode: NODE_TYPE,
20414
+ "NOT_STARTED_STATE",
20415
+ "IN_PROGRESS_STATE",
20416
+ "COMPLETE_STATE",
20417
+ "FAILED_STATE",
20449
20418
 
20450
- [Symbol .toStringTag]: "X3DConstants",
20451
- };
20419
+ // X3DField
20452
20420
 
20453
- Object .defineProperty (X3DConstants, "addNode",
20454
- {
20455
- value ({ typeName })
20456
- {
20457
- if (this .hasOwnProperty (typeName))
20458
- return;
20421
+ "SFBool",
20422
+ "SFColor",
20423
+ "SFColorRGBA",
20424
+ "SFDouble",
20425
+ "SFFloat",
20426
+ "SFImage",
20427
+ "SFInt32",
20428
+ "SFMatrix3d",
20429
+ "SFMatrix3f",
20430
+ "SFMatrix4d",
20431
+ "SFMatrix4f",
20432
+ "SFNode",
20433
+ "SFRotation",
20434
+ "SFString",
20435
+ "SFTime",
20436
+ "SFVec2d",
20437
+ "SFVec2f",
20438
+ "SFVec3d",
20439
+ "SFVec3f",
20440
+ "SFVec4d",
20441
+ "SFVec4f",
20442
+
20443
+ "VrmlMatrix",
20459
20444
 
20460
- this [typeName] = ++ NODE_TYPE;
20461
- },
20462
- });
20445
+ // X3DArrayField
20446
+
20447
+ "MFBool",
20448
+ "MFColor",
20449
+ "MFColorRGBA",
20450
+ "MFDouble",
20451
+ "MFFloat",
20452
+ "MFImage",
20453
+ "MFInt32",
20454
+ "MFMatrix3d",
20455
+ "MFMatrix3f",
20456
+ "MFMatrix4d",
20457
+ "MFMatrix4f",
20458
+ "MFNode",
20459
+ "MFRotation",
20460
+ "MFString",
20461
+ "MFTime",
20462
+ "MFVec2d",
20463
+ "MFVec2f",
20464
+ "MFVec3d",
20465
+ "MFVec3f",
20466
+ "MFVec4d",
20467
+ "MFVec4f",
20468
+
20469
+ // Abstract and concrete nodes and nodes types are added later.
20470
+
20471
+ "X3DBaseNode",
20472
+ ]
20473
+ .forEach (name => X3DConstants .addConstant (name));
20463
20474
 
20464
20475
  const __default__ = X3DConstants;
20465
20476
  ;
@@ -20769,18 +20780,22 @@ const getUniqueName = function (map, name = "")
20769
20780
 
20770
20781
  name = name .replace (/_\d+$/, "");
20771
20782
 
20783
+ if (name && !map .has (name))
20784
+ return name;
20785
+
20772
20786
  let
20773
- newName = name,
20787
+ newName = "",
20774
20788
  lo = 1,
20775
20789
  hi = 1;
20776
20790
 
20777
- while (map .has (newName) || !newName)
20791
+ do
20778
20792
  {
20779
20793
  lo = hi;
20780
20794
  hi <<= 1;
20781
20795
 
20782
20796
  newName = `${name}_${lo}`;
20783
20797
  }
20798
+ while (map .has (newName));
20784
20799
 
20785
20800
  lo >>>= 1;
20786
20801
  hi >>>= 1;
@@ -34208,7 +34223,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34208
34223
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34209
34224
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34210
34225
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34211
- /* provided dependency */ var $ = __webpack_require__(576);
34226
+ /* provided dependency */ var $ = __webpack_require__(468);
34212
34227
  /*******************************************************************************
34213
34228
  *
34214
34229
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34345,7 +34360,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34345
34360
  *
34346
34361
  ******************************************************************************/
34347
34362
 
34348
- const BROWSER_VERSION_default_ = "9.2.2";
34363
+ const BROWSER_VERSION_default_ = "9.2.4";
34349
34364
  ;
34350
34365
 
34351
34366
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -37904,7 +37919,7 @@ Object .defineProperties (X3DProtoDeclarationNode,
37904
37919
  },
37905
37920
  });
37906
37921
 
37907
- Base_X3DConstants .addNode (X3DProtoDeclarationNode);
37922
+ Base_X3DConstants .addConstant (X3DProtoDeclarationNode .typeName);
37908
37923
 
37909
37924
  const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
37910
37925
  ;
@@ -38481,7 +38496,7 @@ Object .defineProperties (X3DProtoDeclaration,
38481
38496
  },
38482
38497
  });
38483
38498
 
38484
- Base_X3DConstants .addNode (X3DProtoDeclaration);
38499
+ Base_X3DConstants .addConstant (X3DProtoDeclaration .typeName);
38485
38500
 
38486
38501
  const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38487
38502
  ;
@@ -38489,7 +38504,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38489
38504
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38490
38505
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38491
38506
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38492
- /* provided dependency */ var X3DParser_$ = __webpack_require__(576);
38507
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(468);
38493
38508
  /*******************************************************************************
38494
38509
  *
38495
38510
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38751,7 +38766,7 @@ const Expressions_default_ = Expressions;
38751
38766
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
38752
38767
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
38753
38768
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38754
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(576);
38769
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(468);
38755
38770
  /*******************************************************************************
38756
38771
  *
38757
38772
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41437,7 +41452,7 @@ const VRMLParser_default_ = VRMLParser;
41437
41452
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41438
41453
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41439
41454
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41440
- /* provided dependency */ var XMLParser_$ = __webpack_require__(576);
41455
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(468);
41441
41456
  /*******************************************************************************
41442
41457
  *
41443
41458
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -42346,8 +42361,21 @@ Object .assign (Object .setPrototypeOf (XMLParser .prototype, Parser_X3DParser .
42346
42361
  {
42347
42362
  const node = this .getExecutionContext () .getNamedNode (name);
42348
42363
 
42349
- if (xmlElement .nodeName !== node .getNodeTypeName ())
42364
+ if (xmlElement .nodeName === "ProtoInstance")
42365
+ {
42366
+ if (!node .getNodeType () .includes (Base_X3DConstants .X3DPrototypeInstance))
42367
+ {
42368
+ console .warn (`XML Parser: DEF/USE mismatch, '${name}', referenced node is not of type X3DPrototypeInstance.`);
42369
+ }
42370
+ else if (xmlElement .getAttribute ("name") !== node .getNodeTypeName ())
42371
+ {
42372
+ console .warn (`XML Parser: DEF/USE mismatch, '${name}', name ${xmlElement .getAttribute ("name")} != ${node .getNodeTypeName ()}.`);
42373
+ }
42374
+ }
42375
+ else if (xmlElement .nodeName !== node .getNodeTypeName ())
42376
+ {
42350
42377
  console .warn (`XML Parser: DEF/USE mismatch, '${name}', ${xmlElement .nodeName} != ${node .getNodeTypeName ()}.`);
42378
+ }
42351
42379
 
42352
42380
  this .addNode (xmlElement, node .getValue ());
42353
42381
  return true;
@@ -43533,7 +43561,7 @@ const URLs_default_ = URLs;
43533
43561
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43534
43562
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43535
43563
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43536
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(576);
43564
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(468);
43537
43565
  /*******************************************************************************
43538
43566
  *
43539
43567
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46834,7 +46862,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46834
46862
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46835
46863
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46836
46864
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46837
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(576);
46865
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(468);
46838
46866
  /*******************************************************************************
46839
46867
  *
46840
46868
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46986,7 +47014,7 @@ const GLB2Parser_default_ = GLB2Parser;
46986
47014
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
46987
47015
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
46988
47016
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
46989
- /* provided dependency */ var OBJParser_$ = __webpack_require__(576);
47017
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(468);
46990
47018
  /*******************************************************************************
46991
47019
  *
46992
47020
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50341,8 +50369,8 @@ const MatrixStack_default_ = MatrixStack;
50341
50369
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50342
50370
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50343
50371
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50344
- /* provided dependency */ var SVGParser_$ = __webpack_require__(576);
50345
- /* provided dependency */ var libtess = __webpack_require__(85);
50372
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(468);
50373
+ /* provided dependency */ var libtess = __webpack_require__(776);
50346
50374
  /*******************************************************************************
50347
50375
  *
50348
50376
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53110,7 +53138,7 @@ const SVGParser_default_ = SVGParser;
53110
53138
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53111
53139
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53112
53140
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53113
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(576);
53141
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(468);
53114
53142
  /*******************************************************************************
53115
53143
  *
53116
53144
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53447,7 +53475,7 @@ const Plane3_default_ = Plane3;
53447
53475
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53448
53476
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53449
53477
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53450
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(85);
53478
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(776);
53451
53479
  /*******************************************************************************
53452
53480
  *
53453
53481
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -60953,7 +60981,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
60953
60981
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
60954
60982
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
60955
60983
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
60956
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(576);
60984
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(468);
60957
60985
  /*******************************************************************************
60958
60986
  *
60959
60987
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65550,7 +65578,7 @@ Object .defineProperties (X3DWorld,
65550
65578
  },
65551
65579
  });
65552
65580
 
65553
- Base_X3DConstants .addNode (X3DWorld);
65581
+ Base_X3DConstants .addConstant (X3DWorld .typeName);
65554
65582
 
65555
65583
  const X3DWorld_default_ = X3DWorld;
65556
65584
  ;
@@ -65558,7 +65586,7 @@ const X3DWorld_default_ = X3DWorld;
65558
65586
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65559
65587
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65560
65588
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65561
- /* provided dependency */ var FileLoader_$ = __webpack_require__(576);
65589
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(468);
65562
65590
  /*******************************************************************************
65563
65591
  *
65564
65592
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66331,7 +66359,7 @@ Object .defineProperties (X3DExternProtoDeclaration,
66331
66359
  },
66332
66360
  });
66333
66361
 
66334
- Base_X3DConstants .addNode (X3DExternProtoDeclaration);
66362
+ Base_X3DConstants .addConstant (X3DExternProtoDeclaration .typeName);
66335
66363
 
66336
66364
  const X3DExternProtoDeclaration_default_ = X3DExternProtoDeclaration;
66337
66365
  ;
@@ -66489,7 +66517,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66489
66517
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66490
66518
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66491
66519
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66492
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(576);
66520
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(468);
66493
66521
  /*******************************************************************************
66494
66522
  *
66495
66523
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67985,7 +68013,7 @@ Object .defineProperties (X3DExecutionContext,
67985
68013
  },
67986
68014
  });
67987
68015
 
67988
- Base_X3DConstants .addNode (X3DExecutionContext);
68016
+ Base_X3DConstants .addConstant (X3DExecutionContext .typeName);
67989
68017
 
67990
68018
  const X3DExecutionContext_default_ = X3DExecutionContext;
67991
68019
  ;
@@ -89358,7 +89386,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89358
89386
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89359
89387
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89360
89388
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89361
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(576);
89389
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(468);
89362
89390
  /*******************************************************************************
89363
89391
  *
89364
89392
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -94999,7 +95027,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
94999
95027
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95000
95028
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95001
95029
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95002
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(576);
95030
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(468);
95003
95031
  /*******************************************************************************
95004
95032
  *
95005
95033
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95656,7 +95684,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95656
95684
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95657
95685
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95658
95686
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95659
- /* provided dependency */ var Appearance_$ = __webpack_require__(576);
95687
+ /* provided dependency */ var Appearance_$ = __webpack_require__(468);
95660
95688
  /*******************************************************************************
95661
95689
  *
95662
95690
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96089,9 +96117,9 @@ Object .defineProperties (Appearance,
96089
96117
  {
96090
96118
  value: new Base_FieldDefinitionArray ([
96091
96119
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
96092
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "acousticProperties", new x_ite_Fields .SFNode ()),
96093
96120
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "alphaMode", new x_ite_Fields .SFString ("AUTO")),
96094
96121
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "alphaCutoff", new x_ite_Fields .SFFloat (0.5)),
96122
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "acousticProperties", new x_ite_Fields .SFNode ()),
96095
96123
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "pointProperties", new x_ite_Fields .SFNode ()),
96096
96124
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "lineProperties", new x_ite_Fields .SFNode ()),
96097
96125
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "fillProperties", new x_ite_Fields .SFNode ()),
@@ -98498,8 +98526,8 @@ Object .defineProperties (Shape,
98498
98526
  {
98499
98527
  value: new Base_FieldDefinitionArray ([
98500
98528
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
98501
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "visible", new x_ite_Fields .SFBool (true)),
98502
98529
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "castShadow", new x_ite_Fields .SFBool (true)),
98530
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "visible", new x_ite_Fields .SFBool (true)),
98503
98531
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "bboxDisplay", new x_ite_Fields .SFBool ()),
98504
98532
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "bboxSize", new x_ite_Fields .SFVec3f (-1, -1, -1)),
98505
98533
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "bboxCenter", new x_ite_Fields .SFVec3f ()),
@@ -99074,7 +99102,7 @@ const Components_Shape_default_ = {
99074
99102
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
99075
99103
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
99076
99104
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
99077
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(576);
99105
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(468);
99078
99106
  /*******************************************************************************
99079
99107
  *
99080
99108
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99714,7 +99742,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99714
99742
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99715
99743
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99716
99744
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99717
- /* provided dependency */ var AudioClip_$ = __webpack_require__(576);
99745
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(468);
99718
99746
  /*******************************************************************************
99719
99747
  *
99720
99748
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100016,7 +100044,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
100016
100044
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
100017
100045
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
100018
100046
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
100019
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(576);
100047
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(468);
100020
100048
  /*******************************************************************************
100021
100049
  *
100022
100050
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101666,7 +101694,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101666
101694
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101667
101695
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101668
101696
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101669
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(576);
101697
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(468);
101670
101698
  /*******************************************************************************
101671
101699
  *
101672
101700
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103335,8 +103363,8 @@ const GifMedia_default_ = GifMedia;
103335
103363
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103336
103364
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103337
103365
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103338
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(576);
103339
- /* provided dependency */ var SuperGif = __webpack_require__(606);
103366
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(468);
103367
+ /* provided dependency */ var SuperGif = __webpack_require__(716);
103340
103368
  /*******************************************************************************
103341
103369
  *
103342
103370
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106611,7 +106639,7 @@ const gettext_default_ = gettext;
106611
106639
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106612
106640
  /* harmony default export */ const locale_gettext = (gettext_default_);
106613
106641
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106614
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(576);
106642
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(468);
106615
106643
  /*******************************************************************************
106616
106644
  *
106617
106645
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107041,7 +107069,7 @@ const TextureQuality_default_ = TextureQuality;
107041
107069
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107042
107070
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107043
107071
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107044
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(576);
107072
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(468);
107045
107073
  /*******************************************************************************
107046
107074
  *
107047
107075
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107631,7 +107659,7 @@ const RenderingProperties_default_ = RenderingProperties;
107631
107659
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107632
107660
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107633
107661
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107634
- /* provided dependency */ var Notification_$ = __webpack_require__(576);
107662
+ /* provided dependency */ var Notification_$ = __webpack_require__(468);
107635
107663
  /*******************************************************************************
107636
107664
  *
107637
107665
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107754,8 +107782,8 @@ const Notification_default_ = Notification;
107754
107782
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107755
107783
  /* harmony default export */ const Core_Notification = (Notification_default_);
107756
107784
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107757
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(464);
107758
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(576);
107785
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(332);
107786
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(468);
107759
107787
  /*******************************************************************************
107760
107788
  *
107761
107789
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110362,7 +110390,7 @@ Object .defineProperties (X3DScene,
110362
110390
  },
110363
110391
  });
110364
110392
 
110365
- Base_X3DConstants .addNode (X3DScene);
110393
+ Base_X3DConstants .addConstant (X3DScene .typeName);
110366
110394
 
110367
110395
  const X3DScene_default_ = X3DScene;
110368
110396
  ;
@@ -110507,7 +110535,7 @@ const DataStorage_default_ = DataStorage;
110507
110535
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110508
110536
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110509
110537
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110510
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(576);
110538
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(468);
110511
110539
  /*******************************************************************************
110512
110540
  *
110513
110541
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113030,8 +113058,8 @@ const X3DViewer_default_ = X3DViewer;
113030
113058
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
113031
113059
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
113032
113060
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
113033
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(710);
113034
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(576);
113061
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(128);
113062
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(468);
113035
113063
  /*******************************************************************************
113036
113064
  *
113037
113065
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113903,8 +113931,8 @@ const ExamineViewer_default_ = ExamineViewer;
113903
113931
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113904
113932
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113905
113933
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113906
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(710);
113907
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(576);
113934
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(128);
113935
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(468);
113908
113936
  /*******************************************************************************
113909
113937
  *
113910
113938
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114913,8 +114941,8 @@ const FlyViewer_default_ = FlyViewer;
114913
114941
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114914
114942
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114915
114943
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114916
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(710);
114917
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(576);
114944
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(128);
114945
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(468);
114918
114946
  /*******************************************************************************
114919
114947
  *
114920
114948
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115245,8 +115273,8 @@ const NoneViewer_default_ = NoneViewer;
115245
115273
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
115246
115274
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
115247
115275
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
115248
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(710);
115249
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(576);
115276
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(128);
115277
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(468);
115250
115278
  /*******************************************************************************
115251
115279
  *
115252
115280
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116385,8 +116413,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
116385
116413
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
116386
116414
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
116387
116415
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
116388
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(710);
116389
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(576);
116416
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(128);
116417
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(468);
116390
116418
  /*******************************************************************************
116391
116419
  *
116392
116420
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117665,7 +117693,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
117665
117693
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
117666
117694
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
117667
117695
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
117668
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(576);
117696
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(468);
117669
117697
  /*******************************************************************************
117670
117698
  *
117671
117699
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118567,7 +118595,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
118567
118595
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
118568
118596
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
118569
118597
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
118570
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(576);
118598
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(468);
118571
118599
  const KTXDecoder_default_ = class KTXDecoder
118572
118600
  {
118573
118601
  constructor (gl, externalKtxlib, scriptDir)
@@ -119351,7 +119379,7 @@ Object .assign (Object .setPrototypeOf (AbstractNodesArray .prototype, Base_X3DI
119351
119379
  {
119352
119380
  add (typeName, AbstractNode)
119353
119381
  {
119354
- Base_X3DConstants .addNode (AbstractNode);
119382
+ Base_X3DConstants .addConstant (AbstractNode .typeName);
119355
119383
 
119356
119384
  Base_X3DInfoArray .prototype .add .call (this, typeName, AbstractNode);
119357
119385
  },
@@ -119490,14 +119518,14 @@ Object .assign (Object .setPrototypeOf (ConcreteNodesArray .prototype, Base_X3DI
119490
119518
  {
119491
119519
  add (typeName, ConcreteNode)
119492
119520
  {
119493
- Base_X3DConstants .addNode (ConcreteNode);
119521
+ Base_X3DConstants .addConstant (ConcreteNode .typeName);
119494
119522
  Parser_HTMLSupport .addConcreteNode (ConcreteNode);
119495
119523
 
119496
119524
  Base_X3DInfoArray .prototype .add .call (this, typeName, ConcreteNode);
119497
119525
  },
119498
119526
  update (oldTypeName, typeName, ConcreteNode)
119499
119527
  {
119500
- Base_X3DConstants .addNode (ConcreteNode);
119528
+ Base_X3DConstants .addConstant (ConcreteNode .typeName);
119501
119529
  Parser_HTMLSupport .addConcreteNode (ConcreteNode);
119502
119530
 
119503
119531
  Base_X3DInfoArray .prototype .update .call (this, oldTypeName, typeName, ConcreteNode);
@@ -120120,7 +120148,7 @@ const Components_default_ = Components;
120120
120148
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
120121
120149
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
120122
120150
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
120123
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(576);
120151
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(468);
120124
120152
  /*******************************************************************************
120125
120153
  * MIT License
120126
120154
  *
@@ -121251,7 +121279,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
121251
121279
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
121252
121280
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
121253
121281
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
121254
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(576);
121282
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(468);
121255
121283
  /*******************************************************************************
121256
121284
  *
121257
121285
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122334,7 +122362,7 @@ Object .defineProperties (X3DBrowser,
122334
122362
  },
122335
122363
  });
122336
122364
 
122337
- Base_X3DConstants .addNode (X3DBrowser);
122365
+ Base_X3DConstants .addConstant (X3DBrowser .typeName);
122338
122366
 
122339
122367
  const X3DBrowser_default_ = X3DBrowser;
122340
122368
  ;
@@ -122342,7 +122370,7 @@ const X3DBrowser_default_ = X3DBrowser;
122342
122370
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
122343
122371
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
122344
122372
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
122345
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(576);
122373
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(468);
122346
122374
  /*******************************************************************************
122347
122375
  *
122348
122376
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122474,8 +122502,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
122474
122502
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
122475
122503
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
122476
122504
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
122477
- /* provided dependency */ var jquery_$ = __webpack_require__(576);
122478
- /* provided dependency */ var pako = __webpack_require__(905);
122505
+ /* provided dependency */ var jquery_$ = __webpack_require__(468);
122506
+ /* provided dependency */ var pako = __webpack_require__(112);
122479
122507
  Object .assign (jquery_$,
122480
122508
  {
122481
122509
  decodeText (input)
@@ -122552,14 +122580,14 @@ const jquery_default_ = jquery_$;
122552
122580
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
122553
122581
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
122554
122582
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
122555
- /* provided dependency */ var libtess_libtess = __webpack_require__(85);
122583
+ /* provided dependency */ var libtess_libtess = __webpack_require__(776);
122556
122584
  const libtess_default_ = libtess_libtess;
122557
122585
  ;
122558
122586
 
122559
122587
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
122560
122588
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
122561
122589
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
122562
- /* provided dependency */ var X3D_$ = __webpack_require__(576);
122590
+ /* provided dependency */ var X3D_$ = __webpack_require__(468);
122563
122591
  /*******************************************************************************
122564
122592
  *
122565
122593
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122867,7 +122895,7 @@ Object .assign (X3D,
122867
122895
 
122868
122896
  // Assign X3D to global namespace.
122869
122897
 
122870
- window [Symbol .for ("X_ITE.X3D-9.2.2")] = x_ite_X3D;
122898
+ window [Symbol .for ("X_ITE.X3D-9.2.4")] = x_ite_X3D;
122871
122899
 
122872
122900
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122873
122901
 
@@ -122880,5 +122908,5 @@ x_ite_Namespace .add ("x_ite", "x_ite", x_ite_default_);
122880
122908
  /* harmony default export */ const x_ite = (x_ite_default_);
122881
122909
  })();
122882
122910
 
122883
- var __webpack_exports__default = __webpack_exports__.Z;
122911
+ var __webpack_exports__default = __webpack_exports__.c;
122884
122912
  export { __webpack_exports__default as default };