x_ite 9.6.3 → 9.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/components/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 +18 -18
- 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 +26 -26
- 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 +27 -27
- 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 +14 -14
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +20 -0
- package/dist/x_ite.js +76 -66
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +76 -66
- package/dist/x_ite.zip +0 -0
- package/package.json +1 -1
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v9.
|
|
1
|
+
/* X_ITE v9.7.0 */(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
|
+
/***/ 827:
|
|
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__(63);
|
|
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
|
+
/***/ 623:
|
|
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__(63)], __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
|
+
/***/ 63:
|
|
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
|
+
/***/ 844:
|
|
11163
11163
|
/***/ ((module) => {
|
|
11164
11164
|
|
|
11165
11165
|
/**
|
|
@@ -15938,7 +15938,7 @@ if (true) {
|
|
|
15938
15938
|
|
|
15939
15939
|
/***/ }),
|
|
15940
15940
|
|
|
15941
|
-
/***/
|
|
15941
|
+
/***/ 807:
|
|
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
|
+
/***/ 584:
|
|
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.
|
|
20314
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-9.7.0")];
|
|
20315
20315
|
|
|
20316
20316
|
if (X3D)
|
|
20317
20317
|
X3D [name] = module;
|
|
@@ -29429,10 +29429,16 @@ Object .assign (Object .setPrototypeOf (SFNode .prototype, Base_X3DField .protot
|
|
|
29429
29429
|
target = this [_target],
|
|
29430
29430
|
value = target .getValue ();
|
|
29431
29431
|
|
|
29432
|
-
if (value)
|
|
29433
|
-
|
|
29432
|
+
if (value && instance)
|
|
29433
|
+
{
|
|
29434
|
+
const copy = value .copy (instance);
|
|
29434
29435
|
|
|
29435
|
-
|
|
29436
|
+
copy .setup ();
|
|
29437
|
+
|
|
29438
|
+
return new SFNode (copy);
|
|
29439
|
+
}
|
|
29440
|
+
|
|
29441
|
+
return new SFNode (value);
|
|
29436
29442
|
},
|
|
29437
29443
|
equals (node)
|
|
29438
29444
|
{
|
|
@@ -34230,7 +34236,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34230
34236
|
x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
34231
34237
|
/* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
|
|
34232
34238
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34233
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34239
|
+
/* provided dependency */ var $ = __webpack_require__(63);
|
|
34234
34240
|
/*******************************************************************************
|
|
34235
34241
|
*
|
|
34236
34242
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34367,7 +34373,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
|
|
|
34367
34373
|
*
|
|
34368
34374
|
******************************************************************************/
|
|
34369
34375
|
|
|
34370
|
-
const BROWSER_VERSION_default_ = "9.
|
|
34376
|
+
const BROWSER_VERSION_default_ = "9.7.0";
|
|
34371
34377
|
;
|
|
34372
34378
|
|
|
34373
34379
|
x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
|
|
@@ -34467,8 +34473,6 @@ Object .assign (Object .setPrototypeOf (X3DNode .prototype, Base_X3DBaseNode .pr
|
|
|
34467
34473
|
copy .addUserDefinedField (field .getAccessType (), field .getName (), field .copy ());
|
|
34468
34474
|
}
|
|
34469
34475
|
|
|
34470
|
-
copy .setup ();
|
|
34471
|
-
|
|
34472
34476
|
return copy;
|
|
34473
34477
|
}
|
|
34474
34478
|
else
|
|
@@ -34574,8 +34578,6 @@ Object .assign (Object .setPrototypeOf (X3DNode .prototype, Base_X3DBaseNode .pr
|
|
|
34574
34578
|
destinationField .setModificationTime (sourceField .getModificationTime ());
|
|
34575
34579
|
}
|
|
34576
34580
|
|
|
34577
|
-
copy .setup ();
|
|
34578
|
-
|
|
34579
34581
|
return copy;
|
|
34580
34582
|
}
|
|
34581
34583
|
},
|
|
@@ -39013,7 +39015,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39013
39015
|
x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
39014
39016
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
39015
39017
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
39016
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39018
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(63);
|
|
39017
39019
|
/*******************************************************************************
|
|
39018
39020
|
*
|
|
39019
39021
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39271,7 +39273,7 @@ const Expressions_default_ = Expressions;
|
|
|
39271
39273
|
x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
|
|
39272
39274
|
/* harmony default export */ const Parser_Expressions = (Expressions_default_);
|
|
39273
39275
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
39274
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
39276
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(63);
|
|
39275
39277
|
/*******************************************************************************
|
|
39276
39278
|
*
|
|
39277
39279
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41971,7 +41973,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41971
41973
|
x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41972
41974
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41973
41975
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41974
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41976
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(63);
|
|
41975
41977
|
/*******************************************************************************
|
|
41976
41978
|
*
|
|
41977
41979
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44015,7 +44017,7 @@ const URLs_default_ = URLs;
|
|
|
44015
44017
|
x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
|
|
44016
44018
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
44017
44019
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
44018
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44020
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(63);
|
|
44019
44021
|
/*******************************************************************************
|
|
44020
44022
|
*
|
|
44021
44023
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47317,7 +47319,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
47317
47319
|
x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
47318
47320
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
47319
47321
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
47320
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
47322
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(63);
|
|
47321
47323
|
/*******************************************************************************
|
|
47322
47324
|
*
|
|
47323
47325
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47469,7 +47471,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
47469
47471
|
x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
47470
47472
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
47471
47473
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
47472
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
47474
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(63);
|
|
47473
47475
|
/*******************************************************************************
|
|
47474
47476
|
*
|
|
47475
47477
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50828,8 +50830,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50828
50830
|
x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50829
50831
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50830
50832
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50831
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50832
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
50833
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(63);
|
|
50834
|
+
/* provided dependency */ var libtess = __webpack_require__(844);
|
|
50833
50835
|
/*******************************************************************************
|
|
50834
50836
|
*
|
|
50835
50837
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53597,7 +53599,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53597
53599
|
x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53598
53600
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53599
53601
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53600
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53602
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(63);
|
|
53601
53603
|
/*******************************************************************************
|
|
53602
53604
|
*
|
|
53603
53605
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53964,7 +53966,7 @@ const Plane3_default_ = Plane3;
|
|
|
53964
53966
|
x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
|
|
53965
53967
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
53966
53968
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
53967
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
53969
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(844);
|
|
53968
53970
|
/*******************************************************************************
|
|
53969
53971
|
*
|
|
53970
53972
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62493,7 +62495,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62493
62495
|
x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
62494
62496
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
62495
62497
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62496
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62498
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(63);
|
|
62497
62499
|
/*******************************************************************************
|
|
62498
62500
|
*
|
|
62499
62501
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66075,7 +66077,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66075
66077
|
x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
66076
66078
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
66077
66079
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66078
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66080
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(63);
|
|
66079
66081
|
/*******************************************************************************
|
|
66080
66082
|
*
|
|
66081
66083
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67009,7 +67011,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67009
67011
|
x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
|
|
67010
67012
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
|
|
67011
67013
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
67012
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67014
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(63);
|
|
67013
67015
|
/*******************************************************************************
|
|
67014
67016
|
*
|
|
67015
67017
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -86728,6 +86730,8 @@ function X3DCoordinateNode (executionContext)
|
|
|
86728
86730
|
Rendering_X3DGeometricPropertyNode .call (this, executionContext);
|
|
86729
86731
|
|
|
86730
86732
|
this .addType (Base_X3DConstants .X3DCoordinateNode);
|
|
86733
|
+
|
|
86734
|
+
this .length = 0;
|
|
86731
86735
|
}
|
|
86732
86736
|
|
|
86733
86737
|
Object .assign (Object .setPrototypeOf (X3DCoordinateNode .prototype, Rendering_X3DGeometricPropertyNode .prototype),
|
|
@@ -90160,7 +90164,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
90160
90164
|
x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
90161
90165
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
90162
90166
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90163
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
90167
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(63);
|
|
90164
90168
|
/*******************************************************************************
|
|
90165
90169
|
*
|
|
90166
90170
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95856,7 +95860,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95856
95860
|
x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
95857
95861
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
95858
95862
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95859
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95863
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(63);
|
|
95860
95864
|
/*******************************************************************************
|
|
95861
95865
|
*
|
|
95862
95866
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96513,7 +96517,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96513
96517
|
x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
96514
96518
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
96515
96519
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
96516
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96520
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(63);
|
|
96517
96521
|
/*******************************************************************************
|
|
96518
96522
|
*
|
|
96519
96523
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105465,8 +105469,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
105465
105469
|
x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
|
|
105466
105470
|
/* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
|
|
105467
105471
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
105468
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
105469
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
105472
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(63);
|
|
105473
|
+
/* provided dependency */ var SuperGif = __webpack_require__(584);
|
|
105470
105474
|
/*******************************************************************************
|
|
105471
105475
|
*
|
|
105472
105476
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108874,7 +108878,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
108874
108878
|
x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
|
|
108875
108879
|
/* harmony default export */ const gettext = (gettext_default_);
|
|
108876
108880
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
108877
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
108881
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(63);
|
|
108878
108882
|
/*******************************************************************************
|
|
108879
108883
|
*
|
|
108880
108884
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109447,7 +109451,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
109447
109451
|
x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
109448
109452
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
109449
109453
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
109450
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
109454
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(63);
|
|
109451
109455
|
/*******************************************************************************
|
|
109452
109456
|
*
|
|
109453
109457
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110042,7 +110046,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
110042
110046
|
x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
110043
110047
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
110044
110048
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
110045
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
110049
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(63);
|
|
110046
110050
|
/*******************************************************************************
|
|
110047
110051
|
*
|
|
110048
110052
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110165,8 +110169,8 @@ const Notification_default_ = Notification;
|
|
|
110165
110169
|
x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
|
|
110166
110170
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
110167
110171
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
110168
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
110169
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
110172
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(827);
|
|
110173
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(63);
|
|
110170
110174
|
/*******************************************************************************
|
|
110171
110175
|
*
|
|
110172
110176
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112919,7 +112923,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
112919
112923
|
x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
|
|
112920
112924
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
112921
112925
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
112922
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
112926
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(63);
|
|
112923
112927
|
/*******************************************************************************
|
|
112924
112928
|
*
|
|
112925
112929
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115466,8 +115470,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
115466
115470
|
x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
115467
115471
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
115468
115472
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
115469
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
115470
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
115473
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(623);
|
|
115474
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(63);
|
|
115471
115475
|
/*******************************************************************************
|
|
115472
115476
|
*
|
|
115473
115477
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116339,8 +116343,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
116339
116343
|
x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
116340
116344
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
116341
116345
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
116342
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
116343
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
116346
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(623);
|
|
116347
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(63);
|
|
116344
116348
|
/*******************************************************************************
|
|
116345
116349
|
*
|
|
116346
116350
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117349,8 +117353,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
117349
117353
|
x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
117350
117354
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
117351
117355
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
117352
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
117353
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
117356
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(623);
|
|
117357
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(63);
|
|
117354
117358
|
/*******************************************************************************
|
|
117355
117359
|
*
|
|
117356
117360
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117681,8 +117685,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
117681
117685
|
x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
117682
117686
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
117683
117687
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
117684
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
117685
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
117688
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(623);
|
|
117689
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(63);
|
|
117686
117690
|
/*******************************************************************************
|
|
117687
117691
|
*
|
|
117688
117692
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118820,8 +118824,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
118820
118824
|
x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
118821
118825
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
118822
118826
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
118823
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
118824
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
118827
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(623);
|
|
118828
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(63);
|
|
118825
118829
|
/*******************************************************************************
|
|
118826
118830
|
*
|
|
118827
118831
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120125,7 +120129,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
120125
120129
|
x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
120126
120130
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
120127
120131
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
120128
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
120132
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(63);
|
|
120129
120133
|
/*******************************************************************************
|
|
120130
120134
|
*
|
|
120131
120135
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -121074,7 +121078,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
121074
121078
|
x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
|
|
121075
121079
|
/* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
|
|
121076
121080
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
121077
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
121081
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(63);
|
|
121078
121082
|
const KTXDecoder_default_ = class KTXDecoder
|
|
121079
121083
|
{
|
|
121080
121084
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -122166,6 +122170,7 @@ const
|
|
|
122166
122170
|
_limitFrameRate = Symbol (),
|
|
122167
122171
|
_traverse = Symbol (),
|
|
122168
122172
|
_renderCallback = Symbol (),
|
|
122173
|
+
_animFrame = Symbol (),
|
|
122169
122174
|
_previousTime = Symbol (),
|
|
122170
122175
|
_systemTime = Symbol (),
|
|
122171
122176
|
_browserTime = Symbol (),
|
|
@@ -122318,9 +122323,8 @@ Object .assign (Object .setPrototypeOf (X3DBrowserContext .prototype, Base_X3DBa
|
|
|
122318
122323
|
if (this [X3DBrowserContext_tainted])
|
|
122319
122324
|
return;
|
|
122320
122325
|
|
|
122321
|
-
this [X3DBrowserContext_tainted]
|
|
122322
|
-
|
|
122323
|
-
requestAnimationFrame (this [_renderCallback]);
|
|
122326
|
+
this [X3DBrowserContext_tainted] = true;
|
|
122327
|
+
this [_animFrame] = requestAnimationFrame (this [_renderCallback]);
|
|
122324
122328
|
},
|
|
122325
122329
|
[_limitFrameRate] (now)
|
|
122326
122330
|
{
|
|
@@ -122448,6 +122452,12 @@ Object .assign (Object .setPrototypeOf (X3DBrowserContext .prototype, Base_X3DBa
|
|
|
122448
122452
|
Scripting_X3DScriptingContext .prototype .dispose ?.call (this);
|
|
122449
122453
|
Routing_X3DRoutingContext .prototype .dispose ?.call (this);
|
|
122450
122454
|
Base_X3DBaseNode .prototype .dispose ?.call (this);
|
|
122455
|
+
|
|
122456
|
+
this [X3DBrowserContext_tainted] = true;
|
|
122457
|
+
|
|
122458
|
+
cancelAnimationFrame (this [_animFrame]);
|
|
122459
|
+
|
|
122460
|
+
this .getContext () .getExtension ("WEBGL_lose_context") ?.loseContext ();
|
|
122451
122461
|
},
|
|
122452
122462
|
});
|
|
122453
122463
|
|
|
@@ -122628,7 +122638,7 @@ const Components_default_ = Components;
|
|
|
122628
122638
|
x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
|
|
122629
122639
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
122630
122640
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
122631
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
122641
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(63);
|
|
122632
122642
|
/*******************************************************************************
|
|
122633
122643
|
* MIT License
|
|
122634
122644
|
*
|
|
@@ -123896,7 +123906,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
123896
123906
|
x_ite_Namespace .add ("FieldTypes", "x_ite/Configuration/FieldTypes", FieldTypes_default_);
|
|
123897
123907
|
/* harmony default export */ const FieldTypes = (FieldTypes_default_);
|
|
123898
123908
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
123899
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
123909
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(63);
|
|
123900
123910
|
/*******************************************************************************
|
|
123901
123911
|
*
|
|
123902
123912
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124998,7 +125008,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
124998
125008
|
x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
124999
125009
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
125000
125010
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
125001
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
125011
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(63);
|
|
125002
125012
|
/*******************************************************************************
|
|
125003
125013
|
*
|
|
125004
125014
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125137,8 +125147,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
|
|
|
125137
125147
|
x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
|
|
125138
125148
|
/* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
|
|
125139
125149
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
125140
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
125141
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
125150
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(63);
|
|
125151
|
+
/* provided dependency */ var pako = __webpack_require__(807);
|
|
125142
125152
|
Object .assign (jquery_$,
|
|
125143
125153
|
{
|
|
125144
125154
|
decodeText (input)
|
|
@@ -125215,14 +125225,14 @@ const jquery_default_ = jquery_$;
|
|
|
125215
125225
|
x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
|
|
125216
125226
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
125217
125227
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
125218
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
125228
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(844);
|
|
125219
125229
|
const libtess_default_ = libtess_libtess;
|
|
125220
125230
|
;
|
|
125221
125231
|
|
|
125222
125232
|
x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
|
|
125223
125233
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
125224
125234
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
125225
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
125235
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(63);
|
|
125226
125236
|
/*******************************************************************************
|
|
125227
125237
|
*
|
|
125228
125238
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125530,7 +125540,7 @@ Object .assign (X3D,
|
|
|
125530
125540
|
|
|
125531
125541
|
// Assign X3D to global namespace.
|
|
125532
125542
|
|
|
125533
|
-
window [Symbol .for ("X_ITE.X3D-9.
|
|
125543
|
+
window [Symbol .for ("X_ITE.X3D-9.7.0")] = x_ite_X3D;
|
|
125534
125544
|
|
|
125535
125545
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
125536
125546
|
|