x_ite 9.2.3 → 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 +162 -151
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.min.mjs +1 -1
  45. package/dist/x_ite.mjs +164 -153
  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.3 */var __webpack_modules__ = ({
1
+ /* X_ITE v9.2.4 */var __webpack_modules__ = ({
2
2
 
3
- /***/ 132:
3
+ /***/ 332:
4
4
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
5
5
 
6
- /* provided dependency */ var jQuery = __webpack_require__(751);
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
- /***/ 983:
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__(751)], __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
- /***/ 751:
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
- /***/ 641:
11151
+ /***/ 776:
11152
11152
  /***/ ((module) => {
11153
11153
 
11154
11154
  /**
@@ -15927,7 +15927,7 @@ if (true) {
15927
15927
 
15928
15928
  /***/ }),
15929
15929
 
15930
- /***/ 104:
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
- /***/ 851:
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.3")];
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
+ };
20370
+
20371
+ let CONSTANT_VALUE = 1000;
20375
20372
 
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 ++,
20373
+ Object .defineProperty (X3DConstants, "addConstant",
20374
+ {
20375
+ value (name, value)
20376
+ {
20377
+ if (this .hasOwnProperty (name) || this .hasOwnProperty (value))
20378
+ return;
20381
20379
 
20382
- // Load state
20380
+ Object .defineProperty (this, name,
20381
+ {
20382
+ value: value ?? ++ CONSTANT_VALUE,
20383
+ enumerable: true,
20384
+ });
20383
20385
 
20384
- NOT_STARTED_STATE: LOAD_STATE ++,
20385
- IN_PROGRESS_STATE: LOAD_STATE ++,
20386
- COMPLETE_STATE: LOAD_STATE ++,
20387
- FAILED_STATE: LOAD_STATE ++,
20386
+ Object .defineProperty (this, this [name],
20387
+ {
20388
+ value: name,
20389
+ });
20390
+ },
20391
+ });
20388
20392
 
20389
- // Access type
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
  ;
@@ -34212,7 +34223,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34212
34223
  x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34213
34224
  /* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
34214
34225
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
34215
- /* provided dependency */ var $ = __webpack_require__(751);
34226
+ /* provided dependency */ var $ = __webpack_require__(468);
34216
34227
  /*******************************************************************************
34217
34228
  *
34218
34229
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34349,7 +34360,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
34349
34360
  *
34350
34361
  ******************************************************************************/
34351
34362
 
34352
- const BROWSER_VERSION_default_ = "9.2.3";
34363
+ const BROWSER_VERSION_default_ = "9.2.4";
34353
34364
  ;
34354
34365
 
34355
34366
  x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
@@ -37908,7 +37919,7 @@ Object .defineProperties (X3DProtoDeclarationNode,
37908
37919
  },
37909
37920
  });
37910
37921
 
37911
- Base_X3DConstants .addNode (X3DProtoDeclarationNode);
37922
+ Base_X3DConstants .addConstant (X3DProtoDeclarationNode .typeName);
37912
37923
 
37913
37924
  const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
37914
37925
  ;
@@ -38485,7 +38496,7 @@ Object .defineProperties (X3DProtoDeclaration,
38485
38496
  },
38486
38497
  });
38487
38498
 
38488
- Base_X3DConstants .addNode (X3DProtoDeclaration);
38499
+ Base_X3DConstants .addConstant (X3DProtoDeclaration .typeName);
38489
38500
 
38490
38501
  const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38491
38502
  ;
@@ -38493,7 +38504,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
38493
38504
  x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
38494
38505
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
38495
38506
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
38496
- /* provided dependency */ var X3DParser_$ = __webpack_require__(751);
38507
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(468);
38497
38508
  /*******************************************************************************
38498
38509
  *
38499
38510
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -38755,7 +38766,7 @@ const Expressions_default_ = Expressions;
38755
38766
  x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
38756
38767
  /* harmony default export */ const Parser_Expressions = (Expressions_default_);
