x_ite 10.4.0 → 10.4.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 +57 -57
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +57 -57
- 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.4.
|
|
1
|
+
/* X_ITE v10.4.1 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 74:
|
|
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__(362);
|
|
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
|
+
/***/ 48:
|
|
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__(362)], __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
|
+
/***/ 362:
|
|
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
|
+
/***/ 555:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 82:
|
|
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
|
+
/***/ 229:
|
|
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.4.
|
|
20300
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-10.4.1")];
|
|
20301
20301
|
|
|
20302
20302
|
if (X3D)
|
|
20303
20303
|
X3D [name] = module;
|
|
@@ -34244,7 +34244,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34244
34244
|
|
|
34245
34245
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34246
34246
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34247
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34247
|
+
/* provided dependency */ var $ = __webpack_require__(362);
|
|
34248
34248
|
/*******************************************************************************
|
|
34249
34249
|
*
|
|
34250
34250
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34380,7 +34380,7 @@ const Legacy_default_ = Legacy;
|
|
|
34380
34380
|
*
|
|
34381
34381
|
******************************************************************************/
|
|
34382
34382
|
|
|
34383
|
-
const BROWSER_VERSION_default_ = "10.4.
|
|
34383
|
+
const BROWSER_VERSION_default_ = "10.4.1";
|
|
34384
34384
|
;
|
|
34385
34385
|
|
|
34386
34386
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -37405,7 +37405,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37405
37405
|
|
|
37406
37406
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37407
37407
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
37408
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37408
|
+
/* provided dependency */ var libtess = __webpack_require__(555);
|
|
37409
37409
|
/*******************************************************************************
|
|
37410
37410
|
*
|
|
37411
37411
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39943,7 +39943,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39943
39943
|
|
|
39944
39944
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39945
39945
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
39946
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39946
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(362);
|
|
39947
39947
|
/*******************************************************************************
|
|
39948
39948
|
*
|
|
39949
39949
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40199,7 +40199,7 @@ const Expressions_default_ = Expressions;
|
|
|
40199
40199
|
|
|
40200
40200
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40201
40201
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
40202
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40202
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(362);
|
|
40203
40203
|
/*******************************************************************************
|
|
40204
40204
|
*
|
|
40205
40205
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42898,7 +42898,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42898
42898
|
|
|
42899
42899
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42900
42900
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
42901
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42901
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(362);
|
|
42902
42902
|
/*******************************************************************************
|
|
42903
42903
|
*
|
|
42904
42904
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45071,7 +45071,7 @@ const URLs_default_ = URLs;
|
|
|
45071
45071
|
|
|
45072
45072
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
45073
45073
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
45074
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
45074
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(362);
|
|
45075
45075
|
/*******************************************************************************
|
|
45076
45076
|
*
|
|
45077
45077
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48715,7 +48715,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48715
48715
|
|
|
48716
48716
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48717
48717
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
48718
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
48718
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(362);
|
|
48719
48719
|
/*******************************************************************************
|
|
48720
48720
|
*
|
|
48721
48721
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48866,7 +48866,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
48866
48866
|
|
|
48867
48867
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
48868
48868
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
48869
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
48869
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(362);
|
|
48870
48870
|
/*******************************************************************************
|
|
48871
48871
|
*
|
|
48872
48872
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52202,8 +52202,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52202
52202
|
|
|
52203
52203
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52204
52204
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52205
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52206
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52205
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(362);
|
|
52206
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(555);
|
|
52207
52207
|
/*******************************************************************************
|
|
52208
52208
|
*
|
|
52209
52209
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -54973,7 +54973,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
54973
54973
|
|
|
54974
54974
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
54975
54975
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
54976
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
54976
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(362);
|
|
54977
54977
|
/*******************************************************************************
|
|
54978
54978
|
*
|
|
54979
54979
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -63089,7 +63089,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
63089
63089
|
|
|
63090
63090
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
63091
63091
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
63092
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
63092
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(362);
|
|
63093
63093
|
/*******************************************************************************
|
|
63094
63094
|
*
|
|
63095
63095
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66450,7 +66450,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66450
66450
|
|
|
66451
66451
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66452
66452
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66453
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66453
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(362);
|
|
66454
66454
|
/*******************************************************************************
|
|
66455
66455
|
*
|
|
66456
66456
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67380,7 +67380,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67380
67380
|
|
|
67381
67381
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67382
67382
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
67383
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67383
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(362);
|
|
67384
67384
|
/*******************************************************************************
|
|
67385
67385
|
*
|
|
67386
67386
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -80252,7 +80252,7 @@ Object .assign (Object .setPrototypeOf (StaticGroup .prototype, Core_X3DChildNod
|
|
|
80252
80252
|
|
|
80253
80253
|
scene ._loadCount .removeFieldCallback (this);
|
|
80254
80254
|
|
|
80255
|
-
this .
|
|
80255
|
+
this .set_children__ ();
|
|
80256
80256
|
});
|
|
80257
80257
|
|
|
80258
80258
|
return [this .groupNode];
|
|
@@ -90553,7 +90553,7 @@ mediump samplerCube textureCube;
|
|
|
90553
90553
|
|
|
90554
90554
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
90555
90555
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90556
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
90556
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(362);
|
|
90557
90557
|
/*******************************************************************************
|
|
90558
90558
|
*
|
|
90559
90559
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95756,7 +95756,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95756
95756
|
|
|
95757
95757
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
95758
95758
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95759
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95759
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(362);
|
|
95760
95760
|
/*******************************************************************************
|
|
95761
95761
|
*
|
|
95762
95762
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96354,7 +96354,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96354
96354
|
|
|
96355
96355
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
96356
96356
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
96357
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96357
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(362);
|
|
96358
96358
|
/*******************************************************************************
|
|
96359
96359
|
*
|
|
96360
96360
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -104609,8 +104609,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
104609
104609
|
|
|
104610
104610
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
104611
104611
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
104612
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
104613
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
104612
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(362);
|
|
104613
|
+
/* provided dependency */ var SuperGif = __webpack_require__(229);
|
|
104614
104614
|
/*******************************************************************************
|
|
104615
104615
|
*
|
|
104616
104616
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107078,7 +107078,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107078
107078
|
|
|
107079
107079
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107080
107080
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107081
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107081
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(362);
|
|
107082
107082
|
/*******************************************************************************
|
|
107083
107083
|
*
|
|
107084
107084
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107708,7 +107708,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
107708
107708
|
|
|
107709
107709
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
107710
107710
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107711
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107711
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(362);
|
|
107712
107712
|
/*******************************************************************************
|
|
107713
107713
|
*
|
|
107714
107714
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108355,7 +108355,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
108355
108355
|
|
|
108356
108356
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
108357
108357
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
108358
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
108358
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(362);
|
|
108359
108359
|
/*******************************************************************************
|
|
108360
108360
|
*
|
|
108361
108361
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108477,8 +108477,8 @@ const Notification_default_ = Notification;
|
|
|
108477
108477
|
|
|
108478
108478
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
108479
108479
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
108480
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
108481
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
108480
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(74);
|
|
108481
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(362);
|
|
108482
108482
|
/*******************************************************************************
|
|
108483
108483
|
*
|
|
108484
108484
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111213,7 +111213,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
111213
111213
|
|
|
111214
111214
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
111215
111215
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
111216
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
111216
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(362);
|
|
111217
111217
|
/*******************************************************************************
|
|
111218
111218
|
*
|
|
111219
111219
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113824,8 +113824,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113824
113824
|
|
|
113825
113825
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
113826
113826
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113827
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113828
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113827
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(48);
|
|
113828
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(362);
|
|
113829
113829
|
/*******************************************************************************
|
|
113830
113830
|
*
|
|
113831
113831
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114740,8 +114740,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
114740
114740
|
|
|
114741
114741
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
114742
114742
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
114743
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
114744
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
114743
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(48);
|
|
114744
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(362);
|
|
114745
114745
|
/*******************************************************************************
|
|
114746
114746
|
*
|
|
114747
114747
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115756,8 +115756,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
115756
115756
|
|
|
115757
115757
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
115758
115758
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
115759
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
115760
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
115759
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(48);
|
|
115760
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(362);
|
|
115761
115761
|
/*******************************************************************************
|
|
115762
115762
|
*
|
|
115763
115763
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116086,8 +116086,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116086
116086
|
|
|
116087
116087
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116088
116088
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116089
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116090
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116089
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(48);
|
|
116090
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(362);
|
|
116091
116091
|
/*******************************************************************************
|
|
116092
116092
|
*
|
|
116093
116093
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117232,8 +117232,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
117232
117232
|
|
|
117233
117233
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
117234
117234
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
117235
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
117236
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
117235
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(48);
|
|
117236
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(362);
|
|
117237
117237
|
/*******************************************************************************
|
|
117238
117238
|
*
|
|
117239
117239
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118666,7 +118666,7 @@ const Lock_default_ = Lock;
|
|
|
118666
118666
|
|
|
118667
118667
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
118668
118668
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
118669
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
118669
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(362);
|
|
118670
118670
|
/*******************************************************************************
|
|
118671
118671
|
*
|
|
118672
118672
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119964,7 +119964,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
119964
119964
|
|
|
119965
119965
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
119966
119966
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
119967
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
119967
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(362);
|
|
119968
119968
|
const KTXDecoder_default_ = class KTXDecoder
|
|
119969
119969
|
{
|
|
119970
119970
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -121541,7 +121541,7 @@ const Components_default_ = Components;
|
|
|
121541
121541
|
|
|
121542
121542
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
121543
121543
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
121544
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
121544
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(362);
|
|
121545
121545
|
/*******************************************************************************
|
|
121546
121546
|
* MIT License
|
|
121547
121547
|
*
|
|
@@ -122807,7 +122807,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
122807
122807
|
|
|
122808
122808
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
122809
122809
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
122810
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
122810
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(362);
|
|
122811
122811
|
/*******************************************************************************
|
|
122812
122812
|
*
|
|
122813
122813
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123874,7 +123874,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
123874
123874
|
|
|
123875
123875
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
123876
123876
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
123877
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
123877
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(362);
|
|
123878
123878
|
/*******************************************************************************
|
|
123879
123879
|
*
|
|
123880
123880
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124141,8 +124141,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
124141
124141
|
|
|
124142
124142
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
124143
124143
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
124144
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
124145
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
124144
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(362);
|
|
124145
|
+
/* provided dependency */ var pako = __webpack_require__(82);
|
|
124146
124146
|
Object .assign (jquery_$,
|
|
124147
124147
|
{
|
|
124148
124148
|
decodeText (input)
|
|
@@ -124218,13 +124218,13 @@ const jquery_default_ = jquery_$;
|
|
|
124218
124218
|
|
|
124219
124219
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
124220
124220
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
124221
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
124221
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(555);
|
|
124222
124222
|
const libtess_default_ = libtess_libtess;
|
|
124223
124223
|
;
|
|
124224
124224
|
|
|
124225
124225
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
124226
124226
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
124227
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
124227
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(362);
|
|
124228
124228
|
/*******************************************************************************
|
|
124229
124229
|
*
|
|
124230
124230
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124528,7 +124528,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
124528
124528
|
|
|
124529
124529
|
// Assign X3D to global namespace.
|
|
124530
124530
|
|
|
124531
|
-
window [Symbol .for ("X_ITE.X3D-10.4.
|
|
124531
|
+
window [Symbol .for ("X_ITE.X3D-10.4.1")] = x_ite_X3D;
|
|
124532
124532
|
|
|
124533
124533
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
124534
124534
|
|
package/dist/x_ite.zip
CHANGED
|
Binary file
|