x_ite 8.6.22 → 8.6.24
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/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/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +147 -102
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/package.json +1 -1
- package/src/example.html +1 -1
- package/src/x_ite/Base/X3DBaseNode.js +2 -1
- package/src/x_ite/Base/X3DFieldDefinition.js +7 -4
- package/src/x_ite/Browser/Time/X3DTimeContext.js +1 -5
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +6 -3
- package/src/x_ite/Browser/X3DBrowserContext.js +0 -4
- package/src/x_ite/Configuration/ComponentInfo.js +7 -4
- package/src/x_ite/Configuration/ProfileInfo.js +7 -4
- package/src/x_ite/Configuration/UnitInfo.js +5 -5
- package/src/x_ite/Execution/X3DExecutionContext.js +7 -7
- package/src/x_ite/Execution/X3DScene.js +47 -7
- package/src/x_ite/Parser/JSONParser.js +1 -1
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.24 */(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
|
+
/***/ 747:
|
|
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__(184);
|
|
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
|
+
/***/ 371:
|
|
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__(184);
|
|
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
|
+
/***/ 810:
|
|
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__(184)], __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
|
+
/***/ 184:
|
|
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
|
+
/***/ 721:
|
|
11788
11788
|
/***/ ((module) => {
|
|
11789
11789
|
|
|
11790
11790
|
/**
|
|
@@ -16563,7 +16563,7 @@ if (true) {
|
|
|
16563
16563
|
|
|
16564
16564
|
/***/ }),
|
|
16565
16565
|
|
|
16566
|
-
/***/
|
|
16566
|
+
/***/ 629:
|
|
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
|
+
/***/ 872:
|
|
19812
19812
|
/***/ (function(module, exports) {
|
|
19813
19813
|
|
|
19814
19814
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -22728,10 +22728,13 @@ x_ite_Namespace.set ("x_ite/Base/X3DEventObject", X3DEventObject_default_);
|
|
|
22728
22728
|
|
|
22729
22729
|
function X3DFieldDefinition (accessType, name, value)
|
|
22730
22730
|
{
|
|
22731
|
-
|
|
22732
|
-
|
|
22733
|
-
|
|
22734
|
-
|
|
22731
|
+
Object .defineProperties (this,
|
|
22732
|
+
{
|
|
22733
|
+
accessType: { value: accessType, enumerable: true },
|
|
22734
|
+
dataType: { value: value .getType (), enumerable: true },
|
|
22735
|
+
name: { value: name, enumerable: true },
|
|
22736
|
+
value: { value: value },
|
|
22737
|
+
});
|
|
22735
22738
|
}
|
|
22736
22739
|
|
|
22737
22740
|
X3DFieldDefinition .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -34673,6 +34676,8 @@ X3DBaseNode .prototype = Object .assign (Object .create (Base_X3DEventObject.pro
|
|
|
34673
34676
|
{
|
|
34674
34677
|
get: function () { return field; },
|
|
34675
34678
|
set: function (value) { field .setValue (value); },
|
|
34679
|
+
configurable: true, // deletable
|
|
34680
|
+
enumerable: true,
|
|
34676
34681
|
});
|
|
34677
34682
|
|
|
34678
34683
|
if (!this .isPrivate ())
|
|
@@ -34727,7 +34732,6 @@ X3DBaseNode .prototype = Object .assign (Object .create (Base_X3DEventObject.pro
|
|
|
34727
34732
|
{
|
|
34728
34733
|
get: function () { return field; },
|
|
34729
34734
|
set: function (value) { field .setValue (value); },
|
|
34730
|
-
enumerable: true,
|
|
34731
34735
|
});
|
|
34732
34736
|
|
|
34733
34737
|
if (field .isInitializable ())
|
|
@@ -34998,7 +35002,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
|
34998
35002
|
*
|
|
34999
35003
|
******************************************************************************/
|
|
35000
35004
|
|
|
35001
|
-
const VERSION_default_ = "8.6.
|
|
35005
|
+
const VERSION_default_ = "8.6.24";
|
|
35002
35006
|
;
|
|
35003
35007
|
|
|
35004
35008
|
x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
|
|
@@ -35917,7 +35921,7 @@ const gettext_default_ = gettext;
|
|
|
35917
35921
|
x_ite_Namespace.set ("locale/gettext", gettext_default_);
|
|
35918
35922
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
35919
35923
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
35920
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
35924
|
+
/* provided dependency */ var $ = __webpack_require__(184);
|
|
35921
35925
|
/*******************************************************************************
|
|
35922
35926
|
*
|
|
35923
35927
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36415,7 +36419,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
36415
36419
|
x_ite_Namespace.set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
36416
36420
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
36417
36421
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
36418
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
36422
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(184);
|
|
36419
36423
|
/*******************************************************************************
|
|
36420
36424
|
*
|
|
36421
36425
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36951,7 +36955,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
36951
36955
|
x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
36952
36956
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
36953
36957
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
36954
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
36958
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(184);
|
|
36955
36959
|
/*******************************************************************************
|
|
36956
36960
|
*
|
|
36957
36961
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -37073,8 +37077,8 @@ const Notification_default_ = Notification;
|
|
|
37073
37077
|
x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
|
|
37074
37078
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
37075
37079
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
37076
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
37077
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
37080
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(371);
|
|
37081
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(184);
|
|
37078
37082
|
/*******************************************************************************
|
|
37079
37083
|
*
|
|
37080
37084
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42129,7 +42133,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
|
|
|
42129
42133
|
x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
|
|
42130
42134
|
/* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
|
|
42131
42135
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
42132
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
42136
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(184);
|
|
42133
42137
|
/*******************************************************************************
|
|
42134
42138
|
*
|
|
42135
42139
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45311,7 +45315,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
45311
45315
|
x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
45312
45316
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
45313
45317
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
45314
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
45318
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(184);
|
|
45315
45319
|
/*******************************************************************************
|
|
45316
45320
|
*
|
|
45317
45321
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46792,7 +46796,7 @@ JSONParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototy
|
|
|
46792
46796
|
}
|
|
46793
46797
|
else
|
|
46794
46798
|
{
|
|
46795
|
-
if (key === "connect" || key === "fieldValue" || key === "field" || key === "meta" || key === "component")
|
|
46799
|
+
if (key === "connect" || key === "fieldValue" || key === "field" || key === "meta" || key === "component" || key === "unit")
|
|
46796
46800
|
{
|
|
46797
46801
|
for (const childkey in object [key])
|
|
46798
46802
|
{
|
|
@@ -47348,7 +47352,7 @@ const URLs_default_ = URLs;
|
|
|
47348
47352
|
x_ite_Namespace.set ("x_ite/Browser/Networking/URLs", URLs_default_);
|
|
47349
47353
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
47350
47354
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
47351
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
47355
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(184);
|
|
47352
47356
|
/*******************************************************************************
|
|
47353
47357
|
*
|
|
47354
47358
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49814,7 +49818,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
49814
49818
|
x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
49815
49819
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
49816
49820
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
49817
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
49821
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(184);
|
|
49818
49822
|
/*******************************************************************************
|
|
49819
49823
|
*
|
|
49820
49824
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49967,7 +49971,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49967
49971
|
x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
49968
49972
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
49969
49973
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
49970
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49974
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(184);
|
|
49971
49975
|
/*******************************************************************************
|
|
49972
49976
|
*
|
|
49973
49977
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52457,8 +52461,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52457
52461
|
x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
52458
52462
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
52459
52463
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52460
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52461
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
52464
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(184);
|
|
52465
|
+
/* provided dependency */ var libtess = __webpack_require__(721);
|
|
52462
52466
|
/*******************************************************************************
|
|
52463
52467
|
*
|
|
52464
52468
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55227,7 +55231,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
55227
55231
|
x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
|
|
55228
55232
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
55229
55233
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
55230
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
55234
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(184);
|
|
55231
55235
|
/*******************************************************************************
|
|
55232
55236
|
*
|
|
55233
55237
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55556,7 +55560,7 @@ const Plane3_default_ = Plane3;
|
|
|
55556
55560
|
x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
|
|
55557
55561
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
55558
55562
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
55559
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
55563
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(721);
|
|
55560
55564
|
/*******************************************************************************
|
|
55561
55565
|
*
|
|
55562
55566
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62867,7 +62871,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62867
62871
|
x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
62868
62872
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
62869
62873
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62870
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62874
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(184);
|
|
62871
62875
|
/*******************************************************************************
|
|
62872
62876
|
*
|
|
62873
62877
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67207,7 +67211,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
67207
67211
|
x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
67208
67212
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
67209
67213
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
67210
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
67214
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(184);
|
|
67211
67215
|
/*******************************************************************************
|
|
67212
67216
|
*
|
|
67213
67217
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -69319,44 +69323,44 @@ for (const key of Reflect .ownKeys (X3DExecutionContext .prototype))
|
|
|
69319
69323
|
|
|
69320
69324
|
Object .defineProperty (X3DExecutionContext .prototype, "specificationVersion",
|
|
69321
69325
|
{
|
|
69322
|
-
get:
|
|
69326
|
+
get: X3DExecutionContext .prototype .getSpecificationVersion,
|
|
69323
69327
|
enumerable: true,
|
|
69324
69328
|
});
|
|
69325
69329
|
|
|
69326
69330
|
Object .defineProperty (X3DExecutionContext .prototype, "encoding",
|
|
69327
69331
|
{
|
|
69328
|
-
get:
|
|
69332
|
+
get: X3DExecutionContext .prototype .getEncoding,
|
|
69329
69333
|
enumerable: true,
|
|
69330
69334
|
});
|
|
69331
69335
|
|
|
69332
69336
|
Object .defineProperty (X3DExecutionContext .prototype, "profile",
|
|
69333
69337
|
{
|
|
69334
|
-
get:
|
|
69338
|
+
get: X3DExecutionContext .prototype .getProfile,
|
|
69335
69339
|
enumerable: true,
|
|
69336
69340
|
});
|
|
69337
69341
|
|
|
69338
69342
|
Object .defineProperty (X3DExecutionContext .prototype, "components",
|
|
69339
69343
|
{
|
|
69340
|
-
get:
|
|
69344
|
+
get: X3DExecutionContext .prototype .getComponents,
|
|
69341
69345
|
enumerable: true,
|
|
69342
69346
|
});
|
|
69343
69347
|
|
|
69344
69348
|
Object .defineProperty (X3DExecutionContext .prototype, "worldURL",
|
|
69345
69349
|
{
|
|
69346
|
-
get:
|
|
69350
|
+
get: X3DExecutionContext .prototype .getWorldURL,
|
|
69347
69351
|
enumerable: true,
|
|
69348
69352
|
});
|
|
69349
69353
|
|
|
69350
69354
|
Object .defineProperty (X3DExecutionContext .prototype, "units",
|
|
69351
69355
|
{
|
|
69352
|
-
get:
|
|
69356
|
+
get: X3DExecutionContext .prototype .getUnits,
|
|
69353
69357
|
enumerable: true,
|
|
69354
69358
|
});
|
|
69355
69359
|
|
|
69356
69360
|
Object .defineProperty (X3DExecutionContext .prototype, "rootNodes",
|
|
69357
69361
|
{
|
|
69358
69362
|
get: X3DExecutionContext .prototype .getRootNodes,
|
|
69359
|
-
set:
|
|
69363
|
+
set: X3DExecutionContext .prototype .setRootNodes,
|
|
69360
69364
|
enumerable: true,
|
|
69361
69365
|
});
|
|
69362
69366
|
|
|
@@ -69384,7 +69388,7 @@ const X3DExecutionContext_default_ = X3DExecutionContext;
|
|
|
69384
69388
|
x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_default_);
|
|
69385
69389
|
/* harmony default export */ const Execution_X3DExecutionContext = (X3DExecutionContext_default_);
|
|
69386
69390
|
;// CONCATENATED MODULE: ./src/x_ite/Configuration/ComponentInfo.js
|
|
69387
|
-
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(
|
|
69391
|
+
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(184);
|
|
69388
69392
|
/*******************************************************************************
|
|
69389
69393
|
*
|
|
69390
69394
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -69437,10 +69441,13 @@ x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_
|
|
|
69437
69441
|
|
|
69438
69442
|
function ComponentInfo ({ name, level, title, providerUrl, external = false, dependencies = [ ] })
|
|
69439
69443
|
{
|
|
69440
|
-
|
|
69441
|
-
|
|
69442
|
-
|
|
69443
|
-
|
|
69444
|
+
Object .defineProperties (this,
|
|
69445
|
+
{
|
|
69446
|
+
name: { value: name, enumerable: true },
|
|
69447
|
+
level: { value: level, enumerable: true },
|
|
69448
|
+
title: { value: title, enumerable: true },
|
|
69449
|
+
providerUrl: { value: providerUrl || Networking_URLs.getProviderUrl (external && name), enumerable: true },
|
|
69450
|
+
});
|
|
69444
69451
|
|
|
69445
69452
|
ComponentInfo_$.data (this, "external", external)
|
|
69446
69453
|
ComponentInfo_$.data (this, "dependencies", dependencies)
|
|
@@ -69649,12 +69656,12 @@ x_ite_Namespace.set ("x_ite/Configuration/ComponentInfoArray", ComponentInfoArra
|
|
|
69649
69656
|
|
|
69650
69657
|
function UnitInfo (category, name, conversionFactor)
|
|
69651
69658
|
{
|
|
69652
|
-
Object .
|
|
69653
|
-
|
|
69659
|
+
Object .defineProperties (this,
|
|
69660
|
+
{
|
|
69661
|
+
category: { value: category, enumerable: true },
|
|
69662
|
+
name: { value: name, enumerable: true },
|
|
69663
|
+
conversionFactor: { value: conversionFactor, enumerable: true },
|
|
69654
69664
|
});
|
|
69655
|
-
|
|
69656
|
-
this .name = name;
|
|
69657
|
-
this .conversionFactor = conversionFactor;
|
|
69658
69665
|
}
|
|
69659
69666
|
|
|
69660
69667
|
UnitInfo .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -70276,13 +70283,10 @@ X3DScene .prototype = Object .assign (Object .create (Execution_X3DExecutionCont
|
|
|
70276
70283
|
{
|
|
70277
70284
|
// Private function.
|
|
70278
70285
|
|
|
70279
|
-
|
|
70280
|
-
|
|
70281
|
-
if (!unit)
|
|
70286
|
+
if (!this [_units] .has (category))
|
|
70282
70287
|
return;
|
|
70283
70288
|
|
|
70284
|
-
|
|
70285
|
-
unit .conversionFactor = Number (conversionFactor);
|
|
70289
|
+
this [_units] .update (category, category, new Configuration_UnitInfo (category, String (name), Number (conversionFactor)));
|
|
70286
70290
|
|
|
70287
70291
|
this ._units_changed = this .getBrowser () .getCurrentTime ();
|
|
70288
70292
|
},
|
|
@@ -70858,9 +70862,9 @@ X3DScene .prototype = Object .assign (Object .create (Execution_X3DExecutionCont
|
|
|
70858
70862
|
|
|
70859
70863
|
// Meta data
|
|
70860
70864
|
|
|
70861
|
-
for (const [i, [key, values]] of [... this .getMetaDatas ()])
|
|
70865
|
+
for (const [i, [key, values]] of [... this .getMetaDatas ()] .entries ())
|
|
70862
70866
|
{
|
|
70863
|
-
for (const [j, value] of values)
|
|
70867
|
+
for (const [j, value] of values .entries ())
|
|
70864
70868
|
{
|
|
70865
70869
|
generator .string += generator .Indent ();
|
|
70866
70870
|
generator .string += '{';
|
|
@@ -71065,6 +71069,49 @@ X3DScene .prototype = Object .assign (Object .create (Execution_X3DExecutionCont
|
|
|
71065
71069
|
for (const key of Reflect .ownKeys (X3DScene .prototype))
|
|
71066
71070
|
Object .defineProperty (X3DScene .prototype, key, { enumerable: false });
|
|
71067
71071
|
|
|
71072
|
+
Object .defineProperty (X3DScene .prototype, "specificationVersion",
|
|
71073
|
+
{
|
|
71074
|
+
get: X3DScene .prototype .getSpecificationVersion,
|
|
71075
|
+
enumerable: true,
|
|
71076
|
+
});
|
|
71077
|
+
|
|
71078
|
+
Object .defineProperty (X3DScene .prototype, "encoding",
|
|
71079
|
+
{
|
|
71080
|
+
get: X3DScene .prototype .getEncoding,
|
|
71081
|
+
enumerable: true,
|
|
71082
|
+
});
|
|
71083
|
+
|
|
71084
|
+
Object .defineProperty (X3DScene .prototype, "profile",
|
|
71085
|
+
{
|
|
71086
|
+
get: X3DScene .prototype .getProfile,
|
|
71087
|
+
enumerable: true,
|
|
71088
|
+
});
|
|
71089
|
+
|
|
71090
|
+
Object .defineProperty (X3DScene .prototype, "components",
|
|
71091
|
+
{
|
|
71092
|
+
get: X3DScene .prototype .getComponents,
|
|
71093
|
+
enumerable: true,
|
|
71094
|
+
});
|
|
71095
|
+
|
|
71096
|
+
Object .defineProperty (X3DScene .prototype, "worldURL",
|
|
71097
|
+
{
|
|
71098
|
+
get: X3DScene .prototype .getWorldURL,
|
|
71099
|
+
enumerable: true,
|
|
71100
|
+
});
|
|
71101
|
+
|
|
71102
|
+
Object .defineProperty (X3DScene .prototype, "units",
|
|
71103
|
+
{
|
|
71104
|
+
get: X3DScene .prototype .getUnits,
|
|
71105
|
+
enumerable: true,
|
|
71106
|
+
});
|
|
71107
|
+
|
|
71108
|
+
Object .defineProperty (X3DScene .prototype, "rootNodes",
|
|
71109
|
+
{
|
|
71110
|
+
get: X3DScene .prototype .getRootNodes,
|
|
71111
|
+
set: X3DScene .prototype .setRootNodes,
|
|
71112
|
+
enumerable: true,
|
|
71113
|
+
});
|
|
71114
|
+
|
|
71068
71115
|
const X3DScene_default_ = X3DScene;
|
|
71069
71116
|
;
|
|
71070
71117
|
|
|
@@ -71358,7 +71405,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
71358
71405
|
x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
|
|
71359
71406
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
71360
71407
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
71361
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
71408
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(184);
|
|
71362
71409
|
/*******************************************************************************
|
|
71363
71410
|
*
|
|
71364
71411
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -77419,8 +77466,8 @@ const OrientationChaser_default_ = OrientationChaser;
|
|
|
77419
77466
|
x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
|
|
77420
77467
|
/* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
|
|
77421
77468
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
77422
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
77423
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
77469
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(810);
|
|
77470
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(184);
|
|
77424
77471
|
/*******************************************************************************
|
|
77425
77472
|
*
|
|
77426
77473
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -78284,8 +78331,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
78284
78331
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
78285
78332
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
78286
78333
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
78287
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
78288
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
78334
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(810);
|
|
78335
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(184);
|
|
78289
78336
|
/*******************************************************************************
|
|
78290
78337
|
*
|
|
78291
78338
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79233,8 +79280,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
79233
79280
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
79234
79281
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
79235
79282
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
79236
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
79237
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
79283
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(810);
|
|
79284
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(184);
|
|
79238
79285
|
/*******************************************************************************
|
|
79239
79286
|
*
|
|
79240
79287
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79543,8 +79590,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
79543
79590
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
79544
79591
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
79545
79592
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
79546
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
79547
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
79593
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(810);
|
|
79594
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(184);
|
|
79548
79595
|
/*******************************************************************************
|
|
79549
79596
|
*
|
|
79550
79597
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -81176,8 +81223,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
81176
81223
|
x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
81177
81224
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
81178
81225
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
81179
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
81180
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
81226
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(810);
|
|
81227
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(184);
|
|
81181
81228
|
/*******************************************************************************
|
|
81182
81229
|
*
|
|
81183
81230
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -82215,8 +82262,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
82215
82262
|
x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
82216
82263
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
82217
82264
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
82218
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
82219
|
-
/* provided dependency */ var ResizeSensor = __webpack_require__(
|
|
82265
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(184);
|
|
82266
|
+
/* provided dependency */ var ResizeSensor = __webpack_require__(747);
|
|
82220
82267
|
/*******************************************************************************
|
|
82221
82268
|
*
|
|
82222
82269
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -88105,7 +88152,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
88105
88152
|
x_ite_Namespace.set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
88106
88153
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
88107
88154
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
88108
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
88155
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(184);
|
|
88109
88156
|
/*******************************************************************************
|
|
88110
88157
|
*
|
|
88111
88158
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -90882,7 +90929,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
90882
90929
|
x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
90883
90930
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
90884
90931
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
90885
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
90932
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(184);
|
|
90886
90933
|
/*******************************************************************************
|
|
90887
90934
|
*
|
|
90888
90935
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -93836,7 +93883,7 @@ const
|
|
|
93836
93883
|
|
|
93837
93884
|
function X3DTimeContext ()
|
|
93838
93885
|
{
|
|
93839
|
-
this [_currentTime] =
|
|
93886
|
+
this [_currentTime] = Date .now () / 1000;
|
|
93840
93887
|
this [_currentFrameRate] = 60;
|
|
93841
93888
|
this [_currentPosition] = new Numbers_Vector3 (0, 0, 0);
|
|
93842
93889
|
this [_currentSpeed] = 0;
|
|
@@ -93844,10 +93891,6 @@ function X3DTimeContext ()
|
|
|
93844
93891
|
|
|
93845
93892
|
X3DTimeContext .prototype =
|
|
93846
93893
|
{
|
|
93847
|
-
initialize: function ()
|
|
93848
|
-
{
|
|
93849
|
-
this .advanceTime ();
|
|
93850
|
-
},
|
|
93851
93894
|
getCurrentTime: function ()
|
|
93852
93895
|
{
|
|
93853
93896
|
return this [_currentTime];
|
|
@@ -94197,10 +94240,6 @@ X3DBrowserContext .prototype = Object .assign (Object .create (Base_X3DBaseNode.
|
|
|
94197
94240
|
|
|
94198
94241
|
for (const browserContext of browserContexts)
|
|
94199
94242
|
browserContext .prototype .initialize ?.call (this);
|
|
94200
|
-
|
|
94201
|
-
// Process events from context creation. This will setup nodes like
|
|
94202
|
-
// geometry option nodes before any node is created.
|
|
94203
|
-
return this [_processEvents];
|
|
94204
94243
|
},
|
|
94205
94244
|
initialized: function ()
|
|
94206
94245
|
{
|
|
@@ -113320,7 +113359,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
113320
113359
|
x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
113321
113360
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
113322
113361
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
113323
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
113362
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(184);
|
|
113324
113363
|
/*******************************************************************************
|
|
113325
113364
|
*
|
|
113326
113365
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116215,8 +116254,8 @@ const GIFMedia_default_ = GifMedia;
|
|
|
116215
116254
|
x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
|
|
116216
116255
|
/* harmony default export */ const GIFMedia = (GIFMedia_default_);
|
|
116217
116256
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
116218
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
116219
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
116257
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(184);
|
|
116258
|
+
/* provided dependency */ var SuperGif = __webpack_require__(872);
|
|
116220
116259
|
/*******************************************************************************
|
|
116221
116260
|
*
|
|
116222
116261
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117179,7 +117218,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
|
|
|
117179
117218
|
x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
|
|
117180
117219
|
/* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
|
|
117181
117220
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
|
|
117182
|
-
/* provided dependency */ var PixelTexture_$ = __webpack_require__(
|
|
117221
|
+
/* provided dependency */ var PixelTexture_$ = __webpack_require__(184);
|
|
117183
117222
|
/*******************************************************************************
|
|
117184
117223
|
*
|
|
117185
117224
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117890,7 +117929,7 @@ const Components_default_ = Components;
|
|
|
117890
117929
|
x_ite_Namespace.set ("x_ite/Components", Components_default_);
|
|
117891
117930
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
117892
117931
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
117893
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
117932
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(184);
|
|
117894
117933
|
/*******************************************************************************
|
|
117895
117934
|
* MIT License
|
|
117896
117935
|
*
|
|
@@ -118408,10 +118447,13 @@ x_ite_Namespace.set ("x_ite/Browser/Legacy", Legacy_default_);
|
|
|
118408
118447
|
|
|
118409
118448
|
function ProfileInfo (name, title, providerUrl, components)
|
|
118410
118449
|
{
|
|
118411
|
-
|
|
118412
|
-
|
|
118413
|
-
|
|
118414
|
-
|
|
118450
|
+
Object .defineProperties (this,
|
|
118451
|
+
{
|
|
118452
|
+
name: { value: name, enumerable: true },
|
|
118453
|
+
title: { value: title, enumerable: true },
|
|
118454
|
+
providerUrl: { value: providerUrl, enumerable: true },
|
|
118455
|
+
components: { value: components, enumerable: true },
|
|
118456
|
+
});
|
|
118415
118457
|
}
|
|
118416
118458
|
|
|
118417
118459
|
ProfileInfo .prototype = Object .assign (Object .create (Base_X3DObject.prototype),
|
|
@@ -119128,7 +119170,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
119128
119170
|
x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
119129
119171
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
119130
119172
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
119131
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
119173
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(184);
|
|
119132
119174
|
/*******************************************************************************
|
|
119133
119175
|
*
|
|
119134
119176
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119205,7 +119247,8 @@ const
|
|
|
119205
119247
|
_reject = Symbol (),
|
|
119206
119248
|
_fileLoader = Symbol (),
|
|
119207
119249
|
_browserCallbacks = Symbol (),
|
|
119208
|
-
_console = Symbol ()
|
|
119250
|
+
_console = Symbol (),
|
|
119251
|
+
X3DBrowser_processEvents = Symbol .for ("X_ITE.X3DRoutingContext.processEvents");
|
|
119209
119252
|
|
|
119210
119253
|
function X3DBrowser (element)
|
|
119211
119254
|
{
|
|
@@ -119241,7 +119284,7 @@ X3DBrowser .prototype = Object .assign (Object .create (Browser_X3DBrowserContex
|
|
|
119241
119284
|
},
|
|
119242
119285
|
initialize: function ()
|
|
119243
119286
|
{
|
|
119244
|
-
|
|
119287
|
+
Browser_X3DBrowserContext.prototype.initialize.call (this);
|
|
119245
119288
|
|
|
119246
119289
|
this .replaceWorld (this .createScene ()) .catch (Function .prototype);
|
|
119247
119290
|
|
|
@@ -119249,7 +119292,9 @@ X3DBrowser .prototype = Object .assign (Object .create (Browser_X3DBrowserContex
|
|
|
119249
119292
|
|
|
119250
119293
|
Legacy.call (this);
|
|
119251
119294
|
|
|
119252
|
-
|
|
119295
|
+
// Process events from context creation. This will setup nodes like
|
|
119296
|
+
// geometry option nodes before any node is created.
|
|
119297
|
+
this [X3DBrowser_processEvents] .call (this);
|
|
119253
119298
|
|
|
119254
119299
|
// Print welcome message.
|
|
119255
119300
|
|
|
@@ -120032,7 +120077,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
120032
120077
|
x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
120033
120078
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
120034
120079
|
;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
|
|
120035
|
-
/* provided dependency */ var Fallback_$ = __webpack_require__(
|
|
120080
|
+
/* provided dependency */ var Fallback_$ = __webpack_require__(184);
|
|
120036
120081
|
/*******************************************************************************
|
|
120037
120082
|
*
|
|
120038
120083
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120211,8 +120256,8 @@ const MicroTime_default_ = undefined;
|
|
|
120211
120256
|
x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
|
|
120212
120257
|
/* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
|
|
120213
120258
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
120214
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
120215
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
120259
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(184);
|
|
120260
|
+
/* provided dependency */ var pako = __webpack_require__(629);
|
|
120216
120261
|
jquery_$.decodeText = function (input)
|
|
120217
120262
|
{
|
|
120218
120263
|
if (typeof input === "string")
|
|
@@ -120244,14 +120289,14 @@ const jquery_default_ = jquery_$;
|
|
|
120244
120289
|
x_ite_Namespace.set ("lib/jquery", jquery_default_);
|
|
120245
120290
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
120246
120291
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
120247
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
120292
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(721);
|
|
120248
120293
|
const libtess_default_ = libtess_libtess;
|
|
120249
120294
|
;
|
|
120250
120295
|
|
|
120251
120296
|
x_ite_Namespace.set ("lib/libtess", libtess_default_);
|
|
120252
120297
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
120253
120298
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
120254
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
120299
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(184);
|
|
120255
120300
|
/*******************************************************************************
|
|
120256
120301
|
*
|
|
120257
120302
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120507,7 +120552,7 @@ const X3D_default_ = X3D;
|
|
|
120507
120552
|
x_ite_Namespace.set ("x_ite/X3D", X3D_default_);
|
|
120508
120553
|
/* harmony default export */ const x_ite_X3D = (X3D_default_);
|
|
120509
120554
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
120510
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
120555
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(184);
|
|
120511
120556
|
/*******************************************************************************
|
|
120512
120557
|
*
|
|
120513
120558
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120788,7 +120833,7 @@ x_ite_Namespace.set ("shim", shim_default_);
|
|
|
120788
120833
|
|
|
120789
120834
|
// Assign X3D to global namespace.
|
|
120790
120835
|
|
|
120791
|
-
window [Symbol .for ("X_ITE.X3D-8.6.
|
|
120836
|
+
window [Symbol .for ("X_ITE.X3D-8.6.24")] = x_ite_X3D;
|
|
120792
120837
|
|
|
120793
120838
|
x_ite_X3DCanvasElement.define ();
|
|
120794
120839
|
|