38757
38768
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
38758
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(751);
38769
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(468);
38759
38770
  /*******************************************************************************
38760
38771
  *
38761
38772
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41441,7 +41452,7 @@ const VRMLParser_default_ = VRMLParser;
41441
41452
  x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
41442
41453
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
41443
41454
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
41444
- /* provided dependency */ var XMLParser_$ = __webpack_require__(751);
41455
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(468);
41445
41456
  /*******************************************************************************
41446
41457
  *
41447
41458
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -43550,7 +43561,7 @@ const URLs_default_ = URLs;
43550
43561
  x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
43551
43562
  /* harmony default export */ const Networking_URLs = (URLs_default_);
43552
43563
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
43553
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(751);
43564
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(468);
43554
43565
  /*******************************************************************************
43555
43566
  *
43556
43567
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -46851,7 +46862,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
46851
46862
  x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
46852
46863
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
46853
46864
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
46854
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(751);
46865
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(468);
46855
46866
  /*******************************************************************************
46856
46867
  *
46857
46868
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47003,7 +47014,7 @@ const GLB2Parser_default_ = GLB2Parser;
47003
47014
  x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
47004
47015
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
47005
47016
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
47006
- /* provided dependency */ var OBJParser_$ = __webpack_require__(751);
47017
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(468);
47007
47018
  /*******************************************************************************
47008
47019
  *
47009
47020
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -50358,8 +50369,8 @@ const MatrixStack_default_ = MatrixStack;
50358
50369
  x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
50359
50370
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
50360
50371
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
50361
- /* provided dependency */ var SVGParser_$ = __webpack_require__(751);
50362
- /* provided dependency */ var libtess = __webpack_require__(641);
50372
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(468);
50373
+ /* provided dependency */ var libtess = __webpack_require__(776);
50363
50374
  /*******************************************************************************
50364
50375
  *
50365
50376
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53127,7 +53138,7 @@ const SVGParser_default_ = SVGParser;
53127
53138
  x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
53128
53139
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
53129
53140
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
53130
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(751);
53141
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(468);
53131
53142
  /*******************************************************************************
53132
53143
  *
53133
53144
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -53464,7 +53475,7 @@ const Plane3_default_ = Plane3;
53464
53475
  x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
53465
53476
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
53466
53477
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
53467
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(641);
53478
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(776);
53468
53479
  /*******************************************************************************
53469
53480
  *
53470
53481
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -60970,7 +60981,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
60970
60981
  x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
60971
60982
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
60972
60983
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
60973
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(751);
60984
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(468);
60974
60985
  /*******************************************************************************
60975
60986
  *
60976
60987
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65567,7 +65578,7 @@ Object .defineProperties (X3DWorld,
65567
65578
  },
65568
65579
  });
65569
65580
 
65570
- Base_X3DConstants .addNode (X3DWorld);
65581
+ Base_X3DConstants .addConstant (X3DWorld .typeName);
65571
65582
 
65572
65583
  const X3DWorld_default_ = X3DWorld;
65573
65584
  ;
@@ -65575,7 +65586,7 @@ const X3DWorld_default_ = X3DWorld;
65575
65586
  x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
65576
65587
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
65577
65588
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
65578
- /* provided dependency */ var FileLoader_$ = __webpack_require__(751);
65589
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(468);
65579
65590
  /*******************************************************************************
65580
65591
  *
65581
65592
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66348,7 +66359,7 @@ Object .defineProperties (X3DExternProtoDeclaration,
66348
66359
  },
66349
66360
  });
66350
66361
 
66351
- Base_X3DConstants .addNode (X3DExternProtoDeclaration);
66362
+ Base_X3DConstants .addConstant (X3DExternProtoDeclaration .typeName);
66352
66363
 
66353
66364
  const X3DExternProtoDeclaration_default_ = X3DExternProtoDeclaration;
66354
66365
  ;
@@ -66506,7 +66517,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
66506
66517
  x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
66507
66518
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
66508
66519
  ;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
66509
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(751);
66520
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(468);
66510
66521
  /*******************************************************************************
66511
66522
  *
66512
66523
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -68002,7 +68013,7 @@ Object .defineProperties (X3DExecutionContext,
68002
68013
  },
68003
68014
  });
68004
68015
 
68005
- Base_X3DConstants .addNode (X3DExecutionContext);
68016
+ Base_X3DConstants .addConstant (X3DExecutionContext .typeName);
68006
68017
 
68007
68018
  const X3DExecutionContext_default_ = X3DExecutionContext;
68008
68019
  ;
@@ -89375,7 +89386,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
89375
89386
  x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
89376
89387
  /* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
89377
89388
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
89378
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(751);
89389
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(468);
89379
89390
  /*******************************************************************************
89380
89391
  *
89381
89392
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95016,7 +95027,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
95016
95027
  x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
95017
95028
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
95018
95029
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
95019
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(751);
95030
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(468);
95020
95031
  /*******************************************************************************
95021
95032
  *
95022
95033
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -95673,7 +95684,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
95673
95684
  x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
95674
95685
  /* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
95675
95686
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
95676
- /* provided dependency */ var Appearance_$ = __webpack_require__(751);
95687
+ /* provided dependency */ var Appearance_$ = __webpack_require__(468);
95677
95688
  /*******************************************************************************
95678
95689
  *
95679
95690
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96106,9 +96117,9 @@ Object .defineProperties (Appearance,
96106
96117
  {
96107
96118
  value: new Base_FieldDefinitionArray ([
96108
96119
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
96109
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "acousticProperties", new x_ite_Fields .SFNode ()),
96110
96120
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "alphaMode", new x_ite_Fields .SFString ("AUTO")),
96111
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 ()),
96112
96123
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "pointProperties", new x_ite_Fields .SFNode ()),
96113
96124
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "lineProperties", new x_ite_Fields .SFNode ()),
96114
96125
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "fillProperties", new x_ite_Fields .SFNode ()),
@@ -98515,8 +98526,8 @@ Object .defineProperties (Shape,
98515
98526
  {
98516
98527
  value: new Base_FieldDefinitionArray ([
98517
98528
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
98518
- new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "visible", new x_ite_Fields .SFBool (true)),
98519
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)),
98520
98531
  new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "bboxDisplay", new x_ite_Fields .SFBool ()),
98521
98532
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "bboxSize", new x_ite_Fields .SFVec3f (-1, -1, -1)),
98522
98533
  new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "bboxCenter", new x_ite_Fields .SFVec3f ()),
@@ -99091,7 +99102,7 @@ const Components_Shape_default_ = {
99091
99102
  x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
99092
99103
  /* harmony default export */ const Components_Shape = (Components_Shape_default_);
