x_ite 8.9.2 → 8.9.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/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +77 -73
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +19 -19
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +31 -30
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +18 -18
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +38 -38
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +18 -18
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +137 -150
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/package.json +2 -2
- package/src/tests.js +360 -0
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +8 -5
- package/src/x_ite/Components/Geometry3D/Extrusion.js +10 -12
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +46 -56
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +44 -40
- package/src/x_ite/Components/NURBS/X3DNurbsSurfaceGeometryNode.js +7 -6
- package/src/x_ite/Components/Rendering/X3DComposedGeometryNode.js +11 -13
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +4 -6
- package/src/x_ite/Components/Scripting/Script.js +1 -1
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.9.
|
|
1
|
+
/* X_ITE v8.9.3 */(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 30:
|
|
15
15
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var jQuery = __webpack_require__(177);
|
|
19
19
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
|
387
387
|
|
|
388
388
|
/***/ }),
|
|
389
389
|
|
|
390
|
-
/***/
|
|
390
|
+
/***/ 515:
|
|
391
391
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
392
392
|
|
|
393
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
393
|
+
/* provided dependency */ var jQuery = __webpack_require__(177);
|
|
394
394
|
/**
|
|
395
395
|
* @preserve jquery.fullscreen 1.1.5
|
|
396
396
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -586,7 +586,7 @@ installFullScreenHandlers();
|
|
|
586
586
|
|
|
587
587
|
/***/ }),
|
|
588
588
|
|
|
589
|
-
/***/
|
|
589
|
+
/***/ 615:
|
|
590
590
|
/***/ ((module, exports, __webpack_require__) => {
|
|
591
591
|
|
|
592
592
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
600
600
|
(function (factory) {
|
|
601
601
|
if ( true ) {
|
|
602
602
|
// AMD. Register as an anonymous module.
|
|
603
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
603
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(177)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
604
604
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
605
605
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
606
606
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
811
811
|
|
|
812
812
|
/***/ }),
|
|
813
813
|
|
|
814
|
-
/***/
|
|
814
|
+
/***/ 177:
|
|
815
815
|
/***/ (function(module, exports) {
|
|
816
816
|
|
|
817
817
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11523,7 +11523,7 @@ return jQuery;
|
|
|
11523
11523
|
|
|
11524
11524
|
/***/ }),
|
|
11525
11525
|
|
|
11526
|
-
/***/
|
|
11526
|
+
/***/ 946:
|
|
11527
11527
|
/***/ ((module) => {
|
|
11528
11528
|
|
|
11529
11529
|
/**
|
|
@@ -16302,7 +16302,7 @@ if (true) {
|
|
|
16302
16302
|
|
|
16303
16303
|
/***/ }),
|
|
16304
16304
|
|
|
16305
|
-
/***/
|
|
16305
|
+
/***/ 886:
|
|
16306
16306
|
/***/ (function(__unused_webpack_module, exports) {
|
|
16307
16307
|
|
|
16308
16308
|
|
|
@@ -19547,7 +19547,7 @@ if (true) {
|
|
|
19547
19547
|
|
|
19548
19548
|
/***/ }),
|
|
19549
19549
|
|
|
19550
|
-
/***/
|
|
19550
|
+
/***/ 660:
|
|
19551
19551
|
/***/ (function(module, exports) {
|
|
19552
19552
|
|
|
19553
19553
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -34238,7 +34238,7 @@ x_ite_Namespace .set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
|
34238
34238
|
*
|
|
34239
34239
|
******************************************************************************/
|
|
34240
34240
|
|
|
34241
|
-
const VERSION_default_ = "8.9.
|
|
34241
|
+
const VERSION_default_ = "8.9.3";
|
|
34242
34242
|
;
|
|
34243
34243
|
|
|
34244
34244
|
x_ite_Namespace .set ("x_ite/Browser/VERSION", VERSION_default_);
|
|
@@ -38523,7 +38523,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
|
|
|
38523
38523
|
x_ite_Namespace .set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
|
|
38524
38524
|
/* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
|
|
38525
38525
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38526
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
38526
|
+
/* provided dependency */ var $ = __webpack_require__(177);
|
|
38527
38527
|
/*******************************************************************************
|
|
38528
38528
|
*
|
|
38529
38529
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -38771,7 +38771,7 @@ const Expressions_default_ = Expressions;
|
|
|
38771
38771
|
x_ite_Namespace .set ("x_ite/Parser/Expressions", Expressions_default_);
|
|
38772
38772
|
/* harmony default export */ const Parser_Expressions = (Expressions_default_);
|
|
38773
38773
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
38774
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
38774
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(177);
|
|
38775
38775
|
/*******************************************************************************
|
|
38776
38776
|
*
|
|
38777
38777
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41323,7 +41323,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41323
41323
|
x_ite_Namespace .set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41324
41324
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41325
41325
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41326
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41326
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(177);
|
|
41327
41327
|
/*******************************************************************************
|
|
41328
41328
|
*
|
|
41329
41329
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43295,7 +43295,7 @@ const URLs_default_ = URLs;
|
|
|
43295
43295
|
x_ite_Namespace .set ("x_ite/Browser/Networking/URLs", URLs_default_);
|
|
43296
43296
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
43297
43297
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
43298
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
43298
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(177);
|
|
43299
43299
|
/*******************************************************************************
|
|
43300
43300
|
*
|
|
43301
43301
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46021,7 +46021,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
46021
46021
|
x_ite_Namespace .set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
46022
46022
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
46023
46023
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
46024
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
46024
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(177);
|
|
46025
46025
|
/*******************************************************************************
|
|
46026
46026
|
*
|
|
46027
46027
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46173,7 +46173,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
46173
46173
|
x_ite_Namespace .set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
46174
46174
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
46175
46175
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
46176
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
46176
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(177);
|
|
46177
46177
|
/*******************************************************************************
|
|
46178
46178
|
*
|
|
46179
46179
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49528,8 +49528,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
49528
49528
|
x_ite_Namespace .set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
49529
49529
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
49530
49530
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
49531
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
49532
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
49531
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(177);
|
|
49532
|
+
/* provided dependency */ var libtess = __webpack_require__(946);
|
|
49533
49533
|
/*******************************************************************************
|
|
49534
49534
|
*
|
|
49535
49535
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52297,7 +52297,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
52297
52297
|
x_ite_Namespace .set ("x_ite/Parser/SVGParser", SVGParser_default_);
|
|
52298
52298
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
52299
52299
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
52300
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
52300
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(177);
|
|
52301
52301
|
/*******************************************************************************
|
|
52302
52302
|
*
|
|
52303
52303
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52634,7 +52634,7 @@ const Plane3_default_ = Plane3;
|
|
|
52634
52634
|
x_ite_Namespace .set ("standard/Math/Geometry/Plane3", Plane3_default_);
|
|
52635
52635
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
52636
52636
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
52637
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
52637
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(946);
|
|
52638
52638
|
/*******************************************************************************
|
|
52639
52639
|
*
|
|
52640
52640
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -57741,12 +57741,10 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
57741
57741
|
|
|
57742
57742
|
const
|
|
57743
57743
|
cosCreaseAngle = Math .cos (Math_Algorithm .clamp (creaseAngle, 0, Math .PI)),
|
|
57744
|
-
|
|
57744
|
+
refinedNormals = [ ];
|
|
57745
57745
|
|
|
57746
|
-
for (const
|
|
57746
|
+
for (const vertex of normalIndex .values ())
|
|
57747
57747
|
{
|
|
57748
|
-
const vertex = normalIndex [i];
|
|
57749
|
-
|
|
57750
57748
|
for (const p of vertex)
|
|
57751
57749
|
{
|
|
57752
57750
|
const
|
|
@@ -57761,11 +57759,11 @@ Object .assign (Object .setPrototypeOf (X3DGeometryNode .prototype, Core_X3DNode
|
|
|
57761
57759
|
N .add (Q);
|
|
57762
57760
|
}
|
|
57763
57761
|
|
|
57764
|
-
|
|
57762
|
+
refinedNormals [p] = N .normalize ();
|
|
57765
57763
|
}
|
|
57766
57764
|
}
|
|
57767
57765
|
|
|
57768
|
-
return
|
|
57766
|
+
return refinedNormals;
|
|
57769
57767
|
},
|
|
57770
57768
|
transformLine (hitRay)
|
|
57771
57769
|
{
|
|
@@ -60039,7 +60037,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
60039
60037
|
x_ite_Namespace .set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
60040
60038
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
60041
60039
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
60042
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
60040
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(177);
|
|
60043
60041
|
/*******************************************************************************
|
|
60044
60042
|
*
|
|
60045
60043
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -64579,7 +64577,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
64579
64577
|
x_ite_Namespace .set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
64580
64578
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
64581
64579
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
64582
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
64580
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(177);
|
|
64583
64581
|
/*******************************************************************************
|
|
64584
64582
|
*
|
|
64585
64583
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -73286,11 +73284,11 @@ Object .assign (Object .setPrototypeOf (ElevationGrid .prototype, Rendering_X3DG
|
|
|
73286
73284
|
{
|
|
73287
73285
|
const
|
|
73288
73286
|
cw = ! this ._ccw .getValue (),
|
|
73289
|
-
normalIndex =
|
|
73287
|
+
normalIndex = new Map (),
|
|
73290
73288
|
normals = [ ];
|
|
73291
73289
|
|
|
73292
73290
|
for (let p = 0, length = points .length; p < length; ++ p)
|
|
73293
|
-
normalIndex
|
|
73291
|
+
normalIndex .set (p, [ ]);
|
|
73294
73292
|
|
|
73295
73293
|
for (let c = 0, length = coordIndex .length; c < length; c += 3)
|
|
73296
73294
|
{
|
|
@@ -73299,9 +73297,9 @@ Object .assign (Object .setPrototypeOf (ElevationGrid .prototype, Rendering_X3DG
|
|
|
73299
73297
|
c1 = coordIndex [c + 1],
|
|
73300
73298
|
c2 = coordIndex [c + 2];
|
|
73301
73299
|
|
|
73302
|
-
normalIndex
|
|
73303
|
-
normalIndex
|
|
73304
|
-
normalIndex
|
|
73300
|
+
normalIndex .get (c0) .push (normals .length);
|
|
73301
|
+
normalIndex .get (c1) .push (normals .length + 1);
|
|
73302
|
+
normalIndex .get (c2) .push (normals .length + 2);
|
|
73305
73303
|
|
|
73306
73304
|
const normal = Geometry_Triangle3 .normal (points [c0], points [c1], points [c2], new Numbers_Vector3 (0, 0, 0));
|
|
73307
73305
|
|
|
@@ -73313,6 +73311,9 @@ Object .assign (Object .setPrototypeOf (ElevationGrid .prototype, Rendering_X3DG
|
|
|
73313
73311
|
normals .push (normal);
|
|
73314
73312
|
}
|
|
73315
73313
|
|
|
73314
|
+
// if (!this ._normalPerVertex .getValue ())
|
|
73315
|
+
// return normals;
|
|
73316
|
+
|
|
73316
73317
|
return this .refineNormals (normalIndex, normals, this ._creaseAngle .getValue ());
|
|
73317
73318
|
},
|
|
73318
73319
|
createCoordIndex ()
|
|
@@ -73909,12 +73910,12 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
73909
73910
|
// Create
|
|
73910
73911
|
|
|
73911
73912
|
const
|
|
73912
|
-
normalIndex =
|
|
73913
|
+
normalIndex = new Map (),
|
|
73913
73914
|
normals = [ ],
|
|
73914
73915
|
points = this .createPoints ();
|
|
73915
73916
|
|
|
73916
73917
|
for (let p = 0, length = points .length; p < length; ++ p)
|
|
73917
|
-
normalIndex
|
|
73918
|
+
normalIndex .set (p, [ ]);
|
|
73918
73919
|
|
|
73919
73920
|
// Build body.
|
|
73920
73921
|
|
|
@@ -74018,19 +74019,19 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
74018
74019
|
texCoordArray .push (k / numCrossSection_1, y, 0, 1);
|
|
74019
74020
|
}
|
|
74020
74021
|
|
|
74021
|
-
normalIndex
|
|
74022
|
+
normalIndex .get (i1) .push (normals .length);
|
|
74022
74023
|
normals .push (normal1);
|
|
74023
74024
|
vertexArray .push (p1 .x, p1 .y, p1 .z, 1);
|
|
74024
74025
|
|
|
74025
74026
|
// p2
|
|
74026
74027
|
texCoordArray .push ((k + 1) / numCrossSection_1, n / numSpine_1, 0, 1);
|
|
74027
|
-
normalIndex
|
|
74028
|
+
normalIndex .get (i2) .push (normals .length);
|
|
74028
74029
|
normals .push (normal1);
|
|
74029
74030
|
vertexArray .push (p2 .x, p2 .y, p2 .z, 1);
|
|
74030
74031
|
|
|
74031
74032
|
// p3
|
|
74032
74033
|
texCoordArray .push ((k + 1) / numCrossSection_1, (n + 1) / numSpine_1, 0, 1);
|
|
74033
|
-
normalIndex
|
|
74034
|
+
normalIndex .get (i3) .push (normals .length);
|
|
74034
74035
|
normals .push (normal1);
|
|
74035
74036
|
vertexArray .push (p3 .x, p3 .y, p3 .z, 1);
|
|
74036
74037
|
}
|
|
@@ -74041,7 +74042,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
74041
74042
|
{
|
|
74042
74043
|
// p1
|
|
74043
74044
|
texCoordArray .push (k / numCrossSection_1, n / numSpine_1, 0, 1);
|
|
74044
|
-
normalIndex
|
|
74045
|
+
normalIndex .get (i1) .push (normals .length);
|
|
74045
74046
|
normals .push (normal2);
|
|
74046
74047
|
vertexArray .push (p1 .x, p1 .y, p1 .z, 1);
|
|
74047
74048
|
|
|
@@ -74058,13 +74059,13 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
74058
74059
|
texCoordArray .push ((k + 1) / numCrossSection_1, y, 0, 1);
|
|
74059
74060
|
}
|
|
74060
74061
|
|
|
74061
|
-
normalIndex
|
|
74062
|
+
normalIndex .get (i3) .push (normals .length);
|
|
74062
74063
|
normals .push (normal2);
|
|
74063
74064
|
vertexArray .push (p3 .x, p3 .y, p3 .z, 1);
|
|
74064
74065
|
|
|
74065
74066
|
// p4
|
|
74066
74067
|
texCoordArray .push (k / numCrossSection_1, (n + 1) / numSpine_1, 0, 1);
|
|
74067
|
-
normalIndex
|
|
74068
|
+
normalIndex .get (i4) .push (normals .length);
|
|
74068
74069
|
normals .push (normal2);
|
|
74069
74070
|
vertexArray .push (p4 .x, p4 .y, p4 .z, 1);
|
|
74070
74071
|
}
|
|
@@ -74073,12 +74074,10 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
|
|
|
74073
74074
|
|
|
74074
74075
|
// Refine body normals and add them.
|
|
74075
74076
|
|
|
74076
|
-
const
|
|
74077
|
+
const refinedNormals = this .refineNormals (normalIndex, normals, this ._creaseAngle .getValue ());
|
|
74077
74078
|
|
|
74078
|
-
for (const normal of
|
|
74079
|
-
{
|
|
74079
|
+
for (const normal of refinedNormals)
|
|
74080
74080
|
normalArray .push (normal .x, normal .y, normal .z);
|
|
74081
|
-
}
|
|
74082
74081
|
|
|
74083
74082
|
// Build caps
|
|
74084
74083
|
|
|
@@ -74524,26 +74523,24 @@ Object .assign (Object .setPrototypeOf (X3DComposedGeometryNode .prototype, Rend
|
|
|
74524
74523
|
{
|
|
74525
74524
|
const normals = this .createFaceNormals (verticesPerPolygon, polygonsSize);
|
|
74526
74525
|
|
|
74527
|
-
if (this ._normalPerVertex .getValue ())
|
|
74528
|
-
|
|
74529
|
-
const normalIndex = [ ];
|
|
74526
|
+
if (!this ._normalPerVertex .getValue ())
|
|
74527
|
+
return normals;
|
|
74530
74528
|
|
|
74531
|
-
|
|
74532
|
-
{
|
|
74533
|
-
const index = this .getPolygonIndex (i);
|
|
74529
|
+
const normalIndex = new Map ();
|
|
74534
74530
|
|
|
74535
|
-
|
|
74531
|
+
for (let i = 0; i < polygonsSize; ++ i)
|
|
74532
|
+
{
|
|
74533
|
+
const index = this .getPolygonIndex (i);
|
|
74536
74534
|
|
|
74537
|
-
|
|
74538
|
-
pointIndex = normalIndex [index] = [ ];
|
|
74535
|
+
let pointIndex = normalIndex .get (index);
|
|
74539
74536
|
|
|
74540
|
-
|
|
74541
|
-
|
|
74537
|
+
if (!pointIndex)
|
|
74538
|
+
normalIndex .set (index, pointIndex = [ ]);
|
|
74542
74539
|
|
|
74543
|
-
|
|
74540
|
+
pointIndex .push (i);
|
|
74544
74541
|
}
|
|
74545
74542
|
|
|
74546
|
-
return normals;
|
|
74543
|
+
return this .refineNormals (normalIndex, normals, Math .PI);
|
|
74547
74544
|
},
|
|
74548
74545
|
createFaceNormals (verticesPerPolygon, polygonsSize)
|
|
74549
74546
|
{
|
|
@@ -74939,80 +74936,70 @@ Object .assign (Object .setPrototypeOf (IndexedFaceSet .prototype, Rendering_X3D
|
|
|
74939
74936
|
}
|
|
74940
74937
|
}
|
|
74941
74938
|
},
|
|
74942
|
-
createNormals
|
|
74939
|
+
createNormals (polygons)
|
|
74943
74940
|
{
|
|
74944
74941
|
const
|
|
74945
|
-
|
|
74946
|
-
|
|
74942
|
+
cw = !this ._ccw .getValue (),
|
|
74943
|
+
coordIndex = this ._coordIndex .getValue (),
|
|
74944
|
+
coord = this .getCoord (),
|
|
74945
|
+
normalIndex = new Map (),
|
|
74946
|
+
normals = [ ];
|
|
74947
74947
|
|
|
74948
|
-
|
|
74948
|
+
for (const polygon of polygons)
|
|
74949
74949
|
{
|
|
74950
74950
|
const
|
|
74951
|
-
|
|
74952
|
-
|
|
74953
|
-
coord = this .getCoord ();
|
|
74951
|
+
vertices = polygon .vertices,
|
|
74952
|
+
length = vertices .length;
|
|
74954
74953
|
|
|
74955
|
-
|
|
74956
|
-
normalIndex .length = 0;
|
|
74957
|
-
|
|
74958
|
-
for (const polygon of polygons)
|
|
74954
|
+
switch (length)
|
|
74959
74955
|
{
|
|
74960
|
-
|
|
74961
|
-
vertices = polygon .vertices,
|
|
74962
|
-
length = vertices .length;
|
|
74963
|
-
|
|
74964
|
-
switch (length)
|
|
74956
|
+
case 3:
|
|
74965
74957
|
{
|
|
74966
|
-
|
|
74967
|
-
|
|
74968
|
-
|
|
74969
|
-
|
|
74970
|
-
coordIndex [vertices [2]]);
|
|
74971
|
-
break;
|
|
74972
|
-
}
|
|
74973
|
-
case 4:
|
|
74974
|
-
{
|
|
74975
|
-
var normal = coord .getQuadNormal (coordIndex [vertices [0]],
|
|
74976
|
-
coordIndex [vertices [1]],
|
|
74977
|
-
coordIndex [vertices [2]],
|
|
74978
|
-
coordIndex [vertices [3]]);
|
|
74979
|
-
break;
|
|
74980
|
-
}
|
|
74981
|
-
default:
|
|
74982
|
-
{
|
|
74983
|
-
var normal = this .getPolygonNormal (vertices, coordIndex, coord);
|
|
74984
|
-
break;
|
|
74985
|
-
}
|
|
74958
|
+
var normal = coord .getNormal (coordIndex [vertices [0]],
|
|
74959
|
+
coordIndex [vertices [1]],
|
|
74960
|
+
coordIndex [vertices [2]]);
|
|
74961
|
+
break;
|
|
74986
74962
|
}
|
|
74987
|
-
|
|
74988
|
-
// Add a normal index for each point.
|
|
74989
|
-
|
|
74990
|
-
for (let i = 0; i < length; ++ i)
|
|
74963
|
+
case 4:
|
|
74991
74964
|
{
|
|
74992
|
-
|
|
74993
|
-
|
|
74994
|
-
|
|
74965
|
+
var normal = coord .getQuadNormal (coordIndex [vertices [0]],
|
|
74966
|
+
coordIndex [vertices [1]],
|
|
74967
|
+
coordIndex [vertices [2]],
|
|
74968
|
+
coordIndex [vertices [3]]);
|
|
74969
|
+
break;
|
|
74970
|
+
}
|
|
74971
|
+
default:
|
|
74972
|
+
{
|
|
74973
|
+
var normal = this .getPolygonNormal (vertices, coordIndex, coord);
|
|
74974
|
+
break;
|
|
74975
|
+
}
|
|
74976
|
+
}
|
|
74995
74977
|
|
|
74996
|
-
|
|
74978
|
+
// Add a normal index for each point.
|
|
74997
74979
|
|
|
74998
|
-
|
|
74999
|
-
|
|
74980
|
+
for (const index of vertices)
|
|
74981
|
+
{
|
|
74982
|
+
const point = coordIndex [index];
|
|
75000
74983
|
|
|
75001
|
-
|
|
75002
|
-
}
|
|
74984
|
+
let pointNormals = normalIndex .get (point);
|
|
75003
74985
|
|
|
75004
|
-
if (
|
|
75005
|
-
|
|
74986
|
+
if (!pointNormals)
|
|
74987
|
+
normalIndex .set (point, pointNormals = [ ]);
|
|
75006
74988
|
|
|
75007
|
-
|
|
74989
|
+
pointNormals .push (index);
|
|
75008
74990
|
|
|
75009
|
-
|
|
75010
|
-
normals [vertices [i]] = normal;
|
|
74991
|
+
normals [index] = normal;
|
|
75011
74992
|
}
|
|
75012
74993
|
|
|
75013
|
-
|
|
75014
|
-
|
|
75015
|
-
|
|
74994
|
+
if (cw)
|
|
74995
|
+
normal .negate ();
|
|
74996
|
+
}
|
|
74997
|
+
|
|
74998
|
+
// if (!this ._normalPerVertex .getValue ())
|
|
74999
|
+
// return normals;
|
|
75000
|
+
|
|
75001
|
+
return this .refineNormals (normalIndex, normals, this ._creaseAngle .getValue ());
|
|
75002
|
+
},
|
|
75016
75003
|
getPolygonNormal: (() =>
|
|
75017
75004
|
{
|
|
75018
75005
|
let
|
|
@@ -88195,7 +88182,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
88195
88182
|
x_ite_Namespace .set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
88196
88183
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
88197
88184
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
88198
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
88185
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(177);
|
|
88199
88186
|
/*******************************************************************************
|
|
88200
88187
|
*
|
|
88201
88188
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96918,7 +96905,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
96918
96905
|
x_ite_Namespace .set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
96919
96906
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
96920
96907
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
96921
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
96908
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(177);
|
|
96922
96909
|
/*******************************************************************************
|
|
96923
96910
|
*
|
|
96924
96911
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -97577,7 +97564,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
97577
97564
|
x_ite_Namespace .set ("x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
97578
97565
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
97579
97566
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
97580
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
97567
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(177);
|
|
97581
97568
|
/*******************************************************************************
|
|
97582
97569
|
*
|
|
97583
97570
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101272,7 +101259,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
101272
101259
|
x_ite_Namespace .set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
101273
101260
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
101274
101261
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
101275
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
101262
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(177);
|
|
101276
101263
|
/*******************************************************************************
|
|
101277
101264
|
*
|
|
101278
101265
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -104383,8 +104370,8 @@ const GIFMedia_default_ = GifMedia;
|
|
|
104383
104370
|
x_ite_Namespace .set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
|
|
104384
104371
|
/* harmony default export */ const GIFMedia = (GIFMedia_default_);
|
|
104385
104372
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
104386
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
104387
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
104373
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(177);
|
|
104374
|
+
/* provided dependency */ var SuperGif = __webpack_require__(660);
|
|
104388
104375
|
/*******************************************************************************
|
|
104389
104376
|
*
|
|
104390
104377
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105549,7 +105536,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
|
|
|
105549
105536
|
x_ite_Namespace .set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
|
|
105550
105537
|
/* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
|
|
105551
105538
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
|
|
105552
|
-
/* provided dependency */ var PixelTexture_$ = __webpack_require__(
|
|
105539
|
+
/* provided dependency */ var PixelTexture_$ = __webpack_require__(177);
|
|
105553
105540
|
/*******************************************************************************
|
|
105554
105541
|
*
|
|
105555
105542
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107730,7 +107717,7 @@ const gettext_default_ = gettext;
|
|
|
107730
107717
|
x_ite_Namespace .set ("locale/gettext", gettext_default_);
|
|
107731
107718
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
107732
107719
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
107733
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
107720
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(177);
|
|
107734
107721
|
/*******************************************************************************
|
|
107735
107722
|
*
|
|
107736
107723
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108160,7 +108147,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
108160
108147
|
x_ite_Namespace .set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
108161
108148
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
108162
108149
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
108163
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
108150
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(177);
|
|
108164
108151
|
/*******************************************************************************
|
|
108165
108152
|
*
|
|
108166
108153
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108741,7 +108728,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
108741
108728
|
x_ite_Namespace .set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
108742
108729
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
108743
108730
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
108744
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
108731
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(177);
|
|
108745
108732
|
/*******************************************************************************
|
|
108746
108733
|
*
|
|
108747
108734
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108863,8 +108850,8 @@ const Notification_default_ = Notification;
|
|
|
108863
108850
|
x_ite_Namespace .set ("x_ite/Browser/Core/Notification", Notification_default_);
|
|
108864
108851
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
108865
108852
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
108866
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
108867
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
108853
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(515);
|
|
108854
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(177);
|
|
108868
108855
|
/*******************************************************************************
|
|
108869
108856
|
*
|
|
108870
108857
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111582,7 +111569,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
111582
111569
|
x_ite_Namespace .set ("standard/Utility/DataStorage", DataStorage_default_);
|
|
111583
111570
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
111584
111571
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
111585
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
111572
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(177);
|
|
111586
111573
|
/*******************************************************************************
|
|
111587
111574
|
*
|
|
111588
111575
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113617,8 +113604,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113617
113604
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
113618
113605
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
113619
113606
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113620
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113621
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113607
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(615);
|
|
113608
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(177);
|
|
113622
113609
|
/*******************************************************************************
|
|
113623
113610
|
*
|
|
113624
113611
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114490,8 +114477,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
114490
114477
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
114491
114478
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
114492
114479
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
114493
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
114494
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
114480
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(615);
|
|
114481
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(177);
|
|
114495
114482
|
/*******************************************************************************
|
|
114496
114483
|
*
|
|
114497
114484
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115461,8 +115448,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
115461
115448
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
115462
115449
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
115463
115450
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
115464
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
115465
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
115451
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(615);
|
|
115452
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(177);
|
|
115466
115453
|
/*******************************************************************************
|
|
115467
115454
|
*
|
|
115468
115455
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115793,8 +115780,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
115793
115780
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
115794
115781
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
115795
115782
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
115796
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
115797
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
115783
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(615);
|
|
115784
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(177);
|
|
115798
115785
|
/*******************************************************************************
|
|
115799
115786
|
*
|
|
115800
115787
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116931,8 +116918,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
116931
116918
|
x_ite_Namespace .set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
116932
116919
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
116933
116920
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
116934
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
116935
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
116921
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(615);
|
|
116922
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(177);
|
|
116936
116923
|
/*******************************************************************************
|
|
116937
116924
|
*
|
|
116938
116925
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117972,8 +117959,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
117972
117959
|
x_ite_Namespace .set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
117973
117960
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
117974
117961
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
117975
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
117976
|
-
/* provided dependency */ var ResizeSensor = __webpack_require__(
|
|
117962
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(177);
|
|
117963
|
+
/* provided dependency */ var ResizeSensor = __webpack_require__(30);
|
|
117977
117964
|
/*******************************************************************************
|
|
117978
117965
|
*
|
|
117979
117966
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120198,7 +120185,7 @@ const Components_default_ = Components;
|
|
|
120198
120185
|
x_ite_Namespace .set ("x_ite/Components", Components_default_);
|
|
120199
120186
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
120200
120187
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
120201
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
120188
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(177);
|
|
120202
120189
|
/*******************************************************************************
|
|
120203
120190
|
* MIT License
|
|
120204
120191
|
*
|
|
@@ -120604,7 +120591,7 @@ const DOMIntegration_default_ = DOMIntegration;
|
|
|
120604
120591
|
x_ite_Namespace .set ("x_ite/Browser/DOMIntegration", DOMIntegration_default_);
|
|
120605
120592
|
/* harmony default export */ const Browser_DOMIntegration = (DOMIntegration_default_);
|
|
120606
120593
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
120607
|
-
/* provided dependency */ var Legacy_$ = __webpack_require__(
|
|
120594
|
+
/* provided dependency */ var Legacy_$ = __webpack_require__(177);
|
|
120608
120595
|
/*******************************************************************************
|
|
120609
120596
|
*
|
|
120610
120597
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -121435,7 +121422,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
121435
121422
|
x_ite_Namespace .set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
121436
121423
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
121437
121424
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
121438
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
121425
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(177);
|
|
121439
121426
|
/*******************************************************************************
|
|
121440
121427
|
*
|
|
121441
121428
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122559,8 +122546,8 @@ const MicroTime_default_ = undefined;
|
|
|
122559
122546
|
x_ite_Namespace .set ("standard/Time/MicroTime", MicroTime_default_);
|
|
122560
122547
|
/* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
|
|
122561
122548
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
122562
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
122563
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
122549
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(177);
|
|
122550
|
+
/* provided dependency */ var pako = __webpack_require__(886);
|
|
122564
122551
|
Object .assign (jquery_$,
|
|
122565
122552
|
{
|
|
122566
122553
|
decodeText (input)
|
|
@@ -122625,14 +122612,14 @@ const jquery_default_ = jquery_$;
|
|
|
122625
122612
|
x_ite_Namespace .set ("lib/jquery", jquery_default_);
|
|
122626
122613
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
122627
122614
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
122628
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
122615
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(946);
|
|
122629
122616
|
const libtess_default_ = libtess_libtess;
|
|
122630
122617
|
;
|
|
122631
122618
|
|
|
122632
122619
|
x_ite_Namespace .set ("lib/libtess", libtess_default_);
|
|
122633
122620
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
122634
122621
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
122635
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
122622
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(177);
|
|
122636
122623
|
/*******************************************************************************
|
|
122637
122624
|
*
|
|
122638
122625
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122889,7 +122876,7 @@ const X3D_default_ = X3D;
|
|
|
122889
122876
|
x_ite_Namespace .set ("x_ite/X3D", X3D_default_);
|
|
122890
122877
|
/* harmony default export */ const x_ite_X3D = (X3D_default_);
|
|
122891
122878
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
122892
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
122879
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(177);
|
|
122893
122880
|
/*******************************************************************************
|
|
122894
122881
|
*
|
|
122895
122882
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123158,7 +123145,7 @@ x_ite_Namespace .set ("shim", shim_default_);
|
|
|
123158
123145
|
|
|
123159
123146
|
// Assign X3D to global namespace.
|
|
123160
123147
|
|
|
123161
|
-
window [Symbol .for ("X_ITE.X3D-8.9.
|
|
123148
|
+
window [Symbol .for ("X_ITE.X3D-8.9.3")] = x_ite_X3D;
|
|
123162
123149
|
|
|
123163
123150
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
123164
123151
|
|