x_ite 8.6.19 → 8.6.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +18 -18
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +24 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +22 -22
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +18 -18
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +28 -28
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +119 -110
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/docs/_posts/getting-started.md +18 -18
- package/docs/_tabs/playground.html +24 -17
- package/package.json +1 -1
- package/src/x_ite/Browser/Navigation/ExamineViewer.js +3 -0
- package/src/x_ite/Browser/Navigation/LookAtViewer.js +3 -0
- package/src/x_ite/Browser/Networking/X3DNetworkingContext.js +8 -4
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +15 -13
- package/src/x_ite/Execution/X3DExecutionContext.js +11 -11
- package/src/x_ite/InputOutput/FileLoader.js +13 -18
- package/src/x_ite/Prototype/X3DExternProtoDeclaration.js +5 -4
- package/src/x_ite/Prototype/X3DProtoDeclaration.js +4 -3
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.20 */(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 780:
|
|
15
15
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var jQuery = __webpack_require__(586);
|
|
19
19
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
|
387
387
|
|
|
388
388
|
/***/ }),
|
|
389
389
|
|
|
390
|
-
/***/
|
|
390
|
+
/***/ 54:
|
|
391
391
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
392
392
|
|
|
393
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
393
|
+
/* provided dependency */ var jQuery = __webpack_require__(586);
|
|
394
394
|
/**
|
|
395
395
|
* @preserve jquery.fullscreen 1.1.5
|
|
396
396
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -586,7 +586,7 @@ installFullScreenHandlers();
|
|
|
586
586
|
|
|
587
587
|
/***/ }),
|
|
588
588
|
|
|
589
|
-
/***/
|
|
589
|
+
/***/ 729:
|
|
590
590
|
/***/ ((module, exports, __webpack_require__) => {
|
|
591
591
|
|
|
592
592
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
600
600
|
(function (factory) {
|
|
601
601
|
if ( true ) {
|
|
602
602
|
// AMD. Register as an anonymous module.
|
|
603
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
603
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(586)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
604
604
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
605
605
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
606
606
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
811
811
|
|
|
812
812
|
/***/ }),
|
|
813
813
|
|
|
814
|
-
/***/
|
|
814
|
+
/***/ 586:
|
|
815
815
|
/***/ (function(module, exports) {
|
|
816
816
|
|
|
817
817
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11784,7 +11784,7 @@ return jQuery;
|
|
|
11784
11784
|
|
|
11785
11785
|
/***/ }),
|
|
11786
11786
|
|
|
11787
|
-
/***/
|
|
11787
|
+
/***/ 314:
|
|
11788
11788
|
/***/ ((module) => {
|
|
11789
11789
|
|
|
11790
11790
|
/**
|
|
@@ -16563,7 +16563,7 @@ if (true) {
|
|
|
16563
16563
|
|
|
16564
16564
|
/***/ }),
|
|
16565
16565
|
|
|
16566
|
-
/***/
|
|
16566
|
+
/***/ 928:
|
|
16567
16567
|
/***/ (function(__unused_webpack_module, exports) {
|
|
16568
16568
|
|
|
16569
16569
|
|
|
@@ -19808,7 +19808,7 @@ if (true) {
|
|
|
19808
19808
|
|
|
19809
19809
|
/***/ }),
|
|
19810
19810
|
|
|
19811
|
-
/***/
|
|
19811
|
+
/***/ 253:
|
|
19812
19812
|
/***/ (function(module, exports) {
|
|
19813
19813
|
|
|
19814
19814
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -34967,7 +34967,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
|
34967
34967
|
*
|
|
34968
34968
|
******************************************************************************/
|
|
34969
34969
|
|
|
34970
|
-
const VERSION_default_ = "8.6.
|
|
34970
|
+
const VERSION_default_ = "8.6.20";
|
|
34971
34971
|
;
|
|
34972
34972
|
|
|
34973
34973
|
x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
|
|
@@ -35871,7 +35871,7 @@ const gettext_default_ = gettext;
|
|
|
35871
35871
|
x_ite_Namespace.set ("locale/gettext", gettext_default_);
|
|
35872
35872
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
35873
35873
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
35874
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
35874
|
+
/* provided dependency */ var $ = __webpack_require__(586);
|
|
35875
35875
|
/*******************************************************************************
|
|
35876
35876
|
*
|
|
35877
35877
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36289,7 +36289,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
36289
36289
|
x_ite_Namespace.set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
36290
36290
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
36291
36291
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
36292
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
36292
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(586);
|
|
36293
36293
|
/*******************************************************************************
|
|
36294
36294
|
*
|
|
36295
36295
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36825,7 +36825,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
36825
36825
|
x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
36826
36826
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
36827
36827
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
36828
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
36828
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(586);
|
|
36829
36829
|
/*******************************************************************************
|
|
36830
36830
|
*
|
|
36831
36831
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36947,8 +36947,8 @@ const Notification_default_ = Notification;
|
|
|
36947
36947
|
x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
|
|
36948
36948
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
36949
36949
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
36950
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
36951
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
36950
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(54);
|
|
36951
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(586);
|
|
36952
36952
|
/*******************************************************************************
|
|
36953
36953
|
*
|
|
36954
36954
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41672,21 +41672,22 @@ for (const key of Reflect .ownKeys (X3DProtoDeclaration .prototype))
|
|
|
41672
41672
|
|
|
41673
41673
|
Object .defineProperty (X3DProtoDeclaration .prototype, "name",
|
|
41674
41674
|
{
|
|
41675
|
-
get:
|
|
41675
|
+
get: X3DProtoDeclaration .prototype .getName,
|
|
41676
41676
|
enumerable: true,
|
|
41677
41677
|
configurable: false
|
|
41678
41678
|
});
|
|
41679
41679
|
|
|
41680
41680
|
Object .defineProperty (X3DProtoDeclaration .prototype, "fields",
|
|
41681
41681
|
{
|
|
41682
|
-
get:
|
|
41682
|
+
get: X3DProtoDeclaration .prototype .getFieldDefinitions,
|
|
41683
41683
|
enumerable: true,
|
|
41684
41684
|
configurable: false
|
|
41685
41685
|
});
|
|
41686
41686
|
|
|
41687
41687
|
Object .defineProperty (X3DProtoDeclaration .prototype, "isExternProto",
|
|
41688
41688
|
{
|
|
41689
|
-
|
|
41689
|
+
value: false,
|
|
41690
|
+
writable: false,
|
|
41690
41691
|
enumerable: true,
|
|
41691
41692
|
configurable: false
|
|
41692
41693
|
});
|
|
@@ -41979,7 +41980,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
|
|
|
41979
41980
|
x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
|
|
41980
41981
|
/* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
|
|
41981
41982
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
41982
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
41983
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(586);
|
|
41983
41984
|
/*******************************************************************************
|
|
41984
41985
|
*
|
|
41985
41986
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45161,7 +45162,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
45161
45162
|
x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
45162
45163
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
45163
45164
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
45164
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
45165
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(586);
|
|
45165
45166
|
/*******************************************************************************
|
|
45166
45167
|
*
|
|
45167
45168
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47198,7 +47199,7 @@ const URLs_default_ = URLs;
|
|
|
47198
47199
|
x_ite_Namespace.set ("x_ite/Browser/Networking/URLs", URLs_default_);
|
|
47199
47200
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
47200
47201
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
47201
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
47202
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(586);
|
|
47202
47203
|
/*******************************************************************************
|
|
47203
47204
|
*
|
|
47204
47205
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49664,7 +49665,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
49664
49665
|
x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
49665
49666
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
49666
49667
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
49667
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
49668
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(586);
|
|
49668
49669
|
/*******************************************************************************
|
|
49669
49670
|
*
|
|
49670
49671
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49817,7 +49818,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49817
49818
|
x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
49818
49819
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
49819
49820
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
49820
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49821
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(586);
|
|
49821
49822
|
/*******************************************************************************
|
|
49822
49823
|
*
|
|
49823
49824
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52307,8 +52308,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52307
52308
|
x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
52308
52309
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
52309
52310
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52310
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52311
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
52311
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(586);
|
|
52312
|
+
/* provided dependency */ var libtess = __webpack_require__(314);
|
|
52312
52313
|
/*******************************************************************************
|
|
52313
52314
|
*
|
|
52314
52315
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55077,7 +55078,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
55077
55078
|
x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
|
|
55078
55079
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
55079
55080
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
55080
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
55081
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(586);
|
|
55081
55082
|
/*******************************************************************************
|
|
55082
55083
|
*
|
|
55083
55084
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55406,7 +55407,7 @@ const Plane3_default_ = Plane3;
|
|
|
55406
55407
|
x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
|
|
55407
55408
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
55408
55409
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
55409
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
55410
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(314);
|
|
55410
55411
|
/*******************************************************************************
|
|
55411
55412
|
*
|
|
55412
55413
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62712,7 +62713,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62712
62713
|
x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
62713
62714
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
62714
62715
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62715
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62716
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(586);
|
|
62716
62717
|
/*******************************************************************************
|
|
62717
62718
|
*
|
|
62718
62719
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67052,7 +67053,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
67052
67053
|
x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
67053
67054
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
67054
67055
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
67055
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
67056
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(586);
|
|
67056
67057
|
/*******************************************************************************
|
|
67057
67058
|
*
|
|
67058
67059
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67127,11 +67128,10 @@ function FileLoader (node, external)
|
|
|
67127
67128
|
this .browser = node .getBrowser ();
|
|
67128
67129
|
this .external = external === undefined ? this .browser .isExternal () : external;
|
|
67129
67130
|
this .executionContext = this .external ? node .getExecutionContext () : this .browser .currentScene;
|
|
67130
|
-
this .userAgent = this .browser .getName () + "/" + this .browser .getVersion () + " (X3D Browser; +" + this .browser .getProviderUrl () + ")";
|
|
67131
67131
|
this .target = "";
|
|
67132
67132
|
this .url = [ ];
|
|
67133
67133
|
this .URL = new URL (this .getReferer (), this .getReferer ());
|
|
67134
|
-
this .
|
|
67134
|
+
this .controller = new AbortController ();
|
|
67135
67135
|
}
|
|
67136
67136
|
|
|
67137
67137
|
FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -67139,24 +67139,20 @@ FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype
|
|
|
67139
67139
|
constructor: FileLoader,
|
|
67140
67140
|
abort: function ()
|
|
67141
67141
|
{
|
|
67142
|
-
this .
|
|
67143
|
-
|
|
67144
|
-
this .
|
|
67145
|
-
},
|
|
67146
|
-
isPrivate: function ()
|
|
67147
|
-
{
|
|
67148
|
-
return true;
|
|
67142
|
+
this .url .length = 0;
|
|
67143
|
+
|
|
67144
|
+
this .controller .abort ();
|
|
67149
67145
|
},
|
|
67150
|
-
|
|
67146
|
+
getURL: function ()
|
|
67151
67147
|
{
|
|
67152
67148
|
return this .URL;
|
|
67153
67149
|
},
|
|
67154
67150
|
getReferer: function ()
|
|
67155
67151
|
{
|
|
67156
|
-
if (this .node
|
|
67152
|
+
if (this .node instanceof Execution_X3DWorld)
|
|
67157
67153
|
{
|
|
67158
67154
|
if (this .external)
|
|
67159
|
-
return this .browser .
|
|
67155
|
+
return this .browser .getBaseURL ();
|
|
67160
67156
|
}
|
|
67161
67157
|
|
|
67162
67158
|
return this .executionContext .getWorldURL ();
|
|
@@ -67254,7 +67250,7 @@ FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype
|
|
|
67254
67250
|
createX3DFromURLAsync: function (callback, data)
|
|
67255
67251
|
{
|
|
67256
67252
|
if (data === null)
|
|
67257
|
-
callback (null
|
|
67253
|
+
callback (null);
|
|
67258
67254
|
else
|
|
67259
67255
|
this .createX3DFromString (this .URL, data, callback, this .loadDocumentError .bind (this));
|
|
67260
67256
|
},
|
|
@@ -67303,7 +67299,7 @@ FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype
|
|
|
67303
67299
|
if (result [3] === "base64")
|
|
67304
67300
|
data = atob (data);
|
|
67305
67301
|
else
|
|
67306
|
-
data =
|
|
67302
|
+
data = decodeURIComponent (data);
|
|
67307
67303
|
|
|
67308
67304
|
this .callback (data);
|
|
67309
67305
|
return;
|
|
@@ -67343,7 +67339,7 @@ FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype
|
|
|
67343
67339
|
// Load URL async
|
|
67344
67340
|
|
|
67345
67341
|
const
|
|
67346
|
-
options = { cache: this .node .getCache () ? "default" : "reload" },
|
|
67342
|
+
options = { cache: this .node .getCache () ? "default" : "reload", signal: this .controller .signal },
|
|
67347
67343
|
response = this .handleErrors (await fetch (this .URL .href, options)),
|
|
67348
67344
|
contentType = response .headers .get ("content-type") ?.replace (/;.*$/, "");
|
|
67349
67345
|
|
|
@@ -67359,10 +67355,10 @@ FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype
|
|
|
67359
67355
|
},
|
|
67360
67356
|
handleErrors: function (response)
|
|
67361
67357
|
{
|
|
67362
|
-
if (
|
|
67363
|
-
|
|
67358
|
+
if (response .ok)
|
|
67359
|
+
return response;
|
|
67364
67360
|
|
|
67365
|
-
|
|
67361
|
+
throw Error (response .statusText || response .status);
|
|
67366
67362
|
},
|
|
67367
67363
|
loadDocumentError: function (exception)
|
|
67368
67364
|
{
|
|
@@ -67815,21 +67811,22 @@ for (const key of Reflect .ownKeys (X3DExternProtoDeclaration .prototype))
|
|
|
67815
67811
|
|
|
67816
67812
|
Object .defineProperty (X3DExternProtoDeclaration .prototype, "name",
|
|
67817
67813
|
{
|
|
67818
|
-
get:
|
|
67814
|
+
get: X3DExternProtoDeclaration .prototype .getName,
|
|
67819
67815
|
enumerable: true,
|
|
67820
67816
|
configurable: false
|
|
67821
67817
|
});
|
|
67822
67818
|
|
|
67823
67819
|
Object .defineProperty (X3DExternProtoDeclaration .prototype, "fields",
|
|
67824
67820
|
{
|
|
67825
|
-
get:
|
|
67821
|
+
get: X3DExternProtoDeclaration .prototype .getFieldDefinitions,
|
|
67826
67822
|
enumerable: true,
|
|
67827
67823
|
configurable: false
|
|
67828
67824
|
});
|
|
67829
67825
|
|
|
67830
67826
|
Object .defineProperty (X3DExternProtoDeclaration .prototype, "isExternProto",
|
|
67831
67827
|
{
|
|
67832
|
-
|
|
67828
|
+
value: true,
|
|
67829
|
+
writable: false,
|
|
67833
67830
|
enumerable: true,
|
|
67834
67831
|
configurable: false
|
|
67835
67832
|
});
|
|
@@ -67843,7 +67840,7 @@ Object .defineProperty (X3DExternProtoDeclaration .prototype, "urls",
|
|
|
67843
67840
|
|
|
67844
67841
|
Object .defineProperty (X3DExternProtoDeclaration .prototype, "loadState",
|
|
67845
67842
|
{
|
|
67846
|
-
get:
|
|
67843
|
+
get: X3DExternProtoDeclaration .prototype .checkLoadState,
|
|
67847
67844
|
enumerable: true,
|
|
67848
67845
|
configurable: false
|
|
67849
67846
|
});
|
|
@@ -69178,71 +69175,71 @@ for (const key of Reflect .ownKeys (X3DExecutionContext .prototype))
|
|
|
69178
69175
|
|
|
69179
69176
|
Object .defineProperty (X3DExecutionContext .prototype, "specificationVersion",
|
|
69180
69177
|
{
|
|
69181
|
-
get:
|
|
69178
|
+
get: X3DExecutionContext .prototype .getSpecificationVersion,
|
|
69182
69179
|
enumerable: true,
|
|
69183
69180
|
configurable: false
|
|
69184
69181
|
});
|
|
69185
69182
|
|
|
69186
69183
|
Object .defineProperty (X3DExecutionContext .prototype, "encoding",
|
|
69187
69184
|
{
|
|
69188
|
-
get:
|
|
69185
|
+
get: X3DExecutionContext .prototype .getEncoding,
|
|
69189
69186
|
enumerable: true,
|
|
69190
69187
|
configurable: false
|
|
69191
69188
|
});
|
|
69192
69189
|
|
|
69193
69190
|
Object .defineProperty (X3DExecutionContext .prototype, "profile",
|
|
69194
69191
|
{
|
|
69195
|
-
get:
|
|
69192
|
+
get: X3DExecutionContext .prototype .getProfile,
|
|
69196
69193
|
enumerable: true,
|
|
69197
69194
|
configurable: false
|
|
69198
69195
|
});
|
|
69199
69196
|
|
|
69200
69197
|
Object .defineProperty (X3DExecutionContext .prototype, "components",
|
|
69201
69198
|
{
|
|
69202
|
-
get:
|
|
69199
|
+
get: X3DExecutionContext .prototype .getComponents,
|
|
69203
69200
|
enumerable: true,
|
|
69204
69201
|
configurable: false
|
|
69205
69202
|
});
|
|
69206
69203
|
|
|
69207
69204
|
Object .defineProperty (X3DExecutionContext .prototype, "worldURL",
|
|
69208
69205
|
{
|
|
69209
|
-
get:
|
|
69206
|
+
get: X3DExecutionContext .prototype .getWorldURL,
|
|
69210
69207
|
enumerable: true,
|
|
69211
69208
|
configurable: false
|
|
69212
69209
|
});
|
|
69213
69210
|
|
|
69214
69211
|
Object .defineProperty (X3DExecutionContext .prototype, "units",
|
|
69215
69212
|
{
|
|
69216
|
-
get:
|
|
69213
|
+
get: X3DExecutionContext .prototype .getUnits,
|
|
69217
69214
|
enumerable: true,
|
|
69218
69215
|
configurable: false
|
|
69219
69216
|
});
|
|
69220
69217
|
|
|
69221
69218
|
Object .defineProperty (X3DExecutionContext .prototype, "rootNodes",
|
|
69222
69219
|
{
|
|
69223
|
-
get:
|
|
69224
|
-
set:
|
|
69220
|
+
get: X3DExecutionContext .prototype .getRootNodes,
|
|
69221
|
+
set: X3DExecutionContext .prototype .setRootNodes,
|
|
69225
69222
|
enumerable: true,
|
|
69226
69223
|
configurable: false
|
|
69227
69224
|
});
|
|
69228
69225
|
|
|
69229
69226
|
Object .defineProperty (X3DExecutionContext .prototype, "protos",
|
|
69230
69227
|
{
|
|
69231
|
-
get:
|
|
69228
|
+
get: X3DExecutionContext .prototype .getProtoDeclarations,
|
|
69232
69229
|
enumerable: true,
|
|
69233
69230
|
configurable: false
|
|
69234
69231
|
});
|
|
69235
69232
|
|
|
69236
69233
|
Object .defineProperty (X3DExecutionContext .prototype, "externprotos",
|
|
69237
69234
|
{
|
|
69238
|
-
get:
|
|
69235
|
+
get: X3DExecutionContext .prototype .getExternProtoDeclarations,
|
|
69239
69236
|
enumerable: true,
|
|
69240
69237
|
configurable: false
|
|
69241
69238
|
});
|
|
69242
69239
|
|
|
69243
69240
|
Object .defineProperty (X3DExecutionContext .prototype, "routes",
|
|
69244
69241
|
{
|
|
69245
|
-
get:
|
|
69242
|
+
get: X3DExecutionContext .prototype .getRoutes,
|
|
69246
69243
|
enumerable: true,
|
|
69247
69244
|
configurable: false
|
|
69248
69245
|
});
|
|
@@ -69253,7 +69250,7 @@ const X3DExecutionContext_default_ = X3DExecutionContext;
|
|
|
69253
69250
|
x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_default_);
|
|
69254
69251
|
/* harmony default export */ const Execution_X3DExecutionContext = (X3DExecutionContext_default_);
|
|
69255
69252
|
;// CONCATENATED MODULE: ./src/x_ite/Configuration/ComponentInfo.js
|
|
69256
|
-
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(
|
|
69253
|
+
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(586);
|
|
69257
69254
|
/*******************************************************************************
|
|
69258
69255
|
*
|
|
69259
69256
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -71228,7 +71225,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
71228
71225
|
x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
|
|
71229
71226
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
71230
71227
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
71231
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
71228
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(586);
|
|
71232
71229
|
/*******************************************************************************
|
|
71233
71230
|
*
|
|
71234
71231
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -77285,8 +77282,8 @@ const OrientationChaser_default_ = OrientationChaser;
|
|
|
77285
77282
|
x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
|
|
77286
77283
|
/* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
|
|
77287
77284
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
77288
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
77289
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
77285
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(729);
|
|
77286
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(586);
|
|
77290
77287
|
/*******************************************************************************
|
|
77291
77288
|
*
|
|
77292
77289
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -77822,6 +77819,9 @@ ExamineViewer .prototype = Object .assign (Object .create (Navigation_X3DViewer.
|
|
|
77822
77819
|
event .deltaY = delta;
|
|
77823
77820
|
event .zoomFactor = Math .abs (delta) / ExamineViewer_$(window) .width ();
|
|
77824
77821
|
|
|
77822
|
+
event .pageX = (touches [0] .pageX + touches [1] .pageX) / 2;
|
|
77823
|
+
event .pageY = (touches [0] .pageY + touches [1] .pageY) / 2;
|
|
77824
|
+
|
|
77825
77825
|
this .mousewheel (event);
|
|
77826
77826
|
|
|
77827
77827
|
break;
|
|
@@ -78147,8 +78147,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
78147
78147
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
78148
78148
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
78149
78149
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
78150
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
78151
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
78150
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(729);
|
|
78151
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(586);
|
|
78152
78152
|
/*******************************************************************************
|
|
78153
78153
|
*
|
|
78154
78154
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79096,8 +79096,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
79096
79096
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
79097
79097
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
79098
79098
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
79099
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
79100
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
79099
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(729);
|
|
79100
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(586);
|
|
79101
79101
|
/*******************************************************************************
|
|
79102
79102
|
*
|
|
79103
79103
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79406,8 +79406,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
79406
79406
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
79407
79407
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
79408
79408
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
79409
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
79410
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
79409
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(729);
|
|
79410
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(586);
|
|
79411
79411
|
/*******************************************************************************
|
|
79412
79412
|
*
|
|
79413
79413
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79780,6 +79780,9 @@ LookAtViewer .prototype = Object .assign (Object .create (Navigation_X3DViewer.p
|
|
|
79780
79780
|
|
|
79781
79781
|
event .deltaY = delta;
|
|
79782
79782
|
event .zoomFactor = Math .abs (delta) / LookAtViewer_$(window) .width ();
|
|
79783
|
+
|
|
79784
|
+
event .pageX = (touches [0] .pageX + touches [1] .pageX) / 2;
|
|
79785
|
+
event .pageY = (touches [0] .pageY + touches [1] .pageY) / 2;
|
|
79783
79786
|
|
|
79784
79787
|
this .mousewheel (event);
|
|
79785
79788
|
}
|
|
@@ -80722,7 +80725,7 @@ const
|
|
|
80722
80725
|
_loadingTotal = Symbol (),
|
|
80723
80726
|
X3DNetworkingContext_loadingObjects = Symbol (),
|
|
80724
80727
|
_loading = Symbol (),
|
|
80725
|
-
|
|
80728
|
+
_baseURL = Symbol (),
|
|
80726
80729
|
_defaultScene = Symbol (),
|
|
80727
80730
|
_set_loadCount = Symbol ();
|
|
80728
80731
|
|
|
@@ -80745,7 +80748,7 @@ function X3DNetworkingContext ()
|
|
|
80745
80748
|
this [_loadingTotal] = 0;
|
|
80746
80749
|
this [X3DNetworkingContext_loadingObjects] = new Set ();
|
|
80747
80750
|
this [_loading] = false;
|
|
80748
|
-
this [
|
|
80751
|
+
this [_baseURL] = getBaseURI (this .getElement () [0]);
|
|
80749
80752
|
}
|
|
80750
80753
|
|
|
80751
80754
|
X3DNetworkingContext .prototype =
|
|
@@ -80758,9 +80761,13 @@ X3DNetworkingContext .prototype =
|
|
|
80758
80761
|
{
|
|
80759
80762
|
return Networking_URLs.getProviderUrl ();
|
|
80760
80763
|
},
|
|
80761
|
-
|
|
80764
|
+
getBaseURL: function ()
|
|
80762
80765
|
{
|
|
80763
|
-
return this [
|
|
80766
|
+
return this [_baseURL];
|
|
80767
|
+
},
|
|
80768
|
+
setBaseURL: function (value)
|
|
80769
|
+
{
|
|
80770
|
+
this [_baseURL] = String (value);
|
|
80764
80771
|
},
|
|
80765
80772
|
getDefaultScene: function ()
|
|
80766
80773
|
{
|
|
@@ -81028,8 +81035,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
81028
81035
|
x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
81029
81036
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
81030
81037
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
81031
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
81032
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
81038
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(729);
|
|
81039
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(586);
|
|
81033
81040
|
/*******************************************************************************
|
|
81034
81041
|
*
|
|
81035
81042
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -82067,8 +82074,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
82067
82074
|
x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
82068
82075
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
82069
82076
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
82070
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
82071
|
-
/* provided dependency */ var ResizeSensor = __webpack_require__(
|
|
82077
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(586);
|
|
82078
|
+
/* provided dependency */ var ResizeSensor = __webpack_require__(780);
|
|
82072
82079
|
/*******************************************************************************
|
|
82073
82080
|
*
|
|
82074
82081
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -87957,7 +87964,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
87957
87964
|
x_ite_Namespace.set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
87958
87965
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
87959
87966
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
87960
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
87967
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(586);
|
|
87961
87968
|
/*******************************************************************************
|
|
87962
87969
|
*
|
|
87963
87970
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -90734,7 +90741,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
90734
90741
|
x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
90735
90742
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
90736
90743
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
90737
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
90744
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(586);
|
|
90738
90745
|
/*******************************************************************************
|
|
90739
90746
|
*
|
|
90740
90747
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113173,7 +113180,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
113173
113180
|
x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
113174
113181
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
113175
113182
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
113176
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
113183
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(586);
|
|
113177
113184
|
/*******************************************************************************
|
|
113178
113185
|
*
|
|
113179
113186
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116068,8 +116075,8 @@ const GIFMedia_default_ = GifMedia;
|
|
|
116068
116075
|
x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
|
|
116069
116076
|
/* harmony default export */ const GIFMedia = (GIFMedia_default_);
|
|
116070
116077
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
116071
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
116072
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
116078
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(586);
|
|
116079
|
+
/* provided dependency */ var SuperGif = __webpack_require__(253);
|
|
116073
116080
|
/*******************************************************************************
|
|
116074
116081
|
*
|
|
116075
116082
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117032,7 +117039,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
|
|
|
117032
117039
|
x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
|
|
117033
117040
|
/* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
|
|
117034
117041
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
|
|
117035
|
-
/* provided dependency */ var PixelTexture_$ = __webpack_require__(
|
|
117042
|
+
/* provided dependency */ var PixelTexture_$ = __webpack_require__(586);
|
|
117036
117043
|
/*******************************************************************************
|
|
117037
117044
|
*
|
|
117038
117045
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117743,7 +117750,7 @@ const Components_default_ = Components;
|
|
|
117743
117750
|
x_ite_Namespace.set ("x_ite/Components", Components_default_);
|
|
117744
117751
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
117745
117752
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
117746
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
117753
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(586);
|
|
117747
117754
|
/*******************************************************************************
|
|
117748
117755
|
* MIT License
|
|
117749
117756
|
*
|
|
@@ -118980,7 +118987,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
118980
118987
|
x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
118981
118988
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
118982
118989
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
118983
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
118990
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(586);
|
|
118984
118991
|
/*******************************************************************************
|
|
118985
118992
|
*
|
|
118986
118993
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119809,49 +119816,51 @@ for (const key of Reflect .ownKeys (X3DBrowser .prototype))
|
|
|
119809
119816
|
|
|
119810
119817
|
Object .defineProperty (X3DBrowser .prototype, "name",
|
|
119811
119818
|
{
|
|
119812
|
-
get:
|
|
119819
|
+
get: X3DBrowser .prototype .getName,
|
|
119813
119820
|
enumerable: true,
|
|
119814
119821
|
configurable: false
|
|
119815
119822
|
});
|
|
119816
119823
|
|
|
119817
119824
|
Object .defineProperty (X3DBrowser .prototype, "version",
|
|
119818
119825
|
{
|
|
119819
|
-
get:
|
|
119826
|
+
get: X3DBrowser .prototype .getVersion,
|
|
119820
119827
|
enumerable: true,
|
|
119821
119828
|
configurable: false
|
|
119822
119829
|
});
|
|
119823
119830
|
|
|
119824
119831
|
Object .defineProperty (X3DBrowser .prototype, "providerUrl",
|
|
119825
119832
|
{
|
|
119826
|
-
get:
|
|
119833
|
+
get: X3DBrowser .prototype .getProviderUrl,
|
|
119827
119834
|
enumerable: true,
|
|
119828
119835
|
configurable: false
|
|
119829
119836
|
});
|
|
119830
119837
|
|
|
119831
119838
|
Object .defineProperty (X3DBrowser .prototype, "currentFrameRate",
|
|
119832
119839
|
{
|
|
119833
|
-
get:
|
|
119840
|
+
get: X3DBrowser .prototype .getCurrentFrameRate,
|
|
119834
119841
|
enumerable: true,
|
|
119835
119842
|
configurable: false
|
|
119836
119843
|
});
|
|
119837
119844
|
|
|
119838
119845
|
Object .defineProperty (X3DBrowser .prototype, "currentSpeed",
|
|
119839
119846
|
{
|
|
119840
|
-
get:
|
|
119847
|
+
get: X3DBrowser .prototype .getCurrentSpeed,
|
|
119841
119848
|
enumerable: true,
|
|
119842
119849
|
configurable: false
|
|
119843
119850
|
});
|
|
119844
119851
|
|
|
119845
119852
|
Object .defineProperty (X3DBrowser .prototype, "description",
|
|
119846
119853
|
{
|
|
119847
|
-
get:
|
|
119848
|
-
|
|
119849
|
-
|
|
119850
|
-
|
|
119851
|
-
|
|
119852
|
-
|
|
119853
|
-
|
|
119854
|
-
|
|
119854
|
+
get: X3DBrowser .prototype .getDescription,
|
|
119855
|
+
set: X3DBrowser .prototype .setDescription,
|
|
119856
|
+
enumerable: true,
|
|
119857
|
+
configurable: false
|
|
119858
|
+
});
|
|
119859
|
+
|
|
119860
|
+
Object .defineProperty (X3DBrowser .prototype, "baseURL",
|
|
119861
|
+
{
|
|
119862
|
+
get: X3DBrowser .prototype .getBaseURL,
|
|
119863
|
+
set: X3DBrowser .prototype .setBaseURL,
|
|
119855
119864
|
enumerable: true,
|
|
119856
119865
|
configurable: false
|
|
119857
119866
|
});
|
|
@@ -119892,7 +119901,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
119892
119901
|
x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
119893
119902
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
119894
119903
|
;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
|
|
119895
|
-
/* provided dependency */ var Fallback_$ = __webpack_require__(
|
|
119904
|
+
/* provided dependency */ var Fallback_$ = __webpack_require__(586);
|
|
119896
119905
|
/*******************************************************************************
|
|
119897
119906
|
*
|
|
119898
119907
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120071,8 +120080,8 @@ const MicroTime_default_ = undefined;
|
|
|
120071
120080
|
x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
|
|
120072
120081
|
/* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
|
|
120073
120082
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
120074
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
120075
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
120083
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(586);
|
|
120084
|
+
/* provided dependency */ var pako = __webpack_require__(928);
|
|
120076
120085
|
jquery_$.decodeText = function (input)
|
|
120077
120086
|
{
|
|
120078
120087
|
if (typeof input === "string")
|
|
@@ -120104,14 +120113,14 @@ const jquery_default_ = jquery_$;
|
|
|
120104
120113
|
x_ite_Namespace.set ("lib/jquery", jquery_default_);
|
|
120105
120114
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
120106
120115
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
120107
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
120116
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(314);
|
|
120108
120117
|
const libtess_default_ = libtess_libtess;
|
|
120109
120118
|
;
|
|
120110
120119
|
|
|
120111
120120
|
x_ite_Namespace.set ("lib/libtess", libtess_default_);
|
|
120112
120121
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
120113
120122
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
120114
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
120123
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(586);
|
|
120115
120124
|
/*******************************************************************************
|
|
120116
120125
|
*
|
|
120117
120126
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120367,7 +120376,7 @@ const X3D_default_ = X3D;
|
|
|
120367
120376
|
x_ite_Namespace.set ("x_ite/X3D", X3D_default_);
|
|
120368
120377
|
/* harmony default export */ const x_ite_X3D = (X3D_default_);
|
|
120369
120378
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
120370
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
120379
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(586);
|
|
120371
120380
|
/*******************************************************************************
|
|
120372
120381
|
*
|
|
120373
120382
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120646,7 +120655,7 @@ x_ite_Namespace.set ("shim", shim_default_);
|
|
|
120646
120655
|
|
|
120647
120656
|
// Assign X3D to global namespace.
|
|
120648
120657
|
|
|
120649
|
-
window [Symbol .for ("X_ITE.X3D-8.6.
|
|
120658
|
+
window [Symbol .for ("X_ITE.X3D-8.6.20")] = x_ite_X3D;
|
|
120650
120659
|
|
|
120651
120660
|
x_ite_X3DCanvasElement.define ();
|
|
120652
120661
|
|