99093
99104
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
99094
- /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(751);
99105
+ /* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(468);
99095
99106
  /*******************************************************************************
99096
99107
  *
99097
99108
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -99731,7 +99742,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
99731
99742
  x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
99732
99743
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
99733
99744
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
99734
- /* provided dependency */ var AudioClip_$ = __webpack_require__(751);
99745
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(468);
99735
99746
  /*******************************************************************************
99736
99747
  *
99737
99748
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -100033,7 +100044,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
100033
100044
  x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
100034
100045
  /* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
100035
100046
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
100036
- /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(751);
100047
+ /* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(468);
100037
100048
  /*******************************************************************************
100038
100049
  *
100039
100050
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -101683,7 +101694,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
101683
101694
  x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
101684
101695
  /* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
101685
101696
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
101686
- /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(751);
101697
+ /* provided dependency */ var MicrophoneSource_$ = __webpack_require__(468);
101687
101698
  /*******************************************************************************
101688
101699
  *
101689
101700
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -103352,8 +103363,8 @@ const GifMedia_default_ = GifMedia;
103352
103363
  x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
103353
103364
  /* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
103354
103365
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
103355
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(751);
103356
- /* provided dependency */ var SuperGif = __webpack_require__(851);
103366
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(468);
103367
+ /* provided dependency */ var SuperGif = __webpack_require__(716);
103357
103368
  /*******************************************************************************
103358
103369
  *
103359
103370
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -106628,7 +106639,7 @@ const gettext_default_ = gettext;
106628
106639
  x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
106629
106640
  /* harmony default export */ const locale_gettext = (gettext_default_);
