x_ite 10.5.0 → 10.5.1
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 +4 -4
- package/dist/assets/components/AnnotationComponent.js +2 -2
- package/dist/assets/components/AnnotationComponent.min.js +2 -2
- package/dist/assets/components/CADGeometryComponent.js +2 -2
- package/dist/assets/components/CADGeometryComponent.min.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
- package/dist/assets/components/DISComponent.js +2 -2
- package/dist/assets/components/DISComponent.min.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
- package/dist/assets/components/Geometry2DComponent.js +2 -2
- package/dist/assets/components/Geometry2DComponent.min.js +2 -2
- package/dist/assets/components/GeospatialComponent.js +2 -2
- package/dist/assets/components/GeospatialComponent.min.js +2 -2
- package/dist/assets/components/HAnimComponent.js +2 -2
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +2 -2
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +2 -2
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
- package/dist/assets/components/PickingComponent.js +2 -2
- package/dist/assets/components/PickingComponent.min.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
- package/dist/assets/components/ScriptingComponent.js +2 -2
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +4 -4
- package/dist/assets/components/TextComponent.min.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
- package/dist/assets/components/Texturing3DComponent.js +10 -10
- package/dist/assets/components/Texturing3DComponent.min.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
- package/dist/assets/components/X_ITEComponent.js +2 -2
- package/dist/assets/components/X_ITEComponent.min.js +2 -2
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +65 -56
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +65 -56
- package/dist/x_ite.zip +0 -0
- package/package.json +1 -1
package/dist/x_ite.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* X_ITE v10.5.
|
|
1
|
+
/* X_ITE v10.5.1 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 530:
|
|
5
5
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
6
6
|
|
|
7
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
7
|
+
/* provided dependency */ var jQuery = __webpack_require__(962);
|
|
8
8
|
/**
|
|
9
9
|
* @preserve jquery.fullscreen 1.1.5
|
|
10
10
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -200,7 +200,7 @@ installFullScreenHandlers();
|
|
|
200
200
|
|
|
201
201
|
/***/ }),
|
|
202
202
|
|
|
203
|
-
/***/
|
|
203
|
+
/***/ 952:
|
|
204
204
|
/***/ ((module, exports, __webpack_require__) => {
|
|
205
205
|
|
|
206
206
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -214,7 +214,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
214
214
|
(function (factory) {
|
|
215
215
|
if ( true ) {
|
|
216
216
|
// AMD. Register as an anonymous module.
|
|
217
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
217
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(962)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
218
218
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
219
219
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
220
220
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -425,7 +425,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
425
425
|
|
|
426
426
|
/***/ }),
|
|
427
427
|
|
|
428
|
-
/***/
|
|
428
|
+
/***/ 962:
|
|
429
429
|
/***/ (function(module, exports) {
|
|
430
430
|
|
|
431
431
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11149,7 +11149,7 @@ return jQuery;
|
|
|
11149
11149
|
|
|
11150
11150
|
/***/ }),
|
|
11151
11151
|
|
|
11152
|
-
/***/
|
|
11152
|
+
/***/ 459:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 58:
|
|
15932
15932
|
/***/ (function(__unused_webpack_module, exports) {
|
|
15933
15933
|
|
|
15934
15934
|
|
|
@@ -19173,7 +19173,7 @@ if (true) {
|
|
|
19173
19173
|
|
|
19174
19174
|
/***/ }),
|
|
19175
19175
|
|
|
19176
|
-
/***/
|
|
19176
|
+
/***/ 965:
|
|
19177
19177
|
/***/ (function(module, exports) {
|
|
19178
19178
|
|
|
19179
19179
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -20297,7 +20297,7 @@ Object .defineProperty (Namespace, "add",
|
|
|
20297
20297
|
return module;
|
|
20298
20298
|
}
|
|
20299
20299
|
|
|
20300
|
-
const X3D = window [Symbol .for ("X_ITE.X3D-10.5.
|
|
20300
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-10.5.1")];
|
|
20301
20301
|
|
|
20302
20302
|
if (X3D)
|
|
20303
20303
|
X3D [name] = module;
|
|
@@ -34159,7 +34159,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34159
34159
|
|
|
34160
34160
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34161
34161
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34162
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34162
|
+
/* provided dependency */ var $ = __webpack_require__(962);
|
|
34163
34163
|
/*******************************************************************************
|
|
34164
34164
|
*
|
|
34165
34165
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34295,7 +34295,7 @@ const Legacy_default_ = Legacy;
|
|
|
34295
34295
|
*
|
|
34296
34296
|
******************************************************************************/
|
|
34297
34297
|
|
|
34298
|
-
const BROWSER_VERSION_default_ = "10.5.
|
|
34298
|
+
const BROWSER_VERSION_default_ = "10.5.1";
|
|
34299
34299
|
;
|
|
34300
34300
|
|
|
34301
34301
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -37320,7 +37320,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37320
37320
|
|
|
37321
37321
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37322
37322
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
37323
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37323
|
+
/* provided dependency */ var libtess = __webpack_require__(459);
|
|
37324
37324
|
/*******************************************************************************
|
|
37325
37325
|
*
|
|
37326
37326
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39882,7 +39882,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39882
39882
|
|
|
39883
39883
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39884
39884
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
39885
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39885
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(962);
|
|
39886
39886
|
/*******************************************************************************
|
|
39887
39887
|
*
|
|
39888
39888
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40137,7 +40137,7 @@ const Expressions_default_ = Expressions;
|
|
|
40137
40137
|
|
|
40138
40138
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40139
40139
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
40140
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40140
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(962);
|
|
40141
40141
|
/*******************************************************************************
|
|
40142
40142
|
*
|
|
40143
40143
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42836,7 +42836,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42836
42836
|
|
|
42837
42837
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42838
42838
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
42839
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42839
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(962);
|
|
42840
42840
|
/*******************************************************************************
|
|
42841
42841
|
*
|
|
42842
42842
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45009,7 +45009,7 @@ const URLs_default_ = URLs;
|
|
|
45009
45009
|
|
|
45010
45010
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
45011
45011
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
45012
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
45012
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(962);
|
|
45013
45013
|
/*******************************************************************************
|
|
45014
45014
|
*
|
|
45015
45015
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48653,7 +48653,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48653
48653
|
|
|
48654
48654
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48655
48655
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
48656
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
48656
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(962);
|
|
48657
48657
|
/*******************************************************************************
|
|
48658
48658
|
*
|
|
48659
48659
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48804,7 +48804,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
48804
48804
|
|
|
48805
48805
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
48806
48806
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
48807
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
48807
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(962);
|
|
48808
48808
|
/*******************************************************************************
|
|
48809
48809
|
*
|
|
48810
48810
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52146,8 +52146,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52146
52146
|
|
|
52147
52147
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52148
52148
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52149
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52150
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52149
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(962);
|
|
52150
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(459);
|
|
52151
52151
|
/*******************************************************************************
|
|
52152
52152
|
*
|
|
52153
52153
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -54917,7 +54917,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
54917
54917
|
|
|
54918
54918
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
54919
54919
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
54920
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
54920
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(962);
|
|
54921
54921
|
/*******************************************************************************
|
|
54922
54922
|
*
|
|
54923
54923
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62926,7 +62926,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62926
62926
|
|
|
62927
62927
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
62928
62928
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62929
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62929
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(962);
|
|
62930
62930
|
/*******************************************************************************
|
|
62931
62931
|
*
|
|
62932
62932
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66310,7 +66310,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66310
66310
|
|
|
66311
66311
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66312
66312
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66313
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66313
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(962);
|
|
66314
66314
|
/*******************************************************************************
|
|
66315
66315
|
*
|
|
66316
66316
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67240,7 +67240,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67240
67240
|
|
|
67241
67241
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67242
67242
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
67243
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67243
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(962);
|
|
67244
67244
|
/*******************************************************************************
|
|
67245
67245
|
*
|
|
67246
67246
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -69130,6 +69130,15 @@ Object .assign (Object .setPrototypeOf (X3DPrototypeInstance .prototype, Core_X3
|
|
|
69130
69130
|
|
|
69131
69131
|
throw new Error ("Root node not available.");
|
|
69132
69132
|
},
|
|
69133
|
+
isDefaultValue (field)
|
|
69134
|
+
{
|
|
69135
|
+
const protoNode = this [_protoNode];
|
|
69136
|
+
|
|
69137
|
+
if (protoNode .isExternProto && protoNode .checkLoadState () !== Base_X3DConstants .COMPLETE_STATE)
|
|
69138
|
+
return field .getModificationTime () === 0;
|
|
69139
|
+
|
|
69140
|
+
return Core_X3DNode .prototype .isDefaultValue .call (this, field);
|
|
69141
|
+
},
|
|
69133
69142
|
importExternProtos (externprotos1)
|
|
69134
69143
|
{
|
|
69135
69144
|
const externprotos2 = this [X3DPrototypeInstance_body] .externprotos;
|
|
@@ -90519,7 +90528,7 @@ mediump samplerCube textureCube;
|
|
|
90519
90528
|
|
|
90520
90529
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
90521
90530
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90522
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
90531
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(962);
|
|
90523
90532
|
/*******************************************************************************
|
|
90524
90533
|
*
|
|
90525
90534
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95777,7 +95786,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95777
95786
|
|
|
95778
95787
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
95779
95788
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95780
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95789
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(962);
|
|
95781
95790
|
/*******************************************************************************
|
|
95782
95791
|
*
|
|
95783
95792
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96375,7 +96384,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96375
96384
|
|
|
96376
96385
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
96377
96386
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
96378
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96387
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(962);
|
|
96379
96388
|
/*******************************************************************************
|
|
96380
96389
|
*
|
|
96381
96390
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -104610,8 +104619,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
104610
104619
|
|
|
104611
104620
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
104612
104621
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
104613
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
104614
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
104622
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(962);
|
|
104623
|
+
/* provided dependency */ var SuperGif = __webpack_require__(965);
|
|
104615
104624
|
/*******************************************************************************
|
|
104616
104625
|
*
|
|
104617
104626
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107079,7 +107088,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107079
107088
|
|
|
107080
107089
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107081
107090
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107082
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107091
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(962);
|
|
107083
107092
|
/*******************************************************************************
|
|
107084
107093
|
*
|
|
107085
107094
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107709,7 +107718,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
107709
107718
|
|
|
107710
107719
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
107711
107720
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107712
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107721
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(962);
|
|
107713
107722
|
/*******************************************************************************
|
|
107714
107723
|
*
|
|
107715
107724
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108356,7 +108365,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
108356
108365
|
|
|
108357
108366
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
108358
108367
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
108359
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
108368
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(962);
|
|
108360
108369
|
/*******************************************************************************
|
|
108361
108370
|
*
|
|
108362
108371
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108478,8 +108487,8 @@ const Notification_default_ = Notification;
|
|
|
108478
108487
|
|
|
108479
108488
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
108480
108489
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
108481
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
108482
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
108490
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(530);
|
|
108491
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(962);
|
|
108483
108492
|
/*******************************************************************************
|
|
108484
108493
|
*
|
|
108485
108494
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111214,7 +111223,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
111214
111223
|
|
|
111215
111224
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
111216
111225
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
111217
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
111226
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(962);
|
|
111218
111227
|
/*******************************************************************************
|
|
111219
111228
|
*
|
|
111220
111229
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113825,8 +113834,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113825
113834
|
|
|
113826
113835
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
113827
113836
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113828
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113829
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113837
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(952);
|
|
113838
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(962);
|
|
113830
113839
|
/*******************************************************************************
|
|
113831
113840
|
*
|
|
113832
113841
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114741,8 +114750,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
114741
114750
|
|
|
114742
114751
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
114743
114752
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
114744
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
114745
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
114753
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(952);
|
|
114754
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(962);
|
|
114746
114755
|
/*******************************************************************************
|
|
114747
114756
|
*
|
|
114748
114757
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115757,8 +115766,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
115757
115766
|
|
|
115758
115767
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
115759
115768
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
115760
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
115761
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
115769
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(952);
|
|
115770
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(962);
|
|
115762
115771
|
/*******************************************************************************
|
|
115763
115772
|
*
|
|
115764
115773
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116087,8 +116096,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116087
116096
|
|
|
116088
116097
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116089
116098
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116090
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116091
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116099
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(952);
|
|
116100
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(962);
|
|
116092
116101
|
/*******************************************************************************
|
|
116093
116102
|
*
|
|
116094
116103
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117233,8 +117242,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
117233
117242
|
|
|
117234
117243
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
117235
117244
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
117236
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
117237
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
117245
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(952);
|
|
117246
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(962);
|
|
117238
117247
|
/*******************************************************************************
|
|
117239
117248
|
*
|
|
117240
117249
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118681,7 +118690,7 @@ const Lock_default_ = Lock;
|
|
|
118681
118690
|
|
|
118682
118691
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
118683
118692
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
118684
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
118693
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(962);
|
|
118685
118694
|
/*******************************************************************************
|
|
118686
118695
|
*
|
|
118687
118696
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120004,7 +120013,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120004
120013
|
|
|
120005
120014
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120006
120015
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120007
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120016
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(962);
|
|
120008
120017
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120009
120018
|
{
|
|
120010
120019
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -121581,7 +121590,7 @@ const Components_default_ = Components;
|
|
|
121581
121590
|
|
|
121582
121591
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
121583
121592
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
121584
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
121593
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(962);
|
|
121585
121594
|
/*******************************************************************************
|
|
121586
121595
|
* MIT License
|
|
121587
121596
|
*
|
|
@@ -122847,7 +122856,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
122847
122856
|
|
|
122848
122857
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
122849
122858
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
122850
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
122859
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(962);
|
|
122851
122860
|
/*******************************************************************************
|
|
122852
122861
|
*
|
|
122853
122862
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123914,7 +123923,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
123914
123923
|
|
|
123915
123924
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
123916
123925
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
123917
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
123926
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(962);
|
|
123918
123927
|
/*******************************************************************************
|
|
123919
123928
|
*
|
|
123920
123929
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124181,8 +124190,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
124181
124190
|
|
|
124182
124191
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
124183
124192
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
124184
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
124185
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
124193
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(962);
|
|
124194
|
+
/* provided dependency */ var pako = __webpack_require__(58);
|
|
124186
124195
|
Object .assign (jquery_$,
|
|
124187
124196
|
{
|
|
124188
124197
|
decodeText (input)
|
|
@@ -124259,13 +124268,13 @@ const jquery_default_ = jquery_$;
|
|
|
124259
124268
|
|
|
124260
124269
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
124261
124270
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
124262
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
124271
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(459);
|
|
124263
124272
|
const libtess_default_ = libtess_libtess;
|
|
124264
124273
|
;
|
|
124265
124274
|
|
|
124266
124275
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
124267
124276
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
124268
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
124277
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(962);
|
|
124269
124278
|
/*******************************************************************************
|
|
124270
124279
|
*
|
|
124271
124280
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124569,7 +124578,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
124569
124578
|
|
|
124570
124579
|
// Assign X3D to global namespace.
|
|
124571
124580
|
|
|
124572
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
124581
|
+
window [Symbol .for ("X_ITE.X3D-10.5.1")] = x_ite_X3D;
|
|
124573
124582
|
|
|
124574
124583
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
124575
124584
|
|
package/dist/x_ite.zip
CHANGED
|
Binary file
|