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.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v9.2.2 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v9.2.4 */(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,10 +11,10 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 464:
14
+ /***/ 332:
15
15
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
16
16
 
17
- /* provided dependency */ var jQuery = __webpack_require__(576);
17
+ /* provided dependency */ var jQuery = __webpack_require__(468);
18
18
  /**
19
19
  * @preserve jquery.fullscreen 1.1.5
20
20
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -210,7 +210,7 @@ installFullScreenHandlers();
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 710:
213
+ /***/ 128:
214
214
  /***/ ((module, exports, __webpack_require__) => {
215
215
 
216
216
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -224,7 +224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
224
224
  (function (factory) {
225
225
  if ( true ) {
226
226
  // AMD. Register as an anonymous module.
227
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(576)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
227
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(468)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
228
228
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
229
229
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
230
230
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -435,7 +435,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
435
435
 
436
436
  /***/ }),
437
437
 
438
- /***/ 576:
438
+ /***/ 468:
439
439
  /***/ (function(module, exports) {
440
440
 
441
441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11159,7 +11159,7 @@ return jQuery;
11159
11159
 
11160
11160
  /***/ }),
11161
11161
 
11162
- /***/ 85:
11162
+ /***/ 776:
11163
11163
  /***/ ((module) => {
11164
11164
 
11165
11165
  /**
@@ -15938,7 +15938,7 @@ if (true) {
15938
15938
 
15939
15939
  /***/ }),
15940
15940
 
15941
- /***/ 905:
15941
+ /***/ 112:
15942
15942
  /***/ (function(__unused_webpack_module, exports) {
15943
15943
 
15944
15944
 
@@ -19183,7 +19183,7 @@ if (true) {
19183
19183
 
19184
19184
  /***/ }),
19185
19185
 
19186
- /***/ 606:
19186
+ /***/ 716:
19187
19187
  /***/ (function(module, exports) {
19188
19188
 
19189
19189
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
20311
20311
  }
20312
20312
  else
20313
20313
  {
20314
- const X3D = window [Symbol .for ("X_ITE.X3D-9.2.2")];
20314
+ const X3D = window [Symbol .for ("X_ITE.X3D-9.2.4")];
20315
20315
 
20316
20316
  if (X3D)
20317
20317
  X3D [name] = module;
@@ -20375,103 +20375,114 @@ Namespace .add ("Namespace", "x_ite/Namespace", Namespace);
20375
20375
  *
20376
20376
  ******************************************************************************/
20377
20377
 
20378
- let
20379
- BROWSER_EVENT = 0,
20380
- LOAD_STATE = 0,
20381
- FIELD_TYPE = 0,
20382
- NODE_TYPE = 0;
20383
-
20384
20378
  const X3DConstants =
20385
20379
  {
20386
- // Browser event
20380
+ [Symbol .toStringTag]: "X3DConstants",
20381
+ };
20387
20382
 
20388
- CONNECTION_ERROR: BROWSER_EVENT ++,
20389
- BROWSER_EVENT: BROWSER_EVENT ++,
20390
- INITIALIZED_EVENT: BROWSER_EVENT ++,
20391
- SHUTDOWN_EVENT: BROWSER_EVENT ++,
20392
- INITIALIZED_ERROR: BROWSER_EVENT ++,
20383
+ let CONSTANT_VALUE = 1000;
20393
20384
 
20394
- // Load state
20385
+ Object .defineProperty (X3DConstants, "addConstant",
20386
+ {
20387
+ value (name, value)
20388
+ {
20389
+ if (this .hasOwnProperty (name) || this .hasOwnProperty (value))
20390
+ return;
20395
20391
 
20396
- NOT_STARTED_STATE: LOAD_STATE ++,
20397
- IN_PROGRESS_STATE: LOAD_STATE ++,
20398
- COMPLETE_STATE: LOAD_STATE ++,
20399
- FAILED_STATE: LOAD_STATE ++,
20392
+ Object .defineProperty (this, name,
20393
+ {
20394
+ value: value ?? ++ CONSTANT_VALUE,
20395
+ enumerable: true,
20396
+ });
20400
20397
 
20401
- // Access type
20398
+ Object .defineProperty (this, this [name],
20399
+ {
20400
+ value: name,
20401
+ });
20402
+ },
20403
+ });
20404
+
20405
+ Object .entries ({
20406
+ // Access types
20402
20407
 
20403
20408
  initializeOnly: 0b001,
20404
20409
  inputOnly: 0b010,
20405
20410
  outputOnly: 0b100,
20406
20411
  inputOutput: 0b111,
20412
+ })
20413
+ .forEach (([name, value]) => X3DConstants .addConstant (name, value));
20407
20414
 
20408
- // X3DField
20415
+ [
20416
+ // Browser events
20409
20417
 
20410
- SFBool: FIELD_TYPE ++,
20411
- SFColor: FIELD_TYPE ++,
20412
- SFColorRGBA: FIELD_TYPE ++,
20413
- SFDouble: FIELD_TYPE ++,
20414
- SFFloat: FIELD_TYPE ++,
20415
- SFImage: FIELD_TYPE ++,
20416
- SFInt32: FIELD_TYPE ++,
20417
- SFMatrix3d: FIELD_TYPE ++,
20418
- SFMatrix3f: FIELD_TYPE ++,
20419
- SFMatrix4d: FIELD_TYPE ++,
20420
- SFMatrix4f: FIELD_TYPE ++,
20421
- SFNode: FIELD_TYPE ++,
20422
- SFRotation: FIELD_TYPE ++,
20423
- SFString: FIELD_TYPE ++,
20424
- SFTime: FIELD_TYPE ++,
20425
- SFVec2d: FIELD_TYPE ++,
20426
- SFVec2f: FIELD_TYPE ++,
20427
- SFVec3d: FIELD_TYPE ++,
20428
- SFVec3f: FIELD_TYPE ++,
20429
- SFVec4d: FIELD_TYPE ++,
20430
- SFVec4f: FIELD_TYPE ++,
20431
-
20432
- VrmlMatrix: FIELD_TYPE ++,
20418
+ "CONNECTION_ERROR",
20419
+ "BROWSER_EVENT",
20420
+ "INITIALIZED_EVENT",
20421
+ "SHUTDOWN_EVENT",
20422
+ "INITIALIZED_ERROR",
20433
20423
 
20434
- // X3DArrayField
20424
+ // Load states
20435
20425
 
20436
- MFBool: FIELD_TYPE ++,
20437
- MFColor: FIELD_TYPE ++,
20438
- MFColorRGBA: FIELD_TYPE ++,
20439
- MFDouble: FIELD_TYPE ++,
20440
- MFFloat: FIELD_TYPE ++,
20441
- MFImage: FIELD_TYPE ++,
20442
- MFInt32: FIELD_TYPE ++,
20443
- MFMatrix3d: FIELD_TYPE ++,
20444
- MFMatrix3f: FIELD_TYPE ++,
20445
- MFMatrix4d: FIELD_TYPE ++,
20446
- MFMatrix4f: FIELD_TYPE ++,
20447
- MFNode: FIELD_TYPE ++,
20448
- MFRotation: FIELD_TYPE ++,
20449
- MFString: FIELD_TYPE ++,
20450
- MFTime: FIELD_TYPE ++,
20451
- MFVec2d: FIELD_TYPE ++,
20452
- MFVec2f: FIELD_TYPE ++,
20453
- MFVec3d: FIELD_TYPE ++,
20454
- MFVec3f: FIELD_TYPE ++,
20455
- MFVec4d: FIELD_TYPE ++,
20456
- MFVec4f: FIELD_TYPE ++,
20457
-
20458
- // Abstract nodes and nodes types are added later.
20459
-
20460
- X3DBaseNode: NODE_TYPE,
20426
+ "NOT_STARTED_STATE",
20427
+ "IN_PROGRESS_STATE",
20428
+ "COMPLETE_STATE",
20429
+ "FAILED_STATE",
20461
20430
 
20462
- [Symbol .toStringTag]: "X3DConstants",
20463
- };
20431
+ // X3DField
20464
20432
 
20465
- Object .defineProperty (X3DConstants, "addNode",
20466
- {
20467
- value ({ typeName })
20468
- {
20469
- if (this .hasOwnProperty (typeName))
20470
- return;
20433
+ "SFBool",
20434
+ "SFColor",
20435
+ "SFColorRGBA",
20436
+ "SFDouble",
20437
+ "SFFloat",
20438
+ "SFImage",
20439
+ "SFInt32",
20440
+ "SFMatrix3d",
20441
+ "SFMatrix3f",
20442
+ "SFMatrix4d",
20443
+ "SFMatrix4f",
20444
+ "SFNode",
20445
+ "SFRotation",
20446
+ "SFString",
20447
+ "SFTime",
20448
+ "SFVec2d",
20449
+ "SFVec2f",
20450
+ "SFVec3d",
20451
+ "SFVec3f",
20452
+ "SFVec4d",
20453
+ "SFVec4f",
20454
+
20455
+ "VrmlMatrix",
20471
20456
 
20472
- this [typeName] = ++ NODE_TYPE;
20473
- },
20474
- });
20457
+ // X3DArrayField
20458
+
20459
+ "MFBool",
20460
+ "MFColor",
20461
+ "MFColorRGBA",
20462
+ "MFDouble",
20463
+ "MFFloat",
20464
+ "MFImage",
20465
+ "MFInt32",
20466
+ "MFMatrix3d",
20467
+ "MFMatrix3f",
20468
+ "MFMatrix4d",
20469
+ "MFMatrix4f",
20470
+ "MFNode",
20471
+ "MFRotation",
20472
+ "MFString",
20473
+ "MFTime",
20474
+ "MFVec2d",
20475
+ "MFVec2f",
20476
+ "MFVec3d",
20477
+ "MFVec3f",
20478
+ "MFVec4d",
20479
+ "MFVec4f",
20480
+
20481
+ // Abstract and concrete nodes and nodes types are added later.
20482
+
20483
+ "X3DBaseNode",
20484
+ ]
20485
+ .forEach (name => X3DConstants .addConstant (name));
20475
20486
 
20476
20487
  const __default__ = X3DConstants;
20477
20488
  ;
@@ -20781,18 +20792,22 @@ const getUniqueName = function (map, name = "")
20781
20792
 
20782
20793
  name = name .replace (/_\d+$/, "");
20783
20794
 
20795
+ if (name && !map .has (name))
20796
+ return name;
20797
+
20784
20798
  let
20785
- newName = name,
20799
+ newName = "",
20786
20800
  lo = 1,
20787
20801
  hi = 1;
20788
20802
 
20789
- while (map .has (newName) || !newName)
20803
+ do
20790
20804
  {
20791
20805
  lo = hi;
20792
20806
  hi <<= 1;
20793
20807
 
20794
20808
  newName = `${name}_${lo}`;
20795
20809
  }
20810
+ while (map .has (newName));
20796
20811
 
20797
20812
  lo >>>= 1;
20798
20813
  hi >>>= 1;
@@ -34220,7 +34235,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34220
34235
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34221
34236
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34222
34237
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34223
- /* provided dependency */ var $ = __webpack_require__(576);
34238
+ /* provided dependency */ var $ = __webpack_require__(468);
34224
34239
  /*******************************************************************************
34225
34240
  *
34226
34241
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34357,7 +34372,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34357
34372
  *
34358
34373
  ******************************************************************************/
34359
34374
 
34360
- const BROWSER_VERSION_default_ = "9.2.2";
34375
+ const BROWSER_VERSION_default_ = "9.2.4";
34361
34376
  ;
34362
34377
 
34363
34378
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -37916,7 +37931,7 @@ Object .defineProperties (X3DProtoDeclarationNode,
37916
37931
  },
37917
37932
  });
37918
37933
 
37919
- Base_X3DConstants .addNode (X3DProtoDeclarationNode);
37934
+ Base_X3DConstants .addConstant (X3DProtoDeclarationNode .typeName);
37920
37935
 
37921
37936
  const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
37922
37937
  ;
@@ -38493,7 +38508,7 @@ Object .defineProperties (X3DProtoDeclaration,
38493
38508
  },
38494
38509
  });
38495
38510
 
38496
- Base_X3DConstants .addNode (X3DProtoDeclaration);
38511
+ Base_X3DConstants .addConstant (X3DProtoDeclaration .typeName);
38497
38512
 
38498
38513
  const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38499
38514
  ;
@@ -38501,7 +38516,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38501
38516
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38502
38517
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38503
38518
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38504
- /* provided dependency */ var X3DParser_$ = __webpack_require__(576);
38519
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(468);
38505
38520
  /*******************************************************************************
38506
38521
  *
38507
38522
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38763,7 +38778,7 @@ const Expressions_default_ = Expressions;
38763
38778
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
38764
38779
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
38765
38780
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38766
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(576);
38781
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(468);
38767
38782
  /*******************************************************************************
38768
38783
  *
38769
38784
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41449,7 +41464,7 @@ const VRMLParser_default_ = VRMLParser;
41449
41464
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41450
41465
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41451
41466
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41452
- /* provided dependency */ var XMLParser_$ = __webpack_require__(576);
41467
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(468);
41453
41468
  /*******************************************************************************
41454
41469
  *
41455
41470
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -42358,8 +42373,21 @@ Object .assign (Object .setPrototypeOf (XMLParser .prototype, Parser_X3DParser .
42358
42373
  {
42359
42374
  const node = this .getExecutionContext () .getNamedNode (name);
42360
42375
 
42361
- if (xmlElement .nodeName !== node .getNodeTypeName ())
42376
+ if (xmlElement .nodeName === "ProtoInstance")
42377
+ {
42378
+ if (!node .getNodeType () .includes (Base_X3DConstants .X3DPrototypeInstance))
42379
+ {
42380
+ console .warn (`XML Parser: DEF/USE mismatch, '${name}', referenced node is not of type X3DPrototypeInstance.`);
42381
+ }
42382
+ else if (xmlElement .getAttribute ("name") !== node .getNodeTypeName ())
42383
+ {
42384
+ console .warn (`XML Parser: DEF/USE mismatch, '${name}', name ${xmlElement .getAttribute ("name")} != ${node .getNodeTypeName ()}.`);
42385
+ }
42386
+ }
42387
+ else if (xmlElement .nodeName !== node .getNodeTypeName ())
42388
+ {
42362
42389
  console .warn (`XML Parser: DEF/USE mismatch, '${name}', ${xmlElement .nodeName} != ${node .getNodeTypeName ()}.`);
42390
+ }
42363
42391
 
42364
42392
  this .addNode (xmlElement, node .getValue ());
42365
42393
  return true;
@@ -43545,7 +43573,7 @@ const URLs_default_ = URLs;
43545
43573
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43546
43574
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43547
43575
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43548
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(576);
43576
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(468);
43549
43577
  /*******************************************************************************
43550
43578
  *
43551
43579
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46846,7 +46874,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46846
46874
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46847
46875
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46848
46876
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46849
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(576);
46877
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(468);
46850
46878
  /*******************************************************************************
46851
46879
  *
46852
46880
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46998,7 +47026,7 @@ const GLB2Parser_default_ = GLB2Parser;
46998
47026
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
46999
47027
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47000
47028
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47001
- /* provided dependency */ var OBJParser_$ = __webpack_require__(576);
47029
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(468);
47002
47030
  /*******************************************************************************
47003
47031
  *
47004
47032
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50353,8 +50381,8 @@ const MatrixStack_default_ = MatrixStack;
50353
50381
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50354
50382
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50355
50383
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50356
- /* provided dependency */ var SVGParser_$ = __webpack_require__(576);
50357
- /* provided dependency */ var libtess = __webpack_require__(85);
50384
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(468);
50385
+ /* provided dependency */ var libtess = __webpack_require__(776);
50358
50386
  /*******************************************************************************
50359
50387
  *
50360
50388
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53122,7 +53150,7 @@ const SVGParser_default_ = SVGParser;
53122
53150
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53123
53151
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53124
53152
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53125
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(576);
53153
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(468);
53126
53154
  /*******************************************************************************
53127
53155
  *
53128
53156
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53459,7 +53487,7 @@ const Plane3_default_ = Plane3;
53459
53487
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53460
53488
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53461
53489
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53462
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(85);
53490
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(776);
53463
53491
  /*******************************************************************************
53464
53492
  *
53465
53493
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -60965,7 +60993,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
60965
60993
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
60966
60994
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
60967
60995
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
60968
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(576);
60996
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(468);
60969
60997
  /*******************************************************************************
60970
60998
  *
60971
60999
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65562,7 +65590,7 @@ Object .defineProperties (X3DWorld,
65562
65590
  },
65563
65591
  });
65564
65592
 
65565
- Base_X3DConstants .addNode (X3DWorld);
65593
+ Base_X3DConstants .addConstant (X3DWorld .typeName);
65566
65594
 
65567
65595
  const X3DWorld_default_ = X3DWorld;
65568
65596
  ;
@@ -65570,7 +65598,7 @@ const X3DWorld_default_ = X3DWorld;
65570
65598
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65571
65599
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65572
65600
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65573
- /* provided dependency */ var FileLoader_$ = __webpack_require__(576);
65601
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(468);
65574
65602
  /*******************************************************************************
65575
65603
  *
65576
65604
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66343,7 +66371,7 @@ Object .defineProperties (X3DExternProtoDeclaration,
66343
66371
  },
66344
66372
  });
66345
66373
 
66346
- Base_X3DConstants .addNode (X3DExternProtoDeclaration);
66374
+ Base_X3DConstants .addConstant (X3DExternProtoDeclaration .typeName);
66347
66375
 
66348
66376
  const X3DExternProtoDeclaration_default_ = X3DExternProtoDeclaration;
66349
66377
  ;
@@ -66501,7 +66529,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66501
66529
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66502
66530
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66503
66531
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66504
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(576);
66532
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(468);
66505
66533
  /*******************************************************************************
66506
66534
  *
66507
66535
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67997,7 +68025,7 @@ Object .defineProperties (X3DExecutionContext,
67997
68025
  },
67998
68026
  });
67999
68027
 
68000
- Base_X3DConstants .addNode (X3DExecutionContext);
68028
+ Base_X3DConstants .addConstant (X3DExecutionContext .typeName);
68001
68029
 
68002
68030
  const X3DExecutionContext_default_ = X3DExecutionContext;
68003
68031
  ;
@@ -89370,7 +89398,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89370
89398
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89371
89399
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89372
89400
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89373
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(576);
89401
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(468);
89374
89402
  /*******************************************************************************
89375
89403
  *
89376
89404
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95011,7 +95039,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95011
95039
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95012
95040
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95013
95041
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95014
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(576);
95042
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(468);
95015
95043
  /*******************************************************************************
95016
95044
  *
95017
95045
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95668,7 +95696,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95668
95696
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95669
95697
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95670
95698
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95671
- /* provided dependency */ var Appearance_$ = __webpack_require__(576);
95699
+ /* provided dependency */ var Appearance_$ = __webpack_require__(468);
95672
95700
  /*******************************************************************************
95673
95701
  *
95674
95702
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96101,9 +96129,9 @@ Object .defineProperties (Appearance,
96101
96129
  {
96102
96130
  value: new Base_FieldDefinitionArray ([
96103
96131
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
96104
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "acousticProperties", new x_ite_Fields .SFNode ()),
96105
96132
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "alphaMode", new x_ite_Fields .SFString ("AUTO")),
96106
96133
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "alphaCutoff", new x_ite_Fields .SFFloat (0.5)),
96134
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "acousticProperties", new x_ite_Fields .SFNode ()),
96107
96135
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "pointProperties", new x_ite_Fields .SFNode ()),
96108
96136
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "lineProperties", new x_ite_Fields .SFNode ()),
96109
96137
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "fillProperties", new x_ite_Fields .SFNode ()),
@@ -98510,8 +98538,8 @@ Object .defineProperties (Shape,
98510
98538
  {
98511
98539
  value: new Base_FieldDefinitionArray ([
98512
98540
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
98513
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "visible", new x_ite_Fields .SFBool (true)),
98514
98541
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "castShadow", new x_ite_Fields .SFBool (true)),
98542
+ new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "visible", new x_ite_Fields .SFBool (true)),
98515
98543
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "bboxDisplay", new x_ite_Fields .SFBool ()),
98516
98544
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "bboxSize", new x_ite_Fields .SFVec3f (-1, -1, -1)),
98517
98545
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "bboxCenter", new x_ite_Fields .SFVec3f ()),
@@ -99086,7 +99114,7 @@ const Components_Shape_default_ = {
99086
99114
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
99087
99115
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
99088
99116
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
99089
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(576);
99117
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(468);
99090
99118
  /*******************************************************************************
99091
99119
  *
99092
99120
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99726,7 +99754,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99726
99754
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99727
99755
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99728
99756
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99729
- /* provided dependency */ var AudioClip_$ = __webpack_require__(576);
99757
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(468);
99730
99758
  /*******************************************************************************
99731
99759
  *
99732
99760
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100028,7 +100056,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
100028
100056
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
100029
100057
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
100030
100058
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
100031
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(576);
100059
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(468);
100032
100060
  /*******************************************************************************
100033
100061
  *
100034
100062
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101678,7 +101706,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101678
101706
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101679
101707
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101680
101708
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101681
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(576);
101709
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(468);
101682
101710
  /*******************************************************************************
101683
101711
  *
101684
101712
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103347,8 +103375,8 @@ const GifMedia_default_ = GifMedia;
103347
103375
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103348
103376
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103349
103377
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103350
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(576);
103351
- /* provided dependency */ var SuperGif = __webpack_require__(606);
103378
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(468);
103379
+ /* provided dependency */ var SuperGif = __webpack_require__(716);
103352
103380
  /*******************************************************************************
103353
103381
  *
103354
103382
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106623,7 +106651,7 @@ const gettext_default_ = gettext;
106623
106651
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106624
106652
  /* harmony default export */ const locale_gettext = (gettext_default_);
106625
106653
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106626
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(576);
106654
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(468);
106627
106655
  /*******************************************************************************
106628
106656
  *
106629
106657
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107053,7 +107081,7 @@ const TextureQuality_default_ = TextureQuality;
107053
107081
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107054
107082
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107055
107083
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107056
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(576);
107084
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(468);
107057
107085
  /*******************************************************************************
107058
107086
  *
107059
107087
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107643,7 +107671,7 @@ const RenderingProperties_default_ = RenderingProperties;
107643
107671
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107644
107672
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107645
107673
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107646
- /* provided dependency */ var Notification_$ = __webpack_require__(576);
107674
+ /* provided dependency */ var Notification_$ = __webpack_require__(468);
107647
107675
  /*******************************************************************************
107648
107676
  *
107649
107677
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107766,8 +107794,8 @@ const Notification_default_ = Notification;
107766
107794
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107767
107795
  /* harmony default export */ const Core_Notification = (Notification_default_);
107768
107796
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107769
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(464);
107770
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(576);
107797
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(332);
107798
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(468);
107771
107799
  /*******************************************************************************
107772
107800
  *
107773
107801
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110374,7 +110402,7 @@ Object .defineProperties (X3DScene,
110374
110402
  },
110375
110403
  });
110376
110404
 
110377
- Base_X3DConstants .addNode (X3DScene);
110405
+ Base_X3DConstants .addConstant (X3DScene .typeName);
110378
110406
 
110379
110407
  const X3DScene_default_ = X3DScene;
110380
110408
  ;
@@ -110519,7 +110547,7 @@ const DataStorage_default_ = DataStorage;
110519
110547
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110520
110548
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110521
110549
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110522
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(576);
110550
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(468);
110523
110551
  /*******************************************************************************
110524
110552
  *
110525
110553
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113042,8 +113070,8 @@ const X3DViewer_default_ = X3DViewer;
113042
113070
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
113043
113071
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
113044
113072
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
113045
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(710);
113046
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(576);
113073
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(128);
113074
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(468);
113047
113075
  /*******************************************************************************
113048
113076
  *
113049
113077
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113915,8 +113943,8 @@ const ExamineViewer_default_ = ExamineViewer;
113915
113943
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113916
113944
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113917
113945
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113918
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(710);
113919
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(576);
113946
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(128);
113947
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(468);
113920
113948
  /*******************************************************************************
113921
113949
  *
113922
113950
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114925,8 +114953,8 @@ const FlyViewer_default_ = FlyViewer;
114925
114953
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114926
114954
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114927
114955
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114928
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(710);
114929
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(576);
114956
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(128);
114957
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(468);
114930
114958
  /*******************************************************************************
114931
114959
  *
114932
114960
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115257,8 +115285,8 @@ const NoneViewer_default_ = NoneViewer;
115257
115285
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
115258
115286
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
115259
115287
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
115260
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(710);
115261
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(576);
115288
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(128);
115289
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(468);
115262
115290
  /*******************************************************************************
115263
115291
  *
115264
115292
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116397,8 +116425,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
116397
116425
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
116398
116426
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
116399
116427
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
116400
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(710);
116401
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(576);
116428
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(128);
116429
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(468);
116402
116430
  /*******************************************************************************
116403
116431
  *
116404
116432
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117677,7 +117705,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
117677
117705
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
117678
117706
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
117679
117707
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
117680
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(576);
117708
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(468);
117681
117709
  /*******************************************************************************
117682
117710
  *
117683
117711
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118579,7 +118607,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
118579
118607
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
118580
118608
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
118581
118609
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
118582
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(576);
118610
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(468);
118583
118611
  const KTXDecoder_default_ = class KTXDecoder
118584
118612
  {
118585
118613
  constructor (gl, externalKtxlib, scriptDir)
@@ -119363,7 +119391,7 @@ Object .assign (Object .setPrototypeOf (AbstractNodesArray .prototype, Base_X3DI
119363
119391
  {
119364
119392
  add (typeName, AbstractNode)
119365
119393
  {
119366
- Base_X3DConstants .addNode (AbstractNode);
119394
+ Base_X3DConstants .addConstant (AbstractNode .typeName);
119367
119395
 
119368
119396
  Base_X3DInfoArray .prototype .add .call (this, typeName, AbstractNode);
119369
119397
  },
@@ -119502,14 +119530,14 @@ Object .assign (Object .setPrototypeOf (ConcreteNodesArray .prototype, Base_X3DI
119502
119530
  {
119503
119531
  add (typeName, ConcreteNode)
119504
119532
  {
119505
- Base_X3DConstants .addNode (ConcreteNode);
119533
+ Base_X3DConstants .addConstant (ConcreteNode .typeName);
119506
119534
  Parser_HTMLSupport .addConcreteNode (ConcreteNode);
119507
119535
 
119508
119536
  Base_X3DInfoArray .prototype .add .call (this, typeName, ConcreteNode);
119509
119537
  },
119510
119538
  update (oldTypeName, typeName, ConcreteNode)
119511
119539
  {
119512
- Base_X3DConstants .addNode (ConcreteNode);
119540
+ Base_X3DConstants .addConstant (ConcreteNode .typeName);
119513
119541
  Parser_HTMLSupport .addConcreteNode (ConcreteNode);
119514
119542
 
119515
119543
  Base_X3DInfoArray .prototype .update .call (this, oldTypeName, typeName, ConcreteNode);
@@ -120132,7 +120160,7 @@ const Components_default_ = Components;
120132
120160
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
120133
120161
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
120134
120162
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
120135
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(576);
120163
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(468);
120136
120164
  /*******************************************************************************
120137
120165
  * MIT License
120138
120166
  *
@@ -121263,7 +121291,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
121263
121291
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
121264
121292
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
121265
121293
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
121266
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(576);
121294
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(468);
121267
121295
  /*******************************************************************************
121268
121296
  *
121269
121297
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122346,7 +122374,7 @@ Object .defineProperties (X3DBrowser,
122346
122374
  },
122347
122375
  });
122348
122376
 
122349
- Base_X3DConstants .addNode (X3DBrowser);
122377
+ Base_X3DConstants .addConstant (X3DBrowser .typeName);
122350
122378
 
122351
122379
  const X3DBrowser_default_ = X3DBrowser;
122352
122380
  ;
@@ -122354,7 +122382,7 @@ const X3DBrowser_default_ = X3DBrowser;
122354
122382
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
122355
122383
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
122356
122384
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
122357
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(576);
122385
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(468);
122358
122386
  /*******************************************************************************
122359
122387
  *
122360
122388
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122486,8 +122514,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
122486
122514
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
122487
122515
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
122488
122516
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
122489
- /* provided dependency */ var jquery_$ = __webpack_require__(576);
122490
- /* provided dependency */ var pako = __webpack_require__(905);
122517
+ /* provided dependency */ var jquery_$ = __webpack_require__(468);
122518
+ /* provided dependency */ var pako = __webpack_require__(112);
122491
122519
  Object .assign (jquery_$,
122492
122520
  {
122493
122521
  decodeText (input)
@@ -122564,14 +122592,14 @@ const jquery_default_ = jquery_$;
122564
122592
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
122565
122593
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
122566
122594
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
122567
- /* provided dependency */ var libtess_libtess = __webpack_require__(85);
122595
+ /* provided dependency */ var libtess_libtess = __webpack_require__(776);
122568
122596
  const libtess_default_ = libtess_libtess;
122569
122597
  ;
122570
122598
 
122571
122599
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
122572
122600
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
122573
122601
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
122574
- /* provided dependency */ var X3D_$ = __webpack_require__(576);
122602
+ /* provided dependency */ var X3D_$ = __webpack_require__(468);
122575
122603
  /*******************************************************************************
122576
122604
  *
122577
122605
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122879,7 +122907,7 @@ Object .assign (X3D,
122879
122907
 
122880
122908
  // Assign X3D to global namespace.
122881
122909
 
122882
- window [Symbol .for ("X_ITE.X3D-9.2.2")] = x_ite_X3D;
122910
+ window [Symbol .for ("X_ITE.X3D-9.2.4")] = x_ite_X3D;
122883
122911
 
122884
122912
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122885
122913