106630
106641
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
106631
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(751);
106642
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(468);
106632
106643
  /*******************************************************************************
106633
106644
  *
106634
106645
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107058,7 +107069,7 @@ const TextureQuality_default_ = TextureQuality;
107058
107069
  x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
107059
107070
  /* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
107060
107071
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
107061
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(751);
107072
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(468);
107062
107073
  /*******************************************************************************
107063
107074
  *
107064
107075
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107648,7 +107659,7 @@ const RenderingProperties_default_ = RenderingProperties;
107648
107659
  x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
107649
107660
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
107650
107661
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
107651
- /* provided dependency */ var Notification_$ = __webpack_require__(751);
107662
+ /* provided dependency */ var Notification_$ = __webpack_require__(468);
107652
107663
  /*******************************************************************************
107653
107664
  *
107654
107665
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107771,8 +107782,8 @@ const Notification_default_ = Notification;
107771
107782
  x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
107772
107783
  /* harmony default export */ const Core_Notification = (Notification_default_);
107773
107784
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
107774
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(132);
107775
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(751);
107785
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(332);
107786
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(468);
107776
107787
  /*******************************************************************************
107777
107788
  *
107778
107789
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -110379,7 +110390,7 @@ Object .defineProperties (X3DScene,
110379
110390
  },
110380
110391
  });
110381
110392
 
110382
- Base_X3DConstants .addNode (X3DScene);
110393
+ Base_X3DConstants .addConstant (X3DScene .typeName);
110383
110394
 
110384
110395
  const X3DScene_default_ = X3DScene;
110385
110396
  ;
@@ -110524,7 +110535,7 @@ const DataStorage_default_ = DataStorage;
110524
110535
  x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
110525
110536
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
110526
110537
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
110527
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(751);
110538
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(468);
110528
110539
  /*******************************************************************************
110529
110540
  *
110530
110541
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113047,8 +113058,8 @@ const X3DViewer_default_ = X3DViewer;
113047
113058
  x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
113048
113059
  /* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
113049
113060
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
113050
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(983);
113051
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(751);
113061
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(128);
113062
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(468);
113052
113063
  /*******************************************************************************
113053
113064
  *
113054
113065
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113920,8 +113931,8 @@ const ExamineViewer_default_ = ExamineViewer;
113920
113931
  x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
113921
113932
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
113922
113933
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
113923
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(983);
113924
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(751);
113934
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(128);
113935
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(468);
113925
113936
  /*******************************************************************************
113926
113937
  *
113927
113938
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114930,8 +114941,8 @@ const FlyViewer_default_ = FlyViewer;
114930
114941
  x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
114931
114942
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
114932
114943
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
114933
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(983);
114934
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(751);
114944
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(128);
114945
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(468);
114935
114946
  /*******************************************************************************
114936
114947
  *
114937
114948
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115262,8 +115273,8 @@ const NoneViewer_default_ = NoneViewer;
115262
115273
  x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
115263
115274
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
115264
115275
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
115265
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(983);
115266
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(751);
115276
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(128);
115277
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(468);
115267
115278
  /*******************************************************************************
115268
115279
  *
115269
115280
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116402,8 +116413,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
116402
116413
  x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
116403
116414
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
116404
116415
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
116405
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(983);
116406
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(751);
116416
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(128);
116417
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(468);
116407
116418
  /*******************************************************************************
116408
116419
  *
116409
116420
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117682,7 +117693,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
117682
117693
  x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
117683
117694
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
117684
117695
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
117685
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(751);
117696
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(468);
117686
117697
  /*******************************************************************************
117687
117698
  *
117688
117699
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -118584,7 +118595,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
118584
118595
  x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
118585
118596
  /* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
118586
118597
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
118587
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(751);
118598
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(468);
118588
118599
  const KTXDecoder_default_ = class KTXDecoder
118589
118600
  {
118590
118601
  constructor (gl, externalKtxlib, scriptDir)
@@ -119368,7 +119379,7 @@ Object .assign (Object .setPrototypeOf (AbstractNodesArray .prototype, Base_X3DI
119368
119379
  {
119369
119380
  add (typeName, AbstractNode)
119370
119381
  {
119371
- Base_X3DConstants .addNode (AbstractNode);
119382
+ Base_X3DConstants .addConstant (AbstractNode .typeName);
119372
119383
 
119373
119384
  Base_X3DInfoArray .prototype .add .call (this, typeName, AbstractNode);
119374
119385
  },
@@ -119507,14 +119518,14 @@ Object .assign (Object .setPrototypeOf (ConcreteNodesArray .prototype, Base_X3DI
119507
119518
  {
119508
119519
  add (typeName, ConcreteNode)
119509
119520
  {
119510
- Base_X3DConstants .addNode (ConcreteNode);
119521
+ Base_X3DConstants .addConstant (ConcreteNode .typeName);
119511
119522
  Parser_HTMLSupport .addConcreteNode (ConcreteNode);
119512
119523
 
119513
119524
  Base_X3DInfoArray .prototype .add .call (this, typeName, ConcreteNode);
119514
119525
  },
119515
119526
  update (oldTypeName, typeName, ConcreteNode)
119516
119527
  {
119517
- Base_X3DConstants .addNode (ConcreteNode);
119528
+ Base_X3DConstants .addConstant (ConcreteNode .typeName);
119518
119529
  Parser_HTMLSupport .addConcreteNode (ConcreteNode);
119519
119530
 
119520
119531
  Base_X3DInfoArray .prototype .update .call (this, oldTypeName, typeName, ConcreteNode);
@@ -120137,7 +120148,7 @@ const Components_default_ = Components;
120137
120148
  x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
120138
120149
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
120139
120150
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
120140
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(751);
120151
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(468);
120141
120152
  /*******************************************************************************
120142
120153
  * MIT License
120143
120154
  *
@@ -121268,7 +121279,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
121268
121279
  x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
121269
121280
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
121270
121281
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
121271
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(751);
121282
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(468);
121272
121283
  /*******************************************************************************
121273
121284
  *
121274
121285
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122351,7 +122362,7 @@ Object .defineProperties (X3DBrowser,
122351
122362
  },
122352
122363
  });
122353
122364
 
122354
- Base_X3DConstants .addNode (X3DBrowser);
122365
+ Base_X3DConstants .addConstant (X3DBrowser .typeName);
122355
122366
 
122356
122367
  const X3DBrowser_default_ = X3DBrowser;
122357
122368
  ;
@@ -122359,7 +122370,7 @@ const X3DBrowser_default_ = X3DBrowser;
122359
122370
  x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
122360
122371
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
122361
122372
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
122362
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(751);
122373
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(468);
122363
122374
  /*******************************************************************************
122364
122375
  *
122365
122376
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122491,8 +122502,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
122491
122502
  x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
122492
122503
  /* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
122493
122504
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
122494
- /* provided dependency */ var jquery_$ = __webpack_require__(751);
122495
- /* provided dependency */ var pako = __webpack_require__(104);
122505
+ /* provided dependency */ var jquery_$ = __webpack_require__(468);
122506
+ /* provided dependency */ var pako = __webpack_require__(112);
122496
122507
  Object .assign (jquery_$,
122497
122508
  {
122498
122509
  decodeText (input)
@@ -122569,14 +122580,14 @@ const jquery_default_ = jquery_$;
122569
122580
  x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
122570
122581
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
122571
122582
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
122572
- /* provided dependency */ var libtess_libtess = __webpack_require__(641);
122583
+ /* provided dependency */ var libtess_libtess = __webpack_require__(776);
122573
122584
  const libtess_default_ = libtess_libtess;
122574
122585
  ;
122575
122586
 
122576
122587
  x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
122577
122588
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
122578
122589
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
122579
- /* provided dependency */ var X3D_$ = __webpack_require__(751);
122590
+ /* provided dependency */ var X3D_$ = __webpack_require__(468);
122580
122591
  /*******************************************************************************
122581
122592
  *
122582
122593
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -122884,7 +122895,7 @@ Object .assign (X3D,
122884
122895
 
122885
122896
  // Assign X3D to global namespace.
122886
122897
 
122887
- window [Symbol .for ("X_ITE.X3D-9.2.3")] = x_ite_X3D;
122898
+ window [Symbol .for ("X_ITE.X3D-9.2.4")] = x_ite_X3D;
122888
122899
 
122889
122900
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
122890
122901
 
@@ -122897,5 +122908,5 @@ x_ite_Namespace .add ("x_ite", "x_ite", x_ite_default_);
122897
122908
  /* harmony default export */ const x_ite = (x_ite_default_);
122898
122909
  })();
122899
122910
 
122900
- var __webpack_exports__default = __webpack_exports__.Z;
122911
+ var __webpack_exports__default = __webpack_exports__.c;
122901
122912
  export { __webpack_exports__default as default };