x_ite 10.5.14 → 10.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/components/AnnotationComponent.js +2 -2
- package/dist/assets/components/AnnotationComponent.min.js +2 -2
- package/dist/assets/components/CADGeometryComponent.js +2 -2
- package/dist/assets/components/CADGeometryComponent.min.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
- package/dist/assets/components/DISComponent.js +2 -2
- package/dist/assets/components/DISComponent.min.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
- package/dist/assets/components/Geometry2DComponent.js +2 -2
- package/dist/assets/components/Geometry2DComponent.min.js +2 -2
- package/dist/assets/components/GeospatialComponent.js +2 -2
- package/dist/assets/components/GeospatialComponent.min.js +2 -2
- package/dist/assets/components/HAnimComponent.js +2 -2
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +2 -2
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +2 -2
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
- package/dist/assets/components/PickingComponent.js +2 -2
- package/dist/assets/components/PickingComponent.min.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
- package/dist/assets/components/ScriptingComponent.js +2 -2
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +4 -4
- package/dist/assets/components/TextComponent.min.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
- package/dist/assets/components/Texturing3DComponent.js +10 -10
- package/dist/assets/components/Texturing3DComponent.min.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
- package/dist/assets/components/X_ITEComponent.js +2 -2
- package/dist/assets/components/X_ITEComponent.min.js +2 -2
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +161 -48
- package/dist/x_ite.js +116 -86
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +116 -86
- package/dist/x_ite.zip +0 -0
- package/package.json +1 -1
package/dist/x_ite.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* X_ITE v10.5.
|
|
1
|
+
/* X_ITE v10.5.15 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 928:
|
|
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__(476);
|
|
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
|
+
/***/ 762:
|
|
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__(476)], __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
|
+
/***/ 476:
|
|
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
|
+
/***/ 841:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 48:
|
|
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
|
+
/***/ 311:
|
|
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.15")];
|
|
20301
20301
|
|
|
20302
20302
|
if (X3D)
|
|
20303
20303
|
X3D [name] = module;
|
|
@@ -23403,6 +23403,10 @@ const
|
|
|
23403
23403
|
_g = Symbol .for ("X_ITE.Color3.g"),
|
|
23404
23404
|
_b = Symbol .for ("X_ITE.Color3.b");
|
|
23405
23405
|
|
|
23406
|
+
// glTF sometimes allows color values greater than 1.
|
|
23407
|
+
// See: https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_specular/README.md
|
|
23408
|
+
// See: https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/master/Models/SpecularTest/glTF/SpecularTest.gltf
|
|
23409
|
+
|
|
23406
23410
|
function Color3 (r = 0, g = 0, b = 0)
|
|
23407
23411
|
{
|
|
23408
23412
|
this [_r] = Math .max (r, 0);
|
|
@@ -23936,6 +23940,10 @@ const
|
|
|
23936
23940
|
Color4_b = Symbol .for ("X_ITE.Color3.b"),
|
|
23937
23941
|
_a = Symbol ();
|
|
23938
23942
|
|
|
23943
|
+
// glTF sometimes allows color values greater than 1.
|
|
23944
|
+
// See: https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_specular/README.md
|
|
23945
|
+
// See: https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/master/Models/SpecularTest/glTF/SpecularTest.gltf
|
|
23946
|
+
|
|
23939
23947
|
function Color4 (r = 0, g = 0, b = 0, a = 0)
|
|
23940
23948
|
{
|
|
23941
23949
|
this [Color4_r] = Math .max (r, 0);
|
|
@@ -26704,6 +26712,14 @@ function SFMatrix3Template (TypeName, double)
|
|
|
26704
26712
|
{
|
|
26705
26713
|
return new (this .constructor) (this .getValue () .copy () .rotate (rotation));
|
|
26706
26714
|
},
|
|
26715
|
+
skewX (angle)
|
|
26716
|
+
{
|
|
26717
|
+
return new (this .constructor) (this .getValue () .copy () .skewX (angle));
|
|
26718
|
+
},
|
|
26719
|
+
skewY (angle)
|
|
26720
|
+
{
|
|
26721
|
+
return new (this .constructor) (this .getValue () .copy () .skewY (angle));
|
|
26722
|
+
},
|
|
26707
26723
|
});
|
|
26708
26724
|
}
|
|
26709
26725
|
|
|
@@ -34173,7 +34189,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34173
34189
|
|
|
34174
34190
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34175
34191
|
;// ./src/x_ite/Browser/Legacy.js
|
|
34176
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34192
|
+
/* provided dependency */ var $ = __webpack_require__(476);
|
|
34177
34193
|
/*******************************************************************************
|
|
34178
34194
|
*
|
|
34179
34195
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34309,7 +34325,7 @@ const Legacy_default_ = Legacy;
|
|
|
34309
34325
|
*
|
|
34310
34326
|
******************************************************************************/
|
|
34311
34327
|
|
|
34312
|
-
const BROWSER_VERSION_default_ = "10.5.
|
|
34328
|
+
const BROWSER_VERSION_default_ = "10.5.15";
|
|
34313
34329
|
;
|
|
34314
34330
|
|
|
34315
34331
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -37338,7 +37354,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37338
37354
|
|
|
37339
37355
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37340
37356
|
;// ./src/standard/Math/Geometry/Triangle3.js
|
|
37341
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37357
|
+
/* provided dependency */ var libtess = __webpack_require__(841);
|
|
37342
37358
|
/*******************************************************************************
|
|
37343
37359
|
*
|
|
37344
37360
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39904,7 +39920,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39904
39920
|
|
|
39905
39921
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39906
39922
|
;// ./src/x_ite/Parser/X3DParser.js
|
|
39907
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39923
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(476);
|
|
39908
39924
|
/*******************************************************************************
|
|
39909
39925
|
*
|
|
39910
39926
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40159,7 +40175,7 @@ const Expressions_default_ = Expressions;
|
|
|
40159
40175
|
|
|
40160
40176
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40161
40177
|
;// ./src/x_ite/Parser/VRMLParser.js
|
|
40162
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40178
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(476);
|
|
40163
40179
|
/*******************************************************************************
|
|
40164
40180
|
*
|
|
40165
40181
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42799,7 +42815,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42799
42815
|
|
|
42800
42816
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42801
42817
|
;// ./src/x_ite/Parser/XMLParser.js
|
|
42802
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42818
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(476);
|
|
42803
42819
|
/*******************************************************************************
|
|
42804
42820
|
*
|
|
42805
42821
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44021,7 +44037,7 @@ const XMLParser_default_ = XMLParser;
|
|
|
44021
44037
|
|
|
44022
44038
|
/* harmony default export */ const Parser_XMLParser = (x_ite_Namespace .add ("XMLParser", XMLParser_default_));
|
|
44023
44039
|
;// ./src/x_ite/Parser/JSONParser.js
|
|
44024
|
-
/* provided dependency */ var JSONParser_$ = __webpack_require__(
|
|
44040
|
+
/* provided dependency */ var JSONParser_$ = __webpack_require__(476);
|
|
44025
44041
|
/*******************************************************************************
|
|
44026
44042
|
*
|
|
44027
44043
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44977,7 +44993,7 @@ const URLs_default_ = URLs;
|
|
|
44977
44993
|
|
|
44978
44994
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
44979
44995
|
;// ./src/x_ite/Parser/GLTF2Parser.js
|
|
44980
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44996
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(476);
|
|
44981
44997
|
/*******************************************************************************
|
|
44982
44998
|
*
|
|
44983
44999
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47229,6 +47245,9 @@ function eventsProcessed ()
|
|
|
47229
47245
|
skin .skeleton = skin .skeleton ?? this .skeleton (skin .joints);
|
|
47230
47246
|
skin .inverseBindMatrices = this .inverseBindMatricesAccessors (this .accessors [skin .inverseBindMatrices]);
|
|
47231
47247
|
|
|
47248
|
+
if (skin .skeleton !== undefined)
|
|
47249
|
+
this .joints .add (skin .skeleton);
|
|
47250
|
+
|
|
47232
47251
|
skin .textureCoordinateNode = scene .createNode ("TextureCoordinate", false);
|
|
47233
47252
|
skin .multiTextureCoordinateNode = scene .createNode ("MultiTextureCoordinate", false);
|
|
47234
47253
|
skin .normalNode = scene .createNode ("Normal", false);
|
|
@@ -49010,7 +49029,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
49010
49029
|
|
|
49011
49030
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
49012
49031
|
;// ./src/x_ite/Parser/GLB2Parser.js
|
|
49013
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
49032
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(476);
|
|
49014
49033
|
/*******************************************************************************
|
|
49015
49034
|
*
|
|
49016
49035
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49161,7 +49180,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49161
49180
|
|
|
49162
49181
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
49163
49182
|
;// ./src/x_ite/Parser/OBJParser.js
|
|
49164
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49183
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(476);
|
|
49165
49184
|
/*******************************************************************************
|
|
49166
49185
|
*
|
|
49167
49186
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52528,8 +52547,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52528
52547
|
|
|
52529
52548
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52530
52549
|
;// ./src/x_ite/Parser/SVGParser.js
|
|
52531
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52532
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52550
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(476);
|
|
52551
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(841);
|
|
52533
52552
|
/*******************************************************************************
|
|
52534
52553
|
*
|
|
52535
52554
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52824,8 +52843,6 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
|
|
|
52824
52843
|
|
|
52825
52844
|
navigationInfo .type = ["PLANE_create3000.github.io", "PLANE", "EXAMINE", "ANY"];
|
|
52826
52845
|
|
|
52827
|
-
scene .getRootNodes () .push (navigationInfo);
|
|
52828
|
-
|
|
52829
52846
|
// Get attributes of svg element.
|
|
52830
52847
|
|
|
52831
52848
|
const
|
|
@@ -52857,6 +52874,7 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
|
|
|
52857
52874
|
x = (viewBox .x + width / 2) * PIXEL,
|
|
52858
52875
|
y = -(viewBox .y + height / 2) * PIXEL;
|
|
52859
52876
|
|
|
52877
|
+
viewpoint .navigationInfo = navigationInfo;
|
|
52860
52878
|
viewpoint .position = new Numbers_Vector3 (x, y, 10);
|
|
52861
52879
|
viewpoint .centerOfRotation = new Numbers_Vector3 (x, y, 0);
|
|
52862
52880
|
|
|
@@ -52871,12 +52889,9 @@ Object .assign (Object .setPrototypeOf (SVGParser .prototype, Parser_X3DParser .
|
|
|
52871
52889
|
|
|
52872
52890
|
// Create view matrix.
|
|
52873
52891
|
|
|
52874
|
-
const
|
|
52875
|
-
scale = new Numbers_Vector3 (width * PIXEL / viewBox [2], -height * PIXEL / viewBox [3], 1),
|
|
52876
|
-
translation = new Numbers_Vector3 (-viewBox .x, viewBox .y, 0) .multVec (scale);
|
|
52892
|
+
const scale = new Numbers_Vector3 (width * PIXEL / viewBox [2], -height * PIXEL / viewBox [3], 1);
|
|
52877
52893
|
|
|
52878
|
-
this .rootTransform .
|
|
52879
|
-
this .rootTransform .scale = scale;
|
|
52894
|
+
this .rootTransform .scale = scale;
|
|
52880
52895
|
|
|
52881
52896
|
// Parse elements.
|
|
52882
52897
|
|
|
@@ -55308,7 +55323,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
55308
55323
|
|
|
55309
55324
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
55310
55325
|
;// ./src/x_ite/Parser/GoldenGate.js
|
|
55311
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
55326
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(476);
|
|
55312
55327
|
/*******************************************************************************
|
|
55313
55328
|
*
|
|
55314
55329
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62578,12 +62593,14 @@ Object .assign (Object .setPrototypeOf (X3DBackgroundNode .prototype, Core_X3DBi
|
|
|
62578
62593
|
|
|
62579
62594
|
// Rotate and scale background.
|
|
62580
62595
|
|
|
62596
|
+
const far = renderObject .getViewpoint () .getMaxFarValue ();
|
|
62597
|
+
|
|
62581
62598
|
modelViewMatrix .assign (this .modelMatrix);
|
|
62582
62599
|
modelViewMatrix .multRight (renderObject .getViewMatrix () .get ());
|
|
62583
62600
|
modelViewMatrix .get (null, rotation);
|
|
62584
62601
|
modelViewMatrix .identity ();
|
|
62585
62602
|
modelViewMatrix .rotate (rotation);
|
|
62586
|
-
modelViewMatrix .scale (scale .set (
|
|
62603
|
+
modelViewMatrix .scale (scale .set (far, far, far));
|
|
62587
62604
|
|
|
62588
62605
|
modelViewMatrixArray .set (modelViewMatrix);
|
|
62589
62606
|
|
|
@@ -63327,7 +63344,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
63327
63344
|
|
|
63328
63345
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
63329
63346
|
;// ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
63330
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
63347
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(476);
|
|
63331
63348
|
/*******************************************************************************
|
|
63332
63349
|
*
|
|
63333
63350
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66690,6 +66707,10 @@ Object .assign (Object .setPrototypeOf (X3DWorld .prototype, Base_X3DBaseNode .p
|
|
|
66690
66707
|
{
|
|
66691
66708
|
return this ._activeLayer .getValue ();
|
|
66692
66709
|
},
|
|
66710
|
+
getLayer0 ()
|
|
66711
|
+
{
|
|
66712
|
+
return this .layer0;
|
|
66713
|
+
},
|
|
66693
66714
|
set_rootNodes__ ()
|
|
66694
66715
|
{
|
|
66695
66716
|
const
|
|
@@ -66754,7 +66775,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66754
66775
|
|
|
66755
66776
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66756
66777
|
;// ./src/x_ite/InputOutput/FileLoader.js
|
|
66757
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66778
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(476);
|
|
66758
66779
|
/*******************************************************************************
|
|
66759
66780
|
*
|
|
66760
66781
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67718,7 +67739,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67718
67739
|
|
|
67719
67740
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67720
67741
|
;// ./src/x_ite/Routing/X3DRoute.js
|
|
67721
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67742
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(476);
|
|
67722
67743
|
/*******************************************************************************
|
|
67723
67744
|
*
|
|
67724
67745
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -71306,18 +71327,18 @@ Object .assign (Object .setPrototypeOf (ProximitySensor .prototype, Environmenta
|
|
|
71306
71327
|
}
|
|
71307
71328
|
};
|
|
71308
71329
|
})(),
|
|
71309
|
-
containsPoint (
|
|
71330
|
+
containsPoint ({ x: px, y: py, z: pz })
|
|
71310
71331
|
{
|
|
71311
71332
|
const
|
|
71312
71333
|
min = this .min,
|
|
71313
71334
|
max = this .max;
|
|
71314
71335
|
|
|
71315
|
-
return min .x <=
|
|
71316
|
-
max .x >=
|
|
71317
|
-
min .y <=
|
|
71318
|
-
max .y >=
|
|
71319
|
-
min .z <=
|
|
71320
|
-
max .z >=
|
|
71336
|
+
return min .x <= px &&
|
|
71337
|
+
max .x >= px &&
|
|
71338
|
+
min .y <= py &&
|
|
71339
|
+
max .y >= py &&
|
|
71340
|
+
min .z <= pz &&
|
|
71341
|
+
max .z >= pz;
|
|
71321
71342
|
},
|
|
71322
71343
|
});
|
|
71323
71344
|
|
|
@@ -91405,7 +91426,7 @@ mediump samplerCube textureCube;
|
|
|
91405
91426
|
|
|
91406
91427
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
91407
91428
|
;// ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
91408
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
91429
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(476);
|
|
91409
91430
|
/*******************************************************************************
|
|
91410
91431
|
*
|
|
91411
91432
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96702,7 +96723,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
96702
96723
|
|
|
96703
96724
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
96704
96725
|
;// ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
96705
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
96726
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(476);
|
|
96706
96727
|
/*******************************************************************************
|
|
96707
96728
|
*
|
|
96708
96729
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -97300,7 +97321,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
97300
97321
|
|
|
97301
97322
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
97302
97323
|
;// ./src/x_ite/Components/Shape/Appearance.js
|
|
97303
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
97324
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(476);
|
|
97304
97325
|
/*******************************************************************************
|
|
97305
97326
|
*
|
|
97306
97327
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105531,8 +105552,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
105531
105552
|
|
|
105532
105553
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
105533
105554
|
;// ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
105534
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
105535
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
105555
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(476);
|
|
105556
|
+
/* provided dependency */ var SuperGif = __webpack_require__(311);
|
|
105536
105557
|
/*******************************************************************************
|
|
105537
105558
|
*
|
|
105538
105559
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108005,7 +108026,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
108005
108026
|
|
|
108006
108027
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
108007
108028
|
;// ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
108008
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
108029
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(476);
|
|
108009
108030
|
/*******************************************************************************
|
|
108010
108031
|
*
|
|
108011
108032
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108635,7 +108656,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
108635
108656
|
|
|
108636
108657
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
108637
108658
|
;// ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
108638
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
108659
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(476);
|
|
108639
108660
|
/*******************************************************************************
|
|
108640
108661
|
*
|
|
108641
108662
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109282,7 +109303,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
109282
109303
|
|
|
109283
109304
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
109284
109305
|
;// ./src/x_ite/Browser/Core/Notification.js
|
|
109285
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
109306
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(476);
|
|
109286
109307
|
/*******************************************************************************
|
|
109287
109308
|
*
|
|
109288
109309
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109404,8 +109425,8 @@ const Notification_default_ = Notification;
|
|
|
109404
109425
|
|
|
109405
109426
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
109406
109427
|
;// ./src/x_ite/Browser/Core/ContextMenu.js
|
|
109407
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
109408
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
109428
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(928);
|
|
109429
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(476);
|
|
109409
109430
|
/*******************************************************************************
|
|
109410
109431
|
*
|
|
109411
109432
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111378,7 +111399,7 @@ Object .assign (Object .setPrototypeOf (X3DScene .prototype, Execution_X3DExecut
|
|
|
111378
111399
|
generator .string += generator .Indent ();
|
|
111379
111400
|
generator .string += "<!DOCTYPE X3D PUBLIC \"ISO//Web3D//DTD X3D ";
|
|
111380
111401
|
generator .string += LATEST_VERSION;
|
|
111381
|
-
generator .string += "//EN\" \"
|
|
111402
|
+
generator .string += "//EN\" \"https://www.web3d.org/specifications/x3d-";
|
|
111382
111403
|
generator .string += LATEST_VERSION;
|
|
111383
111404
|
generator .string += ".dtd\">";
|
|
111384
111405
|
generator .string += generator .TidyBreak ();
|
|
@@ -111397,7 +111418,7 @@ Object .assign (Object .setPrototypeOf (X3DScene .prototype, Execution_X3DExecut
|
|
|
111397
111418
|
generator .string += generator .Space ();
|
|
111398
111419
|
generator .string += "xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance'";
|
|
111399
111420
|
generator .string += generator .Space ();
|
|
111400
|
-
generator .string += "xsd:noNamespaceSchemaLocation='
|
|
111421
|
+
generator .string += "xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-";
|
|
111401
111422
|
generator .string += LATEST_VERSION;
|
|
111402
111423
|
generator .string += ".xsd'>";
|
|
111403
111424
|
generator .string += generator .TidyBreak ();
|
|
@@ -111574,7 +111595,7 @@ Object .assign (Object .setPrototypeOf (X3DScene .prototype, Execution_X3DExecut
|
|
|
111574
111595
|
generator .string += ':';
|
|
111575
111596
|
generator .string += generator .TidySpace ();
|
|
111576
111597
|
generator .string += '"';
|
|
111577
|
-
generator .string += "
|
|
111598
|
+
generator .string += "https://www.web3d.org/specifications/x3d-";
|
|
111578
111599
|
generator .string += LATEST_VERSION;
|
|
111579
111600
|
generator .string += ".xsd";
|
|
111580
111601
|
generator .string += '"';
|
|
@@ -111591,7 +111612,7 @@ Object .assign (Object .setPrototypeOf (X3DScene .prototype, Execution_X3DExecut
|
|
|
111591
111612
|
generator .string += ':';
|
|
111592
111613
|
generator .string += generator .TidySpace ();
|
|
111593
111614
|
generator .string += '"';
|
|
111594
|
-
generator .string += "
|
|
111615
|
+
generator .string += "https://www.web3d.org/specifications/x3d-";
|
|
111595
111616
|
generator .string += LATEST_VERSION;
|
|
111596
111617
|
generator .string += "-JSONSchema.json";
|
|
111597
111618
|
generator .string += '"';
|
|
@@ -112127,7 +112148,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
112127
112148
|
|
|
112128
112149
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
112129
112150
|
;// ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
112130
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
112151
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(476);
|
|
112131
112152
|
/*******************************************************************************
|
|
112132
112153
|
*
|
|
112133
112154
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114740,8 +114761,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
114740
114761
|
|
|
114741
114762
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
114742
114763
|
;// ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
114743
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
114744
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
114764
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(762);
|
|
114765
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(476);
|
|
114745
114766
|
/*******************************************************************************
|
|
114746
114767
|
*
|
|
114747
114768
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115656,8 +115677,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
115656
115677
|
|
|
115657
115678
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
115658
115679
|
;// ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
115659
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
115660
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
115680
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(762);
|
|
115681
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(476);
|
|
115661
115682
|
/*******************************************************************************
|
|
115662
115683
|
*
|
|
115663
115684
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116672,8 +116693,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
116672
116693
|
|
|
116673
116694
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
116674
116695
|
;// ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
116675
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
116676
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
116696
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(762);
|
|
116697
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(476);
|
|
116677
116698
|
/*******************************************************************************
|
|
116678
116699
|
*
|
|
116679
116700
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117002,8 +117023,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
117002
117023
|
|
|
117003
117024
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
117004
117025
|
;// ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
117005
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
117006
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
117026
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(762);
|
|
117027
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(476);
|
|
117007
117028
|
/*******************************************************************************
|
|
117008
117029
|
*
|
|
117009
117030
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118145,8 +118166,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
118145
118166
|
|
|
118146
118167
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
118147
118168
|
;// ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
118148
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
118149
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
118169
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(762);
|
|
118170
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(476);
|
|
118150
118171
|
/*******************************************************************************
|
|
118151
118172
|
*
|
|
118152
118173
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119593,7 +119614,7 @@ const Lock_default_ = Lock;
|
|
|
119593
119614
|
|
|
119594
119615
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
119595
119616
|
;// ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
119596
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
119617
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(476);
|
|
119597
119618
|
/*******************************************************************************
|
|
119598
119619
|
*
|
|
119599
119620
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120907,7 +120928,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120907
120928
|
|
|
120908
120929
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120909
120930
|
;// ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120910
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120931
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(476);
|
|
120911
120932
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120912
120933
|
{
|
|
120913
120934
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -122486,7 +122507,7 @@ const Components_default_ = Components;
|
|
|
122486
122507
|
|
|
122487
122508
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
122488
122509
|
;// ./src/x_ite/Browser/DOMIntegration.js
|
|
122489
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
122510
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(476);
|
|
122490
122511
|
/*******************************************************************************
|
|
122491
122512
|
* MIT License
|
|
122492
122513
|
*
|
|
@@ -123752,7 +123773,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
123752
123773
|
|
|
123753
123774
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
123754
123775
|
;// ./src/x_ite/Browser/X3DBrowser.js
|
|
123755
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
123776
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(476);
|
|
123756
123777
|
/*******************************************************************************
|
|
123757
123778
|
*
|
|
123758
123779
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124762,14 +124783,6 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
124762
124783
|
set: X3DBrowser .prototype .setBaseURL,
|
|
124763
124784
|
enumerable: true,
|
|
124764
124785
|
},
|
|
124765
|
-
currentScene:
|
|
124766
|
-
{
|
|
124767
|
-
get ()
|
|
124768
|
-
{
|
|
124769
|
-
return this .getScriptNode () ?.getExecutionContext () ?? this .getExecutionContext ();
|
|
124770
|
-
},
|
|
124771
|
-
enumerable: true,
|
|
124772
|
-
},
|
|
124773
124786
|
supportedProfiles:
|
|
124774
124787
|
{
|
|
124775
124788
|
get: X3DBrowser .prototype .getSupportedProfiles,
|
|
@@ -124795,11 +124808,11 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
124795
124808
|
get: X3DBrowser .prototype .getFieldTypes,
|
|
124796
124809
|
enumerable: true,
|
|
124797
124810
|
},
|
|
124798
|
-
|
|
124811
|
+
currentScene:
|
|
124799
124812
|
{
|
|
124800
124813
|
get ()
|
|
124801
124814
|
{
|
|
124802
|
-
return this .
|
|
124815
|
+
return this .getScriptNode () ?.getExecutionContext () ?? this .getExecutionContext ();
|
|
124803
124816
|
},
|
|
124804
124817
|
enumerable: true,
|
|
124805
124818
|
},
|
|
@@ -124807,6 +124820,9 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
124807
124820
|
{
|
|
124808
124821
|
get ()
|
|
124809
124822
|
{
|
|
124823
|
+
if (this .getActiveLayer () === this .getWorld () .getLayer0 ())
|
|
124824
|
+
return null;
|
|
124825
|
+
|
|
124810
124826
|
return this ._activeLayer .valueOf ();
|
|
124811
124827
|
},
|
|
124812
124828
|
enumerable: true,
|
|
@@ -124815,6 +124831,9 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
124815
124831
|
{
|
|
124816
124832
|
get ()
|
|
124817
124833
|
{
|
|
124834
|
+
if (this .getActiveNavigationInfo () === this .getActiveLayer () ?.getNavigationInfoStack () .get () [0])
|
|
124835
|
+
return null;
|
|
124836
|
+
|
|
124818
124837
|
return this ._activeNavigationInfo .valueOf ();
|
|
124819
124838
|
},
|
|
124820
124839
|
enumerable: true,
|
|
@@ -124823,10 +124842,21 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
124823
124842
|
{
|
|
124824
124843
|
get ()
|
|
124825
124844
|
{
|
|
124845
|
+
if (this .getActiveViewpoint () === this .getActiveLayer () ?.getViewpointStack () .get () [0])
|
|
124846
|
+
return null;
|
|
124847
|
+
|
|
124826
124848
|
return this ._activeViewpoint .valueOf ();
|
|
124827
124849
|
},
|
|
124828
124850
|
enumerable: true,
|
|
124829
124851
|
},
|
|
124852
|
+
element:
|
|
124853
|
+
{
|
|
124854
|
+
get ()
|
|
124855
|
+
{
|
|
124856
|
+
return this .getElement () .get (0);
|
|
124857
|
+
},
|
|
124858
|
+
enumerable: true,
|
|
124859
|
+
},
|
|
124830
124860
|
});
|
|
124831
124861
|
|
|
124832
124862
|
Object .defineProperties (X3DBrowser,
|
|
@@ -124854,7 +124884,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
124854
124884
|
|
|
124855
124885
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
124856
124886
|
;// ./src/x_ite/X3DCanvasElement.js
|
|
124857
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
124887
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(476);
|
|
124858
124888
|
/*******************************************************************************
|
|
124859
124889
|
*
|
|
124860
124890
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125117,8 +125147,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
125117
125147
|
|
|
125118
125148
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
125119
125149
|
;// ./src/lib/jquery.js
|
|
125120
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
125121
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
125150
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(476);
|
|
125151
|
+
/* provided dependency */ var pako = __webpack_require__(48);
|
|
125122
125152
|
Object .assign (jquery_$,
|
|
125123
125153
|
{
|
|
125124
125154
|
decodeText (input)
|
|
@@ -125199,13 +125229,13 @@ const jquery_default_ = jquery_$;
|
|
|
125199
125229
|
|
|
125200
125230
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
125201
125231
|
;// ./src/lib/libtess.js
|
|
125202
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
125232
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(841);
|
|
125203
125233
|
const libtess_default_ = libtess_libtess;
|
|
125204
125234
|
;
|
|
125205
125235
|
|
|
125206
125236
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
125207
125237
|
;// ./src/x_ite/X3D.js
|
|
125208
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
125238
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(476);
|
|
125209
125239
|
/*******************************************************************************
|
|
125210
125240
|
*
|
|
125211
125241
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125509,7 +125539,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
125509
125539
|
|
|
125510
125540
|
// Assign X3D to global namespace.
|
|
125511
125541
|
|
|
125512
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
125542
|
+
window [Symbol .for ("X_ITE.X3D-10.5.15")] = x_ite_X3D;
|
|
125513
125543
|
|
|
125514
125544
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
125515
125545
|
|
package/dist/x_ite.zip
CHANGED
|
Binary file
|