x_ite 9.2.6 → 9.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +14 -14
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +23 -23
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +23 -23
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +17 -17
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +38 -38
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjection.js +15 -15
- package/dist/assets/components/TextureProjection.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +8 -8
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +4 -1
- package/dist/x_ite.js +112 -69
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +112 -69
- package/dist/x_ite.zip +0 -0
- package/package.json +4 -4
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v9.2.
|
|
1
|
+
/* X_ITE v9.2.7 */(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 548:
|
|
15
15
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
16
16
|
|
|
17
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
17
|
+
/* provided dependency */ var jQuery = __webpack_require__(368);
|
|
18
18
|
/**
|
|
19
19
|
* @preserve jquery.fullscreen 1.1.5
|
|
20
20
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -210,7 +210,7 @@ installFullScreenHandlers();
|
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 214:
|
|
214
214
|
/***/ ((module, exports, __webpack_require__) => {
|
|
215
215
|
|
|
216
216
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -224,7 +224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
224
224
|
(function (factory) {
|
|
225
225
|
if ( true ) {
|
|
226
226
|
// AMD. Register as an anonymous module.
|
|
227
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
227
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(368)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
228
228
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
229
229
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
230
230
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -435,7 +435,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
435
435
|
|
|
436
436
|
/***/ }),
|
|
437
437
|
|
|
438
|
-
/***/
|
|
438
|
+
/***/ 368:
|
|
439
439
|
/***/ (function(module, exports) {
|
|
440
440
|
|
|
441
441
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11159,7 +11159,7 @@ return jQuery;
|
|
|
11159
11159
|
|
|
11160
11160
|
/***/ }),
|
|
11161
11161
|
|
|
11162
|
-
/***/
|
|
11162
|
+
/***/ 125:
|
|
11163
11163
|
/***/ ((module) => {
|
|
11164
11164
|
|
|
11165
11165
|
/**
|
|
@@ -15938,7 +15938,7 @@ if (true) {
|
|
|
15938
15938
|
|
|
15939
15939
|
/***/ }),
|
|
15940
15940
|
|
|
15941
|
-
/***/
|
|
15941
|
+
/***/ 300:
|
|
15942
15942
|
/***/ (function(__unused_webpack_module, exports) {
|
|
15943
15943
|
|
|
15944
15944
|
|
|
@@ -19183,7 +19183,7 @@ if (true) {
|
|
|
19183
19183
|
|
|
19184
19184
|
/***/ }),
|
|
19185
19185
|
|
|
19186
|
-
/***/
|
|
19186
|
+
/***/ 939:
|
|
19187
19187
|
/***/ (function(module, exports) {
|
|
19188
19188
|
|
|
19189
19189
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
|
|
|
20311
20311
|
}
|
|
20312
20312
|
else
|
|
20313
20313
|
{
|
|
20314
|
-
const X3D = window [Symbol .for ("X_ITE.X3D-9.2.
|
|
20314
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-9.2.7")];
|
|
20315
20315
|
|
|
20316
20316
|
if (X3D)
|
|
20317
20317
|
X3D [name] = module;
|
|
@@ -34176,7 +34176,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34176
34176
|
x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
34177
34177
|
/* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
|
|
34178
34178
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34179
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34179
|
+
/* provided dependency */ var $ = __webpack_require__(368);
|
|
34180
34180
|
/*******************************************************************************
|
|
34181
34181
|
*
|
|
34182
34182
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34313,7 +34313,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
|
|
|
34313
34313
|
*
|
|
34314
34314
|
******************************************************************************/
|
|
34315
34315
|
|
|
34316
|
-
const BROWSER_VERSION_default_ = "9.2.
|
|
34316
|
+
const BROWSER_VERSION_default_ = "9.2.7";
|
|
34317
34317
|
;
|
|
34318
34318
|
|
|
34319
34319
|
x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
|
|
@@ -38457,7 +38457,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
38457
38457
|
x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
38458
38458
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
38459
38459
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38460
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
38460
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(368);
|
|
38461
38461
|
/*******************************************************************************
|
|
38462
38462
|
*
|
|
38463
38463
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -38719,7 +38719,7 @@ const Expressions_default_ = Expressions;
|
|
|
38719
38719
|
x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
|
|
38720
38720
|
/* harmony default export */ const Parser_Expressions = (Expressions_default_);
|
|
38721
38721
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
38722
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
38722
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(368);
|
|
38723
38723
|
/*******************************************************************************
|
|
38724
38724
|
*
|
|
38725
38725
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41405,7 +41405,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41405
41405
|
x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41406
41406
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41407
41407
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41408
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41408
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(368);
|
|
41409
41409
|
/*******************************************************************************
|
|
41410
41410
|
*
|
|
41411
41411
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43514,7 +43514,7 @@ const URLs_default_ = URLs;
|
|
|
43514
43514
|
x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
|
|
43515
43515
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
43516
43516
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
43517
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
43517
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(368);
|
|
43518
43518
|
/*******************************************************************************
|
|
43519
43519
|
*
|
|
43520
43520
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46815,7 +46815,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
46815
46815
|
x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
46816
46816
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
46817
46817
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
46818
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
46818
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(368);
|
|
46819
46819
|
/*******************************************************************************
|
|
46820
46820
|
*
|
|
46821
46821
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46967,7 +46967,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
46967
46967
|
x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
46968
46968
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
46969
46969
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
46970
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
46970
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(368);
|
|
46971
46971
|
/*******************************************************************************
|
|
46972
46972
|
*
|
|
46973
46973
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50322,8 +50322,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50322
50322
|
x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50323
50323
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50324
50324
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50325
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50326
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
50325
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(368);
|
|
50326
|
+
/* provided dependency */ var libtess = __webpack_require__(125);
|
|
50327
50327
|
/*******************************************************************************
|
|
50328
50328
|
*
|
|
50329
50329
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53091,7 +53091,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53091
53091
|
x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53092
53092
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53093
53093
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53094
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53094
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(368);
|
|
53095
53095
|
/*******************************************************************************
|
|
53096
53096
|
*
|
|
53097
53097
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53396,6 +53396,19 @@ Object .assign (Plane3 .prototype,
|
|
|
53396
53396
|
{
|
|
53397
53397
|
return point .dot (this .normal) - this .distanceFromOrigin;
|
|
53398
53398
|
},
|
|
53399
|
+
getPerpendicularVectorToPoint (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
53400
|
+
{
|
|
53401
|
+
return result .assign (this .normal) .multiply (this .getDistanceToPoint (point));
|
|
53402
|
+
},
|
|
53403
|
+
getClosestPointToPoint: (function ()
|
|
53404
|
+
{
|
|
53405
|
+
const p = new Numbers_Vector3 (0, 0, 0);
|
|
53406
|
+
|
|
53407
|
+
return function (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
53408
|
+
{
|
|
53409
|
+
return result .assign (point) .add (this .getPerpendicularVectorToPoint (point, p));
|
|
53410
|
+
};
|
|
53411
|
+
})(),
|
|
53399
53412
|
intersectsLine (line, intersection)
|
|
53400
53413
|
{
|
|
53401
53414
|
const { point, direction } = line;
|
|
@@ -53428,7 +53441,7 @@ const Plane3_default_ = Plane3;
|
|
|
53428
53441
|
x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
|
|
53429
53442
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
53430
53443
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
53431
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
53444
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(125);
|
|
53432
53445
|
/*******************************************************************************
|
|
53433
53446
|
*
|
|
53434
53447
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55408,7 +55421,7 @@ Object .assign (Line3 .prototype,
|
|
|
55408
55421
|
matrix .multDirMatrix (this .direction) .normalize ();
|
|
55409
55422
|
return this;
|
|
55410
55423
|
},
|
|
55411
|
-
getClosestPointToPoint (point, result)
|
|
55424
|
+
getClosestPointToPoint (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
55412
55425
|
{
|
|
55413
55426
|
const
|
|
55414
55427
|
r = result .assign (point) .subtract (this .point),
|
|
@@ -55443,7 +55456,7 @@ Object .assign (Line3 .prototype,
|
|
|
55443
55456
|
{
|
|
55444
55457
|
const t = new Numbers_Vector3 (0, 0, 0);
|
|
55445
55458
|
|
|
55446
|
-
return function (point, result)
|
|
55459
|
+
return function (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
55447
55460
|
{
|
|
55448
55461
|
result .assign (this .point) .subtract (point);
|
|
55449
55462
|
|
|
@@ -55456,7 +55469,7 @@ Object .assign (Line3 .prototype,
|
|
|
55456
55469
|
d = new Numbers_Vector3 (0, 0, 0),
|
|
55457
55470
|
ad = new Numbers_Vector3 (0, 0, 0);
|
|
55458
55471
|
|
|
55459
|
-
return function (line, result)
|
|
55472
|
+
return function (line, result = new Numbers_Vector3 (0, 0, 0))
|
|
55460
55473
|
{
|
|
55461
55474
|
const bd = result;
|
|
55462
55475
|
|
|
@@ -56289,7 +56302,12 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56289
56302
|
|
|
56290
56303
|
if (num === this .pointingShapes .length)
|
|
56291
56304
|
{
|
|
56292
|
-
this .pointingShapes .push ({
|
|
56305
|
+
this .pointingShapes .push ({
|
|
56306
|
+
renderObject: this,
|
|
56307
|
+
modelViewMatrix: new Float32Array (16),
|
|
56308
|
+
clipPlanes: [ ],
|
|
56309
|
+
sensors: [ ],
|
|
56310
|
+
});
|
|
56293
56311
|
}
|
|
56294
56312
|
|
|
56295
56313
|
const pointingContext = this .pointingShapes [num];
|
|
@@ -56333,7 +56351,12 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56333
56351
|
|
|
56334
56352
|
if (num === this .collisionShapes .length)
|
|
56335
56353
|
{
|
|
56336
|
-
this .collisionShapes .push ({
|
|
56354
|
+
this .collisionShapes .push ({
|
|
56355
|
+
renderObject: this,
|
|
56356
|
+
modelViewMatrix: new Float32Array (16),
|
|
56357
|
+
collisions: [ ],
|
|
56358
|
+
clipPlanes: [ ]
|
|
56359
|
+
});
|
|
56337
56360
|
}
|
|
56338
56361
|
|
|
56339
56362
|
const collisionContext = this .collisionShapes [num];
|
|
@@ -56379,7 +56402,11 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56379
56402
|
|
|
56380
56403
|
if (num === this .shadowShapes .length)
|
|
56381
56404
|
{
|
|
56382
|
-
this .shadowShapes .push ({
|
|
56405
|
+
this .shadowShapes .push ({
|
|
56406
|
+
renderObject: this,
|
|
56407
|
+
modelViewMatrix: new Float32Array (16),
|
|
56408
|
+
clipPlanes: [ ]
|
|
56409
|
+
});
|
|
56383
56410
|
}
|
|
56384
56411
|
|
|
56385
56412
|
const depthContext = this .shadowShapes [num];
|
|
@@ -57822,7 +57849,7 @@ Object .assign (Object .setPrototypeOf (X3DGroupingNode .prototype, Core_X3DChil
|
|
|
57822
57849
|
|
|
57823
57850
|
if (Base_X3DCast (Base_X3DConstants .X3DBoundedObject, childNode))
|
|
57824
57851
|
{
|
|
57825
|
-
childNode ._display .addInterest ("set_displays_",
|
|
57852
|
+
childNode ._display .addInterest ("set_displays_", this);
|
|
57826
57853
|
childNode ._bboxDisplay .addInterest ("set_bboxDisplays__", this);
|
|
57827
57854
|
}
|
|
57828
57855
|
|
|
@@ -61927,7 +61954,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
61927
61954
|
x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
61928
61955
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
61929
61956
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
61930
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
61957
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(368);
|
|
61931
61958
|
/*******************************************************************************
|
|
61932
61959
|
*
|
|
61933
61960
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -65550,7 +65577,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
65550
65577
|
x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
65551
65578
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
65552
65579
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
65553
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
65580
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(368);
|
|
65554
65581
|
/*******************************************************************************
|
|
65555
65582
|
*
|
|
65556
65583
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66481,7 +66508,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
66481
66508
|
x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
|
|
66482
66509
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
|
|
66483
66510
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
66484
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
66511
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(368);
|
|
66485
66512
|
/*******************************************************************************
|
|
66486
66513
|
*
|
|
66487
66514
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -89358,7 +89385,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
89358
89385
|
x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
89359
89386
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
89360
89387
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
89361
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
89388
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(368);
|
|
89362
89389
|
/*******************************************************************************
|
|
89363
89390
|
*
|
|
89364
89391
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -94999,7 +95026,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
94999
95026
|
x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
95000
95027
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
95001
95028
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95002
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95029
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(368);
|
|
95003
95030
|
/*******************************************************************************
|
|
95004
95031
|
*
|
|
95005
95032
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95656,7 +95683,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
95656
95683
|
x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
95657
95684
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
95658
95685
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
95659
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
95686
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(368);
|
|
95660
95687
|
/*******************************************************************************
|
|
95661
95688
|
*
|
|
95662
95689
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99074,7 +99101,7 @@ const Components_Shape_default_ = {
|
|
|
99074
99101
|
x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
|
|
99075
99102
|
/* harmony default export */ const Components_Shape = (Components_Shape_default_);
|
|
99076
99103
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
|
|
99077
|
-
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(
|
|
99104
|
+
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(368);
|
|
99078
99105
|
/*******************************************************************************
|
|
99079
99106
|
*
|
|
99080
99107
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99714,7 +99741,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
99714
99741
|
x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
99715
99742
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
99716
99743
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
99717
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
99744
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(368);
|
|
99718
99745
|
/*******************************************************************************
|
|
99719
99746
|
*
|
|
99720
99747
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -100016,7 +100043,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
|
|
|
100016
100043
|
x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
|
|
100017
100044
|
/* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
|
|
100018
100045
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
|
|
100019
|
-
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(
|
|
100046
|
+
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(368);
|
|
100020
100047
|
/*******************************************************************************
|
|
100021
100048
|
*
|
|
100022
100049
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101666,7 +101693,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
|
|
|
101666
101693
|
x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
|
|
101667
101694
|
/* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
|
|
101668
101695
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
|
|
101669
|
-
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(
|
|
101696
|
+
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(368);
|
|
101670
101697
|
/*******************************************************************************
|
|
101671
101698
|
*
|
|
101672
101699
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -103335,8 +103362,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
103335
103362
|
x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
|
|
103336
103363
|
/* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
|
|
103337
103364
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
103338
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
103339
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
103365
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(368);
|
|
103366
|
+
/* provided dependency */ var SuperGif = __webpack_require__(939);
|
|
103340
103367
|
/*******************************************************************************
|
|
103341
103368
|
*
|
|
103342
103369
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105940,9 +105967,13 @@ x_ite_Namespace .add ("Time", "x_ite/Components/Time", Time_default_);
|
|
|
105940
105967
|
|
|
105941
105968
|
const Context =
|
|
105942
105969
|
{
|
|
105970
|
+
excludes: new Set ([
|
|
105971
|
+
"WEBGL_debug_renderer_info",
|
|
105972
|
+
"WEBGL_polygon_mode",
|
|
105973
|
+
]),
|
|
105943
105974
|
create (canvas, version, preserveDrawingBuffer, mobile)
|
|
105944
105975
|
{
|
|
105945
|
-
const options = { preserveDrawingBuffer
|
|
105976
|
+
const options = { preserveDrawingBuffer };
|
|
105946
105977
|
|
|
105947
105978
|
let gl = null;
|
|
105948
105979
|
|
|
@@ -105979,7 +106010,7 @@ const Context =
|
|
|
105979
106010
|
|
|
105980
106011
|
// Load extensions.
|
|
105981
106012
|
|
|
105982
|
-
for (const extension of gl .getSupportedExtensions ())
|
|
106013
|
+
for (const extension of gl .getSupportedExtensions () .filter (extension => !this .excludes .has (extension)))
|
|
105983
106014
|
gl .getExtension (extension);
|
|
105984
106015
|
|
|
105985
106016
|
// Feature detection:
|
|
@@ -106611,7 +106642,7 @@ const gettext_default_ = gettext;
|
|
|
106611
106642
|
x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
|
|
106612
106643
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
106613
106644
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
106614
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
106645
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(368);
|
|
106615
106646
|
/*******************************************************************************
|
|
106616
106647
|
*
|
|
106617
106648
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107041,7 +107072,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
107041
107072
|
x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
107042
107073
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
107043
107074
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107044
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107075
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(368);
|
|
107045
107076
|
/*******************************************************************************
|
|
107046
107077
|
*
|
|
107047
107078
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107631,7 +107662,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
107631
107662
|
x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
107632
107663
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
107633
107664
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
107634
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
107665
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(368);
|
|
107635
107666
|
/*******************************************************************************
|
|
107636
107667
|
*
|
|
107637
107668
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107754,8 +107785,8 @@ const Notification_default_ = Notification;
|
|
|
107754
107785
|
x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
|
|
107755
107786
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
107756
107787
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
107757
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
107758
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
107788
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(548);
|
|
107789
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(368);
|
|
107759
107790
|
/*******************************************************************************
|
|
107760
107791
|
*
|
|
107761
107792
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110507,7 +110538,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
110507
110538
|
x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
|
|
110508
110539
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
110509
110540
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
110510
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
110541
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(368);
|
|
110511
110542
|
/*******************************************************************************
|
|
110512
110543
|
*
|
|
110513
110544
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113030,8 +113061,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113030
113061
|
x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
113031
113062
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
113032
113063
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113033
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113034
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113064
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(214);
|
|
113065
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(368);
|
|
113035
113066
|
/*******************************************************************************
|
|
113036
113067
|
*
|
|
113037
113068
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113903,8 +113934,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
113903
113934
|
x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
113904
113935
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
113905
113936
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
113906
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
113907
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
113937
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(214);
|
|
113938
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(368);
|
|
113908
113939
|
/*******************************************************************************
|
|
113909
113940
|
*
|
|
113910
113941
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114913,8 +114944,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
114913
114944
|
x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
114914
114945
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
114915
114946
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
114916
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
114917
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
114947
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(214);
|
|
114948
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(368);
|
|
114918
114949
|
/*******************************************************************************
|
|
114919
114950
|
*
|
|
114920
114951
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115245,8 +115276,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
115245
115276
|
x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
115246
115277
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
115247
115278
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
115248
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
115249
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
115279
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(214);
|
|
115280
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(368);
|
|
115250
115281
|
/*******************************************************************************
|
|
115251
115282
|
*
|
|
115252
115283
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116385,8 +116416,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
116385
116416
|
x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
116386
116417
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
116387
116418
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
116388
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
116389
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
116419
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(214);
|
|
116420
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(368);
|
|
116390
116421
|
/*******************************************************************************
|
|
116391
116422
|
*
|
|
116392
116423
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116937,6 +116968,7 @@ function X3DPointingDeviceSensorContext ()
|
|
|
116937
116968
|
pointer: this [_pointer],
|
|
116938
116969
|
hitRay: null,
|
|
116939
116970
|
sensors: [ ],
|
|
116971
|
+
viewMatrix: new Numbers_Matrix4 (),
|
|
116940
116972
|
modelViewMatrix: new Numbers_Matrix4 (),
|
|
116941
116973
|
point: new Numbers_Vector3 (0, 0, 0),
|
|
116942
116974
|
normal: new Numbers_Vector3 (0, 0, 0),
|
|
@@ -116950,6 +116982,7 @@ function X3DPointingDeviceSensorContext ()
|
|
|
116950
116982
|
pointer: this .pointer .copy (),
|
|
116951
116983
|
hitRay: this .hitRay .copy (),
|
|
116952
116984
|
sensors: this .sensors .slice (),
|
|
116985
|
+
viewMatrix: this .viewMatrix .copy (),
|
|
116953
116986
|
modelViewMatrix: this .modelViewMatrix .copy (),
|
|
116954
116987
|
point: this .point .copy (),
|
|
116955
116988
|
normal: this .normal .copy (),
|
|
@@ -117130,6 +117163,7 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
117130
117163
|
hit .layerNode = pickingContext .renderObject;
|
|
117131
117164
|
hit .shapeNode = shapeNode;
|
|
117132
117165
|
|
|
117166
|
+
hit .viewMatrix .assign (pickingContext .renderObject .getViewpoint () .getViewMatrix ());
|
|
117133
117167
|
hit .modelViewMatrix .assign (pickingContext .modelViewMatrix);
|
|
117134
117168
|
|
|
117135
117169
|
// A ParticleSystem has only a geometry context.
|
|
@@ -117149,6 +117183,7 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
117149
117183
|
hit .layerNode = this [_pointingLayer];
|
|
117150
117184
|
hit .shapeNode = null;
|
|
117151
117185
|
|
|
117186
|
+
hit .viewMatrix .assign (Numbers_Matrix4 .Identity);
|
|
117152
117187
|
hit .modelViewMatrix .assign (Numbers_Matrix4 .Identity);
|
|
117153
117188
|
}
|
|
117154
117189
|
|
|
@@ -117665,7 +117700,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
117665
117700
|
x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
117666
117701
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
117667
117702
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
117668
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
117703
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(368);
|
|
117669
117704
|
/*******************************************************************************
|
|
117670
117705
|
*
|
|
117671
117706
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118567,7 +118602,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
118567
118602
|
x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
|
|
118568
118603
|
/* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
|
|
118569
118604
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
118570
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
118605
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(368);
|
|
118571
118606
|
const KTXDecoder_default_ = class KTXDecoder
|
|
118572
118607
|
{
|
|
118573
118608
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -120120,7 +120155,7 @@ const Components_default_ = Components;
|
|
|
120120
120155
|
x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
|
|
120121
120156
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
120122
120157
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
120123
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
120158
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(368);
|
|
120124
120159
|
/*******************************************************************************
|
|
120125
120160
|
* MIT License
|
|
120126
120161
|
*
|
|
@@ -121251,7 +121286,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
121251
121286
|
x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
121252
121287
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
121253
121288
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
121254
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
121289
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(368);
|
|
121255
121290
|
/*******************************************************************************
|
|
121256
121291
|
*
|
|
121257
121292
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122323,6 +122358,14 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
122323
122358
|
},
|
|
122324
122359
|
enumerable: true,
|
|
122325
122360
|
},
|
|
122361
|
+
element:
|
|
122362
|
+
{
|
|
122363
|
+
get ()
|
|
122364
|
+
{
|
|
122365
|
+
return this .getElement () .get (0);
|
|
122366
|
+
},
|
|
122367
|
+
enumerable: true,
|
|
122368
|
+
},
|
|
122326
122369
|
});
|
|
122327
122370
|
|
|
122328
122371
|
Object .defineProperties (X3DBrowser,
|
|
@@ -122342,7 +122385,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
122342
122385
|
x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
122343
122386
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
122344
122387
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
122345
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
122388
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(368);
|
|
122346
122389
|
/*******************************************************************************
|
|
122347
122390
|
*
|
|
122348
122391
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122474,8 +122517,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
|
|
|
122474
122517
|
x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
|
|
122475
122518
|
/* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
|
|
122476
122519
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
122477
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
122478
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
122520
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(368);
|
|
122521
|
+
/* provided dependency */ var pako = __webpack_require__(300);
|
|
122479
122522
|
Object .assign (jquery_$,
|
|
122480
122523
|
{
|
|
122481
122524
|
decodeText (input)
|
|
@@ -122552,14 +122595,14 @@ const jquery_default_ = jquery_$;
|
|
|
122552
122595
|
x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
|
|
122553
122596
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
122554
122597
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
122555
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
122598
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(125);
|
|
122556
122599
|
const libtess_default_ = libtess_libtess;
|
|
122557
122600
|
;
|
|
122558
122601
|
|
|
122559
122602
|
x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
|
|
122560
122603
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
122561
122604
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
122562
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
122605
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(368);
|
|
122563
122606
|
/*******************************************************************************
|
|
122564
122607
|
*
|
|
122565
122608
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122867,7 +122910,7 @@ Object .assign (X3D,
|
|
|
122867
122910
|
|
|
122868
122911
|
// Assign X3D to global namespace.
|
|
122869
122912
|
|
|
122870
|
-
window [Symbol .for ("X_ITE.X3D-9.2.
|
|
122913
|
+
window [Symbol .for ("X_ITE.X3D-9.2.7")] = x_ite_X3D;
|
|
122871
122914
|
|
|
122872
122915
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
122873
122916
|
|