x_ite 10.5.6 → 10.5.8
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 +373 -114
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +2 -2
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +2 -2
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
- package/dist/assets/components/PickingComponent.js +2 -2
- package/dist/assets/components/PickingComponent.min.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
- package/dist/assets/components/ScriptingComponent.js +2 -2
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +4 -4
- package/dist/assets/components/TextComponent.min.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
- package/dist/assets/components/Texturing3DComponent.js +10 -10
- package/dist/assets/components/Texturing3DComponent.min.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
- package/dist/assets/components/X_ITEComponent.js +2 -2
- package/dist/assets/components/X_ITEComponent.min.js +2 -2
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +13 -0
- package/dist/x_ite.js +241 -135
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +241 -135
- package/dist/x_ite.zip +0 -0
- package/package.json +2 -2
package/dist/x_ite.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* X_ITE v10.5.
|
|
1
|
+
/* X_ITE v10.5.8 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 949:
|
|
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__(445);
|
|
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
|
+
/***/ 485:
|
|
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__(445)], __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
|
+
/***/ 445:
|
|
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
|
+
/***/ 294:
|
|
11153
11153
|
/***/ ((module) => {
|
|
11154
11154
|
|
|
11155
11155
|
/**
|
|
@@ -15928,7 +15928,7 @@ if (true) {
|
|
|
15928
15928
|
|
|
15929
15929
|
/***/ }),
|
|
15930
15930
|
|
|
15931
|
-
/***/
|
|
15931
|
+
/***/ 729:
|
|
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
|
+
/***/ 782:
|
|
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.8")];
|
|
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
|
;// ./src/x_ite/Browser/Legacy.js
|
|
34162
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34162
|
+
/* provided dependency */ var $ = __webpack_require__(445);
|
|
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.8";
|
|
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
|
;// ./src/standard/Math/Geometry/Triangle3.js
|
|
37323
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
37323
|
+
/* provided dependency */ var libtess = __webpack_require__(294);
|
|
37324
37324
|
/*******************************************************************************
|
|
37325
37325
|
*
|
|
37326
37326
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39886,7 +39886,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39886
39886
|
|
|
39887
39887
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
39888
39888
|
;// ./src/x_ite/Parser/X3DParser.js
|
|
39889
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
39889
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(445);
|
|
39890
39890
|
/*******************************************************************************
|
|
39891
39891
|
*
|
|
39892
39892
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -40141,7 +40141,7 @@ const Expressions_default_ = Expressions;
|
|
|
40141
40141
|
|
|
40142
40142
|
/* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
|
|
40143
40143
|
;// ./src/x_ite/Parser/VRMLParser.js
|
|
40144
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
40144
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(445);
|
|
40145
40145
|
/*******************************************************************************
|
|
40146
40146
|
*
|
|
40147
40147
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -42781,7 +42781,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
42781
42781
|
|
|
42782
42782
|
/* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
|
|
42783
42783
|
;// ./src/x_ite/Parser/XMLParser.js
|
|
42784
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
42784
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(445);
|
|
42785
42785
|
/*******************************************************************************
|
|
42786
42786
|
*
|
|
42787
42787
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44959,7 +44959,7 @@ const URLs_default_ = URLs;
|
|
|
44959
44959
|
|
|
44960
44960
|
/* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
|
|
44961
44961
|
;// ./src/x_ite/Parser/GLTF2Parser.js
|
|
44962
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44962
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(445);
|
|
44963
44963
|
/*******************************************************************************
|
|
44964
44964
|
*
|
|
44965
44965
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48610,7 +48610,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
48610
48610
|
|
|
48611
48611
|
/* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
48612
48612
|
;// ./src/x_ite/Parser/GLB2Parser.js
|
|
48613
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
48613
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(445);
|
|
48614
48614
|
/*******************************************************************************
|
|
48615
48615
|
*
|
|
48616
48616
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -48761,7 +48761,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
48761
48761
|
|
|
48762
48762
|
/* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
|
|
48763
48763
|
;// ./src/x_ite/Parser/OBJParser.js
|
|
48764
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
48764
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(445);
|
|
48765
48765
|
/*******************************************************************************
|
|
48766
48766
|
*
|
|
48767
48767
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52096,6 +52096,16 @@ class MatrixStack extends Array
|
|
|
52096
52096
|
this [this .#top] .identity ();
|
|
52097
52097
|
}
|
|
52098
52098
|
|
|
52099
|
+
inverse ()
|
|
52100
|
+
{
|
|
52101
|
+
this [this .#top] .inverse ();
|
|
52102
|
+
}
|
|
52103
|
+
|
|
52104
|
+
multRight (matrix)
|
|
52105
|
+
{
|
|
52106
|
+
this [this .#top] .multRight (matrix);
|
|
52107
|
+
}
|
|
52108
|
+
|
|
52099
52109
|
multLeft (matrix)
|
|
52100
52110
|
{
|
|
52101
52111
|
this [this .#top] .multLeft (matrix);
|
|
@@ -52122,8 +52132,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52122
52132
|
|
|
52123
52133
|
/* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
|
|
52124
52134
|
;// ./src/x_ite/Parser/SVGParser.js
|
|
52125
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52126
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
52135
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(445);
|
|
52136
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(294);
|
|
52127
52137
|
/*******************************************************************************
|
|
52128
52138
|
*
|
|
52129
52139
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -54902,7 +54912,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
54902
54912
|
|
|
54903
54913
|
/* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
|
|
54904
54914
|
;// ./src/x_ite/Parser/GoldenGate.js
|
|
54905
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
54915
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(445);
|
|
54906
54916
|
/*******************************************************************************
|
|
54907
54917
|
*
|
|
54908
54918
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -56579,7 +56589,8 @@ function X3DRenderObject (executionContext)
|
|
|
56579
56589
|
this .localShadows = [ false ];
|
|
56580
56590
|
this .localFogs = [ null ];
|
|
56581
56591
|
this .layouts = [ ];
|
|
56582
|
-
this .
|
|
56592
|
+
this .hAnimNode = [ null ];
|
|
56593
|
+
this .invHumanoidMatrix = new Utility_MatrixStack (Numbers_Matrix4);
|
|
56583
56594
|
this .generatedCubeMapTextures = [ ];
|
|
56584
56595
|
this .collisions = [ ];
|
|
56585
56596
|
this .collisionTime = new Time_StopWatch ();
|
|
@@ -56837,9 +56848,13 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56837
56848
|
{
|
|
56838
56849
|
return this .layouts .at (-1);
|
|
56839
56850
|
},
|
|
56840
|
-
|
|
56851
|
+
getHAnimNode ()
|
|
56841
56852
|
{
|
|
56842
|
-
return this .
|
|
56853
|
+
return this .hAnimNode;
|
|
56854
|
+
},
|
|
56855
|
+
getInvHumanoidMatrix ()
|
|
56856
|
+
{
|
|
56857
|
+
return this .invHumanoidMatrix;
|
|
56843
56858
|
},
|
|
56844
56859
|
getGeneratedCubeMapTextures ()
|
|
56845
56860
|
{
|
|
@@ -57120,7 +57135,7 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57120
57135
|
|
|
57121
57136
|
pointingContext .modelViewMatrix .set (modelViewMatrix);
|
|
57122
57137
|
pointingContext .scissor = viewVolume .getScissor ();
|
|
57123
|
-
pointingContext .
|
|
57138
|
+
pointingContext .hAnimNode = this .hAnimNode .at (-1);
|
|
57124
57139
|
pointingContext .shapeNode = shapeNode;
|
|
57125
57140
|
|
|
57126
57141
|
// Clip planes & sensors
|
|
@@ -57219,7 +57234,7 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57219
57234
|
|
|
57220
57235
|
depthContext .modelViewMatrix .set (modelViewMatrix);
|
|
57221
57236
|
depthContext .scissor = viewVolume .getScissor ();
|
|
57222
|
-
depthContext .
|
|
57237
|
+
depthContext .hAnimNode = this .hAnimNode .at (-1);
|
|
57223
57238
|
depthContext .shapeNode = shapeNode;
|
|
57224
57239
|
|
|
57225
57240
|
// Clip planes
|
|
@@ -57278,7 +57293,7 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57278
57293
|
renderContext .scissor .assign (viewVolume .getScissor ());
|
|
57279
57294
|
renderContext .shadows = this .localShadows .at (-1);
|
|
57280
57295
|
renderContext .fogNode = this .localFogs .at (-1);
|
|
57281
|
-
renderContext .
|
|
57296
|
+
renderContext .hAnimNode = this .hAnimNode .at (-1);
|
|
57282
57297
|
renderContext .shapeNode = shapeNode;
|
|
57283
57298
|
renderContext .appearanceNode = shapeNode .getAppearance ();
|
|
57284
57299
|
|
|
@@ -57338,12 +57353,12 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57338
57353
|
{
|
|
57339
57354
|
const
|
|
57340
57355
|
renderContext = shapes [s],
|
|
57341
|
-
{ scissor, clipPlanes, modelViewMatrix, shapeNode,
|
|
57356
|
+
{ scissor, clipPlanes, modelViewMatrix, shapeNode, hAnimNode } = renderContext,
|
|
57342
57357
|
appearanceNode = shapeNode .getAppearance (),
|
|
57343
57358
|
geometryContext = shapeNode .getGeometryContext (),
|
|
57344
57359
|
depthModeNode = appearanceNode .getDepthMode (),
|
|
57345
57360
|
stylePropertiesNode = appearanceNode .getStyleProperties (geometryContext .geometryType),
|
|
57346
|
-
shaderNode = browser .getPointingShader (clipPlanes .length, shapeNode,
|
|
57361
|
+
shaderNode = browser .getPointingShader (clipPlanes .length, shapeNode, hAnimNode),
|
|
57347
57362
|
id = browser .addPointingShape (renderContext);
|
|
57348
57363
|
|
|
57349
57364
|
gl .scissor (scissor .x - x,
|
|
@@ -57362,7 +57377,7 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57362
57377
|
|
|
57363
57378
|
depthModeNode ?.enable (gl);
|
|
57364
57379
|
stylePropertiesNode ?.setShaderUniforms (gl, shaderNode);
|
|
57365
|
-
|
|
57380
|
+
hAnimNode ?.setShaderUniforms (gl, shaderNode);
|
|
57366
57381
|
|
|
57367
57382
|
shapeNode .displaySimple (gl, renderContext, shaderNode);
|
|
57368
57383
|
|
|
@@ -57578,11 +57593,11 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57578
57593
|
{
|
|
57579
57594
|
const
|
|
57580
57595
|
renderContext = shapes [s],
|
|
57581
|
-
{ scissor, clipPlanes, modelViewMatrix, shapeNode,
|
|
57596
|
+
{ scissor, clipPlanes, modelViewMatrix, shapeNode, hAnimNode } = renderContext,
|
|
57582
57597
|
appearanceNode = shapeNode .getAppearance (),
|
|
57583
57598
|
geometryContext = shapeNode .getGeometryContext (),
|
|
57584
57599
|
stylePropertiesNode = appearanceNode .getStyleProperties (geometryContext .geometryType),
|
|
57585
|
-
shaderNode = browser .getDepthShader (clipPlanes .length, shapeNode,
|
|
57600
|
+
shaderNode = browser .getDepthShader (clipPlanes .length, shapeNode, hAnimNode);
|
|
57586
57601
|
|
|
57587
57602
|
gl .scissor (... scissor);
|
|
57588
57603
|
|
|
@@ -57595,7 +57610,7 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
57595
57610
|
gl .uniformMatrix4fv (shaderNode .x3d_ModelViewMatrix, false, modelViewMatrix);
|
|
57596
57611
|
|
|
57597
57612
|
stylePropertiesNode ?.setShaderUniforms (gl, shaderNode);
|
|
57598
|
-
|
|
57613
|
+
hAnimNode ?.setShaderUniforms (gl, shaderNode);
|
|
57599
57614
|
|
|
57600
57615
|
shapeNode .displaySimple (gl, renderContext, shaderNode);
|
|
57601
57616
|
browser .resetTextureUnits ();
|
|
@@ -62916,7 +62931,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62916
62931
|
|
|
62917
62932
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
62918
62933
|
;// ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62919
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62934
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(445);
|
|
62920
62935
|
/*******************************************************************************
|
|
62921
62936
|
*
|
|
62922
62937
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -65263,15 +65278,57 @@ Object .assign (Object .setPrototypeOf (X3DViewpointNode .prototype, Core_X3DBin
|
|
|
65263
65278
|
},
|
|
65264
65279
|
getUserPosition ()
|
|
65265
65280
|
{
|
|
65266
|
-
return this .userPosition .assign (this .getPosition ())
|
|
65281
|
+
return this .userPosition .assign (this .getPosition ())
|
|
65282
|
+
.add (this ._positionOffset .getValue ());
|
|
65283
|
+
},
|
|
65284
|
+
setUserPosition (userPosition)
|
|
65285
|
+
{
|
|
65286
|
+
this ._positionOffset = this .userPosition .assign (userPosition)
|
|
65287
|
+
.subtract (this .getPosition ());
|
|
65267
65288
|
},
|
|
65268
65289
|
getUserOrientation ()
|
|
65269
65290
|
{
|
|
65270
|
-
return this .userOrientation .assign (this .getOrientation ())
|
|
65291
|
+
return this .userOrientation .assign (this .getOrientation ())
|
|
65292
|
+
.multRight (this ._orientationOffset .getValue ());
|
|
65293
|
+
},
|
|
65294
|
+
setUserOrientation (userOrientation)
|
|
65295
|
+
{
|
|
65296
|
+
this ._orientationOffset = this .userOrientation .assign (this .getOrientation ()) .inverse ()
|
|
65297
|
+
.multRight (userOrientation);
|
|
65271
65298
|
},
|
|
65272
65299
|
getUserCenterOfRotation ()
|
|
65273
65300
|
{
|
|
65274
|
-
return this .userCenterOfRotation .assign (this .getCenterOfRotation ())
|
|
65301
|
+
return this .userCenterOfRotation .assign (this .getCenterOfRotation ())
|
|
65302
|
+
.add (this ._centerOfRotationOffset .getValue ());
|
|
65303
|
+
},
|
|
65304
|
+
setUserCenterOfRotation (userCenterOfRotation)
|
|
65305
|
+
{
|
|
65306
|
+
this ._centerOfRotationOffset = this .userCenterOfRotation .assign (userCenterOfRotation)
|
|
65307
|
+
.subtract (this .getCenterOfRotation ());
|
|
65308
|
+
},
|
|
65309
|
+
getFieldOfViewScale ()
|
|
65310
|
+
{
|
|
65311
|
+
return this ._fieldOfViewScale .getValue ();
|
|
65312
|
+
},
|
|
65313
|
+
setFieldOfViewScale (value)
|
|
65314
|
+
{
|
|
65315
|
+
this ._fieldOfViewScale = value;
|
|
65316
|
+
},
|
|
65317
|
+
getNearDistance ()
|
|
65318
|
+
{
|
|
65319
|
+
return this .nearDistance;
|
|
65320
|
+
},
|
|
65321
|
+
setNearDistance (value)
|
|
65322
|
+
{
|
|
65323
|
+
this .nearDistance = value;
|
|
65324
|
+
},
|
|
65325
|
+
getFarDistance ()
|
|
65326
|
+
{
|
|
65327
|
+
return this .farDistance;
|
|
65328
|
+
},
|
|
65329
|
+
setFarDistance (value)
|
|
65330
|
+
{
|
|
65331
|
+
this .farDistance = value;
|
|
65275
65332
|
},
|
|
65276
65333
|
getProjectionMatrix (renderObject)
|
|
65277
65334
|
{
|
|
@@ -66300,7 +66357,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66300
66357
|
|
|
66301
66358
|
/* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
|
|
66302
66359
|
;// ./src/x_ite/InputOutput/FileLoader.js
|
|
66303
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66360
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(445);
|
|
66304
66361
|
/*******************************************************************************
|
|
66305
66362
|
*
|
|
66306
66363
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66613,7 +66670,7 @@ Object .assign (Object .setPrototypeOf (FileLoader .prototype, Base_X3DObject .p
|
|
|
66613
66670
|
if (this .URL .protocol === "data:")
|
|
66614
66671
|
console .error (`Couldn't load data URL.`, error);
|
|
66615
66672
|
else
|
|
66616
|
-
console .error (`Couldn't load URL '${decodeURI (this .URL .
|
|
66673
|
+
console .error (`Couldn't load URL '${FileLoader_$.try (() => decodeURI (this .URL)) ?? this .URL}'.`, error);
|
|
66617
66674
|
},
|
|
66618
66675
|
});
|
|
66619
66676
|
|
|
@@ -67264,7 +67321,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67264
67321
|
|
|
67265
67322
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
67266
67323
|
;// ./src/x_ite/Routing/X3DRoute.js
|
|
67267
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67324
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(445);
|
|
67268
67325
|
/*******************************************************************************
|
|
67269
67326
|
*
|
|
67270
67327
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -74902,20 +74959,16 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
74902
74959
|
this ._set_scale .addFieldInterest (this ._scale);
|
|
74903
74960
|
this ._set_spine .addFieldInterest (this ._spine);
|
|
74904
74961
|
},
|
|
74905
|
-
|
|
74962
|
+
getClosed (array)
|
|
74906
74963
|
{
|
|
74907
|
-
|
|
74908
|
-
|
|
74909
|
-
if (orientation .length)
|
|
74910
|
-
{
|
|
74911
|
-
const
|
|
74912
|
-
firstOrientation = orientation [0] .getValue (),
|
|
74913
|
-
lastOrientation = orientation [orientation .length - 1] .getValue ();
|
|
74964
|
+
if (!array .length)
|
|
74965
|
+
return true;
|
|
74914
74966
|
|
|
74915
|
-
|
|
74916
|
-
|
|
74967
|
+
const
|
|
74968
|
+
first = array .at (0) .getValue (),
|
|
74969
|
+
last = array .at (-1) .getValue ();
|
|
74917
74970
|
|
|
74918
|
-
return
|
|
74971
|
+
return first .equals (last);
|
|
74919
74972
|
},
|
|
74920
74973
|
createPoints: (() =>
|
|
74921
74974
|
{
|
|
@@ -74981,11 +75034,12 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
74981
75034
|
// calculate SCP rotations
|
|
74982
75035
|
|
|
74983
75036
|
const
|
|
74984
|
-
spine
|
|
74985
|
-
numSpines
|
|
74986
|
-
|
|
74987
|
-
|
|
74988
|
-
|
|
75037
|
+
spine = this ._spine,
|
|
75038
|
+
numSpines = spine .length;
|
|
75039
|
+
|
|
75040
|
+
const closedSpine = this .getClosed (spine)
|
|
75041
|
+
&& this .getClosed (this ._orientation)
|
|
75042
|
+
&& this .getClosed (this ._scale);
|
|
74989
75043
|
|
|
74990
75044
|
// Extend or shrink static rotations array:
|
|
74991
75045
|
for (let i = rotations .length; i < numSpines; ++ i)
|
|
@@ -75001,7 +75055,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
75001
75055
|
// SCP for the first point:
|
|
75002
75056
|
if (closedSpine)
|
|
75003
75057
|
{
|
|
75004
|
-
const s =
|
|
75058
|
+
const s = spine .at (0) .getValue ();
|
|
75005
75059
|
|
|
75006
75060
|
// Find first defined Y-axis.
|
|
75007
75061
|
for (let i = 1, length = numSpines - 2; i < length; ++ i)
|
|
@@ -75060,7 +75114,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
75060
75114
|
SCPxAxis .assign (SCPyAxis) .cross (SCPzAxis);
|
|
75061
75115
|
|
|
75062
75116
|
// Get first spine
|
|
75063
|
-
const s =
|
|
75117
|
+
const s = spine .at (0) .getValue ();
|
|
75064
75118
|
|
|
75065
75119
|
rotations [0] .set (SCPxAxis .x, SCPxAxis .y, SCPxAxis .z, 0,
|
|
75066
75120
|
SCPyAxis .x, SCPyAxis .y, SCPyAxis .z, 0,
|
|
@@ -75116,7 +75170,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
75116
75170
|
}
|
|
75117
75171
|
else
|
|
75118
75172
|
{
|
|
75119
|
-
const s =
|
|
75173
|
+
const s = spine .at (-1) .getValue ();
|
|
75120
75174
|
|
|
75121
75175
|
SCPyAxis .assign (s) .subtract (spine [numSpines - 2] .getValue ()) .normalize ();
|
|
75122
75176
|
|
|
@@ -75177,10 +75231,9 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
75177
75231
|
|
|
75178
75232
|
function INDEX (n, k) { return n * crossSectionSize + k; }
|
|
75179
75233
|
|
|
75180
|
-
const
|
|
75181
|
-
|
|
75182
|
-
|
|
75183
|
-
closedSpine = firstSpine .equals (lastSpine) && this .getClosedOrientation ();
|
|
75234
|
+
const closedSpine = this .getClosed (spine)
|
|
75235
|
+
&& this .getClosed (this ._orientation)
|
|
75236
|
+
&& this .getClosed (this ._scale);
|
|
75184
75237
|
|
|
75185
75238
|
const
|
|
75186
75239
|
firstCrossSection = crossSection [0] .getValue (),
|
|
@@ -77507,7 +77560,7 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77507
77560
|
if (this [_numLines0] !== numLines)
|
|
77508
77561
|
return true;
|
|
77509
77562
|
|
|
77510
|
-
if (this [_numLines2] !== numLines)
|
|
77563
|
+
if (this .hasNormals && this [_numLines2] !== numLines)
|
|
77511
77564
|
return true;
|
|
77512
77565
|
|
|
77513
77566
|
// Setup vertex attributes.
|
|
@@ -77589,7 +77642,7 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77589
77642
|
if (shapeNode [_numLines0] !== numLines)
|
|
77590
77643
|
return true;
|
|
77591
77644
|
|
|
77592
|
-
if (shapeNode [_numLines2] !== numLines)
|
|
77645
|
+
if (this .hasNormals && shapeNode [_numLines2] !== numLines)
|
|
77593
77646
|
return true;
|
|
77594
77647
|
|
|
77595
77648
|
// Setup vertex attributes.
|
|
@@ -77643,11 +77696,11 @@ Object .assign (Object .setPrototypeOf (X3DLineGeometryNode .prototype, Renderin
|
|
|
77643
77696
|
return;
|
|
77644
77697
|
|
|
77645
77698
|
const
|
|
77646
|
-
browser
|
|
77647
|
-
appearanceNode
|
|
77648
|
-
shaderNode
|
|
77649
|
-
renderModeNodes
|
|
77650
|
-
primitiveMode
|
|
77699
|
+
browser = this .getBrowser (),
|
|
77700
|
+
appearanceNode = renderContext .appearanceNode,
|
|
77701
|
+
shaderNode = appearanceNode .getShader (this, renderContext),
|
|
77702
|
+
renderModeNodes = appearanceNode .getRenderModes (),
|
|
77703
|
+
primitiveMode = browser .getPrimitiveMode (this .getPrimitiveMode ());
|
|
77651
77704
|
|
|
77652
77705
|
for (const node of renderModeNodes)
|
|
77653
77706
|
node .enable (gl);
|
|
@@ -90944,7 +90997,7 @@ mediump samplerCube textureCube;
|
|
|
90944
90997
|
|
|
90945
90998
|
/* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
|
|
90946
90999
|
;// ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90947
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
91000
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(445);
|
|
90948
91001
|
/*******************************************************************************
|
|
90949
91002
|
*
|
|
90950
91003
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -91174,6 +91227,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
91174
91227
|
"x3d_TexCoordRamp",
|
|
91175
91228
|
"x3d_JointsTexture",
|
|
91176
91229
|
"x3d_DisplacementsTexture",
|
|
91230
|
+
"x3d_DisplacementWeightsTexture",
|
|
91177
91231
|
"x3d_JointMatricesTexture",
|
|
91178
91232
|
// Common
|
|
91179
91233
|
"x3d_Id", // Pointing ID
|
|
@@ -91988,7 +92042,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
91988
92042
|
|
|
91989
92043
|
return function (gl, renderContext, geometryContext, front = true)
|
|
91990
92044
|
{
|
|
91991
|
-
const { renderObject, fogNode, appearanceNode,
|
|
92045
|
+
const { renderObject, fogNode, appearanceNode, hAnimNode, modelViewMatrix } = renderContext;
|
|
91992
92046
|
|
|
91993
92047
|
const
|
|
91994
92048
|
stylePropertiesNode = appearanceNode .getStyleProperties (geometryContext .geometryType),
|
|
@@ -92103,7 +92157,7 @@ Object .assign (X3DProgrammableShaderObject .prototype,
|
|
|
92103
92157
|
|
|
92104
92158
|
// Skinning
|
|
92105
92159
|
|
|
92106
|
-
|
|
92160
|
+
hAnimNode ?.setShaderUniforms (gl, this);
|
|
92107
92161
|
};
|
|
92108
92162
|
})(),
|
|
92109
92163
|
enable (gl)
|
|
@@ -94474,13 +94528,30 @@ vec4 shadowCoord=light.shadowMatrix*vec4(vertex,1.0);shadowCoord.z-=light.shadow
|
|
|
94474
94528
|
;// ./src/assets/shaders/webgl2/common/Skin2.glsl.js
|
|
94475
94529
|
const Skin2_glsl_default_ = /* glsl */ `
|
|
94476
94530
|
#if defined(X3D_SKINNING)
|
|
94477
|
-
in float x3d_CoordIndex;
|
|
94531
|
+
in float x3d_CoordIndex;
|
|
94532
|
+
#if X3D_NUM_JOINT_SETS>0
|
|
94533
|
+
uniform sampler2D x3d_JointsTexture;
|
|
94534
|
+
#endif
|
|
94535
|
+
#if X3D_NUM_DISPLACEMENTS>0
|
|
94536
|
+
uniform sampler2D x3d_DisplacementsTexture;uniform sampler2D x3d_DisplacementWeightsTexture;
|
|
94537
|
+
#endif
|
|
94538
|
+
#if X3D_NUM_JOINT_SETS>0||X3D_NUM_DISPLACEMENTS>0
|
|
94539
|
+
uniform sampler2D x3d_JointMatricesTexture;
|
|
94540
|
+
#endif
|
|
94541
|
+
#if X3D_NUM_JOINT_SETS>0
|
|
94542
|
+
mat4 getJointMatrix(const in int joint){vec4 a=texelFetch(x3d_JointMatricesTexture,joint*8,0);vec4 b=texelFetch(x3d_JointMatricesTexture,joint*8+1,0);vec4 c=texelFetch(x3d_JointMatricesTexture,joint*8+2,0);vec4 d=texelFetch(x3d_JointMatricesTexture,joint*8+3,0);return mat4(a,b,c,d);}
|
|
94543
|
+
#if defined(X3D_NORMALS)
|
|
94544
|
+
mat3 getJointNormalMatrix(const in int joint){vec4 a=texelFetch(x3d_JointMatricesTexture,joint*8+4,0);vec4 b=texelFetch(x3d_JointMatricesTexture,joint*8+5,0);vec4 c=texelFetch(x3d_JointMatricesTexture,joint*8+6,0);return mat3(a.xyz,vec3(a.w,b.xy),vec3(b.zw,c.x));}
|
|
94545
|
+
#endif
|
|
94546
|
+
#endif
|
|
94547
|
+
#if X3D_NUM_DISPLACEMENTS>0
|
|
94548
|
+
mat3 getDisplacementJointMatrix(const in int joint){vec4 a=texelFetch(x3d_JointMatricesTexture,joint*8,0);vec4 b=texelFetch(x3d_JointMatricesTexture,joint*8+1,0);vec4 c=texelFetch(x3d_JointMatricesTexture,joint*8+2,0);return mat3(a.xyz,b.xyz,c.xyz);}
|
|
94549
|
+
#endif
|
|
94478
94550
|
#if defined(X3D_NORMALS)
|
|
94479
94551
|
vec3 skinNormal=vec3(0.0);
|
|
94480
94552
|
#if defined(X3D_TANGENTS)
|
|
94481
94553
|
vec3 skinTangent=vec3(0.0);
|
|
94482
94554
|
#endif
|
|
94483
|
-
mat3 getJointNormalMatrix(const in int joint){vec4 a=texelFetch(x3d_JointMatricesTexture,joint*8+4,0);vec4 b=texelFetch(x3d_JointMatricesTexture,joint*8+5,0);vec4 c=texelFetch(x3d_JointMatricesTexture,joint*8+6,0);return mat3(a.xyz,vec3(a.w,b.xy),vec3(b.zw,c.x));}
|
|
94484
94555
|
#define getSkinNormal(normal)(skinNormal)
|
|
94485
94556
|
#if defined(X3D_TANGENTS)
|
|
94486
94557
|
#define getSkinTangent(tangent)(skinTangent)
|
|
@@ -94497,16 +94568,19 @@ skinTangent=tangent;
|
|
|
94497
94568
|
#endif
|
|
94498
94569
|
#endif
|
|
94499
94570
|
#if X3D_NUM_DISPLACEMENTS>0
|
|
94500
|
-
{int coordIndexD=coordIndex*X3D_NUM_DISPLACEMENTS
|
|
94571
|
+
{int coordIndexD=coordIndex*(X3D_NUM_DISPLACEMENTS*2);for(int i=0;i<X3D_NUM_DISPLACEMENTS;++i){int index=coordIndexD+i*2;vec4 displacement=texelFetch(x3d_DisplacementsTexture,index,0);int weightIndex=int(texelFetch(x3d_DisplacementsTexture,index+1,0).x);float weight=texelFetch(x3d_DisplacementWeightsTexture,weightIndex,0).x;skin.xyz+=getDisplacementJointMatrix(int(displacement.w))*(displacement.xyz*weight);}}
|
|
94501
94572
|
#endif
|
|
94502
|
-
|
|
94573
|
+
#if X3D_NUM_JOINT_SETS>0
|
|
94574
|
+
{int coordIndexJ=coordIndex*(X3D_NUM_JOINT_SETS*2);for(int i=0;i<X3D_NUM_JOINT_SETS;++i){int index=coordIndexJ+i;ivec4 joints=ivec4(texelFetch(x3d_JointsTexture,index,0));vec4 weights=texelFetch(x3d_JointsTexture,index+X3D_NUM_JOINT_SETS,0);for(int i=0;i<4;++i){int joint=joints[i];float weight=weights[i];skin+=(getJointMatrix(joint)*vertex-vertex)*weight;
|
|
94503
94575
|
#if defined(X3D_NORMALS)
|
|
94504
94576
|
mat3 jointNormalMatrix=getJointNormalMatrix(joint);skinNormal+=(jointNormalMatrix*normal-normal)*weight;
|
|
94505
94577
|
#if defined(X3D_TANGENTS)
|
|
94506
94578
|
skinTangent+=(jointNormalMatrix*tangent-tangent)*weight;
|
|
94507
94579
|
#endif
|
|
94508
94580
|
#endif
|
|
94509
|
-
}}
|
|
94581
|
+
}}}
|
|
94582
|
+
#endif
|
|
94583
|
+
return skin;}
|
|
94510
94584
|
#else
|
|
94511
94585
|
#define getSkinVertex(vertex,normal,tangent)(vertex)
|
|
94512
94586
|
#define getSkinNormal(normal)(normal)
|
|
@@ -96220,7 +96294,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
96220
96294
|
|
|
96221
96295
|
/* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
96222
96296
|
;// ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
96223
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
96297
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(445);
|
|
96224
96298
|
/*******************************************************************************
|
|
96225
96299
|
*
|
|
96226
96300
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96818,7 +96892,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96818
96892
|
|
|
96819
96893
|
/* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
|
|
96820
96894
|
;// ./src/x_ite/Components/Shape/Appearance.js
|
|
96821
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96895
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(445);
|
|
96822
96896
|
/*******************************************************************************
|
|
96823
96897
|
*
|
|
96824
96898
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -97688,7 +97762,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
|
|
|
97688
97762
|
|
|
97689
97763
|
if (renderContext)
|
|
97690
97764
|
{
|
|
97691
|
-
const { renderObject, shadows, fogNode, shapeNode, appearanceNode, textureNode,
|
|
97765
|
+
const { renderObject, shadows, fogNode, shapeNode, appearanceNode, textureNode, hAnimNode, localObjectsKeys } = renderContext;
|
|
97692
97766
|
|
|
97693
97767
|
key += shapeNode .getAlphaMode ();
|
|
97694
97768
|
key += renderObject .getRenderAndGlobalLightsKey ();
|
|
@@ -97698,7 +97772,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
|
|
|
97698
97772
|
key += appearanceNode .getStyleProperties (geometryContext .geometryType) ?.getStyleKey () ?? 0;
|
|
97699
97773
|
key += appearanceNode .getTextureTransformMapping () .size || 1;
|
|
97700
97774
|
key += geometryContext .textureCoordinateMapping .size || 1;
|
|
97701
|
-
key +=
|
|
97775
|
+
key += hAnimNode ?.getHAnimKey () ?? "[]";
|
|
97702
97776
|
key += localObjectsKeys .sort () .join (""); // ClipPlane, X3DLightNode
|
|
97703
97777
|
key += ".";
|
|
97704
97778
|
key += textureNode ? 2 : appearanceNode .getTextureBits () .toString (16);
|
|
@@ -97768,7 +97842,7 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
|
|
|
97768
97842
|
|
|
97769
97843
|
if (renderContext)
|
|
97770
97844
|
{
|
|
97771
|
-
const { renderObject, fogNode, shapeNode, appearanceNode,
|
|
97845
|
+
const { renderObject, fogNode, shapeNode, appearanceNode, hAnimNode, localObjectsKeys, textureNode } = renderContext;
|
|
97772
97846
|
|
|
97773
97847
|
const objectsKeys = localObjectsKeys .concat (renderObject .getGlobalLightsKeys ());
|
|
97774
97848
|
|
|
@@ -97811,11 +97885,11 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
|
|
|
97811
97885
|
break;
|
|
97812
97886
|
}
|
|
97813
97887
|
|
|
97814
|
-
if (
|
|
97888
|
+
if (hAnimNode)
|
|
97815
97889
|
{
|
|
97816
97890
|
options .push ("X3D_SKINNING");
|
|
97817
|
-
options .push (`X3D_NUM_JOINT_SETS ${
|
|
97818
|
-
options .push (`X3D_NUM_DISPLACEMENTS ${
|
|
97891
|
+
options .push (`X3D_NUM_JOINT_SETS ${hAnimNode .getNumJoints () / 4}`);
|
|
97892
|
+
options .push (`X3D_NUM_DISPLACEMENTS ${hAnimNode .getNumDisplacements ()}`);
|
|
97819
97893
|
}
|
|
97820
97894
|
|
|
97821
97895
|
const
|
|
@@ -105041,8 +105115,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
105041
105115
|
|
|
105042
105116
|
/* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
|
|
105043
105117
|
;// ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
105044
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
105045
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
105118
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(445);
|
|
105119
|
+
/* provided dependency */ var SuperGif = __webpack_require__(782);
|
|
105046
105120
|
/*******************************************************************************
|
|
105047
105121
|
*
|
|
105048
105122
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107510,7 +107584,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
107510
107584
|
|
|
107511
107585
|
/* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
|
|
107512
107586
|
;// ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107513
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107587
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(445);
|
|
107514
107588
|
/*******************************************************************************
|
|
107515
107589
|
*
|
|
107516
107590
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108140,7 +108214,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
108140
108214
|
|
|
108141
108215
|
/* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
|
|
108142
108216
|
;// ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
108143
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
108217
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(445);
|
|
108144
108218
|
/*******************************************************************************
|
|
108145
108219
|
*
|
|
108146
108220
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108787,7 +108861,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
108787
108861
|
|
|
108788
108862
|
/* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
|
|
108789
108863
|
;// ./src/x_ite/Browser/Core/Notification.js
|
|
108790
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
108864
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(445);
|
|
108791
108865
|
/*******************************************************************************
|
|
108792
108866
|
*
|
|
108793
108867
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108909,8 +108983,8 @@ const Notification_default_ = Notification;
|
|
|
108909
108983
|
|
|
108910
108984
|
/* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
|
|
108911
108985
|
;// ./src/x_ite/Browser/Core/ContextMenu.js
|
|
108912
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
108913
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
108986
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(949);
|
|
108987
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(445);
|
|
108914
108988
|
/*******************************************************************************
|
|
108915
108989
|
*
|
|
108916
108990
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111632,7 +111706,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
111632
111706
|
|
|
111633
111707
|
/* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
|
|
111634
111708
|
;// ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
111635
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
111709
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(445);
|
|
111636
111710
|
/*******************************************************************************
|
|
111637
111711
|
*
|
|
111638
111712
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114243,8 +114317,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
114243
114317
|
|
|
114244
114318
|
/* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
|
|
114245
114319
|
;// ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
114246
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
114247
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
114320
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(485);
|
|
114321
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(445);
|
|
114248
114322
|
/*******************************************************************************
|
|
114249
114323
|
*
|
|
114250
114324
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115159,8 +115233,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
115159
115233
|
|
|
115160
115234
|
/* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
|
|
115161
115235
|
;// ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
115162
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
115163
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
115236
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(485);
|
|
115237
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(445);
|
|
115164
115238
|
/*******************************************************************************
|
|
115165
115239
|
*
|
|
115166
115240
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116175,8 +116249,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
116175
116249
|
|
|
116176
116250
|
/* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
|
|
116177
116251
|
;// ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
116178
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
116179
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
116252
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(485);
|
|
116253
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(445);
|
|
116180
116254
|
/*******************************************************************************
|
|
116181
116255
|
*
|
|
116182
116256
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116505,8 +116579,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
116505
116579
|
|
|
116506
116580
|
/* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
|
|
116507
116581
|
;// ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
116508
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
116509
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
116582
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(485);
|
|
116583
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(445);
|
|
116510
116584
|
/*******************************************************************************
|
|
116511
116585
|
*
|
|
116512
116586
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117095,11 +117169,8 @@ const
|
|
|
117095
117169
|
|
|
117096
117170
|
function X3DNavigationContext ()
|
|
117097
117171
|
{
|
|
117098
|
-
this .addChildObjects (Base_X3DConstants .outputOnly, "
|
|
117099
|
-
Base_X3DConstants .outputOnly, "
|
|
117100
|
-
Base_X3DConstants .outputOnly, "activeViewpoint", new x_ite_Fields .SFNode (),
|
|
117101
|
-
Base_X3DConstants .outputOnly, "availableViewers", new x_ite_Fields .MFString (),
|
|
117102
|
-
Base_X3DConstants .outputOnly, "viewer", new x_ite_Fields .SFString ("EXAMINE"));
|
|
117172
|
+
this .addChildObjects (Base_X3DConstants .outputOnly, "availableViewers", new x_ite_Fields .MFString (),
|
|
117173
|
+
Base_X3DConstants .outputOnly, "viewer", new x_ite_Fields .SFString ("EXAMINE"));
|
|
117103
117174
|
|
|
117104
117175
|
this [_activeCollisions] = new Set ();
|
|
117105
117176
|
this [_viewerNode] = new Navigation_NoneViewer (this .getPrivateScene ());
|
|
@@ -117651,8 +117722,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
117651
117722
|
|
|
117652
117723
|
/* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
117653
117724
|
;// ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
117654
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
117655
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
117725
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(485);
|
|
117726
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(445);
|
|
117656
117727
|
/*******************************************************************************
|
|
117657
117728
|
*
|
|
117658
117729
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118468,14 +118539,14 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
118468
118539
|
for (const sensor of this [_activeSensors])
|
|
118469
118540
|
sensor .set_motion__ (hit);
|
|
118470
118541
|
},
|
|
118471
|
-
getPointingShader (numClipPlanes, shapeNode,
|
|
118542
|
+
getPointingShader (numClipPlanes, shapeNode, hAnimNode)
|
|
118472
118543
|
{
|
|
118473
118544
|
const { geometryType, hasNormals } = shapeNode .getGeometryContext ();
|
|
118474
118545
|
|
|
118475
118546
|
let key = "";
|
|
118476
118547
|
|
|
118477
118548
|
key += numClipPlanes; // Could be more than 9.
|
|
118478
|
-
key +=
|
|
118549
|
+
key += hAnimNode ?.getHAnimKey () ?? "[]";
|
|
118479
118550
|
key += shapeNode .getShapeKey ();
|
|
118480
118551
|
key += geometryType;
|
|
118481
118552
|
key += hasNormals ? 1 : 0;
|
|
@@ -118496,9 +118567,9 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
118496
118567
|
}
|
|
118497
118568
|
|
|
118498
118569
|
return this [_pointingShaders] .get (key)
|
|
118499
|
-
?? this .createPointingShader (key, numClipPlanes, shapeNode,
|
|
118570
|
+
?? this .createPointingShader (key, numClipPlanes, shapeNode, hAnimNode);
|
|
118500
118571
|
},
|
|
118501
|
-
createPointingShader (key, numClipPlanes, shapeNode,
|
|
118572
|
+
createPointingShader (key, numClipPlanes, shapeNode, hAnimNode)
|
|
118502
118573
|
{
|
|
118503
118574
|
const
|
|
118504
118575
|
appearanceNode = shapeNode .getAppearance (),
|
|
@@ -118538,11 +118609,11 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
118538
118609
|
if (+appearanceNode .getTextureBits ())
|
|
118539
118610
|
options .push ("X3D_TEXTURE");
|
|
118540
118611
|
|
|
118541
|
-
if (
|
|
118612
|
+
if (hAnimNode)
|
|
118542
118613
|
{
|
|
118543
118614
|
options .push ("X3D_SKINNING");
|
|
118544
|
-
options .push (`X3D_NUM_JOINT_SETS ${
|
|
118545
|
-
options .push (`X3D_NUM_DISPLACEMENTS ${
|
|
118615
|
+
options .push (`X3D_NUM_JOINT_SETS ${hAnimNode .getNumJoints () / 4}`);
|
|
118616
|
+
options .push (`X3D_NUM_DISPLACEMENTS ${hAnimNode .getNumDisplacements ()}`);
|
|
118546
118617
|
}
|
|
118547
118618
|
|
|
118548
118619
|
const shaderNode = this .createShader ("Pointing", "Pointing", "Pointing", options);
|
|
@@ -119099,7 +119170,7 @@ const Lock_default_ = Lock;
|
|
|
119099
119170
|
|
|
119100
119171
|
/* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
|
|
119101
119172
|
;// ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
119102
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
119173
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(445);
|
|
119103
119174
|
/*******************************************************************************
|
|
119104
119175
|
*
|
|
119105
119176
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119354,14 +119425,14 @@ Object .assign (X3DRenderingContext .prototype,
|
|
|
119354
119425
|
|
|
119355
119426
|
return this [_composeShader] = this .createShader ("OITCompose", "FullScreen", "OITCompose");
|
|
119356
119427
|
},
|
|
119357
|
-
getDepthShader (numClipPlanes, shapeNode,
|
|
119428
|
+
getDepthShader (numClipPlanes, shapeNode, hAnimNode)
|
|
119358
119429
|
{
|
|
119359
119430
|
const geometryContext = shapeNode .getGeometryContext ();
|
|
119360
119431
|
|
|
119361
119432
|
let key = "";
|
|
119362
119433
|
|
|
119363
119434
|
key += numClipPlanes; // Could be more than 9.
|
|
119364
|
-
key +=
|
|
119435
|
+
key += hAnimNode ?.getHAnimKey () ?? "[]";
|
|
119365
119436
|
key += shapeNode .getShapeKey ();
|
|
119366
119437
|
key += geometryContext .geometryType;
|
|
119367
119438
|
|
|
@@ -119381,9 +119452,9 @@ Object .assign (X3DRenderingContext .prototype,
|
|
|
119381
119452
|
}
|
|
119382
119453
|
|
|
119383
119454
|
return this [_depthShaders] .get (key)
|
|
119384
|
-
?? this .createDepthShader (key, numClipPlanes, shapeNode,
|
|
119455
|
+
?? this .createDepthShader (key, numClipPlanes, shapeNode, hAnimNode);
|
|
119385
119456
|
},
|
|
119386
|
-
createDepthShader (key, numClipPlanes, shapeNode,
|
|
119457
|
+
createDepthShader (key, numClipPlanes, shapeNode, hAnimNode)
|
|
119387
119458
|
{
|
|
119388
119459
|
const
|
|
119389
119460
|
appearanceNode = shapeNode .getAppearance (),
|
|
@@ -119404,11 +119475,11 @@ Object .assign (X3DRenderingContext .prototype,
|
|
|
119404
119475
|
if (appearanceNode .getStyleProperties (geometryContext .geometryType))
|
|
119405
119476
|
options .push ("X3D_STYLE_PROPERTIES");
|
|
119406
119477
|
|
|
119407
|
-
if (
|
|
119478
|
+
if (hAnimNode)
|
|
119408
119479
|
{
|
|
119409
119480
|
options .push ("X3D_SKINNING");
|
|
119410
|
-
options .push (`X3D_NUM_JOINT_SETS ${
|
|
119411
|
-
options .push (`X3D_NUM_DISPLACEMENTS ${
|
|
119481
|
+
options .push (`X3D_NUM_JOINT_SETS ${hAnimNode .getNumJoints () / 4}`);
|
|
119482
|
+
options .push (`X3D_NUM_DISPLACEMENTS ${hAnimNode .getNumDisplacements ()}`);
|
|
119412
119483
|
}
|
|
119413
119484
|
|
|
119414
119485
|
const shaderNode = this .createShader ("Depth", "Depth", "Depth", options);
|
|
@@ -119551,7 +119622,7 @@ Object .assign (X3DRenderingContext .prototype,
|
|
|
119551
119622
|
if (!mode .match (/^(?:immersive-vr|immersive-ar)$/))
|
|
119552
119623
|
return false;
|
|
119553
119624
|
|
|
119554
|
-
return await navigator .xr .isSessionSupported (mode);
|
|
119625
|
+
return await X3DRenderingContext_$.try (() => navigator .xr .isSessionSupported (mode)) ?? false;
|
|
119555
119626
|
},
|
|
119556
119627
|
updateXRButton ()
|
|
119557
119628
|
{
|
|
@@ -120413,7 +120484,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
120413
120484
|
|
|
120414
120485
|
/* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
|
|
120415
120486
|
;// ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
120416
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
120487
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(445);
|
|
120417
120488
|
const KTXDecoder_default_ = class KTXDecoder
|
|
120418
120489
|
{
|
|
120419
120490
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -121992,7 +122063,7 @@ const Components_default_ = Components;
|
|
|
121992
122063
|
|
|
121993
122064
|
/* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
|
|
121994
122065
|
;// ./src/x_ite/Browser/DOMIntegration.js
|
|
121995
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
122066
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(445);
|
|
121996
122067
|
/*******************************************************************************
|
|
121997
122068
|
* MIT License
|
|
121998
122069
|
*
|
|
@@ -123258,7 +123329,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
123258
123329
|
|
|
123259
123330
|
/* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
|
|
123260
123331
|
;// ./src/x_ite/Browser/X3DBrowser.js
|
|
123261
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
123332
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(445);
|
|
123262
123333
|
/*******************************************************************************
|
|
123263
123334
|
*
|
|
123264
123335
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123329,6 +123400,8 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
|
|
|
123329
123400
|
|
|
123330
123401
|
|
|
123331
123402
|
|
|
123403
|
+
|
|
123404
|
+
|
|
123332
123405
|
|
|
123333
123406
|
|
|
123334
123407
|
|
|
@@ -124307,10 +124380,43 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
124307
124380
|
},
|
|
124308
124381
|
enumerable: true,
|
|
124309
124382
|
},
|
|
124383
|
+
activeLayer:
|
|
124384
|
+
{
|
|
124385
|
+
get ()
|
|
124386
|
+
{
|
|
124387
|
+
return this ._activeLayer .valueOf ();
|
|
124388
|
+
},
|
|
124389
|
+
enumerable: true,
|
|
124390
|
+
},
|
|
124391
|
+
activeNavigationInfo:
|
|
124392
|
+
{
|
|
124393
|
+
get ()
|
|
124394
|
+
{
|
|
124395
|
+
return this ._activeNavigationInfo .valueOf ();
|
|
124396
|
+
},
|
|
124397
|
+
enumerable: true,
|
|
124398
|
+
},
|
|
124399
|
+
activeViewpoint:
|
|
124400
|
+
{
|
|
124401
|
+
get ()
|
|
124402
|
+
{
|
|
124403
|
+
return this ._activeViewpoint .valueOf ();
|
|
124404
|
+
},
|
|
124405
|
+
enumerable: true,
|
|
124406
|
+
},
|
|
124310
124407
|
});
|
|
124311
124408
|
|
|
124312
124409
|
Object .defineProperties (X3DBrowser,
|
|
124313
124410
|
{
|
|
124411
|
+
fieldDefinitions:
|
|
124412
|
+
{
|
|
124413
|
+
value: new Base_FieldDefinitionArray ([
|
|
124414
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "activeLayer", new x_ite_Fields .SFNode ()),
|
|
124415
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "activeNavigationInfo", new x_ite_Fields .SFNode ()),
|
|
124416
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "activeViewpoint", new x_ite_Fields .SFNode ()),
|
|
124417
|
+
]),
|
|
124418
|
+
enumerable: true,
|
|
124419
|
+
},
|
|
124314
124420
|
typeName:
|
|
124315
124421
|
{
|
|
124316
124422
|
value: "X3DBrowser",
|
|
@@ -124325,7 +124431,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
124325
124431
|
|
|
124326
124432
|
/* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
|
|
124327
124433
|
;// ./src/x_ite/X3DCanvasElement.js
|
|
124328
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
124434
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(445);
|
|
124329
124435
|
/*******************************************************************************
|
|
124330
124436
|
*
|
|
124331
124437
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124592,8 +124698,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
124592
124698
|
|
|
124593
124699
|
/* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
|
|
124594
124700
|
;// ./src/lib/jquery.js
|
|
124595
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
124596
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
124701
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(445);
|
|
124702
|
+
/* provided dependency */ var pako = __webpack_require__(729);
|
|
124597
124703
|
Object .assign (jquery_$,
|
|
124598
124704
|
{
|
|
124599
124705
|
decodeText (input)
|
|
@@ -124670,13 +124776,13 @@ const jquery_default_ = jquery_$;
|
|
|
124670
124776
|
|
|
124671
124777
|
/* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
|
|
124672
124778
|
;// ./src/lib/libtess.js
|
|
124673
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
124779
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(294);
|
|
124674
124780
|
const libtess_default_ = libtess_libtess;
|
|
124675
124781
|
;
|
|
124676
124782
|
|
|
124677
124783
|
/* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
|
|
124678
124784
|
;// ./src/x_ite/X3D.js
|
|
124679
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
124785
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(445);
|
|
124680
124786
|
/*******************************************************************************
|
|
124681
124787
|
*
|
|
124682
124788
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124980,7 +125086,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
|
|
|
124980
125086
|
|
|
124981
125087
|
// Assign X3D to global namespace.
|
|
124982
125088
|
|
|
124983
|
-
window [Symbol .for ("X_ITE.X3D-10.5.
|
|
125089
|
+
window [Symbol .for ("X_ITE.X3D-10.5.8")] = x_ite_X3D;
|
|
124984
125090
|
|
|
124985
125091
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
124986
125092
|
|