x_ite 10.5.12 → 10.5.13
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 +5 -5
- 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 +8 -8
- 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 +98 -76
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +98 -76
- 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.13 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 655:
|
|
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__(243);
|
|
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
|
+
/***/ 371:
|
|
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__(243)], __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
|
+
/***/ 243:
|
|
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
|
+
/***/ 720:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 619:
|
|
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
|
+
/***/ 780:
|
|
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.13")];
|
|
20301
20301
|
|
|
20302
20302
|
if (X3D)
|
|
20303
20303
|
X3D [name] = module;
|
|
@@ -34173,7 +34173,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34173
34173
|
|
|
34174
34174
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34175
34175
|
;// ./src/x_ite/Browser/Legacy.js
|
|
34176
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34176
|
+
/* provided dependency */ var $ = __webpack_require__(243);
|
|
34177
34177
|
/*******************************************************************************
|
|
34178
34178
|
*
|
|
34179
34179
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34309,7 +34309,7 @@ const Legacy_default_ = Legacy;
|
|
|
34309
34309
|
*
|
|
34310
34310
|
******************************************************************************/
|
|
34311
34311
|
|
|
34312
|
-
const BROWSER_VERSION_default_ = "10.5.
|
|
34312
|
+
const BROWSER_VERSION_default_ = "10.5.13";
|
|
34313
34313
|
;
|
|
34314
34314
|
|
|
34315
34315
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -37338,7 +37338,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37338
37338
|
|
|
37339
37339
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37340
37340
|
;// ./src/standard/Math/Geometry/Triangle3.js
|
|
37341
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37341
|
+
/* provided dependency */ var libtess = __webpack_require__(720);
|
|
37342
37342
|
/*******************************************************************************
|
|
37343
37343
|
*
|
|
37344
37344
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39904,7 +39904,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39904
39904
|
|
|
39905
39905
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39906
39906
|
;// ./src/x_ite/Parser/X3DParser.js
|
|
39907
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39907
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(243);
|
|
39908
39908
|
/*******************************************************************************
|
|
39909
39909
|
*
|
|
39910
39910
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40159,7 +40159,7 @@ const Expressions_default_ = Expressions;
|
|
|
40159
40159
|
|
|
40160
40160
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40161
40161
|
;// ./src/x_ite/Parser/VRMLParser.js
|
|
40162
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40162
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(243);
|
|
40163
40163
|
/*******************************************************************************
|
|
40164
40164
|
*
|
|
40165
40165
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42799,7 +42799,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42799
42799
|
|
|
42800
42800
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42801
42801
|
;// ./src/x_ite/Parser/XMLParser.js
|
|
42802
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42802
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(243);
|
|
42803
42803
|
/*******************************************************************************
|
|
42804
42804
|
*
|
|
42805
42805
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44021,7 +44021,7 @@ const XMLParser_default_ = XMLParser;
|
|
|
44021
44021
|
|
|
44022
44022
|
/* harmony default export */ const Parser_XMLParser = (x_ite_Namespace .add ("XMLParser", XMLParser_default_));
|
|
44023
44023
|
;// ./src/x_ite/Parser/JSONParser.js
|
|
44024
|
-
/* provided dependency */ var JSONParser_$ = __webpack_require__(
|
|
44024
|
+
/* provided dependency */ var JSONParser_$ = __webpack_require__(243);
|
|
44025
44025
|
/*******************************************************************************
|
|
44026
44026
|
*
|
|
44027
44027
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44977,7 +44977,7 @@ const URLs_default_ = URLs;
|
|
|
44977
44977
|
|
|
44978
44978
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
44979
44979
|
;// ./src/x_ite/Parser/GLTF2Parser.js
|
|
44980
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44980
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(243);
|
|
44981
44981
|
/*******************************************************************************
|
|
44982
44982
|
*
|
|
44983
44983
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48373,31 +48373,51 @@ function eventsProcessed ()
|
|
|
48373
48373
|
if (!geometryNode)
|
|
48374
48374
|
continue;
|
|
48375
48375
|
|
|
48376
|
+
if (attributes ["POSITION"] .field .length !== geometryNode ._coord .point .length)
|
|
48377
|
+
continue;
|
|
48378
|
+
|
|
48376
48379
|
const coordinateInterpolatorNode = this .createArrayInterpolator ("CoordinateInterpolator", interpolation, times, keyValues .array, cycleInterval, targets, attributes, "POSITION");
|
|
48377
48380
|
|
|
48378
|
-
if (coordinateInterpolatorNode
|
|
48379
|
-
|
|
48380
|
-
if (coordinateInterpolatorNode ._keyValue .length / coordinateInterpolatorNode ._key .length === geometryNode ._coord .point .length)
|
|
48381
|
-
{
|
|
48382
|
-
interpolatorNodes .push (coordinateInterpolatorNode);
|
|
48381
|
+
if (!coordinateInterpolatorNode)
|
|
48382
|
+
continue;
|
|
48383
48383
|
|
|
48384
|
-
|
|
48385
|
-
|
|
48386
|
-
|
|
48387
|
-
|
|
48384
|
+
if (coordinateInterpolatorNode ._key .length < 2)
|
|
48385
|
+
continue;
|
|
48386
|
+
|
|
48387
|
+
if (coordinateInterpolatorNode ._keyValue .length / coordinateInterpolatorNode ._key .length !== geometryNode ._coord .point .length)
|
|
48388
|
+
continue;
|
|
48389
|
+
|
|
48390
|
+
interpolatorNodes .push (coordinateInterpolatorNode);
|
|
48391
|
+
|
|
48392
|
+
scene .addRoute (timeSensorNode, "fraction_changed", coordinateInterpolatorNode, "set_fraction");
|
|
48393
|
+
scene .addRoute (coordinateInterpolatorNode, "value_changed", geometryNode ._coord, "point");
|
|
48394
|
+
}
|
|
48395
|
+
|
|
48396
|
+
for (const { shapeNode, targets, attributes } of primitives)
|
|
48397
|
+
{
|
|
48398
|
+
const geometryNode = shapeNode ._geometry .getValue ();
|
|
48399
|
+
|
|
48400
|
+
if (!geometryNode)
|
|
48401
|
+
continue;
|
|
48402
|
+
|
|
48403
|
+
if (attributes ["NORMAL"] .field .length !== geometryNode ._normal .vector .length)
|
|
48404
|
+
continue;
|
|
48388
48405
|
|
|
48389
48406
|
const normalInterpolatorNode = this .createArrayInterpolator ("NormalInterpolator", interpolation, times, keyValues .array, cycleInterval, targets, attributes, "NORMAL");
|
|
48390
48407
|
|
|
48391
|
-
if (normalInterpolatorNode
|
|
48392
|
-
|
|
48393
|
-
if (normalInterpolatorNode ._keyValue .length / normalInterpolatorNode ._key .length === geometryNode ._normal .vector .length)
|
|
48394
|
-
{
|
|
48395
|
-
interpolatorNodes .push (normalInterpolatorNode);
|
|
48408
|
+
if (!normalInterpolatorNode)
|
|
48409
|
+
continue;
|
|
48396
48410
|
|
|
48397
|
-
|
|
48398
|
-
|
|
48399
|
-
|
|
48400
|
-
|
|
48411
|
+
if (normalInterpolatorNode ._key .length < 2)
|
|
48412
|
+
continue;
|
|
48413
|
+
|
|
48414
|
+
if (normalInterpolatorNode ._keyValue .length / normalInterpolatorNode ._key .length !== geometryNode ._normal .vector .length)
|
|
48415
|
+
continue;
|
|
48416
|
+
|
|
48417
|
+
interpolatorNodes .push (normalInterpolatorNode);
|
|
48418
|
+
|
|
48419
|
+
scene .addRoute (timeSensorNode, "fraction_changed", normalInterpolatorNode, "set_fraction");
|
|
48420
|
+
scene .addRoute (normalInterpolatorNode, "value_changed", geometryNode ._normal, "vector");
|
|
48401
48421
|
}
|
|
48402
48422
|
|
|
48403
48423
|
return interpolatorNodes;
|
|
@@ -48990,7 +49010,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48990
49010
|
|
|
48991
49011
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48992
49012
|
;// ./src/x_ite/Parser/GLB2Parser.js
|
|
48993
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
49013
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(243);
|
|
48994
49014
|
/*******************************************************************************
|
|
48995
49015
|
*
|
|
48996
49016
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49141,7 +49161,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49141
49161
|
|
|
49142
49162
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
49143
49163
|
;// ./src/x_ite/Parser/OBJParser.js
|
|
49144
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49164
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(243);
|
|
49145
49165
|
/*******************************************************************************
|
|
49146
49166
|
*
|
|
49147
49167
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52508,8 +52528,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52508
52528
|
|
|
52509
52529
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52510
52530
|
;// ./src/x_ite/Parser/SVGParser.js
|
|
52511
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52512
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52531
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(243);
|
|
52532
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(720);
|
|
52513
52533
|
/*******************************************************************************
|
|
52514
52534
|
*
|
|
52515
52535
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55288,7 +55308,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
55288
55308
|
|
|
55289
55309
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
55290
55310
|
;// ./src/x_ite/Parser/GoldenGate.js
|
|
55291
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
55311
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(243);
|
|
55292
55312
|
/*******************************************************************************
|
|
55293
55313
|
*
|
|
55294
55314
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -63307,7 +63327,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
63307
63327
|
|
|
63308
63328
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
63309
63329
|
;// ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
63310
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
63330
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(243);
|
|
63311
63331
|
/*******************************************************************************
|
|
63312
63332
|
*
|
|
63313
63333
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66734,7 +66754,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66734
66754
|
|
|
66735
66755
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66736
66756
|
;// ./src/x_ite/InputOutput/FileLoader.js
|
|
66737
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66757
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(243);
|
|
66738
66758
|
/*******************************************************************************
|
|
66739
66759
|
*
|
|
66740
66760
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67698,7 +67718,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67698
67718
|
|
|
67699
67719
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67700
67720
|
;// ./src/x_ite/Routing/X3DRoute.js
|
|
67701
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67721
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(243);
|
|
67702
67722
|
/*******************************************************************************
|
|
67703
67723
|
*
|
|
67704
67724
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -91378,7 +91398,7 @@ mediump samplerCube textureCube;
|
|
|
91378
91398
|
|
|
91379
91399
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
91380
91400
|
;// ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
91381
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
91401
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(243);
|
|
91382
91402
|
/*******************************************************************************
|
|
91383
91403
|
*
|
|
91384
91404
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96675,7 +96695,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
96675
96695
|
|
|
96676
96696
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
96677
96697
|
;// ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
96678
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
96698
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(243);
|
|
96679
96699
|
/*******************************************************************************
|
|
96680
96700
|
*
|
|
96681
96701
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -97273,7 +97293,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
97273
97293
|
|
|
97274
97294
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
97275
97295
|
;// ./src/x_ite/Components/Shape/Appearance.js
|
|
97276
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
97296
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(243);
|
|
97277
97297
|
/*******************************************************************************
|
|
97278
97298
|
*
|
|
97279
97299
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105504,8 +105524,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
105504
105524
|
|
|
105505
105525
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
105506
105526
|
;// ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
105507
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
105508
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
105527
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(243);
|
|
105528
|
+
/* provided dependency */ var SuperGif = __webpack_require__(780);
|
|
105509
105529
|
/*******************************************************************************
|
|
105510
105530
|
*
|
|
105511
105531
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107978,7 +107998,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107978
107998
|
|
|
107979
107999
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107980
108000
|
;// ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107981
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
108001
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(243);
|
|
107982
108002
|
/*******************************************************************************
|
|
107983
108003
|
*
|
|
107984
108004
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108608,7 +108628,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
108608
108628
|
|
|
108609
108629
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
108610
108630
|
;// ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
108611
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
108631
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(243);
|
|
108612
108632
|
/*******************************************************************************
|
|
108613
108633
|
*
|
|
108614
108634
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109255,7 +109275,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
109255
109275
|
|
|
109256
109276
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
109257
109277
|
;// ./src/x_ite/Browser/Core/Notification.js
|
|
109258
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
109278
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(243);
|
|
109259
109279
|
/*******************************************************************************
|
|
109260
109280
|
*
|
|
109261
109281
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109377,8 +109397,8 @@ const Notification_default_ = Notification;
|
|
|
109377
109397
|
|
|
109378
109398
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
109379
109399
|
;// ./src/x_ite/Browser/Core/ContextMenu.js
|
|
109380
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
109381
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
109400
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(655);
|
|
109401
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(243);
|
|
109382
109402
|
/*******************************************************************************
|
|
109383
109403
|
*
|
|
109384
109404
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112100,7 +112120,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
112100
112120
|
|
|
112101
112121
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
112102
112122
|
;// ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
112103
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
112123
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(243);
|
|
112104
112124
|
/*******************************************************************************
|
|
112105
112125
|
*
|
|
112106
112126
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112273,6 +112293,7 @@ Object .assign (X3DCoreContext .prototype,
|
|
|
112273
112293
|
{
|
|
112274
112294
|
value: this,
|
|
112275
112295
|
enumerable: true,
|
|
112296
|
+
writable: true,
|
|
112276
112297
|
},
|
|
112277
112298
|
src:
|
|
112278
112299
|
{
|
|
@@ -112932,7 +112953,7 @@ Object .assign (X3DCoreContext .prototype,
|
|
|
112932
112953
|
.prop ("browser", null)
|
|
112933
112954
|
.off (".X3DCoreContext .ContextMenu");
|
|
112934
112955
|
|
|
112935
|
-
this [_context] .getExtension ("WEBGL_lose_context") ?.loseContext ();
|
|
112956
|
+
this [_context] .getExtension ("WEBGL_lose_context") ?.loseContext ?.();
|
|
112936
112957
|
this [_shadow] .find ("*") .remove ();
|
|
112937
112958
|
},
|
|
112938
112959
|
});
|
|
@@ -114711,8 +114732,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
114711
114732
|
|
|
114712
114733
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
114713
114734
|
;// ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
114714
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
114715
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
114735
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(371);
|
|
114736
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(243);
|
|
114716
114737
|
/*******************************************************************************
|
|
114717
114738
|
*
|
|
114718
114739
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115627,8 +115648,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
115627
115648
|
|
|
115628
115649
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
115629
115650
|
;// ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
115630
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
115631
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
115651
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(371);
|
|
115652
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(243);
|
|
115632
115653
|
/*******************************************************************************
|
|
115633
115654
|
*
|
|
115634
115655
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116643,8 +116664,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
116643
116664
|
|
|
116644
116665
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
116645
116666
|
;// ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
116646
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
116647
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
116667
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(371);
|
|
116668
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(243);
|
|
116648
116669
|
/*******************************************************************************
|
|
116649
116670
|
*
|
|
116650
116671
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116973,8 +116994,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116973
116994
|
|
|
116974
116995
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116975
116996
|
;// ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116976
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116977
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116997
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(371);
|
|
116998
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(243);
|
|
116978
116999
|
/*******************************************************************************
|
|
116979
117000
|
*
|
|
116980
117001
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118116,8 +118137,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
118116
118137
|
|
|
118117
118138
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
118118
118139
|
;// ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
118119
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
118120
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
118140
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(371);
|
|
118141
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(243);
|
|
118121
118142
|
/*******************************************************************************
|
|
118122
118143
|
*
|
|
118123
118144
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119564,7 +119585,7 @@ const Lock_default_ = Lock;
|
|
|
119564
119585
|
|
|
119565
119586
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
119566
119587
|
;// ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
119567
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
119588
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(243);
|
|
119568
119589
|
/*******************************************************************************
|
|
119569
119590
|
*
|
|
119570
119591
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120878,7 +120899,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120878
120899
|
|
|
120879
120900
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120880
120901
|
;// ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120881
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120902
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(243);
|
|
120882
120903
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120883
120904
|
{
|
|
120884
120905
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -122457,7 +122478,7 @@ const Components_default_ = Components;
|
|
|
122457
122478
|
|
|
122458
122479
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
122459
122480
|
;// ./src/x_ite/Browser/DOMIntegration.js
|
|
122460
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
122481
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(243);
|
|
122461
122482
|
/*******************************************************************************
|
|
122462
122483
|
* MIT License
|
|
122463
122484
|
*
|
|
@@ -123723,7 +123744,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
123723
123744
|
|
|
123724
123745
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
123725
123746
|
;// ./src/x_ite/Browser/X3DBrowser.js
|
|
123726
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
123747
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(243);
|
|
123727
123748
|
/*******************************************************************************
|
|
123728
123749
|
*
|
|
123729
123750
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124825,7 +124846,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
124825
124846
|
|
|
124826
124847
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
124827
124848
|
;// ./src/x_ite/X3DCanvasElement.js
|
|
124828
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
124849
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(243);
|
|
124829
124850
|
/*******************************************************************************
|
|
124830
124851
|
*
|
|
124831
124852
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124889,6 +124910,7 @@ class X3DCanvasElement extends HTMLElement
|
|
|
124889
124910
|
{
|
|
124890
124911
|
value: new Browser_X3DBrowser (this),
|
|
124891
124912
|
enumerable: true,
|
|
124913
|
+
writable: true,
|
|
124892
124914
|
});
|
|
124893
124915
|
}
|
|
124894
124916
|
catch (error)
|
|
@@ -125092,8 +125114,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
125092
125114
|
|
|
125093
125115
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
125094
125116
|
;// ./src/lib/jquery.js
|
|
125095
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
125096
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
125117
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(243);
|
|
125118
|
+
/* provided dependency */ var pako = __webpack_require__(619);
|
|
125097
125119
|
Object .assign (jquery_$,
|
|
125098
125120
|
{
|
|
125099
125121
|
decodeText (input)
|
|
@@ -125174,13 +125196,13 @@ const jquery_default_ = jquery_$;
|
|
|
125174
125196
|
|
|
125175
125197
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
125176
125198
|
;// ./src/lib/libtess.js
|
|
125177
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
125199
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(720);
|
|
125178
125200
|
const libtess_default_ = libtess_libtess;
|
|
125179
125201
|
;
|
|
125180
125202
|
|
|
125181
125203
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
125182
125204
|
;// ./src/x_ite/X3D.js
|
|
125183
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
125205
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(243);
|
|
125184
125206
|
/*******************************************************************************
|
|
125185
125207
|
*
|
|
125186
125208
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125484,7 +125506,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
125484
125506
|
|
|
125485
125507
|
// Assign X3D to global namespace.
|
|
125486
125508
|
|
|
125487
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
125509
|
+
window [Symbol .for ("X_ITE.X3D-10.5.13")] = x_ite_X3D;
|
|
125488
125510
|
|
|
125489
125511
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
125490
125512
|
|
package/dist/x_ite.zip
CHANGED
|
Binary file
|