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.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v10.5.
|
|
1
|
+
/* X_ITE v10.5.3 */
|
|
2
2
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
3
3
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
4
4
|
module.exports = factory();
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
return /******/ (() => { // webpackBootstrap
|
|
13
13
|
/******/ var __webpack_modules__ = ({
|
|
14
14
|
|
|
15
|
-
/***/
|
|
15
|
+
/***/ 498:
|
|
16
16
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
17
17
|
|
|
18
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var jQuery = __webpack_require__(562);
|
|
19
19
|
/**
|
|
20
20
|
* @preserve jquery.fullscreen 1.1.5
|
|
21
21
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -211,7 +211,7 @@ installFullScreenHandlers();
|
|
|
211
211
|
|
|
212
212
|
/***/ }),
|
|
213
213
|
|
|
214
|
-
/***/
|
|
214
|
+
/***/ 192:
|
|
215
215
|
/***/ ((module, exports, __webpack_require__) => {
|
|
216
216
|
|
|
217
217
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -225,7 +225,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
225
225
|
(function (factory) {
|
|
226
226
|
if ( true ) {
|
|
227
227
|
// AMD. Register as an anonymous module.
|
|
228
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
228
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(562)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
229
229
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
230
230
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
231
231
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -436,7 +436,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
436
436
|
|
|
437
437
|
/***/ }),
|
|
438
438
|
|
|
439
|
-
/***/
|
|
439
|
+
/***/ 562:
|
|
440
440
|
/***/ (function(module, exports) {
|
|
441
441
|
|
|
442
442
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11160,7 +11160,7 @@ return jQuery;
|
|
|
11160
11160
|
|
|
11161
11161
|
/***/ }),
|
|
11162
11162
|
|
|
11163
|
-
/***/
|
|
11163
|
+
/***/ 611:
|
|
11164
11164
|
/***/ ((module) => {
|
|
11165
11165
|
|
|
11166
11166
|
/**
|
|
@@ -15939,7 +15939,7 @@ if (true) {
|
|
|
15939
15939
|
|
|
15940
15940
|
/***/ }),
|
|
15941
15941
|
|
|
15942
|
-
/***/
|
|
15942
|
+
/***/ 418:
|
|
15943
15943
|
/***/ (function(__unused_webpack_module, exports) {
|
|
15944
15944
|
|
|
15945
15945
|
|
|
@@ -19184,7 +19184,7 @@ if (true) {
|
|
|
19184
19184
|
|
|
19185
19185
|
/***/ }),
|
|
19186
19186
|
|
|
19187
|
-
/***/
|
|
19187
|
+
/***/ 349:
|
|
19188
19188
|
/***/ (function(module, exports) {
|
|
19189
19189
|
|
|
19190
19190
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
|
|
|
20311
20311
|
return module;
|
|
20312
20312
|
}
|
|
20313
20313
|
|
|
20314
|
-
const X3D = window [Symbol .for ("X_ITE.X3D-10.5.
|
|
20314
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-10.5.3")];
|
|
20315
20315
|
|
|
20316
20316
|
if (X3D)
|
|
20317
20317
|
X3D [name] = module;
|
|
@@ -34173,7 +34173,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34173
34173
|
|
|
34174
34174
|
/* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
34175
34175
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34176
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34176
|
+
/* provided dependency */ var $ = __webpack_require__(562);
|
|
34177
34177
|
/*******************************************************************************
|
|
34178
34178
|
*
|
|
34179
34179
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34309,7 +34309,7 @@ const Legacy_default_ = Legacy;
|
|
|
34309
34309
|
*
|
|
34310
34310
|
******************************************************************************/
|
|
34311
34311
|
|
|
34312
|
-
const BROWSER_VERSION_default_ = "10.5.
|
|
34312
|
+
const BROWSER_VERSION_default_ = "10.5.3";
|
|
34313
34313
|
;
|
|
34314
34314
|
|
|
34315
34315
|
/* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -37334,7 +37334,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
|
|
|
37334
37334
|
|
|
37335
37335
|
/* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
|
|
37336
37336
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
37337
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37337
|
+
/* provided dependency */ var libtess = __webpack_require__(611);
|
|
37338
37338
|
/*******************************************************************************
|
|
37339
37339
|
*
|
|
37340
37340
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39896,7 +39896,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39896
39896
|
|
|
39897
39897
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39898
39898
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
39899
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39899
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(562);
|
|
39900
39900
|
/*******************************************************************************
|
|
39901
39901
|
*
|
|
39902
39902
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40151,7 +40151,7 @@ const Expressions_default_ = Expressions;
|
|
|
40151
40151
|
|
|
40152
40152
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40153
40153
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
40154
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40154
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(562);
|
|
40155
40155
|
/*******************************************************************************
|
|
40156
40156
|
*
|
|
40157
40157
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42791,7 +42791,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42791
42791
|
|
|
42792
42792
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42793
42793
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
42794
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42794
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(562);
|
|
42795
42795
|
/*******************************************************************************
|
|
42796
42796
|
*
|
|
42797
42797
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44969,7 +44969,7 @@ const URLs_default_ = URLs;
|
|
|
44969
44969
|
|
|
44970
44970
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
44971
44971
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
44972
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44972
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(562);
|
|
44973
44973
|
/*******************************************************************************
|
|
44974
44974
|
*
|
|
44975
44975
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48620,7 +48620,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48620
48620
|
|
|
48621
48621
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48622
48622
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
48623
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
48623
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(562);
|
|
48624
48624
|
/*******************************************************************************
|
|
48625
48625
|
*
|
|
48626
48626
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48771,7 +48771,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
48771
48771
|
|
|
48772
48772
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
48773
48773
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
48774
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
48774
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(562);
|
|
48775
48775
|
/*******************************************************************************
|
|
48776
48776
|
*
|
|
48777
48777
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52114,8 +52114,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52114
52114
|
|
|
52115
52115
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52116
52116
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52117
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52118
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52117
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(562);
|
|
52118
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(611);
|
|
52119
52119
|
/*******************************************************************************
|
|
52120
52120
|
*
|
|
52121
52121
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -54885,7 +54885,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
54885
54885
|
|
|
54886
54886
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
54887
54887
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
54888
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
54888
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(562);
|
|
54889
54889
|
/*******************************************************************************
|
|
54890
54890
|
*
|
|
54891
54891
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -61143,20 +61143,22 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61143
61143
|
const
|
|
61144
61144
|
browser = this .getBrowser (),
|
|
61145
61145
|
renderModeNodes = appearanceNode .getRenderModes (),
|
|
61146
|
-
attribNodes = this .attribNodes,
|
|
61147
|
-
attribBuffers = this .attribBuffers,
|
|
61148
61146
|
primitiveMode = browser .getPrimitiveMode (this .primitiveMode);
|
|
61149
61147
|
|
|
61150
61148
|
for (const node of renderModeNodes)
|
|
61151
61149
|
node .enable (gl);
|
|
61152
61150
|
|
|
61153
61151
|
shaderNode .enable (gl);
|
|
61154
|
-
shaderNode .setUniforms (gl,
|
|
61152
|
+
shaderNode .setUniforms (gl, renderContext, this, front);
|
|
61155
61153
|
|
|
61156
61154
|
// Setup vertex attributes.
|
|
61157
61155
|
|
|
61158
61156
|
if (this .vertexArrayObject .enable (shaderNode .getProgram ()))
|
|
61159
61157
|
{
|
|
61158
|
+
const
|
|
61159
|
+
attribNodes = this .getAttrib (),
|
|
61160
|
+
attribBuffers = this .getAttribBuffers ();
|
|
61161
|
+
|
|
61160
61162
|
if (this .coordIndices .length)
|
|
61161
61163
|
shaderNode .enableCoordIndexAttribute (gl, this .coordIndexBuffer, 0, 0);
|
|
61162
61164
|
|
|
@@ -61275,8 +61277,6 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61275
61277
|
const
|
|
61276
61278
|
browser = this .getBrowser (),
|
|
61277
61279
|
renderModeNodes = appearanceNode .getRenderModes (),
|
|
61278
|
-
attribNodes = this .attribNodes,
|
|
61279
|
-
attribBuffers = this .attribBuffers,
|
|
61280
61280
|
primitiveMode = browser .getPrimitiveMode (this .primitiveMode);
|
|
61281
61281
|
|
|
61282
61282
|
for (const node of renderModeNodes)
|
|
@@ -61285,7 +61285,7 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61285
61285
|
// Setup shader.
|
|
61286
61286
|
|
|
61287
61287
|
shaderNode .enable (gl);
|
|
61288
|
-
shaderNode .setUniforms (gl,
|
|
61288
|
+
shaderNode .setUniforms (gl, renderContext, this, front);
|
|
61289
61289
|
|
|
61290
61290
|
// Setup vertex attributes.
|
|
61291
61291
|
|
|
@@ -61295,6 +61295,10 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
61295
61295
|
{
|
|
61296
61296
|
const { instancesStride, particleOffset, velocityOffset, matrixOffset, normalMatrixOffset } = shapeNode;
|
|
61297
61297
|
|
|
61298
|
+
const
|
|
61299
|
+
attribNodes = this .getAttrib (),
|
|
61300
|
+
attribBuffers = this .getAttribBuffers ();
|
|
61301
|
+
|
|
61298
61302
|
if (particleOffset !== undefined)
|
|
61299
61303
|
shaderNode .enableParticleAttribute (gl, instances, instancesStride, particleOffset, 1);
|
|
61300
61304
|
|
|
@@ -62896,7 +62900,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62896
62900
|
|
|
62897
62901
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
62898
62902
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62899
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62903
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(562);
|
|
62900
62904
|
/*******************************************************************************
|
|
62901
62905
|
*
|
|
62902
62906
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66280,7 +66284,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66280
66284
|
|
|
66281
66285
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66282
66286
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66283
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66287
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(562);
|
|
66284
66288
|
/*******************************************************************************
|
|
66285
66289
|
*
|
|
66286
66290
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67244,7 +67248,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67244
67248
|
|
|
67245
67249
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67246
67250
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
67247
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67251
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(562);
|
|
67248
67252
|
/*******************************************************************************
|
|
67249
67253
|
*
|
|
67250
67254
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -76913,14 +76917,13 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76913
76917
|
const
|
|
76914
76918
|
appearanceNode = renderContext .appearanceNode,
|
|
76915
76919
|
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
76916
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
76917
|
-
attribNodes = this .getAttrib (),
|
|
76918
|
-
attribBuffers = this .getAttribBuffers ();
|
|
76920
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
76919
76921
|
|
|
76920
76922
|
if (!renderContext .transparent)
|
|
76921
76923
|
{
|
|
76922
76924
|
gl .enable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
76923
76925
|
gl .enable (gl .BLEND);
|
|
76926
|
+
gl .blendFuncSeparate (gl .ONE, gl .ZERO, gl .ZERO, gl .ONE);
|
|
76924
76927
|
}
|
|
76925
76928
|
|
|
76926
76929
|
for (const node of renderModeNodes)
|
|
@@ -76929,12 +76932,16 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76929
76932
|
// Setup shader.
|
|
76930
76933
|
|
|
76931
76934
|
shaderNode .enable (gl);
|
|
76932
|
-
shaderNode .setUniforms (gl,
|
|
76935
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
76933
76936
|
|
|
76934
76937
|
// Setup vertex attributes.
|
|
76935
76938
|
|
|
76936
76939
|
if (this .vertexArrayObject .enable (shaderNode .getProgram ()))
|
|
76937
76940
|
{
|
|
76941
|
+
const
|
|
76942
|
+
attribNodes = this .getAttrib (),
|
|
76943
|
+
attribBuffers = this .getAttribBuffers ();
|
|
76944
|
+
|
|
76938
76945
|
if (this .coordIndices .length)
|
|
76939
76946
|
shaderNode .enableCoordIndexAttribute (gl, this .coordIndexBuffer, 0, 0);
|
|
76940
76947
|
|
|
@@ -76965,6 +76972,7 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76965
76972
|
{
|
|
76966
76973
|
gl .disable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
76967
76974
|
gl .disable (gl .BLEND);
|
|
76975
|
+
gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
|
|
76968
76976
|
}
|
|
76969
76977
|
},
|
|
76970
76978
|
displayInstanced (gl, renderContext, shapeNode)
|
|
@@ -76972,14 +76980,13 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76972
76980
|
const
|
|
76973
76981
|
appearanceNode = renderContext .appearanceNode,
|
|
76974
76982
|
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
76975
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
76976
|
-
attribNodes = this .getAttrib (),
|
|
76977
|
-
attribBuffers = this .getAttribBuffers ();
|
|
76983
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
76978
76984
|
|
|
76979
76985
|
if (!renderContext .transparent)
|
|
76980
76986
|
{
|
|
76981
76987
|
gl .enable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
76982
76988
|
gl .enable (gl .BLEND);
|
|
76989
|
+
gl .blendFuncSeparate (gl .ONE, gl .ZERO, gl .ZERO, gl .ONE);
|
|
76983
76990
|
}
|
|
76984
76991
|
|
|
76985
76992
|
for (const node of renderModeNodes)
|
|
@@ -76988,7 +76995,7 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76988
76995
|
// Setup shader.
|
|
76989
76996
|
|
|
76990
76997
|
shaderNode .enable (gl);
|
|
76991
|
-
shaderNode .setUniforms (gl,
|
|
76998
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
76992
76999
|
|
|
76993
77000
|
// Setup vertex attributes.
|
|
76994
77001
|
|
|
@@ -76998,6 +77005,10 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
76998
77005
|
{
|
|
76999
77006
|
const { instancesStride, particleOffset, velocityOffset, matrixOffset, normalMatrixOffset } = shapeNode;
|
|
77000
77007
|
|
|
77008
|
+
const
|
|
77009
|
+
attribNodes = this .getAttrib (),
|
|
77010
|
+
attribBuffers = this .getAttribBuffers ();
|
|
77011
|
+
|
|
77001
77012
|
if (particleOffset !== undefined)
|
|
77002
77013
|
shaderNode .enableParticleAttribute (gl, instances, instancesStride, particleOffset, 1);
|
|
77003
77014
|
|
|
@@ -77043,6 +77054,7 @@ Object .assign (Object .setPrototypeOf (X3DPointGeometryNode .prototype, Renderi
|
|
|
77043
77054
|
{
|
|
77044
77055
|
gl .disable (gl .SAMPLE_ALPHA_TO_COVERAGE);
|
|
77045
77056
|
gl .disable (gl .BLEND);
|
|
77057
|
+
gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
|
|
77046
77058
|
}
|
|
77047
77059
|
},
|
|
77048
77060
|
});
|
|
@@ -77496,11 +77508,9 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77496
77508
|
const
|
|
77497
77509
|
browser = this .getBrowser (),
|
|
77498
77510
|
appearanceNode = renderContext .appearanceNode,
|
|
77499
|
-
linePropertiesNode = appearanceNode .
|
|
77511
|
+
linePropertiesNode = appearanceNode .getStyleProperties (1),
|
|
77500
77512
|
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
77501
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
77502
|
-
attribNodes = this .getAttrib (),
|
|
77503
|
-
attribBuffers = this .getAttribBuffers ();
|
|
77513
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
77504
77514
|
|
|
77505
77515
|
if (linePropertiesNode)
|
|
77506
77516
|
{
|
|
@@ -77612,7 +77622,7 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77612
77622
|
// Setup shader.
|
|
77613
77623
|
|
|
77614
77624
|
shaderNode .enable (gl);
|
|
77615
|
-
shaderNode .setUniforms (gl,
|
|
77625
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
77616
77626
|
|
|
77617
77627
|
// Setup vertex attributes.
|
|
77618
77628
|
|
|
@@ -77664,12 +77674,16 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77664
77674
|
// Setup shader.
|
|
77665
77675
|
|
|
77666
77676
|
shaderNode .enable (gl);
|
|
77667
|
-
shaderNode .setUniforms (gl,
|
|
77677
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
77668
77678
|
|
|
77669
77679
|
// Setup vertex attributes.
|
|
77670
77680
|
|
|
77671
77681
|
if (this .vertexArrayObject .enable (shaderNode .getProgram ()))
|
|
77672
77682
|
{
|
|
77683
|
+
const
|
|
77684
|
+
attribNodes = this .getAttrib (),
|
|
77685
|
+
attribBuffers = this .getAttribBuffers ();
|
|
77686
|
+
|
|
77673
77687
|
if (this .coordIndices .length)
|
|
77674
77688
|
shaderNode .enableCoordIndexAttribute (gl, this .coordIndexBuffer, 0, 0);
|
|
77675
77689
|
|
|
@@ -77714,11 +77728,9 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77714
77728
|
browser = this .getBrowser (),
|
|
77715
77729
|
geometryContext = shapeNode .getGeometryContext (),
|
|
77716
77730
|
appearanceNode = renderContext .appearanceNode,
|
|
77717
|
-
linePropertiesNode = appearanceNode .
|
|
77731
|
+
linePropertiesNode = appearanceNode .getStyleProperties (1),
|
|
77718
77732
|
shaderNode = appearanceNode .getShader (geometryContext, renderContext),
|
|
77719
|
-
renderModeNodes = appearanceNode .getRenderModes ()
|
|
77720
|
-
attribNodes = this .getAttrib (),
|
|
77721
|
-
attribBuffers = this .getAttribBuffers ();
|
|
77733
|
+
renderModeNodes = appearanceNode .getRenderModes ();
|
|
77722
77734
|
|
|
77723
77735
|
if (linePropertiesNode)
|
|
77724
77736
|
{
|
|
@@ -77752,12 +77764,14 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77752
77764
|
|
|
77753
77765
|
if (instances .thickLinesVertexArrayObject .update (this .updateInstances) .enable (transformShaderNode .getProgram ()))
|
|
77754
77766
|
{
|
|
77755
|
-
|
|
77767
|
+
// TODO: skinning is not implemented with thick lines, and must be done in the transform shader.
|
|
77768
|
+
|
|
77769
|
+
const { instancesStride, matrixOffset, colorOffset } = shapeNode;
|
|
77756
77770
|
|
|
77757
77771
|
transformShaderNode .enableInstanceMatrixAttribute (gl, instances, instancesStride, matrixOffset, 2);
|
|
77758
77772
|
|
|
77759
|
-
if (normalMatrixOffset !== undefined)
|
|
77760
|
-
|
|
77773
|
+
// if (normalMatrixOffset !== undefined)
|
|
77774
|
+
// transformShaderNode .enableInstanceNormalMatrixAttribute (gl, instances, instancesStride, normalMatrixOffset, 2);
|
|
77761
77775
|
|
|
77762
77776
|
const
|
|
77763
77777
|
coordIndexStride = 2 * Float32Array .BYTES_PER_ELEMENT,
|
|
@@ -77858,14 +77872,14 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77858
77872
|
// Setup shader.
|
|
77859
77873
|
|
|
77860
77874
|
shaderNode .enable (gl);
|
|
77861
|
-
shaderNode .setUniforms (gl,
|
|
77875
|
+
shaderNode .setUniforms (gl, renderContext, geometryContext);
|
|
77862
77876
|
|
|
77863
77877
|
// Setup vertex attributes.
|
|
77864
77878
|
|
|
77865
77879
|
if (instances .thickLinesVertexArrayObject .update (this .updateInstances) .enable (shaderNode .getProgram ()))
|
|
77866
77880
|
{
|
|
77867
|
-
shaderNode .enableInstanceMatrixAttribute (gl, browser .getDefaultInstanceMatrices (),
|
|
77868
|
-
shaderNode .enableInstanceNormalMatrixAttribute (gl, browser .getDefaultInstanceMatrices (),
|
|
77881
|
+
shaderNode .enableInstanceMatrixAttribute (gl, browser .getDefaultInstanceMatrices (), 0, 0, 1);
|
|
77882
|
+
shaderNode .enableInstanceNormalMatrixAttribute (gl, browser .getDefaultInstanceMatrices (), 0, 64, 1);
|
|
77869
77883
|
|
|
77870
77884
|
const
|
|
77871
77885
|
stride = 16 * Float32Array .BYTES_PER_ELEMENT,
|
|
@@ -77915,7 +77929,7 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77915
77929
|
// Setup shader.
|
|
77916
77930
|
|
|
77917
77931
|
shaderNode .enable (gl);
|
|
77918
|
-
shaderNode .setUniforms (gl,
|
|
77932
|
+
shaderNode .setUniforms (gl, renderContext, this);
|
|
77919
77933
|
|
|
77920
77934
|
// Setup vertex attributes.
|
|
77921
77935
|
|
|
@@ -77925,6 +77939,10 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77925
77939
|
{
|
|
77926
77940
|
const { instancesStride, particleOffset, velocityOffset, matrixOffset, normalMatrixOffset, colorOffset } = shapeNode;
|
|
77927
77941
|
|
|
77942
|
+
const
|
|
77943
|
+
attribNodes = this .getAttrib (),
|
|
77944
|
+
attribBuffers = this .getAttribBuffers ();
|
|
77945
|
+
|
|
77928
77946
|
if (particleOffset !== undefined)
|
|
77929
77947
|
shaderNode .enableParticleAttribute (gl, instances, instancesStride, particleOffset, 1);
|
|
77930
77948
|
|
|
@@ -90551,7 +90569,7 @@ mediump samplerCube textureCube;
|
|
|
90551
90569
|
|
|
90552
90570
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
90553
90571
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90554
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
90572
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(562);
|
|
90555
90573
|
/*******************************************************************************
|
|
90556
90574
|
*
|
|
90557
90575
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -91593,7 +91611,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
91593
91611
|
xrModelViewMatrix = new Float32Array (16),
|
|
91594
91612
|
normalMatrix = new Float32Array (9);
|
|
91595
91613
|
|
|
91596
|
-
return function (gl,
|
|
91614
|
+
return function (gl, renderContext, geometryContext, front = true)
|
|
91597
91615
|
{
|
|
91598
91616
|
const { renderObject, fogNode, appearanceNode, humanoidNode, modelViewMatrix } = renderContext;
|
|
91599
91617
|
|
|
@@ -91869,10 +91887,6 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
91869
91887
|
gl .enableVertexAttribArray (location);
|
|
91870
91888
|
gl .vertexAttribPointer (location, 4, gl .FLOAT, false, stride, offset);
|
|
91871
91889
|
},
|
|
91872
|
-
vertexAttributeDivisor (gl, divisor)
|
|
91873
|
-
{
|
|
91874
|
-
gl .vertexAttribDivisor (this .x3d_Vertex, divisor);
|
|
91875
|
-
},
|
|
91876
91890
|
enableParticleAttribute (gl, buffer, stride, offset, divisor)
|
|
91877
91891
|
{
|
|
91878
91892
|
const location = this .x3d_Particle;
|
|
@@ -94791,7 +94805,7 @@ precision highp float;uniform vec4 viewport;uniform mat4 modelViewProjectionMatr
|
|
|
94791
94805
|
#if defined(X3D_INSTANCING)
|
|
94792
94806
|
in mat4 x3d_InstanceMatrix;
|
|
94793
94807
|
#endif
|
|
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
|
|
94808
|
+
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(){
|
|
94795
94809
|
#if defined(X3D_INSTANCING)
|
|
94796
94810
|
vec3 projected0=projectPoint(x3d_InstanceMatrix*x3d_Vertex0,modelViewProjectionMatrix,viewport);vec3 projected1=projectPoint(x3d_InstanceMatrix*x3d_Vertex1,modelViewProjectionMatrix,viewport);
|
|
94797
94811
|
#else
|
|
@@ -95809,7 +95823,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95809
95823
|
|
|
95810
95824
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
95811
95825
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95812
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95826
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(562);
|
|
95813
95827
|
/*******************************************************************************
|
|
95814
95828
|
*
|
|
95815
95829
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96407,7 +96421,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96407
96421
|
|
|
96408
96422
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
96409
96423
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
96410
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96424
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(562);
|
|
96411
96425
|
/*******************************************************************************
|
|
96412
96426
|
*
|
|
96413
96427
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96531,18 +96545,6 @@ Object .assign (Object .setPrototypeOf (Appearance .prototype, Shape_X3DAppearan
|
|
|
96531
96545
|
{
|
|
96532
96546
|
return this .stylePropertiesNode [geometryType];
|
|
96533
96547
|
},
|
|
96534
|
-
getPointProperties ()
|
|
96535
|
-
{
|
|
96536
|
-
return this .stylePropertiesNode [0];
|
|
96537
|
-
},
|
|
96538
|
-
getLineProperties ()
|
|
96539
|
-
{
|
|
96540
|
-
return this .stylePropertiesNode [1];
|
|
96541
|
-
},
|
|
96542
|
-
getFillProperties ()
|
|
96543
|
-
{
|
|
96544
|
-
return this .stylePropertiesNode [2];
|
|
96545
|
-
},
|
|
96546
96548
|
getMaterial ()
|
|
96547
96549
|
{
|
|
96548
96550
|
return this .materialNode;
|
|
@@ -104642,8 +104644,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
104642
104644
|
|
|
104643
104645
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
104644
104646
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
104645
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
104646
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
104647
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(562);
|
|
104648
|
+
/* provided dependency */ var SuperGif = __webpack_require__(349);
|
|
104647
104649
|
/*******************************************************************************
|
|
104648
104650
|
*
|
|
104649
104651
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107111,7 +107113,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107111
107113
|
|
|
107112
107114
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107113
107115
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107114
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107116
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(562);
|
|
107115
107117
|
/*******************************************************************************
|
|
107116
107118
|
*
|
|
107117
107119
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107741,7 +107743,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
107741
107743
|
|
|
107742
107744
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
107743
107745
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107744
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107746
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(562);
|
|
107745
107747
|
/*******************************************************************************
|
|
107746
107748
|
*
|
|
107747
107749
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108388,7 +108390,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
108388
108390
|
|
|
108389
108391
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
108390
108392
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
108391
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
108393
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(562);
|
|
108392
108394
|
/*******************************************************************************
|
|
108393
108395
|
*
|
|
108394
108396
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108510,8 +108512,8 @@ const Notification_default_ = Notification;
|
|
|
108510
108512
|
|
|
108511
108513
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
108512
108514
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
108513
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
108514
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
108515
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(498);
|
|
108516
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(562);
|
|
108515
108517
|
/*******************************************************************************
|
|
108516
108518
|
*
|
|
108517
108519
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111237,7 +111239,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
111237
111239
|
|
|
111238
111240
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
111239
111241
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
111240
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
111242
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(562);
|
|
111241
111243
|
/*******************************************************************************
|
|
111242
111244
|
*
|
|
111243
111245
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113848,8 +113850,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113848
113850
|
|
|
113849
113851
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
113850
113852
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113851
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113852
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113853
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(192);
|
|
113854
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(562);
|
|
113853
113855
|
/*******************************************************************************
|
|
113854
113856
|
*
|
|
113855
113857
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114764,8 +114766,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
114764
114766
|
|
|
114765
114767
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
114766
114768
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
114767
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
114768
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
114769
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(192);
|
|
114770
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(562);
|
|
114769
114771
|
/*******************************************************************************
|
|
114770
114772
|
*
|
|
114771
114773
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115780,8 +115782,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
115780
115782
|
|
|
115781
115783
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
115782
115784
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
115783
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
115784
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
115785
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(192);
|
|
115786
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(562);
|
|
115785
115787
|
/*******************************************************************************
|
|
115786
115788
|
*
|
|
115787
115789
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116110,8 +116112,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116110
116112
|
|
|
116111
116113
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116112
116114
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116113
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116114
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116115
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(192);
|
|
116116
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(562);
|
|
116115
116117
|
/*******************************************************************************
|
|
116116
116118
|
*
|
|
116117
116119
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117256,8 +117258,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
117256
117258
|
|
|
117257
117259
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
117258
117260
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
117259
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
117260
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
117261
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(192);
|
|
117262
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(562);
|
|
117261
117263
|
/*******************************************************************************
|
|
117262
117264
|
*
|
|
117263
117265
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118704,7 +118706,7 @@ const Lock_default_ = Lock;
|
|
|
118704
118706
|
|
|
118705
118707
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
118706
118708
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
118707
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
118709
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(562);
|
|
118708
118710
|
/*******************************************************************************
|
|
118709
118711
|
*
|
|
118710
118712
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118818,7 +118820,6 @@ Object .assign (X3DRenderingContext .prototype,
|
|
|
118818
118820
|
gl .enable (gl .DEPTH_TEST);
|
|
118819
118821
|
gl .depthFunc (gl .LEQUAL);
|
|
118820
118822
|
gl .clearDepth (1);
|
|
118821
|
-
gl .sampleCoverage (1.0, false);
|
|
118822
118823
|
|
|
118823
118824
|
gl .blendFuncSeparate (gl .SRC_ALPHA, gl .ONE_MINUS_SRC_ALPHA, gl .ONE, gl .ONE_MINUS_SRC_ALPHA);
|
|
118824
118825
|
gl .blendEquationSeparate (gl .FUNC_ADD, gl .FUNC_ADD);
|
|
@@ -120027,7 +120028,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120027
120028
|
|
|
120028
120029
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120029
120030
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120030
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120031
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(562);
|
|
120031
120032
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120032
120033
|
{
|
|
120033
120034
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -121606,7 +121607,7 @@ const Components_default_ = Components;
|
|
|
121606
121607
|
|
|
121607
121608
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
121608
121609
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
121609
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
121610
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(562);
|
|
121610
121611
|
/*******************************************************************************
|
|
121611
121612
|
* MIT License
|
|
121612
121613
|
*
|
|
@@ -122872,7 +122873,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
122872
122873
|
|
|
122873
122874
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
122874
122875
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
122875
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
122876
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(562);
|
|
122876
122877
|
/*******************************************************************************
|
|
122877
122878
|
*
|
|
122878
122879
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123939,7 +123940,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
123939
123940
|
|
|
123940
123941
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
123941
123942
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
123942
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
123943
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(562);
|
|
123943
123944
|
/*******************************************************************************
|
|
123944
123945
|
*
|
|
123945
123946
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124206,8 +124207,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
124206
124207
|
|
|
124207
124208
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
124208
124209
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
124209
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
124210
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
124210
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(562);
|
|
124211
|
+
/* provided dependency */ var pako = __webpack_require__(418);
|
|
124211
124212
|
Object .assign (jquery_$,
|
|
124212
124213
|
{
|
|
124213
124214
|
decodeText (input)
|
|
@@ -124284,13 +124285,13 @@ const jquery_default_ = jquery_$;
|
|
|
124284
124285
|
|
|
124285
124286
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
124286
124287
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
124287
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
124288
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(611);
|
|
124288
124289
|
const libtess_default_ = libtess_libtess;
|
|
124289
124290
|
;
|
|
124290
124291
|
|
|
124291
124292
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
124292
124293
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
124293
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
124294
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(562);
|
|
124294
124295
|
/*******************************************************************************
|
|
124295
124296
|
*
|
|
124296
124297
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124594,7 +124595,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
124594
124595
|
|
|
124595
124596
|
// Assign X3D to global namespace.
|
|
124596
124597
|
|
|
124597
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
124598
|
+
window [Symbol .for ("X_ITE.X3D-10.5.3")] = x_ite_X3D;
|
|
124598
124599
|
|
|
124599
124600
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
124600
124601
|
|