x_ite 10.5.9 → 10.5.11
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 +9 -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 +8 -42
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +14 -8
- 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 +3 -3
- 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 +5 -5
- 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 +11 -11
- 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 +150 -109
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +149 -108
- package/dist/x_ite.zip +0 -0
- package/package.json +4 -4
package/dist/x_ite.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* X_ITE v10.5.
|
|
1
|
+
/* X_ITE v10.5.11 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 400:
|
|
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__(524);
|
|
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
|
+
/***/ 866:
|
|
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__(524)], __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
|
+
/***/ 524:
|
|
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
|
+
/***/ 153:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 496:
|
|
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
|
+
/***/ 63:
|
|
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.11")];
|
|
20301
20301
|
|
|
20302
20302
|
if (X3D)
|
|
20303
20303
|
X3D [name] = module;
|
|
@@ -21140,11 +21140,9 @@ Object .assign (Generator .prototype,
|
|
|
21140
21140
|
},
|
|
21141
21141
|
ExistsRouteNode (routeNode)
|
|
21142
21142
|
{
|
|
21143
|
-
const
|
|
21144
|
-
namesByNode = this .namesByNode .get (this .ExecutionContext ()),
|
|
21145
|
-
routeNodes = this .routeNodes .get (this .ExecutionContext ());
|
|
21143
|
+
const routeNodes = this .routeNodes .get (this .ExecutionContext ());
|
|
21146
21144
|
|
|
21147
|
-
return
|
|
21145
|
+
return routeNodes .has (routeNode);
|
|
21148
21146
|
},
|
|
21149
21147
|
IsSharedNode (baseNode)
|
|
21150
21148
|
{
|
|
@@ -29209,13 +29207,9 @@ const SFNodeCache =
|
|
|
29209
29207
|
|
|
29210
29208
|
function dispose ()
|
|
29211
29209
|
{
|
|
29212
|
-
|
|
29213
|
-
|
|
29214
|
-
value ?.dispose ();
|
|
29210
|
+
this .getValue () ?.dispose ();
|
|
29215
29211
|
|
|
29216
29212
|
Fields_SFNode .prototype .dispose .call (this);
|
|
29217
|
-
|
|
29218
|
-
SFNodeCache .delete (value);
|
|
29219
29213
|
}
|
|
29220
29214
|
|
|
29221
29215
|
const SFNodeCache_default_ = SFNodeCache;
|
|
@@ -34179,7 +34173,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34179
34173
|
|
|
34180
34174
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34181
34175
|
;// ./src/x_ite/Browser/Legacy.js
|
|
34182
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34176
|
+
/* provided dependency */ var $ = __webpack_require__(524);
|
|
34183
34177
|
/*******************************************************************************
|
|
34184
34178
|
*
|
|
34185
34179
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34315,7 +34309,7 @@ const Legacy_default_ = Legacy;
|
|
|
34315
34309
|
*
|
|
34316
34310
|
******************************************************************************/
|
|
34317
34311
|
|
|
34318
|
-
const BROWSER_VERSION_default_ = "10.5.
|
|
34312
|
+
const BROWSER_VERSION_default_ = "10.5.11";
|
|
34319
34313
|
;
|
|
34320
34314
|
|
|
34321
34315
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -34372,6 +34366,7 @@ const BROWSER_VERSION_default_ = "10.5.9";
|
|
|
34372
34366
|
|
|
34373
34367
|
|
|
34374
34368
|
|
|
34369
|
+
|
|
34375
34370
|
const _metaDataCallbacks = Symbol ();
|
|
34376
34371
|
|
|
34377
34372
|
function X3DNode (executionContext)
|
|
@@ -35596,6 +35591,7 @@ Object .assign (Object .setPrototypeOf (X3DNode .prototype, Base_X3DBaseNode .pr
|
|
|
35596
35591
|
}
|
|
35597
35592
|
}
|
|
35598
35593
|
|
|
35594
|
+
|
|
35599
35595
|
// Type name
|
|
35600
35596
|
|
|
35601
35597
|
generator .string += '{';
|
|
@@ -36087,6 +36083,8 @@ Object .assign (Object .setPrototypeOf (X3DNode .prototype, Base_X3DBaseNode .pr
|
|
|
36087
36083
|
firstParent .setValue (null);
|
|
36088
36084
|
}
|
|
36089
36085
|
|
|
36086
|
+
Fields_SFNodeCache .delete (this);
|
|
36087
|
+
|
|
36090
36088
|
// Call super.dispose, where fields get disposed.
|
|
36091
36089
|
|
|
36092
36090
|
Base_X3DBaseNode .prototype .dispose .call (this);
|
|
@@ -37340,7 +37338,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37340
37338
|
|
|
37341
37339
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37342
37340
|
;// ./src/standard/Math/Geometry/Triangle3.js
|
|
37343
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37341
|
+
/* provided dependency */ var libtess = __webpack_require__(153);
|
|
37344
37342
|
/*******************************************************************************
|
|
37345
37343
|
*
|
|
37346
37344
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39906,7 +39904,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39906
39904
|
|
|
39907
39905
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39908
39906
|
;// ./src/x_ite/Parser/X3DParser.js
|
|
39909
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39907
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(524);
|
|
39910
39908
|
/*******************************************************************************
|
|
39911
39909
|
*
|
|
39912
39910
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40161,7 +40159,7 @@ const Expressions_default_ = Expressions;
|
|
|
40161
40159
|
|
|
40162
40160
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40163
40161
|
;// ./src/x_ite/Parser/VRMLParser.js
|
|
40164
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40162
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(524);
|
|
40165
40163
|
/*******************************************************************************
|
|
40166
40164
|
*
|
|
40167
40165
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42801,7 +42799,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42801
42799
|
|
|
42802
42800
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42803
42801
|
;// ./src/x_ite/Parser/XMLParser.js
|
|
42804
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42802
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(524);
|
|
42805
42803
|
/*******************************************************************************
|
|
42806
42804
|
*
|
|
42807
42805
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43591,8 +43589,7 @@ Object .assign (Object .setPrototypeOf (XMLParser .prototype, Parser_X3DParser .
|
|
|
43591
43589
|
scriptElement (element)
|
|
43592
43590
|
{
|
|
43593
43591
|
const
|
|
43594
|
-
|
|
43595
|
-
scriptDocument = domParser .parseFromString (element .outerHTML, "application/xml"),
|
|
43592
|
+
scriptDocument = XMLParser_$.parseXML (element .outerHTML, "application/xml"),
|
|
43596
43593
|
childNodes = scriptDocument .children [0] .childNodes;
|
|
43597
43594
|
|
|
43598
43595
|
element .textContent = "// Content moved into childNodes.";
|
|
@@ -44024,6 +44021,7 @@ const XMLParser_default_ = XMLParser;
|
|
|
44024
44021
|
|
|
44025
44022
|
/* harmony default export */ const Parser_XMLParser = (x_ite_Namespace .add ("XMLParser", XMLParser_default_));
|
|
44026
44023
|
;// ./src/x_ite/Parser/JSONParser.js
|
|
44024
|
+
/* provided dependency */ var JSONParser_$ = __webpack_require__(524);
|
|
44027
44025
|
/*******************************************************************************
|
|
44028
44026
|
*
|
|
44029
44027
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44203,7 +44201,7 @@ Object .assign (Object .setPrototypeOf (JSONParser .prototype, Parser_X3DParser
|
|
|
44203
44201
|
createCDATA (document, element, str)
|
|
44204
44202
|
{
|
|
44205
44203
|
const
|
|
44206
|
-
docu =
|
|
44204
|
+
docu = JSONParser_$.parseXML ("<xml></xml>", "application/xml"),
|
|
44207
44205
|
cdata = docu .createCDATASection (str);
|
|
44208
44206
|
|
|
44209
44207
|
element .appendChild (cdata);
|
|
@@ -44979,7 +44977,7 @@ const URLs_default_ = URLs;
|
|
|
44979
44977
|
|
|
44980
44978
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
44981
44979
|
;// ./src/x_ite/Parser/GLTF2Parser.js
|
|
44982
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44980
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(524);
|
|
44983
44981
|
/*******************************************************************************
|
|
44984
44982
|
*
|
|
44985
44983
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45195,17 +45193,18 @@ Object .assign (Object .setPrototypeOf (GLTF2Parser .prototype, Parser_X3DParser
|
|
|
45195
45193
|
this .scenesArray (glTF, glTF .scenes, glTF .scene);
|
|
45196
45194
|
this .animationsArray (glTF .animations);
|
|
45197
45195
|
|
|
45198
|
-
this .viewpointsCenterOfRotation (
|
|
45199
|
-
this .optimizeSceneGraph (
|
|
45196
|
+
this .viewpointsCenterOfRotation (scene);
|
|
45197
|
+
this .optimizeSceneGraph (scene .getRootNodes ());
|
|
45200
45198
|
|
|
45201
45199
|
this .exportGroup ("Viewpoints", this .cameras);
|
|
45202
45200
|
this .exportGroup ("EnvironmentLights", this .envLights);
|
|
45203
45201
|
this .exportGroup ("Lights", this .lights);
|
|
45204
45202
|
this .exportGroup ("Animations", glTF .animations);
|
|
45205
45203
|
|
|
45204
|
+
this .cleanupAnimationScripts ();
|
|
45206
45205
|
this .materialVariantsSwitch ();
|
|
45207
45206
|
|
|
45208
|
-
return
|
|
45207
|
+
return scene;
|
|
45209
45208
|
},
|
|
45210
45209
|
assetObject (asset)
|
|
45211
45210
|
{
|
|
@@ -47533,6 +47532,30 @@ function eventsProcessed ()
|
|
|
47533
47532
|
|
|
47534
47533
|
return this .createInterpolator (timeSensorNode, node, target, sampler .interpolation, input .array, output, timeSensorNode ._cycleInterval .getValue ());
|
|
47535
47534
|
},
|
|
47535
|
+
cleanupAnimationScripts ()
|
|
47536
|
+
{
|
|
47537
|
+
// It can happen, that some scripts are not used, so let us remove them.
|
|
47538
|
+
|
|
47539
|
+
const
|
|
47540
|
+
scene = this .getScene (),
|
|
47541
|
+
scriptNodes = Array .from (scene .getNamedNodes (), node => node .getValue ())
|
|
47542
|
+
.filter (node => node .getType () .at (-1) === Base_X3DConstants .Script);
|
|
47543
|
+
|
|
47544
|
+
for (const scriptNode of scriptNodes)
|
|
47545
|
+
{
|
|
47546
|
+
if (scriptNode .getFields () .every (field => !field .getInputRoutes () .size))
|
|
47547
|
+
{
|
|
47548
|
+
scriptNode .dispose ();
|
|
47549
|
+
continue;
|
|
47550
|
+
}
|
|
47551
|
+
|
|
47552
|
+
if (scriptNode .getFields () .every (field => !field .getOutputRoutes () .size))
|
|
47553
|
+
{
|
|
47554
|
+
scriptNode .dispose ();
|
|
47555
|
+
continue;
|
|
47556
|
+
}
|
|
47557
|
+
}
|
|
47558
|
+
},
|
|
47536
47559
|
createShape (primitive, weights, skin, EXT_mesh_gpu_instancing)
|
|
47537
47560
|
{
|
|
47538
47561
|
const
|
|
@@ -48961,7 +48984,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48961
48984
|
|
|
48962
48985
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48963
48986
|
;// ./src/x_ite/Parser/GLB2Parser.js
|
|
48964
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
48987
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(524);
|
|
48965
48988
|
/*******************************************************************************
|
|
48966
48989
|
*
|
|
48967
48990
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49112,7 +49135,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49112
49135
|
|
|
49113
49136
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
49114
49137
|
;// ./src/x_ite/Parser/OBJParser.js
|
|
49115
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49138
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(524);
|
|
49116
49139
|
/*******************************************************************************
|
|
49117
49140
|
*
|
|
49118
49141
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52479,8 +52502,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52479
52502
|
|
|
52480
52503
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52481
52504
|
;// ./src/x_ite/Parser/SVGParser.js
|
|
52482
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52483
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52505
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(524);
|
|
52506
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(153);
|
|
52484
52507
|
/*******************************************************************************
|
|
52485
52508
|
*
|
|
52486
52509
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52616,8 +52639,7 @@ function SVGParser (scene)
|
|
|
52616
52639
|
this .strokeGeometries = new Map ();
|
|
52617
52640
|
this .lineProperties = new Map ();
|
|
52618
52641
|
this .tessy = this .createTesselator ();
|
|
52619
|
-
this .
|
|
52620
|
-
this .context = this .canvas .getContext ("2d");
|
|
52642
|
+
this .context = document .createElement ("canvas") .getContext ("2d", { willReadFrequently: true });
|
|
52621
52643
|
this .numSwitchNodes = 0;
|
|
52622
52644
|
|
|
52623
52645
|
this .styles = [{
|
|
@@ -52671,8 +52693,9 @@ function SVGParser (scene)
|
|
|
52671
52693
|
break;
|
|
52672
52694
|
}
|
|
52673
52695
|
|
|
52674
|
-
|
|
52675
|
-
this .canvas .
|
|
52696
|
+
// Use .canvas to support foreign 2d libs.
|
|
52697
|
+
this .context .canvas .width = this .GRADIENT_SIZE;
|
|
52698
|
+
this .context .canvas .height = this .GRADIENT_SIZE;
|
|
52676
52699
|
}
|
|
52677
52700
|
|
|
52678
52701
|
Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .prototype),
|
|
@@ -53689,7 +53712,7 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
|
|
|
53689
53712
|
cx .restore ();
|
|
53690
53713
|
|
|
53691
53714
|
// Use PNG because image can have alpha channel.
|
|
53692
|
-
return this .canvas .toDataURL ("image/png");
|
|
53715
|
+
return this .context .canvas .toDataURL ("image/png");
|
|
53693
53716
|
},
|
|
53694
53717
|
patternUrl (xmlElement)
|
|
53695
53718
|
{
|
|
@@ -55259,7 +55282,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
55259
55282
|
|
|
55260
55283
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
55261
55284
|
;// ./src/x_ite/Parser/GoldenGate.js
|
|
55262
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
55285
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(524);
|
|
55263
55286
|
/*******************************************************************************
|
|
55264
55287
|
*
|
|
55265
55288
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -60252,7 +60275,7 @@ const MikkTSpace_default_ = new class MikkTSpace
|
|
|
60252
60275
|
{
|
|
60253
60276
|
if (response .headers .get ("Content-Type") !== "application/wasm")
|
|
60254
60277
|
{
|
|
60255
|
-
console .warn ("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", error);
|
|
60278
|
+
// console .warn ("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", error);
|
|
60256
60279
|
}
|
|
60257
60280
|
else
|
|
60258
60281
|
{
|
|
@@ -63278,7 +63301,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
63278
63301
|
|
|
63279
63302
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
63280
63303
|
;// ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
63281
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
63304
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(524);
|
|
63282
63305
|
/*******************************************************************************
|
|
63283
63306
|
*
|
|
63284
63307
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -63481,8 +63504,9 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
63481
63504
|
height = Math_Algorithm .nextPowerOfTwo (height);
|
|
63482
63505
|
}
|
|
63483
63506
|
|
|
63484
|
-
canvas .
|
|
63485
|
-
canvas .
|
|
63507
|
+
// Use .canvas to support foreign 2d libs.
|
|
63508
|
+
cx .canvas .width = width;
|
|
63509
|
+
cx .canvas .height = height;
|
|
63486
63510
|
|
|
63487
63511
|
cx .clearRect (0, 0, width, height);
|
|
63488
63512
|
cx .drawImage (image, 0, 0, image .width, image .height, 0, 0, width, height);
|
|
@@ -66704,7 +66728,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66704
66728
|
|
|
66705
66729
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66706
66730
|
;// ./src/x_ite/InputOutput/FileLoader.js
|
|
66707
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66731
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(524);
|
|
66708
66732
|
/*******************************************************************************
|
|
66709
66733
|
*
|
|
66710
66734
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67668,7 +67692,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67668
67692
|
|
|
67669
67693
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67670
67694
|
;// ./src/x_ite/Routing/X3DRoute.js
|
|
67671
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67695
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(524);
|
|
67672
67696
|
/*******************************************************************************
|
|
67673
67697
|
*
|
|
67674
67698
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -75324,32 +75348,36 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
75324
75348
|
return function ()
|
|
75325
75349
|
{
|
|
75326
75350
|
const
|
|
75327
|
-
crossSection
|
|
75328
|
-
orientation
|
|
75329
|
-
scale
|
|
75330
|
-
spine
|
|
75331
|
-
|
|
75332
|
-
|
|
75333
|
-
|
|
75351
|
+
crossSection = this ._crossSection,
|
|
75352
|
+
orientation = this ._orientation,
|
|
75353
|
+
scale = this ._scale,
|
|
75354
|
+
spine = this ._spine,
|
|
75355
|
+
numCrossSection = crossSection .length,
|
|
75356
|
+
numOrientations = orientation .length,
|
|
75357
|
+
numScales = scale .length,
|
|
75358
|
+
numSpines = spine .length,
|
|
75359
|
+
points = [ ];
|
|
75360
|
+
|
|
75361
|
+
// Calculate SCP rotations.
|
|
75334
75362
|
|
|
75335
75363
|
const rotations = this .createRotations ();
|
|
75336
75364
|
|
|
75337
|
-
//
|
|
75365
|
+
// Calculate vertices.
|
|
75338
75366
|
|
|
75339
|
-
for (let i = 0
|
|
75367
|
+
for (let i = 0; i < numSpines; ++ i)
|
|
75340
75368
|
{
|
|
75341
75369
|
const matrix = rotations [i];
|
|
75342
75370
|
|
|
75343
|
-
if (
|
|
75344
|
-
matrix .rotate (orientation [Math .min (i,
|
|
75371
|
+
if (numOrientations)
|
|
75372
|
+
matrix .rotate (orientation [Math .min (i, numOrientations - 1)] .getValue ());
|
|
75345
75373
|
|
|
75346
|
-
if (
|
|
75374
|
+
if (numScales)
|
|
75347
75375
|
{
|
|
75348
|
-
const s = scale [Math .min (i,
|
|
75376
|
+
const s = scale [Math .min (i, numScales - 1)] .getValue ();
|
|
75349
75377
|
matrix .scale (scale3 .set (s .x, 1, s .y));
|
|
75350
75378
|
}
|
|
75351
75379
|
|
|
75352
|
-
for (let cs = 0
|
|
75380
|
+
for (let cs = 0; cs < numCrossSection; ++ cs)
|
|
75353
75381
|
{
|
|
75354
75382
|
const vector = crossSection [cs] .getValue ();
|
|
75355
75383
|
points .push (matrix .multVecMatrix (new Numbers_Vector3 (vector .x, 0, vector .y)));
|
|
@@ -91344,7 +91372,7 @@ mediump samplerCube textureCube;
|
|
|
91344
91372
|
|
|
91345
91373
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
91346
91374
|
;// ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
91347
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
91375
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(524);
|
|
91348
91376
|
/*******************************************************************************
|
|
91349
91377
|
*
|
|
91350
91378
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96641,7 +96669,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
96641
96669
|
|
|
96642
96670
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
96643
96671
|
;// ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
96644
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
96672
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(524);
|
|
96645
96673
|
/*******************************************************************************
|
|
96646
96674
|
*
|
|
96647
96675
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -97239,7 +97267,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
97239
97267
|
|
|
97240
97268
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
97241
97269
|
;// ./src/x_ite/Components/Shape/Appearance.js
|
|
97242
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
97270
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(524);
|
|
97243
97271
|
/*******************************************************************************
|
|
97244
97272
|
*
|
|
97245
97273
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101010,8 +101038,6 @@ Object .assign (Object .setPrototypeOf (X3DSoundSourceNode .prototype, Sound_X3D
|
|
|
101010
101038
|
{
|
|
101011
101039
|
this .audioSource .gain .value = this ._gain .getValue ();
|
|
101012
101040
|
},
|
|
101013
|
-
set_pitch ()
|
|
101014
|
-
{ },
|
|
101015
101041
|
set_loop ()
|
|
101016
101042
|
{
|
|
101017
101043
|
if (!this .mediaElement)
|
|
@@ -101362,6 +101388,8 @@ Object .assign (Object .setPrototypeOf (AudioClip .prototype, Sound_X3DSoundSour
|
|
|
101362
101388
|
Sound_X3DSoundSourceNode .prototype .initialize .call (this);
|
|
101363
101389
|
Networking_X3DUrlObject .prototype .initialize .call (this);
|
|
101364
101390
|
|
|
101391
|
+
this ._pitch .addInterest ("set_pitch__", this);
|
|
101392
|
+
|
|
101365
101393
|
this .requestImmediateLoad () .catch (Function .prototype);
|
|
101366
101394
|
},
|
|
101367
101395
|
set_live__ ()
|
|
@@ -101369,6 +101397,13 @@ Object .assign (Object .setPrototypeOf (AudioClip .prototype, Sound_X3DSoundSour
|
|
|
101369
101397
|
Sound_X3DSoundSourceNode .prototype .set_live__ .call (this);
|
|
101370
101398
|
Networking_X3DUrlObject .prototype .set_live__ .call (this);
|
|
101371
101399
|
},
|
|
101400
|
+
set_pitch__ ()
|
|
101401
|
+
{
|
|
101402
|
+
const media = this .getMediaElement ();
|
|
101403
|
+
|
|
101404
|
+
if (media)
|
|
101405
|
+
media .playbackRate = Math .max (this ._pitch .getValue (), 0);
|
|
101406
|
+
},
|
|
101372
101407
|
unloadData ()
|
|
101373
101408
|
{
|
|
101374
101409
|
this .setMediaElement (null);
|
|
@@ -101408,6 +101443,8 @@ Object .assign (Object .setPrototypeOf (AudioClip .prototype, Sound_X3DSoundSour
|
|
|
101408
101443
|
this ._duration_changed = media .duration;
|
|
101409
101444
|
|
|
101410
101445
|
this .setMediaElement (media);
|
|
101446
|
+
|
|
101447
|
+
this .set_pitch__ ();
|
|
101411
101448
|
},
|
|
101412
101449
|
dispose ()
|
|
101413
101450
|
{
|
|
@@ -105160,10 +105197,9 @@ Object .assign (Object .setPrototypeOf (WaveShaper .prototype, Sound_X3DSoundPro
|
|
|
105160
105197
|
},
|
|
105161
105198
|
set_curve__ ()
|
|
105162
105199
|
{
|
|
105163
|
-
|
|
105164
|
-
|
|
105165
|
-
|
|
105166
|
-
this .waveShaperNode .curve = this ._curve .shrinkToFit ();
|
|
105200
|
+
this .waveShaperNode .curve = this ._curve .length < 2
|
|
105201
|
+
? new Float32Array (2)
|
|
105202
|
+
: this ._curve .shrinkToFit ();
|
|
105167
105203
|
},
|
|
105168
105204
|
set_oversample__: (function ()
|
|
105169
105205
|
{
|
|
@@ -105462,8 +105498,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
105462
105498
|
|
|
105463
105499
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
105464
105500
|
;// ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
105465
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
105466
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
105501
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(524);
|
|
105502
|
+
/* provided dependency */ var SuperGif = __webpack_require__(63);
|
|
105467
105503
|
/*******************************************************************************
|
|
105468
105504
|
*
|
|
105469
105505
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105554,6 +105590,7 @@ Object .assign (Object .setPrototypeOf (MovieTexture .prototype, Texturing_X3DTe
|
|
|
105554
105590
|
Networking_X3DUrlObject .prototype .initialize .call (this);
|
|
105555
105591
|
|
|
105556
105592
|
this ._speed .addInterest ("set_speed__", this);
|
|
105593
|
+
this ._pitch .addInterest ("set_speed__", this);
|
|
105557
105594
|
|
|
105558
105595
|
this .video
|
|
105559
105596
|
.on ("abort error", this .setError .bind (this))
|
|
@@ -105696,8 +105733,11 @@ Object .assign (Object .setPrototypeOf (MovieTexture .prototype, Texturing_X3DTe
|
|
|
105696
105733
|
{
|
|
105697
105734
|
const media = this .getMediaElement ();
|
|
105698
105735
|
|
|
105699
|
-
if (media)
|
|
105700
|
-
|
|
105736
|
+
if (!media)
|
|
105737
|
+
return;
|
|
105738
|
+
|
|
105739
|
+
media .playbackRate = this ._speed .getValue () * Math .max (this ._pitch .getValue (), 0);
|
|
105740
|
+
media .preservesPitch = this ._pitch .getValue () === 1;
|
|
105701
105741
|
},
|
|
105702
105742
|
set_time ()
|
|
105703
105743
|
{
|
|
@@ -106509,8 +106549,7 @@ Object .assign (Object .setPrototypeOf (PixelTexture .prototype, Texturing_X3DTe
|
|
|
106509
106549
|
}
|
|
106510
106550
|
else
|
|
106511
106551
|
{
|
|
106512
|
-
|
|
106513
|
-
this .canvas = [document .createElement ("canvas"), document .createElement ("canvas")];
|
|
106552
|
+
this .canvas ??= [document .createElement ("canvas"), document .createElement ("canvas")];
|
|
106514
106553
|
|
|
106515
106554
|
const
|
|
106516
106555
|
canvas1 = this .canvas [0],
|
|
@@ -106519,8 +106558,9 @@ Object .assign (Object .setPrototypeOf (PixelTexture .prototype, Texturing_X3DTe
|
|
|
106519
106558
|
cx2 = canvas2 .getContext ("2d", { willReadFrequently: true }),
|
|
106520
106559
|
imageData = cx1 .createImageData (width, height);
|
|
106521
106560
|
|
|
106522
|
-
|
|
106523
|
-
|
|
106561
|
+
// Use .canvas to support foreign 2d libs.
|
|
106562
|
+
cx1 .canvas .width = width;
|
|
106563
|
+
cx1 .canvas .height = height;
|
|
106524
106564
|
|
|
106525
106565
|
this .convert (imageData .data, comp, array .getValue (), array .length);
|
|
106526
106566
|
cx1 .putImageData (imageData, 0, 0);
|
|
@@ -106528,8 +106568,9 @@ Object .assign (Object .setPrototypeOf (PixelTexture .prototype, Texturing_X3DTe
|
|
|
106528
106568
|
width = Math_Algorithm .nextPowerOfTwo (width);
|
|
106529
106569
|
height = Math_Algorithm .nextPowerOfTwo (height);
|
|
106530
106570
|
|
|
106531
|
-
|
|
106532
|
-
|
|
106571
|
+
// Use .canvas to support foreign 2d libs.
|
|
106572
|
+
cx2 .canvas .width = width;
|
|
106573
|
+
cx2 .canvas .height = height;
|
|
106533
106574
|
|
|
106534
106575
|
cx2 .clearRect (0, 0, width, height);
|
|
106535
106576
|
cx2 .drawImage (canvas1, 0, 0, canvas1 .width, canvas1 .height, 0, 0, width, height);
|
|
@@ -107931,7 +107972,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107931
107972
|
|
|
107932
107973
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107933
107974
|
;// ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107934
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107975
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(524);
|
|
107935
107976
|
/*******************************************************************************
|
|
107936
107977
|
*
|
|
107937
107978
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108561,7 +108602,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
108561
108602
|
|
|
108562
108603
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
108563
108604
|
;// ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
108564
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
108605
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(524);
|
|
108565
108606
|
/*******************************************************************************
|
|
108566
108607
|
*
|
|
108567
108608
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109208,7 +109249,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
109208
109249
|
|
|
109209
109250
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
109210
109251
|
;// ./src/x_ite/Browser/Core/Notification.js
|
|
109211
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
109252
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(524);
|
|
109212
109253
|
/*******************************************************************************
|
|
109213
109254
|
*
|
|
109214
109255
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109290,7 +109331,7 @@ Object .assign (Object .setPrototypeOf (Notification .prototype, Base_X3DBaseNod
|
|
|
109290
109331
|
.hide ()
|
|
109291
109332
|
.addClass ("x_ite-private-notification")
|
|
109292
109333
|
.appendTo (this .getBrowser () .getSurface ())
|
|
109293
|
-
.
|
|
109334
|
+
.css ("width", 0);
|
|
109294
109335
|
|
|
109295
109336
|
Notification_$("<span></span>") .appendTo (this .element);
|
|
109296
109337
|
|
|
@@ -109330,8 +109371,8 @@ const Notification_default_ = Notification;
|
|
|
109330
109371
|
|
|
109331
109372
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
109332
109373
|
;// ./src/x_ite/Browser/Core/ContextMenu.js
|
|
109333
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
109334
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
109374
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(400);
|
|
109375
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(524);
|
|
109335
109376
|
/*******************************************************************************
|
|
109336
109377
|
*
|
|
109337
109378
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112053,7 +112094,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
112053
112094
|
|
|
112054
112095
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
112055
112096
|
;// ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
112056
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
112097
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(524);
|
|
112057
112098
|
/*******************************************************************************
|
|
112058
112099
|
*
|
|
112059
112100
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114664,8 +114705,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
114664
114705
|
|
|
114665
114706
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
114666
114707
|
;// ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
114667
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
114668
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
114708
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(866);
|
|
114709
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(524);
|
|
114669
114710
|
/*******************************************************************************
|
|
114670
114711
|
*
|
|
114671
114712
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115580,8 +115621,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
115580
115621
|
|
|
115581
115622
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
115582
115623
|
;// ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
115583
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
115584
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
115624
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(866);
|
|
115625
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(524);
|
|
115585
115626
|
/*******************************************************************************
|
|
115586
115627
|
*
|
|
115587
115628
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116596,8 +116637,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
116596
116637
|
|
|
116597
116638
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
116598
116639
|
;// ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
116599
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
116600
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
116640
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(866);
|
|
116641
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(524);
|
|
116601
116642
|
/*******************************************************************************
|
|
116602
116643
|
*
|
|
116603
116644
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116926,8 +116967,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116926
116967
|
|
|
116927
116968
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116928
116969
|
;// ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116929
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116930
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116970
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(866);
|
|
116971
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(524);
|
|
116931
116972
|
/*******************************************************************************
|
|
116932
116973
|
*
|
|
116933
116974
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118069,8 +118110,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
118069
118110
|
|
|
118070
118111
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
118071
118112
|
;// ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
118072
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
118073
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
118113
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(866);
|
|
118114
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(524);
|
|
118074
118115
|
/*******************************************************************************
|
|
118075
118116
|
*
|
|
118076
118117
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119517,7 +119558,7 @@ const Lock_default_ = Lock;
|
|
|
119517
119558
|
|
|
119518
119559
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
119519
119560
|
;// ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
119520
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
119561
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(524);
|
|
119521
119562
|
/*******************************************************************************
|
|
119522
119563
|
*
|
|
119523
119564
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120831,7 +120872,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120831
120872
|
|
|
120832
120873
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120833
120874
|
;// ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120834
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120875
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(524);
|
|
120835
120876
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120836
120877
|
{
|
|
120837
120878
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -122410,7 +122451,7 @@ const Components_default_ = Components;
|
|
|
122410
122451
|
|
|
122411
122452
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
122412
122453
|
;// ./src/x_ite/Browser/DOMIntegration.js
|
|
122413
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
122454
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(524);
|
|
122414
122455
|
/*******************************************************************************
|
|
122415
122456
|
* MIT License
|
|
122416
122457
|
*
|
|
@@ -123676,7 +123717,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
123676
123717
|
|
|
123677
123718
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
123678
123719
|
;// ./src/x_ite/Browser/X3DBrowser.js
|
|
123679
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
123720
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(524);
|
|
123680
123721
|
/*******************************************************************************
|
|
123681
123722
|
*
|
|
123682
123723
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124778,7 +124819,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
124778
124819
|
|
|
124779
124820
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
124780
124821
|
;// ./src/x_ite/X3DCanvasElement.js
|
|
124781
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
124822
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(524);
|
|
124782
124823
|
/*******************************************************************************
|
|
124783
124824
|
*
|
|
124784
124825
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125045,8 +125086,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
125045
125086
|
|
|
125046
125087
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
125047
125088
|
;// ./src/lib/jquery.js
|
|
125048
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
125049
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
125089
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(524);
|
|
125090
|
+
/* provided dependency */ var pako = __webpack_require__(496);
|
|
125050
125091
|
Object .assign (jquery_$,
|
|
125051
125092
|
{
|
|
125052
125093
|
decodeText (input)
|
|
@@ -125127,13 +125168,13 @@ const jquery_default_ = jquery_$;
|
|
|
125127
125168
|
|
|
125128
125169
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
125129
125170
|
;// ./src/lib/libtess.js
|
|
125130
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
125171
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(153);
|
|
125131
125172
|
const libtess_default_ = libtess_libtess;
|
|
125132
125173
|
;
|
|
125133
125174
|
|
|
125134
125175
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
125135
125176
|
;// ./src/x_ite/X3D.js
|
|
125136
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
125177
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(524);
|
|
125137
125178
|
/*******************************************************************************
|
|
125138
125179
|
*
|
|
125139
125180
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125437,7 +125478,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
125437
125478
|
|
|
125438
125479
|
// Assign X3D to global namespace.
|
|
125439
125480
|
|
|
125440
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
125481
|
+
window [Symbol .for ("X_ITE.X3D-10.5.11")] = x_ite_X3D;
|
|
125441
125482
|
|
|
125442
125483
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
125443
125484
|
|