x_ite 10.5.2 → 10.5.3
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 +27 -13
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +3 -3
- 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.js +107 -106
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +107 -106
- 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.3 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 498:
|
|
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__(562);
|
|
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
|
+
/***/ 192:
|
|
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__(562)], __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
|
+
/***/ 562:
|
|
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
|
+
/***/ 611:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 418:
|
|
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
|
+
/***/ 349:
|
|
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.3")];
|
|
20301
20301
|
|
|
20302
20302
|
if (X3D)
|
|
20303
20303
|
X3D [name] = module;
|
|
@@ -34159,7 +34159,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34159
34159
|
|
|
34160
34160
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34161
34161
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34162
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34162
|
+
/* provided dependency */ var $ = __webpack_require__(562);
|
|
34163
34163
|
/*******************************************************************************
|
|
34164
34164
|
*
|
|
34165
34165
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34295,7 +34295,7 @@ const Legacy_default_ = Legacy;
|
|
|
34295
34295
|
*
|
|
34296
34296
|
******************************************************************************/
|
|
34297
34297
|
|
|
34298
|
-
const BROWSER_VERSION_default_ = "10.5.
|
|
34298
|
+
const BROWSER_VERSION_default_ = "10.5.3";
|
|
34299
34299
|
;
|
|
34300
34300
|
|
|
34301
34301
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -37320,7 +37320,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37320
37320
|
|
|
37321
37321
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37322
37322
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
37323
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37323
|
+
/* provided dependency */ var libtess = __webpack_require__(611);
|
|
37324
37324
|
/*******************************************************************************
|
|
37325
37325
|
*
|
|
37326
37326
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39882,7 +39882,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39882
39882
|
|
|
39883
39883
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39884
39884
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
39885
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39885
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(562);
|
|
39886
39886
|
/*******************************************************************************
|
|
39887
39887
|
*
|
|
39888
39888
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40137,7 +40137,7 @@ const Expressions_default_ = Expressions;
|
|
|
40137
40137
|
|
|
40138
40138
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40139
40139
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
40140
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40140
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(562);
|
|
40141
40141
|
/*******************************************************************************
|
|
40142
40142
|
*
|
|
40143
40143
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42777,7 +42777,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42777
42777
|
|
|
42778
42778
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42779
42779
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
42780
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42780
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(562);
|
|
42781
42781
|
/*******************************************************************************
|
|
42782
42782
|
*
|
|
42783
42783
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44955,7 +44955,7 @@ const URLs_default_ = URLs;
|
|
|
44955
44955
|
|
|
44956
44956
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
44957
44957
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
44958
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44958
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(562);
|
|
44959
44959
|
/*******************************************************************************
|
|
44960
44960
|
*
|
|
44961
44961
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48606,7 +48606,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48606
48606
|
|
|
48607
48607
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48608
48608
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
48609
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
48609
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(562);
|
|
48610
48610
|
/*******************************************************************************
|
|
48611
48611
|
*
|
|
48612
48612
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48757,7 +48757,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
48757
48757
|
|
|
48758
48758
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
48759
48759
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
48760
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
48760
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(562);
|
|
48761
48761
|
/*******************************************************************************
|
|
48762
48762
|
*
|
|
48763
48763
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52100,8 +52100,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52100
52100
|
|
|
52101
52101
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52102
52102
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52103
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52104
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52103
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(562);
|
|
52104
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(611);
|
|
52105
52105
|
/*******************************************************************************
|
|
52106
52106
|
*
|
|
52107
52107
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -54871,7 +54871,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
54871
54871
|
|
|
54872
54872
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
54873
54873
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
54874
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
54874
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(562);
|
|
54875
54875
|
/*******************************************************************************
|
|
54876
54876
|
*
|
|
54877
54877
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -61129,20 +61129,22 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61129
61129
|
const
|
|
61130
61130
|
browser = this .getBrowser (),
|
|
61131
61131
|
renderModeNodes = appearanceNode .getRenderModes (),
|
|
61132
|
-
attribNodes = this .attribNodes,
|
|
61133
|
-
attribBuffers = this .attribBuffers,
|
|
61134
61132
|
primitiveMode = browser .getPrimitiveMode (this .primitiveMode);
|
|
61135
61133
|
|
|
61136
61134
|
for (const node of renderModeNodes)
|
|
61137
61135
|
node .enable (gl);
|
|
61138
61136
|
|
|
61139
61137
|
shaderNode .enable (gl);
|
|
61140
|
-
shaderNode .setUniforms (gl,
|
|
61138
|
+
shaderNode .setUniforms (gl, renderContext, this, front);
|
|
61141
61139
|
|
|
61142
61140
|
// Setup vertex attributes.
|
|
61143
61141
|
|
|
61144
61142
|
if (this .vertexArrayObject .enable (shaderNode .getProgram ()))
|
|
61145
61143
|
{
|
|
61144
|
+
const
|
|
61145
|
+
attribNodes = this .getAttrib (),
|
|
61146
|
+
attribBuffers = this .getAttribBuffers ();
|
|
61147
|
+
|
|
61146
61148
|
if (this .coordIndices .length)
|
|
61147
61149
|
shaderNode .enableCoordIndexAttribute (gl, this .coordIndexBuffer, 0, 0);
|
|
61148
61150
|
|
|
@@ -61261,8 +61263,6 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61261
61263
|
const
|
|
61262
61264
|
browser = this .getBrowser (),
|
|
61263
61265
|
renderModeNodes = appearanceNode .getRenderModes (),
|
|
61264
|
-
attribNodes = this .attribNodes,
|
|
61265
|
-
attribBuffers = this .attribBuffers,
|
|
61266
61266
|
primitiveMode = browser .getPrimitiveMode (this .primitiveMode);
|
|
61267
61267
|
|
|
61268
61268
|
for (const node of renderModeNodes)
|
|
@@ -61271,7 +61271,7 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61271
61271
|
// Setup shader.
|
|
61272
61272
|
|
|
61273
61273
|
shaderNode .enable (gl);
|
|
61274
|
-
shaderNode .setUniforms (gl,
|
|
61274
|
+
shaderNode .setUniforms (gl, renderContext, this, front);
|
|
61275
61275
|
|
|
61276
61276
|
// Setup vertex attributes.
|
|
61277
61277
|
|
|
@@ -61281,6 +61281,10 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61281
61281
|
{
|
|
61282
61282
|
const { instancesStride, particleOffset, velocityOffset, matrixOffset, normalMatrixOffset } = shapeNode;
|
|
61283
61283
|
|
|
61284
|
+
const
|
|
61285
|
+
attribNodes = this .getAttrib (),
|
|
61286
|
+
attribBuffers = this .getAttribBuffers ();
|
|
61287
|
+
|
|
61284
61288
|
if (particleOffset !== undefined)
|
|
61285
61289
|
shaderNode .enableParticleAttribute (gl, instances, instancesStride, particleOffset, 1);
|
|
61286
61290
|
|
|
@@ -62882,7 +62886,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62882
62886
|
|
|
62883
62887
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
62884
62888
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62885
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62889
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(562);
|
|
62886
62890
|
/*******************************************************************************
|
|
62887
62891
|
*
|
|
62888
62892
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66266,7 +66270,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66266
66270
|
|
|
66267
66271
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66268
66272
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66269
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66273
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(562);
|
|
66270
66274
|
/*******************************************************************************
|
|
66271
66275
|
*
|
|
66272
66276
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67230,7 +67234,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67230
67234
|
|
|
67231
67235
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67232
67236
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
67233
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67237
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(562);
|
|
67234
67238
|
/*******************************************************************************
|
|
67235
67239
|
*
|
|
67236
67240
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -76899,14 +76903,13 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76899
76903
|
const
|
|
76900
76904
|
appearanceNode = renderContext .appearanceNode,
|
|
76901
76905
|
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
76902
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
76903
|
-
attribNodes = this .getAttrib (),
|
|
76904
|
-
attribBuffers = this .getAttribBuffers ();
|
|
76906
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
76905
76907
|
|
|
76906
76908
|
if (!renderContext .transparent)
|
|
76907
76909
|
{
|
|
76908
76910
|
gl .enable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
76909
76911
|
gl .enable (gl .BLEND);
|
|
76912
|
+
gl .blendFuncSeparate (gl .ONE, gl .ZERO, gl .ZERO, gl .ONE);
|
|
76910
76913
|
}
|
|
76911
76914
|
|
|
76912
76915
|
for (const node of renderModeNodes)
|
|
@@ -76915,12 +76918,16 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76915
76918
|
// Setup shader.
|
|
76916
76919
|
|
|
76917
76920
|
shaderNode .enable (gl);
|
|
76918
|
-
shaderNode .setUniforms (gl,
|
|
76921
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
76919
76922
|
|
|
76920
76923
|
// Setup vertex attributes.
|
|
76921
76924
|
|
|
76922
76925
|
if (this .vertexArrayObject .enable (shaderNode .getProgram ()))
|
|
76923
76926
|
{
|
|
76927
|
+
const
|
|
76928
|
+
attribNodes = this .getAttrib (),
|
|
76929
|
+
attribBuffers = this .getAttribBuffers ();
|
|
76930
|
+
|
|
76924
76931
|
if (this .coordIndices .length)
|
|
76925
76932
|
shaderNode .enableCoordIndexAttribute (gl, this .coordIndexBuffer, 0, 0);
|
|
76926
76933
|
|
|
@@ -76951,6 +76958,7 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76951
76958
|
{
|
|
76952
76959
|
gl .disable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
76953
76960
|
gl .disable (gl .BLEND);
|
|
76961
|
+
gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
|
|
76954
76962
|
}
|
|
76955
76963
|
},
|
|
76956
76964
|
displayInstanced (gl, renderContext, shapeNode)
|
|
@@ -76958,14 +76966,13 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76958
76966
|
const
|
|
76959
76967
|
appearanceNode = renderContext .appearanceNode,
|
|
76960
76968
|
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
76961
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
76962
|
-
attribNodes = this .getAttrib (),
|
|
76963
|
-
attribBuffers = this .getAttribBuffers ();
|
|
76969
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
76964
76970
|
|
|
76965
76971
|
if (!renderContext .transparent)
|
|
76966
76972
|
{
|
|
76967
76973
|
gl .enable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
76968
76974
|
gl .enable (gl .BLEND);
|
|
76975
|
+
gl .blendFuncSeparate (gl .ONE, gl .ZERO, gl .ZERO, gl .ONE);
|
|
76969
76976
|
}
|
|
76970
76977
|
|
|
76971
76978
|
for (const node of renderModeNodes)
|
|
@@ -76974,7 +76981,7 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76974
76981
|
// Setup shader.
|
|
76975
76982
|
|
|
76976
76983
|
shaderNode .enable (gl);
|
|
76977
|
-
shaderNode .setUniforms (gl,
|
|
76984
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
76978
76985
|
|
|
76979
76986
|
// Setup vertex attributes.
|
|
76980
76987
|
|
|
@@ -76984,6 +76991,10 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76984
76991
|
{
|
|
76985
76992
|
const { instancesStride, particleOffset, velocityOffset, matrixOffset, normalMatrixOffset } = shapeNode;
|
|
76986
76993
|
|
|
76994
|
+
const
|
|
76995
|
+
attribNodes = this .getAttrib (),
|
|
76996
|
+
attribBuffers = this .getAttribBuffers ();
|
|
76997
|
+
|
|
76987
76998
|
if (particleOffset !== undefined)
|
|
76988
76999
|
shaderNode .enableParticleAttribute (gl, instances, instancesStride, particleOffset, 1);
|
|
76989
77000
|
|
|
@@ -77029,6 +77040,7 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
77029
77040
|
{
|
|
77030
77041
|
gl .disable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
77031
77042
|
gl .disable (gl .BLEND);
|
|
77043
|
+
gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
|
|
77032
77044
|
}
|
|
77033
77045
|
},
|
|
77034
77046
|
});
|
|
@@ -77482,11 +77494,9 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77482
77494
|
const
|
|
77483
77495
|
browser = this .getBrowser (),
|
|
77484
77496
|
appearanceNode = renderContext .appearanceNode,
|
|
77485
|
-
linePropertiesNode = appearanceNode .
|
|
77497
|
+
linePropertiesNode = appearanceNode .getStyleProperties (1),
|
|
77486
77498
|
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
77487
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
77488
|
-
attribNodes = this .getAttrib (),
|
|
77489
|
-
attribBuffers = this .getAttribBuffers ();
|
|
77499
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
77490
77500
|
|
|
77491
77501
|
if (linePropertiesNode)
|
|
77492
77502
|
{
|
|
@@ -77598,7 +77608,7 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77598
77608
|
// Setup shader.
|
|
77599
77609
|
|
|
77600
77610
|
shaderNode .enable (gl);
|
|
77601
|
-
shaderNode .setUniforms (gl,
|
|
77611
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
77602
77612
|
|
|
77603
77613
|
// Setup vertex attributes.
|
|
77604
77614
|
|
|
@@ -77650,12 +77660,16 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77650
77660
|
// Setup shader.
|
|
77651
77661
|
|
|
77652
77662
|
shaderNode .enable (gl);
|
|
77653
|
-
shaderNode .setUniforms (gl,
|
|
77663
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
77654
77664
|
|
|
77655
77665
|
// Setup vertex attributes.
|
|
77656
77666
|
|
|
77657
77667
|
if (this .vertexArrayObject .enable (shaderNode .getProgram ()))
|
|
77658
77668
|
{
|
|
77669
|
+
const
|
|
77670
|
+
attribNodes = this .getAttrib (),
|
|
77671
|
+
attribBuffers = this .getAttribBuffers ();
|
|
77672
|
+
|
|
77659
77673
|
if (this .coordIndices .length)
|
|
77660
77674
|
shaderNode .enableCoordIndexAttribute (gl, this .coordIndexBuffer, 0, 0);
|
|
77661
77675
|
|
|
@@ -77700,11 +77714,9 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77700
77714
|
browser = this .getBrowser (),
|
|
77701
77715
|
geometryContext = shapeNode .getGeometryContext (),
|
|
77702
77716
|
appearanceNode = renderContext .appearanceNode,
|
|
77703
|
-
linePropertiesNode = appearanceNode .
|
|
77717
|
+
linePropertiesNode = appearanceNode .getStyleProperties (1),
|
|
77704
77718
|
shaderNode = appearanceNode .getShader (geometryContext, renderContext),
|
|
77705
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
77706
|
-
attribNodes = this .getAttrib (),
|
|
77707
|
-
attribBuffers = this .getAttribBuffers ();
|
|
77719
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
77708
77720
|
|
|
77709
77721
|
if (linePropertiesNode)
|
|
77710
77722
|
{
|
|
@@ -77738,12 +77750,14 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77738
77750
|
|
|
77739
77751
|
if (instances .thickLinesVertexArrayObject .update (this .updateInstances) .enable (transformShaderNode .getProgram ()))
|
|
77740
77752
|
{
|
|
77741
|
-
|
|
77753
|
+
// TODO: skinning is not implemented with thick lines, and must be done in the transform shader.
|
|
77754
|
+
|
|
77755
|
+
const { instancesStride, matrixOffset, colorOffset } = shapeNode;
|
|
77742
77756
|
|
|
77743
77757
|
transformShaderNode .enableInstanceMatrixAttribute (gl, instances, instancesStride, matrixOffset, 2);
|
|
77744
77758
|
|
|
77745
|
-
if (normalMatrixOffset !== undefined)
|
|
77746
|
-
|
|
77759
|
+
// if (normalMatrixOffset !== undefined)
|
|
77760
|
+
// transformShaderNode .enableInstanceNormalMatrixAttribute (gl, instances, instancesStride, normalMatrixOffset, 2);
|
|
77747
77761
|
|
|
77748
77762
|
const
|
|
77749
77763
|
coordIndexStride = 2 * Float32Array .BYTES_PER_ELEMENT,
|
|
@@ -77844,14 +77858,14 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77844
77858
|
// Setup shader.
|
|
77845
77859
|
|
|
77846
77860
|
shaderNode .enable (gl);
|
|
77847
|
-
shaderNode .setUniforms (gl,
|
|
77861
|
+
shaderNode .setUniforms (gl, renderContext, geometryContext);
|
|
77848
77862
|
|
|
77849
77863
|
// Setup vertex attributes.
|
|
77850
77864
|
|
|
77851
77865
|
if (instances .thickLinesVertexArrayObject .update (this .updateInstances) .enable (shaderNode .getProgram ()))
|
|
77852
77866
|
{
|
|
77853
|
-
shaderNode .enableInstanceMatrixAttribute (gl, browser .getDefaultInstanceMatrices (),
|
|
77854
|
-
shaderNode .enableInstanceNormalMatrixAttribute (gl, browser .getDefaultInstanceMatrices (),
|
|
77867
|
+
shaderNode .enableInstanceMatrixAttribute (gl, browser .getDefaultInstanceMatrices (), 0, 0, 1);
|
|
77868
|
+
shaderNode .enableInstanceNormalMatrixAttribute (gl, browser .getDefaultInstanceMatrices (), 0, 64, 1);
|
|
77855
77869
|
|
|
77856
77870
|
const
|
|
77857
77871
|
stride = 16 * Float32Array .BYTES_PER_ELEMENT,
|
|
@@ -77901,7 +77915,7 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77901
77915
|
// Setup shader.
|
|
77902
77916
|
|
|
77903
77917
|
shaderNode .enable (gl);
|
|
77904
|
-
shaderNode .setUniforms (gl,
|
|
77918
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
77905
77919
|
|
|
77906
77920
|
// Setup vertex attributes.
|
|
77907
77921
|
|
|
@@ -77911,6 +77925,10 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77911
77925
|
{
|
|
77912
77926
|
const { instancesStride, particleOffset, velocityOffset, matrixOffset, normalMatrixOffset, colorOffset } = shapeNode;
|
|
77913
77927
|
|
|
77928
|
+
const
|
|
77929
|
+
attribNodes = this .getAttrib (),
|
|
77930
|
+
attribBuffers = this .getAttribBuffers ();
|
|
77931
|
+
|
|
77914
77932
|
if (particleOffset !== undefined)
|
|
77915
77933
|
shaderNode .enableParticleAttribute (gl, instances, instancesStride, particleOffset, 1);
|
|
77916
77934
|
|
|
@@ -90537,7 +90555,7 @@ mediump samplerCube textureCube;
|
|
|
90537
90555
|
|
|
90538
90556
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
90539
90557
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90540
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
90558
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(562);
|
|
90541
90559
|
/*******************************************************************************
|
|
90542
90560
|
*
|
|
90543
90561
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -91579,7 +91597,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
91579
91597
|
xrModelViewMatrix = new Float32Array (16),
|
|
91580
91598
|
normalMatrix = new Float32Array (9);
|
|
91581
91599
|
|
|
91582
|
-
return function (gl,
|
|
91600
|
+
return function (gl, renderContext, geometryContext, front = true)
|
|
91583
91601
|
{
|
|
91584
91602
|
const { renderObject, fogNode, appearanceNode, humanoidNode, modelViewMatrix } = renderContext;
|
|
91585
91603
|
|
|
@@ -91855,10 +91873,6 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
91855
91873
|
gl .enableVertexAttribArray (location);
|
|
91856
91874
|
gl .vertexAttribPointer (location, 4, gl .FLOAT, false, stride, offset);
|
|
91857
91875
|
},
|
|
91858
|
-
vertexAttributeDivisor (gl, divisor)
|
|
91859
|
-
{
|
|
91860
|
-
gl .vertexAttribDivisor (this .x3d_Vertex, divisor);
|
|
91861
|
-
},
|
|
91862
91876
|
enableParticleAttribute (gl, buffer, stride, offset, divisor)
|
|
91863
91877
|
{
|
|
91864
91878
|
const location = this .x3d_Particle;
|
|
@@ -94777,7 +94791,7 @@ precision highp float;uniform vec4 viewport;uniform mat4 modelViewProjectionMatr
|
|
|
94777
94791
|
#if defined(X3D_INSTANCING)
|
|
94778
94792
|
in mat4 x3d_InstanceMatrix;
|
|
94779
94793
|
#endif
|
|
94780
|
-
in float x3d_LengthSoFar;in float x3d_CoordIndex0;in float x3d_FogDepth0;in vec4 x3d_Color0;in vec3 x3d_Normal0;in vec4 x3d_Vertex0;in float x3d_CoordIndex1;in float x3d_FogDepth1;in vec4 x3d_Color1;in vec3 x3d_Normal1;in vec4 x3d_Vertex1;out float coordIndex0;out vec3 lineStipple0;out float fogDepth0;out vec4 color0;out vec3 normal0;out vec4 vertex0;out float coordIndex1;out vec3 lineStipple1;out float fogDepth1;out vec4 color1;out vec3 normal1;out vec4 vertex1;out float coordIndex2;out vec3 lineStipple2;out float fogDepth2;out vec4 color2;out vec3 normal2;out vec4 vertex2;vec3 projectPoint(const in vec4 point,const in mat4 modelViewProjectionMatrix,const in vec4 viewport){vec4 vin=modelViewProjectionMatrix*point;vin.xyz=vin.xyz/(2.0*vin.w)+0.5;return vec3(vin.xy*viewport.zw+viewport.xy,vin.z);}vec4 unProjectPoint(const in vec3 win,const in mat4 invModelViewProjection,const in vec4 viewport){vec4 vin=vec4((win.xy-viewport.xy)/viewport.zw
|
|
94794
|
+
in float x3d_LengthSoFar;in float x3d_CoordIndex0;in float x3d_FogDepth0;in vec4 x3d_Color0;in vec3 x3d_Normal0;in vec4 x3d_Vertex0;in float x3d_CoordIndex1;in float x3d_FogDepth1;in vec4 x3d_Color1;in vec3 x3d_Normal1;in vec4 x3d_Vertex1;out float coordIndex0;out vec3 lineStipple0;out float fogDepth0;out vec4 color0;out vec3 normal0;out vec4 vertex0;out float coordIndex1;out vec3 lineStipple1;out float fogDepth1;out vec4 color1;out vec3 normal1;out vec4 vertex1;out float coordIndex2;out vec3 lineStipple2;out float fogDepth2;out vec4 color2;out vec3 normal2;out vec4 vertex2;vec3 projectPoint(const in vec4 point,const in mat4 modelViewProjectionMatrix,const in vec4 viewport){vec4 vin=modelViewProjectionMatrix*point;vin.xyz=vin.xyz/(2.0*vin.w)+0.5;return vec3(vin.xy*viewport.zw+viewport.xy,vin.z);}vec4 unProjectPoint(const in vec3 win,const in mat4 invModelViewProjection,const in vec4 viewport){vec4 vin=vec4((win.xy-viewport.xy)/viewport.zw,win.z,1.0);vin.xyz=vin.xyz*2.0-1.0;vin=invModelViewProjection*vin;return vec4(vin.xyz/vin.w,1.0);}void main(){
|
|
94781
94795
|
#if defined(X3D_INSTANCING)
|
|
94782
94796
|
vec3 projected0=projectPoint(x3d_InstanceMatrix*x3d_Vertex0,modelViewProjectionMatrix,viewport);vec3 projected1=projectPoint(x3d_InstanceMatrix*x3d_Vertex1,modelViewProjectionMatrix,viewport);
|
|
94783
94797
|
#else
|
|
@@ -95795,7 +95809,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95795
95809
|
|
|
95796
95810
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
95797
95811
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95798
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95812
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(562);
|
|
95799
95813
|
/*******************************************************************************
|
|
95800
95814
|
*
|
|
95801
95815
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96393,7 +96407,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96393
96407
|
|
|
96394
96408
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
96395
96409
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
96396
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96410
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(562);
|
|
96397
96411
|
/*******************************************************************************
|
|
96398
96412
|
*
|
|
96399
96413
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96517,18 +96531,6 @@ Object .assign (Object .setPrototypeOf (Appearance .prototype, Shape_X3DAppearan
|
|
|
96517
96531
|
{
|
|
96518
96532
|
return this .stylePropertiesNode [geometryType];
|
|
96519
96533
|
},
|
|
96520
|
-
getPointProperties ()
|
|
96521
|
-
{
|
|
96522
|
-
return this .stylePropertiesNode [0];
|
|
96523
|
-
},
|
|
96524
|
-
getLineProperties ()
|
|
96525
|
-
{
|
|
96526
|
-
return this .stylePropertiesNode [1];
|
|
96527
|
-
},
|
|
96528
|
-
getFillProperties ()
|
|
96529
|
-
{
|
|
96530
|
-
return this .stylePropertiesNode [2];
|
|
96531
|
-
},
|
|
96532
96534
|
getMaterial ()
|
|
96533
96535
|
{
|
|
96534
96536
|
return this .materialNode;
|
|
@@ -104628,8 +104630,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
104628
104630
|
|
|
104629
104631
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
104630
104632
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
104631
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
104632
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
104633
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(562);
|
|
104634
|
+
/* provided dependency */ var SuperGif = __webpack_require__(349);
|
|
104633
104635
|
/*******************************************************************************
|
|
104634
104636
|
*
|
|
104635
104637
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107097,7 +107099,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107097
107099
|
|
|
107098
107100
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107099
107101
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107100
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107102
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(562);
|
|
107101
107103
|
/*******************************************************************************
|
|
107102
107104
|
*
|
|
107103
107105
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107727,7 +107729,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
107727
107729
|
|
|
107728
107730
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
107729
107731
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107730
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107732
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(562);
|
|
107731
107733
|
/*******************************************************************************
|
|
107732
107734
|
*
|
|
107733
107735
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108374,7 +108376,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
108374
108376
|
|
|
108375
108377
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
108376
108378
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
108377
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
108379
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(562);
|
|
108378
108380
|
/*******************************************************************************
|
|
108379
108381
|
*
|
|
108380
108382
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108496,8 +108498,8 @@ const Notification_default_ = Notification;
|
|
|
108496
108498
|
|
|
108497
108499
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
108498
108500
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
108499
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
108500
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
108501
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(498);
|
|
108502
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(562);
|
|
108501
108503
|
/*******************************************************************************
|
|
108502
108504
|
*
|
|
108503
108505
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111223,7 +111225,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
111223
111225
|
|
|
111224
111226
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
111225
111227
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
111226
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
111228
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(562);
|
|
111227
111229
|
/*******************************************************************************
|
|
111228
111230
|
*
|
|
111229
111231
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113834,8 +113836,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113834
113836
|
|
|
113835
113837
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
113836
113838
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113837
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113838
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113839
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(192);
|
|
113840
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(562);
|
|
113839
113841
|
/*******************************************************************************
|
|
113840
113842
|
*
|
|
113841
113843
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114750,8 +114752,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
114750
114752
|
|
|
114751
114753
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
114752
114754
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
114753
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
114754
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
114755
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(192);
|
|
114756
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(562);
|
|
114755
114757
|
/*******************************************************************************
|
|
114756
114758
|
*
|
|
114757
114759
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115766,8 +115768,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
115766
115768
|
|
|
115767
115769
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
115768
115770
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
115769
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
115770
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
115771
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(192);
|
|
115772
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(562);
|
|
115771
115773
|
/*******************************************************************************
|
|
115772
115774
|
*
|
|
115773
115775
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116096,8 +116098,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116096
116098
|
|
|
116097
116099
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116098
116100
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116099
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116100
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116101
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(192);
|
|
116102
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(562);
|
|
116101
116103
|
/*******************************************************************************
|
|
116102
116104
|
*
|
|
116103
116105
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117242,8 +117244,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
117242
117244
|
|
|
117243
117245
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
117244
117246
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
117245
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
117246
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
117247
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(192);
|
|
117248
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(562);
|
|
117247
117249
|
/*******************************************************************************
|
|
117248
117250
|
*
|
|
117249
117251
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118690,7 +118692,7 @@ const Lock_default_ = Lock;
|
|
|
118690
118692
|
|
|
118691
118693
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
118692
118694
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
118693
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
118695
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(562);
|
|
118694
118696
|
/*******************************************************************************
|
|
118695
118697
|
*
|
|
118696
118698
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118804,7 +118806,6 @@ Object .assign (X3DRenderingContext .prototype,
|
|
|
118804
118806
|
gl .enable (gl .DEPTH_TEST);
|
|
118805
118807
|
gl .depthFunc (gl .LEQUAL);
|
|
118806
118808
|
gl .clearDepth (1);
|
|
118807
|
-
gl .sampleCoverage (1.0, false);
|
|
118808
118809
|
|
|
118809
118810
|
gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
|
|
118810
118811
|
gl .blendEquationSeparate (gl .FUNC_ADD, gl .FUNC_ADD);
|
|
@@ -120013,7 +120014,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120013
120014
|
|
|
120014
120015
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120015
120016
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120016
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120017
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(562);
|
|
120017
120018
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120018
120019
|
{
|
|
120019
120020
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -121592,7 +121593,7 @@ const Components_default_ = Components;
|
|
|
121592
121593
|
|
|
121593
121594
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
121594
121595
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
121595
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
121596
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(562);
|
|
121596
121597
|
/*******************************************************************************
|
|
121597
121598
|
* MIT License
|
|
121598
121599
|
*
|
|
@@ -122858,7 +122859,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
122858
122859
|
|
|
122859
122860
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
122860
122861
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
122861
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
122862
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(562);
|
|
122862
122863
|
/*******************************************************************************
|
|
122863
122864
|
*
|
|
122864
122865
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123925,7 +123926,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
123925
123926
|
|
|
123926
123927
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
123927
123928
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
123928
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
123929
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(562);
|
|
123929
123930
|
/*******************************************************************************
|
|
123930
123931
|
*
|
|
123931
123932
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124192,8 +124193,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
124192
124193
|
|
|
124193
124194
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
124194
124195
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
124195
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
124196
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
124196
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(562);
|
|
124197
|
+
/* provided dependency */ var pako = __webpack_require__(418);
|
|
124197
124198
|
Object .assign (jquery_$,
|
|
124198
124199
|
{
|
|
124199
124200
|
decodeText (input)
|
|
@@ -124270,13 +124271,13 @@ const jquery_default_ = jquery_$;
|
|
|
124270
124271
|
|
|
124271
124272
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
124272
124273
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
124273
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
124274
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(611);
|
|
124274
124275
|
const libtess_default_ = libtess_libtess;
|
|
124275
124276
|
;
|
|
124276
124277
|
|
|
124277
124278
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
124278
124279
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
124279
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
124280
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(562);
|
|
124280
124281
|
/*******************************************************************************
|
|
124281
124282
|
*
|
|
124282
124283
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124580,7 +124581,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
124580
124581
|
|
|
124581
124582
|
// Assign X3D to global namespace.
|
|
124582
124583
|
|
|
124583
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
124584
|
+
window [Symbol .for ("X_ITE.X3D-10.5.3")] = x_ite_X3D;
|
|
124584
124585
|
|
|
124585
124586
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
124586
124587
|
|