x_ite 8.6.7 → 8.6.8

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 (62) 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 +13 -13
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +26 -26
  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 +18 -18
  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 +27 -27
  20. package/dist/assets/components/Layout.min.js +1 -1
  21. package/dist/assets/components/NURBS.js +24 -24
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +23 -23
  24. package/dist/assets/components/ParticleSystems.min.js +1 -1
  25. package/dist/assets/components/Picking.js +19 -19
  26. package/dist/assets/components/Picking.min.js +1 -1
  27. package/dist/assets/components/RigidBodyPhysics.js +18 -18
  28. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  29. package/dist/assets/components/Scripting.js +28 -28
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +24 -24
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjector.js +14 -14
  34. package/dist/assets/components/TextureProjector.min.js +1 -1
  35. package/dist/assets/components/Texturing3D.js +33 -33
  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 +9 -9
  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 +144 -163
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.zip +0 -0
  45. package/docs/_config.yml +1 -1
  46. package/package.json +1 -1
  47. package/src/assets/shaders/webgl1/include/Vertex.glsl.js +2 -3
  48. package/src/assets/shaders/webgl2/include/Particle.glsl.js +9 -23
  49. package/src/standard/Math/Numbers/Color3.js +2 -2
  50. package/src/standard/Math/Numbers/Color4.js +1 -1
  51. package/src/x_ite/Browser/Shaders/Shaders.js +0 -2
  52. package/src/x_ite/Browser/VERSION.js +1 -1
  53. package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +1 -1
  54. package/src/x_ite/Components/Shape/Material.js +24 -23
  55. package/src/x_ite/Components/Shape/PhysicalMaterial.js +1 -0
  56. package/src/x_ite/Components/Shape/UnlitMaterial.js +1 -0
  57. package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +12 -10
  58. package/src/x_ite/Components/Texturing/ImageTexture.js +17 -4
  59. package/src/x_ite/Components/Texturing/MovieTexture.js +5 -4
  60. package/src/x_ite/Parser/GLTF2Parser.js +3 -9
  61. package/src/x_ite/Parser/OBJParser.js +6 -9
  62. package/src/assets/shaders/webgl1/include/Particle.glsl.js +0 -7
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v8.6.7 */(function webpackUniversalModuleDefinition(root, factory) {
1
+ /* X_ITE v8.6.8 */(function webpackUniversalModuleDefinition(root, factory) {
2
2
  if(typeof exports === 'object' && typeof module === 'object')
3
3
  module.exports = factory();
4
4
  else if(typeof define === 'function' && define.amd)
@@ -11,11 +11,11 @@
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
14
- /***/ 364:
14
+ /***/ 169:
15
15
  /***/ (function(module, exports, __webpack_require__) {
16
16
 
17
17
  "use strict";
18
- /* provided dependency */ var jQuery = __webpack_require__(996);
18
+ /* provided dependency */ var jQuery = __webpack_require__(5);
19
19
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
20
20
 
21
21
  /**
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
387
387
 
388
388
  /***/ }),
389
389
 
390
- /***/ 674:
390
+ /***/ 352:
391
391
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
392
392
 
393
- /* provided dependency */ var jQuery = __webpack_require__(996);
393
+ /* provided dependency */ var jQuery = __webpack_require__(5);
394
394
  /**
395
395
  * @preserve jquery.fullscreen 1.1.5
396
396
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -586,7 +586,7 @@ installFullScreenHandlers();
586
586
 
587
587
  /***/ }),
588
588
 
589
- /***/ 549:
589
+ /***/ 367:
590
590
  /***/ ((module, exports, __webpack_require__) => {
591
591
 
592
592
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
600
600
  (function (factory) {
601
601
  if ( true ) {
602
602
  // AMD. Register as an anonymous module.
603
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(996)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
603
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(5)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
604
604
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
605
605
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
606
606
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
811
811
 
812
812
  /***/ }),
813
813
 
814
- /***/ 996:
814
+ /***/ 5:
815
815
  /***/ (function(module, exports) {
816
816
 
817
817
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11812,7 +11812,7 @@ return jQuery;
11812
11812
 
11813
11813
  /***/ }),
11814
11814
 
11815
- /***/ 519:
11815
+ /***/ 587:
11816
11816
  /***/ ((module) => {
11817
11817
 
11818
11818
  /**
@@ -16591,7 +16591,7 @@ if (true) {
16591
16591
 
16592
16592
  /***/ }),
16593
16593
 
16594
- /***/ 986:
16594
+ /***/ 81:
16595
16595
  /***/ (function(__unused_webpack_module, exports) {
16596
16596
 
16597
16597
 
@@ -19836,7 +19836,7 @@ if (true) {
19836
19836
 
19837
19837
  /***/ }),
19838
19838
 
19839
- /***/ 750:
19839
+ /***/ 667:
19840
19840
  /***/ (function(module, exports) {
19841
19841
 
19842
19842
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -23707,7 +23707,7 @@ x_ite_Namespace.set ("standard/Math/Algorithm", Algorithm_default_);
23707
23707
 
23708
23708
 
23709
23709
 
23710
- const clamp = Algorithm.clamp;
23710
+ const { clamp, interval, degrees } = Algorithm;
23711
23711
 
23712
23712
  const
23713
23713
  _r = Symbol .for ("X_ITE.Color3.r"),
@@ -23817,7 +23817,7 @@ Color3 .prototype =
23817
23817
  }
23818
23818
  else
23819
23819
  {
23820
- const w = Algorithm.degrees (Algorithm.interval (h, 0, Math .PI * 2)) / 60; // sector 0 to 5
23820
+ const w = degrees (interval (h, 0, Math .PI * 2)) / 60; // sector 0 to 5
23821
23821
 
23822
23822
  const i = Math .floor (w);
23823
23823
  const f = w - i; // factorial part of h
@@ -24229,7 +24229,7 @@ x_ite_Namespace.set ("x_ite/Fields/SFColor", SFColor_default_);
24229
24229
 
24230
24230
 
24231
24231
 
24232
- const Color4_clamp = Algorithm.clamp;
24232
+ const { clamp: Color4_clamp } = Algorithm;
24233
24233
 
24234
24234
  const
24235
24235
  Color4_r = Symbol .for ("X_ITE.Color3.r"),
@@ -34912,7 +34912,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
34912
34912
  *
34913
34913
  ******************************************************************************/
34914
34914
 
34915
- const VERSION_default_ = "8.6.7";
34915
+ const VERSION_default_ = "8.6.8";
34916
34916
  ;
34917
34917
 
34918
34918
  x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
@@ -35814,7 +35814,7 @@ const gettext_default_ = gettext;
35814
35814
  x_ite_Namespace.set ("locale/gettext", gettext_default_);
35815
35815
  /* harmony default export */ const locale_gettext = (gettext_default_);
35816
35816
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
35817
- /* provided dependency */ var $ = __webpack_require__(996);
35817
+ /* provided dependency */ var $ = __webpack_require__(5);
35818
35818
  /*******************************************************************************
35819
35819
  *
35820
35820
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36772,7 +36772,7 @@ const RenderingProperties_default_ = RenderingProperties;
36772
36772
  x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
36773
36773
  /* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
36774
36774
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
36775
- /* provided dependency */ var Notification_$ = __webpack_require__(996);
36775
+ /* provided dependency */ var Notification_$ = __webpack_require__(5);
36776
36776
  /*******************************************************************************
36777
36777
  *
36778
36778
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -36894,8 +36894,8 @@ const Notification_default_ = Notification;
36894
36894
  x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
36895
36895
  /* harmony default export */ const Core_Notification = (Notification_default_);
36896
36896
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
36897
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(674);
36898
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(996);
36897
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(352);
36898
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(5);
36899
36899
  /*******************************************************************************
36900
36900
  *
36901
36901
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41897,7 +41897,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
41897
41897
  x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
41898
41898
  /* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
41899
41899
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
41900
- /* provided dependency */ var X3DParser_$ = __webpack_require__(996);
41900
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(5);
41901
41901
  /*******************************************************************************
41902
41902
  *
41903
41903
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45074,7 +45074,7 @@ const VRMLParser_default_ = VRMLParser;
45074
45074
  x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
45075
45075
  /* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
45076
45076
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
45077
- /* provided dependency */ var XMLParser_$ = __webpack_require__(996);
45077
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(5);
45078
45078
  /*******************************************************************************
45079
45079
  *
45080
45080
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47117,7 +47117,7 @@ const URLs_default_ = URLs;
47117
47117
  x_ite_Namespace.set ("x_ite/Browser/Networking/URLs", URLs_default_);
47118
47118
  /* harmony default export */ const Networking_URLs = (URLs_default_);
47119
47119
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
47120
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(996);
47120
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(5);
47121
47121
  /*******************************************************************************
47122
47122
  *
47123
47123
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -47816,7 +47816,8 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
47816
47816
  if (name)
47817
47817
  scene .addNamedNode (scene .getUniqueName (name), textureNode);
47818
47818
 
47819
- textureNode ._url = [image .uri];
47819
+ textureNode ._url = [image .uri];
47820
+ textureNode ._flipVertically = true;
47820
47821
 
47821
47822
  const sampler = this .samplers [texture .sampler];
47822
47823
 
@@ -48046,14 +48047,7 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
48046
48047
  if (!(KHR_materials_emissive_strength instanceof Object))
48047
48048
  return;
48048
48049
 
48049
- const emissiveStrength = this .numberValue (KHR_materials_emissive_strength .emissiveStrength, 1);
48050
-
48051
- // Will not always get the desired result, because colors are clamped values,
48052
- // especially if there is an emissiveTexture.
48053
-
48054
- materialNode ._emissiveColor .r *= emissiveStrength;
48055
- materialNode ._emissiveColor .g *= emissiveStrength;
48056
- materialNode ._emissiveColor .b *= emissiveStrength;
48050
+ materialNode ._emissiveStrength = this .numberValue (KHR_materials_emissive_strength .emissiveStrength, 1);
48057
48051
  },
48058
48052
  textureTransformObject: function (KHR_texture_transform, mapping)
48059
48053
  {
@@ -49502,7 +49496,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
49502
49496
  x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
49503
49497
  /* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
49504
49498
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
49505
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(996);
49499
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(5);
49506
49500
  /*******************************************************************************
49507
49501
  *
49508
49502
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49655,7 +49649,7 @@ const GLB2Parser_default_ = GLB2Parser;
49655
49649
  x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
49656
49650
  /* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
49657
49651
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
49658
- /* provided dependency */ var OBJParser_$ = __webpack_require__(996);
49652
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(5);
49659
49653
  /*******************************************************************************
49660
49654
  *
49661
49655
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -49933,15 +49927,12 @@ OBJParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
49933
49927
  try
49934
49928
  {
49935
49929
  const
49936
- scene = this .getExecutionContext (),
49937
- url = new URL (path, scene .getWorldURL ());
49938
-
49939
- const input = await fetch (url)
49940
- .then (response => response .arrayBuffer ())
49941
- .then (arrayBuffer => OBJParser_$.decodeText (OBJParser_$.ungzip (arrayBuffer)))
49942
- .catch (Function .prototype);
49943
-
49944
- const parser = new MaterialParser (scene, input);
49930
+ scene = this .getExecutionContext (),
49931
+ url = new URL (path, scene .getWorldURL ()),
49932
+ response = await fetch (url),
49933
+ arrayBuffer = await response .arrayBuffer (),
49934
+ input = OBJParser_$.decodeText (OBJParser_$.ungzip (arrayBuffer)),
49935
+ parser = new MaterialParser (scene, input);
49945
49936
 
49946
49937
  parser .parse ();
49947
49938
 
@@ -51794,7 +51785,7 @@ x_ite_Namespace.set ("standard/Math/Geometry/Box2", Box2_default_);
51794
51785
 
51795
51786
 
51796
51787
 
51797
- const { interval } = Algorithm;
51788
+ const { interval: Bezier_interval } = Algorithm;
51798
51789
 
51799
51790
  // https://pomax.github.io/bezierinfo/
51800
51791
 
@@ -51871,7 +51862,7 @@ const Bezier =
51871
51862
 
51872
51863
  // In accordance to: http://www.w3.org/TR/SVG/implnote.html#ArcOutOfRangeParameters
51873
51864
 
51874
- xAxisRotation = interval (xAxisRotation, 0, 2 * Math .PI);
51865
+ xAxisRotation = Bezier_interval (xAxisRotation, 0, 2 * Math .PI);
51875
51866
 
51876
51867
  const
51877
51868
  sinRotation = Math .sin (xAxisRotation),
@@ -52096,8 +52087,8 @@ const MatrixStack_default_ = MatrixStack;
52096
52087
  x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
52097
52088
  /* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
52098
52089
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
52099
- /* provided dependency */ var SVGParser_$ = __webpack_require__(996);
52100
- /* provided dependency */ var libtess = __webpack_require__(519);
52090
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(5);
52091
+ /* provided dependency */ var libtess = __webpack_require__(587);
52101
52092
  /*******************************************************************************
52102
52093
  *
52103
52094
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -54862,7 +54853,7 @@ const SVGParser_default_ = SVGParser;
54862
54853
  x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
54863
54854
  /* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
54864
54855
  ;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
54865
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(996);
54856
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(5);
54866
54857
  /*******************************************************************************
54867
54858
  *
54868
54859
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55191,7 +55182,7 @@ const Plane3_default_ = Plane3;
55191
55182
  x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
55192
55183
  /* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
55193
55184
  ;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
55194
- /* provided dependency */ var Triangle3_libtess = __webpack_require__(519);
55185
+ /* provided dependency */ var Triangle3_libtess = __webpack_require__(587);
55195
55186
  /*******************************************************************************
55196
55187
  *
55197
55188
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62432,7 +62423,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62432
62423
  x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
62433
62424
  /* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
62434
62425
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
62435
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(996);
62426
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(5);
62436
62427
  /*******************************************************************************
62437
62428
  *
62438
62429
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62512,6 +62503,7 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
62512
62503
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "url", new x_ite_Fields.MFString ()),
62513
62504
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "autoRefresh", new x_ite_Fields.SFTime ()),
62514
62505
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "autoRefreshTimeLimit", new x_ite_Fields.SFTime (3600)),
62506
+ new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "flipVertically", new x_ite_Fields.SFBool ()),
62515
62507
  new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatS", new x_ite_Fields.SFBool (true)),
62516
62508
  new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatT", new x_ite_Fields.SFBool (true)),
62517
62509
  new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "textureProperties", new x_ite_Fields.SFNode ()),
@@ -62533,6 +62525,8 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
62533
62525
  Texturing_X3DTexture2DNode.prototype.initialize.call (this);
62534
62526
  Networking_X3DUrlObject.prototype.initialize.call (this);
62535
62527
 
62528
+ this ._flipVertically .addInterest ("set_url__", this);
62529
+
62536
62530
  this .image .on ("load", this .setImage .bind (this));
62537
62531
  this .image .on ("abort error", this .setError .bind (this));
62538
62532
  this .image .prop ("crossOrigin", "Anonymous");
@@ -62614,8 +62608,13 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
62614
62608
 
62615
62609
  cx .clearRect (0, 0, width, height);
62616
62610
  cx .save ();
62617
- cx .translate (0, height);
62618
- cx .scale (1, -1);
62611
+
62612
+ if (!this ._flipVertically .getValue ())
62613
+ {
62614
+ cx .translate (0, height);
62615
+ cx .scale (1, -1);
62616
+ }
62617
+
62619
62618
  cx .drawImage (image, 0, 0);
62620
62619
  cx .restore ();
62621
62620
  }
@@ -62631,8 +62630,13 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
62631
62630
 
62632
62631
  cx .clearRect (0, 0, width, height);
62633
62632
  cx .save ();
62634
- cx .translate (0, height);
62635
- cx .scale (1, -1);
62633
+
62634
+ if (!this ._flipVertically .getValue ())
62635
+ {
62636
+ cx .translate (0, height);
62637
+ cx .scale (1, -1);
62638
+ }
62639
+
62636
62640
  cx .drawImage (image, 0, 0, image .width, image .height, 0, 0, width, height);
62637
62641
  cx .restore ();
62638
62642
  }
@@ -66674,7 +66678,7 @@ const X3DWorld_default_ = X3DWorld;
66674
66678
  x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
66675
66679
  /* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
66676
66680
  ;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
66677
- /* provided dependency */ var FileLoader_$ = __webpack_require__(996);
66681
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(5);
66678
66682
  /*******************************************************************************
66679
66683
  *
66680
66684
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -68878,7 +68882,7 @@ const X3DExecutionContext_default_ = X3DExecutionContext;
68878
68882
  x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_default_);
68879
68883
  /* harmony default export */ const Execution_X3DExecutionContext = (X3DExecutionContext_default_);
68880
68884
  ;// CONCATENATED MODULE: ./src/x_ite/Configuration/ComponentInfo.js
68881
- /* provided dependency */ var ComponentInfo_$ = __webpack_require__(996);
68885
+ /* provided dependency */ var ComponentInfo_$ = __webpack_require__(5);
68882
68886
  /*******************************************************************************
68883
68887
  *
68884
68888
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -70844,7 +70848,7 @@ const DataStorage_default_ = DataStorage;
70844
70848
  x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
70845
70849
  /* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
70846
70850
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
70847
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(996);
70851
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(5);
70848
70852
  /*******************************************************************************
70849
70853
  *
70850
70854
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -77334,8 +77338,8 @@ const OrientationChaser_default_ = OrientationChaser;
77334
77338
  x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
77335
77339
  /* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
77336
77340
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
77337
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(549);
77338
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(996);
77341
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(367);
77342
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(5);
77339
77343
  /*******************************************************************************
77340
77344
  *
77341
77345
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -78199,8 +78203,8 @@ const ExamineViewer_default_ = ExamineViewer;
78199
78203
  x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
78200
78204
  /* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
78201
78205
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
78202
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(549);
78203
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(996);
78206
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(367);
78207
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(5);
78204
78208
  /*******************************************************************************
78205
78209
  *
78206
78210
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -79150,8 +79154,8 @@ const FlyViewer_default_ = FlyViewer;
79150
79154
  x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
79151
79155
  /* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
79152
79156
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
79153
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(549);
79154
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(996);
79157
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(367);
79158
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(5);
79155
79159
  /*******************************************************************************
79156
79160
  *
79157
79161
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -79460,8 +79464,8 @@ const NoneViewer_default_ = NoneViewer;
79460
79464
  x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
79461
79465
  /* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
79462
79466
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
79463
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(549);
79464
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(996);
79467
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(367);
79468
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(5);
79465
79469
  /*******************************************************************************
79466
79470
  *
79467
79471
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -81064,8 +81068,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
81064
81068
  x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
81065
81069
  /* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
81066
81070
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
81067
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(549);
81068
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(996);
81071
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(367);
81072
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(5);
81069
81073
  /*******************************************************************************
81070
81074
  *
81071
81075
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -82087,8 +82091,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
82087
82091
  x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
82088
82092
  /* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
82089
82093
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
82090
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(996);
82091
- /* provided dependency */ var ResizeSensor = __webpack_require__(364);
82094
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(5);
82095
+ /* provided dependency */ var ResizeSensor = __webpack_require__(169);
82092
82096
  /*******************************************************************************
82093
82097
  *
82094
82098
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -82783,18 +82787,6 @@ getNormalVector (const in float normalScale)
82783
82787
 
82784
82788
  x_ite_Namespace.set ("assets/shaders/webgl1/include/Normal.glsl", Normal_glsl_default_);
82785
82789
  /* harmony default export */ const Normal_glsl = (Normal_glsl_default_);
82786
- ;// CONCATENATED MODULE: ./src/assets/shaders/webgl1/include/Particle.glsl.js
82787
- const Particle_glsl_default_ = /* glsl */ `
82788
- #if defined (X3D_PHYSICAL_MATERIAL)
82789
- #define getTexCoord(texCoord) vec4(texCoord .x, 1.0 - texCoord .y, texCoord .z, texCoord .w);
82790
- #else
82791
- #define getTexCoord(texCoord) (texCoord)
82792
- #endif
82793
- `;
82794
- ;
82795
-
82796
- x_ite_Namespace.set ("assets/shaders/webgl1/include/Particle.glsl", Particle_glsl_default_);
82797
- /* harmony default export */ const Particle_glsl = (Particle_glsl_default_);
82798
82790
  ;// CONCATENATED MODULE: ./src/assets/shaders/webgl1/include/Perlin.glsl.js
82799
82791
  const Perlin_glsl_default_ = /* glsl */ `
82800
82792
  //https://gist.github.com/patriciogonzalezvivo/670c22f3966e662d2f83
@@ -83830,7 +83822,6 @@ varying vec3 vertex;
83830
83822
 
83831
83823
  // Main
83832
83824
 
83833
- #pragma X3D include "Particle.glsl"
83834
83825
  #pragma X3D include "PointSize.glsl"
83835
83826
 
83836
83827
  void
@@ -83859,11 +83850,11 @@ vertex_main ()
83859
83850
  #if ! defined (X3D_GEOMETRY_0D) && ! defined (X3D_GEOMETRY_1D)
83860
83851
  #if defined (X3D_TEXTURE) || defined (X3D_MATERIAL_TEXTURES)
83861
83852
  #if X3D_NUM_TEXTURE_COORDINATES > 0
83862
- texCoord0 = getTexCoord (x3d_TexCoord0);
83853
+ texCoord0 = x3d_TexCoord0;
83863
83854
  #endif
83864
83855
 
83865
83856
  #if X3D_NUM_TEXTURE_COORDINATES > 1
83866
- texCoord1 = getTexCoord (x3d_TexCoord1);
83857
+ texCoord1 = x3d_TexCoord1;
83867
83858
  #endif
83868
83859
  #endif
83869
83860
  #endif
@@ -84272,11 +84263,13 @@ getNormalVector (const in float normalScale)
84272
84263
  x_ite_Namespace.set ("assets/shaders/webgl2/include/Normal.glsl", include_Normal_glsl_default_);
84273
84264
  /* harmony default export */ const include_Normal_glsl = (include_Normal_glsl_default_);
84274
84265
  ;// CONCATENATED MODULE: ./src/assets/shaders/webgl2/include/Particle.glsl.js
84275
- const include_Particle_glsl_default_ = /* glsl */ `
84266
+ const Particle_glsl_default_ = /* glsl */ `
84276
84267
  #if defined (X3D_PARTICLE_SYSTEM)
84268
+ #if defined (X3D_TEX_COORD_RAMP)
84269
+
84270
+ uniform sampler2D x3d_TexCoordRamp;
84277
84271
 
84278
84272
  in vec4 x3d_Particle;
84279
- in mat4 x3d_ParticleMatrix;
84280
84273
 
84281
84274
  vec4
84282
84275
  texelFetch (const in sampler2D sampler, const in int index, const in int lod)
@@ -84288,12 +84281,8 @@ texelFetch (const in sampler2D sampler, const in int index, const in int lod)
84288
84281
  return t;
84289
84282
  }
84290
84283
 
84291
- #if defined (X3D_TEX_COORD_RAMP)
84292
-
84293
- uniform sampler2D x3d_TexCoordRamp;
84294
-
84295
84284
  vec4
84296
- getParticleTexCoord (const in vec4 texCoord)
84285
+ getTexCoord (const in vec4 texCoord)
84297
84286
  {
84298
84287
  const int map [6] = int [6] (0, 1, 2, 0, 2, 3);
84299
84288
 
@@ -84302,9 +84291,11 @@ getParticleTexCoord (const in vec4 texCoord)
84302
84291
  return texelFetch (x3d_TexCoordRamp, index0 + map [gl_VertexID % 6], 0);
84303
84292
  }
84304
84293
  #else
84305
- #define getParticleTexCoord(texCoord) (texCoord)
84294
+ #define getTexCoord(texCoord) (texCoord)
84306
84295
  #endif
84307
84296
 
84297
+ in mat4 x3d_ParticleMatrix;
84298
+
84308
84299
  vec4
84309
84300
  getVertex (const in vec4 vertex)
84310
84301
  {
@@ -84312,28 +84303,14 @@ getVertex (const in vec4 vertex)
84312
84303
  }
84313
84304
 
84314
84305
  #else
84315
-
84316
- #define getVertex(vertex) (vertex)
84317
- #define getParticleTexCoord(texCoord) (texCoord)
84318
-
84319
- #endif
84320
-
84321
- #if defined (X3D_PHYSICAL_MATERIAL)
84322
- vec4
84323
- getTexCoord (const in vec4 texCoord)
84324
- {
84325
- vec4 t = getParticleTexCoord (texCoord);
84326
-
84327
- return vec4 (t .x, 1.0 - t .y, t .z, t .w);
84328
- }
84329
- #else
84330
- #define getTexCoord(texCoord) getParticleTexCoord(texCoord)
84306
+ #define getVertex(vertex) (vertex)
84307
+ #define getTexCoord(texCoord) (texCoord)
84331
84308
  #endif
84332
84309
  `;
84333
84310
  ;
84334
84311
 
84335
- x_ite_Namespace.set ("assets/shaders/webgl2/include/Particle.glsl", include_Particle_glsl_default_);
84336
- /* harmony default export */ const include_Particle_glsl = (include_Particle_glsl_default_);
84312
+ x_ite_Namespace.set ("assets/shaders/webgl2/include/Particle.glsl", Particle_glsl_default_);
84313
+ /* harmony default export */ const Particle_glsl = (Particle_glsl_default_);
84337
84314
  ;// CONCATENATED MODULE: ./src/assets/shaders/webgl2/include/Perlin.glsl.js
84338
84315
  const include_Perlin_glsl_default_ = /* glsl */ `
84339
84316
  //https://gist.github.com/patriciogonzalezvivo/670c22f3966e662d2f83
@@ -87637,7 +87614,6 @@ x_ite_Namespace.set ("assets/shaders/webgl2/Unlit.fs", webgl2_Unlit_fs_default_)
87637
87614
 
87638
87615
 
87639
87616
 
87640
-
87641
87617
  /* WebGL 2 */
87642
87618
 
87643
87619
 
@@ -87693,7 +87669,6 @@ const Shaders = {
87693
87669
  Hatch: Hatch_glsl,
87694
87670
  Material: Material_glsl,
87695
87671
  Normal: Normal_glsl,
87696
- Particle: Particle_glsl,
87697
87672
  Perlin: Perlin_glsl,
87698
87673
  Point: Point_glsl,
87699
87674
  PointSize: PointSize_glsl,
@@ -87711,7 +87686,7 @@ const Shaders = {
87711
87686
  Line2: Line2_glsl,
87712
87687
  Material: include_Material_glsl,
87713
87688
  Normal: include_Normal_glsl,
87714
- Particle: include_Particle_glsl,
87689
+ Particle: Particle_glsl,
87715
87690
  Perlin: include_Perlin_glsl,
87716
87691
  Point: include_Point_glsl,
87717
87692
  PointSize: include_PointSize_glsl,
@@ -90642,7 +90617,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
90642
90617
  x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
90643
90618
  /* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
90644
90619
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
90645
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(996);
90620
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(5);
90646
90621
  /*******************************************************************************
90647
90622
  *
90648
90623
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -92295,11 +92270,12 @@ X3DOneSidedMaterialNode .prototype = Object .assign (Object .create (Shape_X3DMa
92295
92270
  {
92296
92271
  Shape_X3DMaterialNode.prototype.initialize.call (this);
92297
92272
 
92298
- this ._emissiveColor .addInterest ("set_emissiveColor__", this);
92299
- this ._emissiveTexture .addInterest ("set_emissiveTexture__", this);
92300
- this ._normalTexture .addInterest ("set_normalTexture__", this);
92301
- this ._transparency .addInterest ("set_transparency__", this);
92302
- this ._transparency .addInterest ("set_transparent__", this);
92273
+ this ._emissiveColor .addInterest ("set_emissiveColor__", this);
92274
+ this ._emissiveStrength .addInterest ("set_emissiveColor__", this);
92275
+ this ._emissiveTexture .addInterest ("set_emissiveTexture__", this);
92276
+ this ._normalTexture .addInterest ("set_normalTexture__", this);
92277
+ this ._transparency .addInterest ("set_transparency__", this);
92278
+ this ._transparency .addInterest ("set_transparent__", this);
92303
92279
 
92304
92280
  this .set_emissiveColor__ ();
92305
92281
  this .set_emissiveTexture__ ();
@@ -92312,12 +92288,13 @@ X3DOneSidedMaterialNode .prototype = Object .assign (Object .create (Shape_X3DMa
92312
92288
  //this .emissiveColor .set (this ._emissiveColor .getValue ());
92313
92289
 
92314
92290
  const
92315
- emissiveColor = this .emissiveColor,
92316
- emissiveColor_ = this ._emissiveColor .getValue ();
92291
+ emissiveColor = this .emissiveColor,
92292
+ emissiveColor_ = this ._emissiveColor .getValue (),
92293
+ emissiveStrength = this ._emissiveStrength .getValue ();
92317
92294
 
92318
- emissiveColor [0] = emissiveColor_ .r;
92319
- emissiveColor [1] = emissiveColor_ .g;
92320
- emissiveColor [2] = emissiveColor_ .b;
92295
+ emissiveColor [0] = emissiveColor_ .r * emissiveStrength;
92296
+ emissiveColor [1] = emissiveColor_ .g * emissiveStrength;
92297
+ emissiveColor [2] = emissiveColor_ .b * emissiveStrength;
92321
92298
  },
92322
92299
  set_emissiveTexture__: function ()
92323
92300
  {
@@ -92492,6 +92469,7 @@ UnlitMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedMate
92492
92469
  [Symbol .for ("X_ITE.X3DBaseNode.fieldDefinitions")]: new Base_FieldDefinitionArray ([
92493
92470
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metadata", new x_ite_Fields.SFNode ()),
92494
92471
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor (1, 1, 1)),
92472
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveStrength", new x_ite_Fields.SFFloat (1)),
92495
92473
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
92496
92474
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
92497
92475
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalScale", new x_ite_Fields.SFFloat (1)),
@@ -111106,29 +111084,30 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
111106
111084
  {
111107
111085
  constructor: Material,
111108
111086
  [Symbol .for ("X_ITE.X3DBaseNode.fieldDefinitions")]: new Base_FieldDefinitionArray ([
111109
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metadata", new x_ite_Fields.SFNode ()),
111110
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "ambientIntensity", new x_ite_Fields.SFFloat (0.2)),
111111
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "ambientTextureMapping", new x_ite_Fields.SFString ()),
111112
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "ambientTexture", new x_ite_Fields.SFNode ()),
111113
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "diffuseColor", new x_ite_Fields.SFColor (0.8, 0.8, 0.8)),
111114
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "diffuseTextureMapping", new x_ite_Fields.SFString ()),
111115
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "diffuseTexture", new x_ite_Fields.SFNode ()),
111116
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularColor", new x_ite_Fields.SFColor ()),
111117
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularTextureMapping", new x_ite_Fields.SFString ()),
111118
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularTexture", new x_ite_Fields.SFNode ()),
111119
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor ()),
111120
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
111121
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
111122
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininess", new x_ite_Fields.SFFloat (0.2)),
111123
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininessTextureMapping", new x_ite_Fields.SFString ()),
111124
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininessTexture", new x_ite_Fields.SFNode ()),
111125
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "occlusionStrength", new x_ite_Fields.SFFloat (1)),
111126
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "occlusionTextureMapping", new x_ite_Fields.SFString ()),
111127
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "occlusionTexture", new x_ite_Fields.SFNode ()),
111128
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalScale", new x_ite_Fields.SFFloat (1)),
111129
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalTextureMapping", new x_ite_Fields.SFString ()),
111130
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalTexture", new x_ite_Fields.SFNode ()),
111131
- new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "transparency", new x_ite_Fields.SFFloat ()),
111087
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metadata", new x_ite_Fields.SFNode ()),
111088
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "ambientIntensity", new x_ite_Fields.SFFloat (0.2)),
111089
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "ambientTextureMapping", new x_ite_Fields.SFString ()),
111090
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "ambientTexture", new x_ite_Fields.SFNode ()),
111091
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "diffuseColor", new x_ite_Fields.SFColor (0.8, 0.8, 0.8)),
111092
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "diffuseTextureMapping", new x_ite_Fields.SFString ()),
111093
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "diffuseTexture", new x_ite_Fields.SFNode ()),
111094
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularColor", new x_ite_Fields.SFColor ()),
111095
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularTextureMapping", new x_ite_Fields.SFString ()),
111096
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularTexture", new x_ite_Fields.SFNode ()),
111097
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor ()),
111098
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveStrength", new x_ite_Fields.SFFloat (1)),
111099
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
111100
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
111101
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininess", new x_ite_Fields.SFFloat (0.2)),
111102
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininessTextureMapping", new x_ite_Fields.SFString ()),
111103
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininessTexture", new x_ite_Fields.SFNode ()),
111104
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "occlusionStrength", new x_ite_Fields.SFFloat (1)),
111105
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "occlusionTextureMapping", new x_ite_Fields.SFString ()),
111106
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "occlusionTexture", new x_ite_Fields.SFNode ()),
111107
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalScale", new x_ite_Fields.SFFloat (1)),
111108
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalTextureMapping", new x_ite_Fields.SFString ()),
111109
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalTexture", new x_ite_Fields.SFNode ()),
111110
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "transparency", new x_ite_Fields.SFFloat ()),
111132
111111
  ]),
111133
111112
  getTypeName: function ()
111134
111113
  {
@@ -111505,6 +111484,7 @@ PhysicalMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedM
111505
111484
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "baseTextureMapping", new x_ite_Fields.SFString ()),
111506
111485
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "baseTexture", new x_ite_Fields.SFNode ()),
111507
111486
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor (0, 0, 0)),
111487
+ new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveStrength", new x_ite_Fields.SFFloat (1)),
111508
111488
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
111509
111489
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
111510
111490
  new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metallic", new x_ite_Fields.SFFloat (1)),
@@ -112517,7 +112497,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
112517
112497
  x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
112518
112498
  /* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
112519
112499
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
112520
- /* provided dependency */ var AudioClip_$ = __webpack_require__(996);
112500
+ /* provided dependency */ var AudioClip_$ = __webpack_require__(5);
112521
112501
  /*******************************************************************************
112522
112502
  *
112523
112503
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115332,8 +115312,8 @@ const GIFMedia_default_ = GifMedia;
115332
115312
  x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
115333
115313
  /* harmony default export */ const GIFMedia = (GIFMedia_default_);
115334
115314
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
115335
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(996);
115336
- /* provided dependency */ var SuperGif = __webpack_require__(750);
115315
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(5);
115316
+ /* provided dependency */ var SuperGif = __webpack_require__(667);
115337
115317
  /*******************************************************************************
115338
115318
  *
115339
115319
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115429,6 +115409,7 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
115429
115409
  new Base_X3DFieldDefinition (Base_X3DConstants.outputOnly, "isActive", new x_ite_Fields.SFBool ()),
115430
115410
  new Base_X3DFieldDefinition (Base_X3DConstants.outputOnly, "elapsedTime", new x_ite_Fields.SFTime ()),
115431
115411
  new Base_X3DFieldDefinition (Base_X3DConstants.outputOnly, "duration_changed", new x_ite_Fields.SFTime (-1)),
115412
+ new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "flipVertically", new x_ite_Fields.SFBool ()),
115432
115413
  new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatS", new x_ite_Fields.SFBool (true)),
115433
115414
  new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatT", new x_ite_Fields.SFBool (true)),
115434
115415
  new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "textureProperties", new x_ite_Fields.SFNode ()),
@@ -115555,7 +115536,7 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
115555
115536
  throw new Error ("The movie texture is a non power-of-two texture.");
115556
115537
 
115557
115538
  this .setMedia (this .video [0]);
115558
- this .setTexture (width, height, false, video, true);
115539
+ this .setTexture (width, height, false, video, !this ._flipVertically .getValue ());
115559
115540
  this .setLoadState (Base_X3DConstants.COMPLETE_STATE);
115560
115541
  }
115561
115542
  catch (error)
@@ -115575,7 +115556,7 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
115575
115556
  gif .pause ();
115576
115557
 
115577
115558
  this .setMedia (gif);
115578
- this .setTexture (gif .get_canvas () .width, gif .get_canvas () .height, false, gif .get_frames () [0] .data, true);
115559
+ this .setTexture (gif .get_canvas () .width, gif .get_canvas () .height, false, gif .get_frames () [0] .data, !this ._flipVertically .getValue ());
115579
115560
  this .setLoadState (Base_X3DConstants.COMPLETE_STATE);
115580
115561
  }
115581
115562
  catch (error)
@@ -115592,9 +115573,9 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
115592
115573
  return;
115593
115574
 
115594
115575
  if (this .gif)
115595
- this .updateTexture (this .gif .currentFrame .data, true);
115576
+ this .updateTexture (this .gif .currentFrame .data, !this ._flipVertically .getValue ());
115596
115577
  else
115597
- this .updateTexture (this .video [0], true);
115578
+ this .updateTexture (this .video [0], !this ._flipVertically .getValue ());
115598
115579
  },
115599
115580
  traverse: Texturing_X3DTexture2DNode.prototype.traverse,
115600
115581
  dispose: function ()
@@ -116290,7 +116271,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
116290
116271
  x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
116291
116272
  /* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
116292
116273
  ;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
116293
- /* provided dependency */ var PixelTexture_$ = __webpack_require__(996);
116274
+ /* provided dependency */ var PixelTexture_$ = __webpack_require__(5);
116294
116275
  /*******************************************************************************
116295
116276
  *
116296
116277
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116993,7 +116974,7 @@ const Components_default_ = Components;
116993
116974
  x_ite_Namespace.set ("x_ite/Components", Components_default_);
116994
116975
  /* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
116995
116976
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
116996
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(996);
116977
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(5);
116997
116978
  /*******************************************************************************
116998
116979
  * MIT License
116999
116980
  *
@@ -118230,7 +118211,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
118230
118211
  x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
118231
118212
  /* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
118232
118213
  ;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
118233
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(996);
118214
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(5);
118234
118215
  /*******************************************************************************
118235
118216
  *
118236
118217
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119175,7 +119156,7 @@ const X3DBrowser_default_ = X3DBrowser;
119175
119156
  x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
119176
119157
  /* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
119177
119158
  ;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
119178
- /* provided dependency */ var Fallback_$ = __webpack_require__(996);
119159
+ /* provided dependency */ var Fallback_$ = __webpack_require__(5);
119179
119160
  /*******************************************************************************
119180
119161
  *
119181
119162
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119354,8 +119335,8 @@ const MicroTime_default_ = undefined;
119354
119335
  x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
119355
119336
  /* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
119356
119337
  ;// CONCATENATED MODULE: ./src/lib/jquery.js
119357
- /* provided dependency */ var jquery_$ = __webpack_require__(996);
119358
- /* provided dependency */ var pako = __webpack_require__(986);
119338
+ /* provided dependency */ var jquery_$ = __webpack_require__(5);
119339
+ /* provided dependency */ var pako = __webpack_require__(81);
119359
119340
  jquery_$.decodeText = function (input)
119360
119341
  {
119361
119342
  if (typeof input === "string")
@@ -119382,14 +119363,14 @@ const jquery_default_ = jquery_$;
119382
119363
  x_ite_Namespace.set ("lib/jquery", jquery_default_);
119383
119364
  /* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
119384
119365
  ;// CONCATENATED MODULE: ./src/lib/libtess.js
119385
- /* provided dependency */ var libtess_libtess = __webpack_require__(519);
119366
+ /* provided dependency */ var libtess_libtess = __webpack_require__(587);
119386
119367
  const libtess_default_ = libtess_libtess;
119387
119368
  ;
119388
119369
 
119389
119370
  x_ite_Namespace.set ("lib/libtess", libtess_default_);
119390
119371
  /* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
119391
119372
  ;// CONCATENATED MODULE: ./src/x_ite/X3D.js
119392
- /* provided dependency */ var X3D_$ = __webpack_require__(996);
119373
+ /* provided dependency */ var X3D_$ = __webpack_require__(5);
119393
119374
  /*******************************************************************************
119394
119375
  *
119395
119376
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119645,7 +119626,7 @@ const X3D_default_ = X3D;
119645
119626
  x_ite_Namespace.set ("x_ite/X3D", X3D_default_);
119646
119627
  /* harmony default export */ const x_ite_X3D = (X3D_default_);
119647
119628
  ;// CONCATENATED MODULE: ./src/x_ite/X3DCanvas.js
119648
- /* provided dependency */ var X3DCanvas_$ = __webpack_require__(996);
119629
+ /* provided dependency */ var X3DCanvas_$ = __webpack_require__(5);
119649
119630
  /*******************************************************************************
119650
119631
  *
119651
119632
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119905,7 +119886,7 @@ x_ite_Namespace.set ("shim", shim_default_);
119905
119886
 
119906
119887
  // Assign X3D to global namespace.
119907
119888
 
119908
- window [Symbol .for ("X_ITE.X3D-8.6.7")] = x_ite_X3D;
119889
+ window [Symbol .for ("X_ITE.X3D-8.6.8")] = x_ite_X3D;
119909
119890
 
119910
119891
  x_ite_X3DCanvas.define ();
119911
119892