x_ite 14.1.4 → 14.2.0
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 +32 -32
- package/dist/X3DUOM.xml +6 -0
- 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/Geometry3DComponent.js +2 -2
- package/dist/assets/components/Geometry3DComponent.min.js +2 -2
- package/dist/assets/components/GeospatialComponent.js +2 -2
- package/dist/assets/components/GeospatialComponent.min.js +2 -2
- package/dist/assets/components/HAnimComponent.js +2 -2
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +8 -5
- 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 +3 -3
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +48 -29
- 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/WebXRComponent.js +2 -2
- package/dist/assets/components/WebXRComponent.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 +70 -20
- package/dist/x_ite.js +289 -280
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +288 -278
- package/dist/x_ite.zip +0 -0
- package/package.json +3 -3
package/dist/x_ite.mjs
CHANGED
|
@@ -1,7 +1,40 @@
|
|
|
1
|
-
/* X_ITE v14.
|
|
1
|
+
/* X_ITE v14.2.0 */
|
|
2
2
|
var __webpack_modules__ = ({
|
|
3
3
|
|
|
4
|
-
/***/
|
|
4
|
+
/***/ 124
|
|
5
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6
|
+
|
|
7
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
9
|
+
/* harmony export */ });
|
|
10
|
+
const Namespace = { };
|
|
11
|
+
|
|
12
|
+
Object .defineProperty (Namespace, "add",
|
|
13
|
+
{
|
|
14
|
+
value (name, module)
|
|
15
|
+
{
|
|
16
|
+
if (Namespace .hasOwnProperty (name))
|
|
17
|
+
{
|
|
18
|
+
console .error (new Error (`Namespace: "${name}" already exists.`));
|
|
19
|
+
return module;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-14.2.0")];
|
|
23
|
+
|
|
24
|
+
if (X3D)
|
|
25
|
+
X3D [name] = module;
|
|
26
|
+
|
|
27
|
+
// For x_ite.js:
|
|
28
|
+
return Namespace [name] = module;
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Namespace .add ("Namespace", Namespace));
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
/***/ },
|
|
36
|
+
|
|
37
|
+
/***/ 868
|
|
5
38
|
(module, exports) {
|
|
6
39
|
|
|
7
40
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -1006,7 +1039,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
1006
1039
|
|
|
1007
1040
|
/***/ },
|
|
1008
1041
|
|
|
1009
|
-
/***/
|
|
1042
|
+
/***/ 494
|
|
1010
1043
|
(module) {
|
|
1011
1044
|
|
|
1012
1045
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -2002,7 +2035,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2002
2035
|
|
|
2003
2036
|
/***/ },
|
|
2004
2037
|
|
|
2005
|
-
/***/
|
|
2038
|
+
/***/ 717
|
|
2006
2039
|
(module, exports, __webpack_require__) {
|
|
2007
2040
|
|
|
2008
2041
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -2016,7 +2049,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
2016
2049
|
if ( true ) {
|
|
2017
2050
|
|
|
2018
2051
|
// AMD. Register as an anonymous module.
|
|
2019
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(
|
|
2052
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(484) ], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
2020
2053
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
2021
2054
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
2022
2055
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -2247,7 +2280,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
2247
2280
|
|
|
2248
2281
|
/***/ },
|
|
2249
2282
|
|
|
2250
|
-
/***/
|
|
2283
|
+
/***/ 46
|
|
2251
2284
|
(module) {
|
|
2252
2285
|
|
|
2253
2286
|
/**
|
|
@@ -7026,7 +7059,7 @@ if (true) {
|
|
|
7026
7059
|
|
|
7027
7060
|
/***/ },
|
|
7028
7061
|
|
|
7029
|
-
/***/
|
|
7062
|
+
/***/ 177
|
|
7030
7063
|
(__unused_webpack_module, exports) {
|
|
7031
7064
|
|
|
7032
7065
|
|
|
@@ -10271,52 +10304,19 @@ if (true) {
|
|
|
10271
10304
|
|
|
10272
10305
|
/***/ },
|
|
10273
10306
|
|
|
10274
|
-
/***/
|
|
10275
|
-
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10276
|
-
|
|
10277
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10278
|
-
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
10279
|
-
/* harmony export */ });
|
|
10280
|
-
const Namespace = { };
|
|
10281
|
-
|
|
10282
|
-
Object .defineProperty (Namespace, "add",
|
|
10283
|
-
{
|
|
10284
|
-
value (name, module)
|
|
10285
|
-
{
|
|
10286
|
-
if (Namespace .hasOwnProperty (name))
|
|
10287
|
-
{
|
|
10288
|
-
console .error (new Error (`Namespace: "${name}" already exists.`));
|
|
10289
|
-
return module;
|
|
10290
|
-
}
|
|
10291
|
-
|
|
10292
|
-
const X3D = window [Symbol .for ("X_ITE.X3D-14.1.4")];
|
|
10293
|
-
|
|
10294
|
-
if (X3D)
|
|
10295
|
-
X3D [name] = module;
|
|
10296
|
-
|
|
10297
|
-
// For x_ite.js:
|
|
10298
|
-
return Namespace [name] = module;
|
|
10299
|
-
},
|
|
10300
|
-
});
|
|
10301
|
-
|
|
10302
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Namespace .add ("Namespace", Namespace));
|
|
10303
|
-
|
|
10304
|
-
|
|
10305
|
-
/***/ },
|
|
10306
|
-
|
|
10307
|
-
/***/ 632
|
|
10307
|
+
/***/ 484
|
|
10308
10308
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10309
10309
|
|
|
10310
10310
|
|
|
10311
10311
|
|
|
10312
10312
|
// Bundlers are able to synchronously require an ESM module from a CommonJS one.
|
|
10313
|
-
const { jQuery } = __webpack_require__(
|
|
10313
|
+
const { jQuery } = __webpack_require__( 308 );
|
|
10314
10314
|
module.exports = jQuery;
|
|
10315
10315
|
|
|
10316
10316
|
|
|
10317
10317
|
/***/ },
|
|
10318
10318
|
|
|
10319
|
-
/***/
|
|
10319
|
+
/***/ 308
|
|
10320
10320
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
10321
10321
|
|
|
10322
10322
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
@@ -10324,7 +10324,7 @@ module.exports = jQuery;
|
|
|
10324
10324
|
/* harmony export */ jQuery: () => (/* binding */ jQuery)
|
|
10325
10325
|
/* harmony export */ });
|
|
10326
10326
|
/* unused harmony export $ */
|
|
10327
|
-
/* harmony import */ var _src_x_ite_Namespace_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10327
|
+
/* harmony import */ var _src_x_ite_Namespace_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(124);
|
|
10328
10328
|
/*!
|
|
10329
10329
|
* jQuery JavaScript Library v4.0.0+slim
|
|
10330
10330
|
* https://jquery.com/
|
|
@@ -17238,7 +17238,7 @@ const __default__ = jQuery;
|
|
|
17238
17238
|
/************************************************************************/
|
|
17239
17239
|
|
|
17240
17240
|
// EXTERNAL MODULE: ./src/x_ite/Namespace.js
|
|
17241
|
-
var Namespace = __webpack_require__(
|
|
17241
|
+
var Namespace = __webpack_require__(124);
|
|
17242
17242
|
;// ./src/x_ite/Base/X3DConstants.js
|
|
17243
17243
|
const X3DConstants =
|
|
17244
17244
|
{
|
|
@@ -18444,7 +18444,7 @@ const Features_default_ = Features;
|
|
|
18444
18444
|
|
|
18445
18445
|
/* harmony default export */ const x_ite_Features = (Namespace/* default */.A .add ("Features", Features_default_));
|
|
18446
18446
|
;// ./src/x_ite/Base/X3DObject.js
|
|
18447
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
18447
|
+
/* provided dependency */ var $ = __webpack_require__(308)["A"];
|
|
18448
18448
|
|
|
18449
18449
|
|
|
18450
18450
|
|
|
@@ -19765,18 +19765,22 @@ Object .assign (Object .setPrototypeOf (X3DField .prototype, Base_X3DChildObject
|
|
|
19765
19765
|
{
|
|
19766
19766
|
return this [_documentation];
|
|
19767
19767
|
},
|
|
19768
|
-
fromString (
|
|
19768
|
+
fromString (value, scene)
|
|
19769
19769
|
{
|
|
19770
|
-
this .fromVRMLString (
|
|
19770
|
+
this .fromVRMLString (value, scene);
|
|
19771
19771
|
},
|
|
19772
|
-
fromVRMLString (
|
|
19772
|
+
fromVRMLString (value, scene)
|
|
19773
19773
|
{
|
|
19774
19774
|
// Function will be overridden in VRMLParser.
|
|
19775
19775
|
},
|
|
19776
|
-
fromXMLString (
|
|
19776
|
+
fromXMLString (value, scene)
|
|
19777
19777
|
{
|
|
19778
19778
|
// Function will be overridden in XMLParser.
|
|
19779
19779
|
},
|
|
19780
|
+
fromJSONString (value, scene)
|
|
19781
|
+
{
|
|
19782
|
+
this .fromVRMLString (value, scene);
|
|
19783
|
+
},
|
|
19780
19784
|
dispose ()
|
|
19781
19785
|
{
|
|
19782
19786
|
for (const reference of this [_references] ?? X3DField_EMPTY)
|
|
@@ -19803,6 +19807,72 @@ Object .assign (Object .setPrototypeOf (X3DField .prototype, Base_X3DChildObject
|
|
|
19803
19807
|
for (const key of Object .keys (X3DField .prototype))
|
|
19804
19808
|
Object .defineProperty (X3DField .prototype, key, { enumerable: false });
|
|
19805
19809
|
|
|
19810
|
+
Object .defineProperties (X3DField,
|
|
19811
|
+
{
|
|
19812
|
+
getStaticProperties:
|
|
19813
|
+
{
|
|
19814
|
+
value (typeName)
|
|
19815
|
+
{
|
|
19816
|
+
return {
|
|
19817
|
+
type:
|
|
19818
|
+
{
|
|
19819
|
+
value: Base_X3DConstants [typeName],
|
|
19820
|
+
enumerable: true,
|
|
19821
|
+
},
|
|
19822
|
+
typeName:
|
|
19823
|
+
{
|
|
19824
|
+
value: typeName,
|
|
19825
|
+
enumerable: true,
|
|
19826
|
+
},
|
|
19827
|
+
fromString:
|
|
19828
|
+
{
|
|
19829
|
+
value (value, scene)
|
|
19830
|
+
{
|
|
19831
|
+
const field = new this ();
|
|
19832
|
+
|
|
19833
|
+
field .fromString (value, scene);
|
|
19834
|
+
|
|
19835
|
+
return field;
|
|
19836
|
+
},
|
|
19837
|
+
},
|
|
19838
|
+
fromVRMLString:
|
|
19839
|
+
{
|
|
19840
|
+
value (value, scene)
|
|
19841
|
+
{
|
|
19842
|
+
const field = new this ();
|
|
19843
|
+
|
|
19844
|
+
field .fromVRMLString (value, scene);
|
|
19845
|
+
|
|
19846
|
+
return field;
|
|
19847
|
+
},
|
|
19848
|
+
},
|
|
19849
|
+
fromXMLString:
|
|
19850
|
+
{
|
|
19851
|
+
value (value, scene)
|
|
19852
|
+
{
|
|
19853
|
+
const field = new this ();
|
|
19854
|
+
|
|
19855
|
+
field .fromXMLString (value, scene);
|
|
19856
|
+
|
|
19857
|
+
return field;
|
|
19858
|
+
},
|
|
19859
|
+
},
|
|
19860
|
+
fromJSONString:
|
|
19861
|
+
{
|
|
19862
|
+
value (value, scene)
|
|
19863
|
+
{
|
|
19864
|
+
const field = new this ();
|
|
19865
|
+
|
|
19866
|
+
field .fromJSONString (value, scene);
|
|
19867
|
+
|
|
19868
|
+
return field;
|
|
19869
|
+
},
|
|
19870
|
+
},
|
|
19871
|
+
};
|
|
19872
|
+
},
|
|
19873
|
+
},
|
|
19874
|
+
})
|
|
19875
|
+
|
|
19806
19876
|
const X3DField_default_ = X3DField;
|
|
19807
19877
|
;
|
|
19808
19878
|
|
|
@@ -19992,16 +20062,7 @@ function SFScalarPrototypeTemplate (Constructor, TypeName, properties = { })
|
|
|
19992
20062
|
{
|
|
19993
20063
|
Object .defineProperties (Constructor,
|
|
19994
20064
|
{
|
|
19995
|
-
|
|
19996
|
-
{
|
|
19997
|
-
value: Base_X3DConstants [TypeName],
|
|
19998
|
-
enumerable: true,
|
|
19999
|
-
},
|
|
20000
|
-
typeName:
|
|
20001
|
-
{
|
|
20002
|
-
value: TypeName,
|
|
20003
|
-
enumerable: true,
|
|
20004
|
-
},
|
|
20065
|
+
... Base_X3DField .getStaticProperties (TypeName),
|
|
20005
20066
|
});
|
|
20006
20067
|
|
|
20007
20068
|
Object .assign (Object .setPrototypeOf (Constructor .prototype, Base_X3DField .prototype),
|
|
@@ -20355,7 +20416,7 @@ Object .assign (Object .setPrototypeOf (SFColor .prototype, Base_X3DField .proto
|
|
|
20355
20416
|
},
|
|
20356
20417
|
setHSV (h, s, v)
|
|
20357
20418
|
{
|
|
20358
|
-
this .getValue () .setHSV (h, s, v);
|
|
20419
|
+
this .getValue () .setHSV (+h, +s, +v);
|
|
20359
20420
|
this .addEvent ();
|
|
20360
20421
|
},
|
|
20361
20422
|
linearToSRGB ()
|
|
@@ -20487,16 +20548,7 @@ Object .defineProperties (SFColor .prototype,
|
|
|
20487
20548
|
|
|
20488
20549
|
Object .defineProperties (SFColor,
|
|
20489
20550
|
{
|
|
20490
|
-
|
|
20491
|
-
{
|
|
20492
|
-
value: Base_X3DConstants .SFColor,
|
|
20493
|
-
enumerable: true,
|
|
20494
|
-
},
|
|
20495
|
-
typeName:
|
|
20496
|
-
{
|
|
20497
|
-
value: "SFColor",
|
|
20498
|
-
enumerable: true,
|
|
20499
|
-
},
|
|
20551
|
+
... Base_X3DField .getStaticProperties ("SFColor"),
|
|
20500
20552
|
BLACK:
|
|
20501
20553
|
{
|
|
20502
20554
|
value: new SFColor (),
|
|
@@ -20507,6 +20559,17 @@ Object .defineProperties (SFColor,
|
|
|
20507
20559
|
value: new SFColor (1, 1, 1),
|
|
20508
20560
|
enumerable: true,
|
|
20509
20561
|
},
|
|
20562
|
+
fromHSV:
|
|
20563
|
+
{
|
|
20564
|
+
value (h, s, v)
|
|
20565
|
+
{
|
|
20566
|
+
const color = new this ();
|
|
20567
|
+
|
|
20568
|
+
color .setHSV (h, s, v);
|
|
20569
|
+
|
|
20570
|
+
return color;
|
|
20571
|
+
},
|
|
20572
|
+
},
|
|
20510
20573
|
});
|
|
20511
20574
|
|
|
20512
20575
|
const SFColor_default_ = SFColor;
|
|
@@ -20730,7 +20793,7 @@ Object .assign (Object .setPrototypeOf (SFColorRGBA .prototype, Base_X3DField .p
|
|
|
20730
20793
|
},
|
|
20731
20794
|
setHSVA (h, s, v, a)
|
|
20732
20795
|
{
|
|
20733
|
-
this .getValue () .setHSVA (h, s, v, a);
|
|
20796
|
+
this .getValue () .setHSVA (+h, +s, +v, +a);
|
|
20734
20797
|
this .addEvent ();
|
|
20735
20798
|
},
|
|
20736
20799
|
linearToSRGB ()
|
|
@@ -20834,16 +20897,7 @@ Object .defineProperties (SFColorRGBA .prototype,
|
|
|
20834
20897
|
|
|
20835
20898
|
Object .defineProperties (SFColorRGBA,
|
|
20836
20899
|
{
|
|
20837
|
-
|
|
20838
|
-
{
|
|
20839
|
-
value: Base_X3DConstants .SFColorRGBA,
|
|
20840
|
-
enumerable: true,
|
|
20841
|
-
},
|
|
20842
|
-
typeName:
|
|
20843
|
-
{
|
|
20844
|
-
value: "SFColorRGBA",
|
|
20845
|
-
enumerable: true,
|
|
20846
|
-
},
|
|
20900
|
+
... Base_X3DField .getStaticProperties ("SFColorRGBA"),
|
|
20847
20901
|
BLACK:
|
|
20848
20902
|
{
|
|
20849
20903
|
value: new SFColorRGBA (0, 0, 0, 1),
|
|
@@ -20859,6 +20913,17 @@ Object .defineProperties (SFColorRGBA,
|
|
|
20859
20913
|
value: new SFColorRGBA (1, 1, 1, 1),
|
|
20860
20914
|
enumerable: true,
|
|
20861
20915
|
},
|
|
20916
|
+
fromHSVA:
|
|
20917
|
+
{
|
|
20918
|
+
value (h, s, v, a)
|
|
20919
|
+
{
|
|
20920
|
+
const color = new this ();
|
|
20921
|
+
|
|
20922
|
+
color .setHSVA (h, s, v, a);
|
|
20923
|
+
|
|
20924
|
+
return color;
|
|
20925
|
+
},
|
|
20926
|
+
},
|
|
20862
20927
|
});
|
|
20863
20928
|
|
|
20864
20929
|
const SFColorRGBA_default_ = SFColorRGBA;
|
|
@@ -20875,16 +20940,7 @@ function SFMatrixPrototypeTemplate (Constructor, TypeName, Matrix, double, prope
|
|
|
20875
20940
|
|
|
20876
20941
|
Object .defineProperties (Constructor,
|
|
20877
20942
|
{
|
|
20878
|
-
|
|
20879
|
-
{
|
|
20880
|
-
value: Base_X3DConstants [TypeName],
|
|
20881
|
-
enumerable: true,
|
|
20882
|
-
},
|
|
20883
|
-
typeName:
|
|
20884
|
-
{
|
|
20885
|
-
value: TypeName,
|
|
20886
|
-
enumerable: true,
|
|
20887
|
-
},
|
|
20943
|
+
... Base_X3DField .getStaticProperties (TypeName),
|
|
20888
20944
|
});
|
|
20889
20945
|
|
|
20890
20946
|
Object .assign (Object .setPrototypeOf (Constructor .prototype, Base_X3DField .prototype),
|
|
@@ -24954,26 +25010,13 @@ const SFNodeCache =
|
|
|
24954
25010
|
|
|
24955
25011
|
this .set (baseNode, node);
|
|
24956
25012
|
|
|
24957
|
-
// i += 2;
|
|
24958
|
-
// console .warn (`baseNode ${i} ${baseNode .getTypeName ()}`);
|
|
24959
|
-
// r .register (baseNode, `baseNode ${baseNode .getTypeName ()}`);
|
|
24960
|
-
// r .register (node, `node ${baseNode .getTypeName ()}`);
|
|
24961
|
-
|
|
24962
25013
|
return node;
|
|
24963
25014
|
}
|
|
24964
25015
|
},
|
|
24965
25016
|
set (baseNode, node)
|
|
24966
25017
|
{
|
|
24967
|
-
Object .
|
|
24968
|
-
{
|
|
24969
|
-
value: dispose,
|
|
24970
|
-
writable: true,
|
|
24971
|
-
configurable: true,
|
|
24972
|
-
});
|
|
25018
|
+
Object .defineProperties (node, properties);
|
|
24973
25019
|
|
|
24974
|
-
// WeakMap allows associating data to objects in a way that doesn't prevent
|
|
24975
|
-
// the key objects from being collected, even if the values reference the keys.
|
|
24976
|
-
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
|
|
24977
25020
|
cache .set (baseNode, node);
|
|
24978
25021
|
},
|
|
24979
25022
|
delete (baseNode)
|
|
@@ -24982,12 +25025,29 @@ const SFNodeCache =
|
|
|
24982
25025
|
},
|
|
24983
25026
|
};
|
|
24984
25027
|
|
|
24985
|
-
|
|
25028
|
+
const disable =
|
|
25029
|
+
{
|
|
25030
|
+
value: undefined,
|
|
25031
|
+
configurable: true,
|
|
25032
|
+
};
|
|
25033
|
+
|
|
25034
|
+
const properties =
|
|
24986
25035
|
{
|
|
24987
|
-
|
|
25036
|
+
fromString: disable,
|
|
25037
|
+
fromVRMLString: disable,
|
|
25038
|
+
fromXMLString: disable,
|
|
25039
|
+
fromJSONString: disable,
|
|
25040
|
+
dispose:
|
|
25041
|
+
{
|
|
25042
|
+
value ()
|
|
25043
|
+
{
|
|
25044
|
+
this .getValue () ?.dispose ();
|
|
24988
25045
|
|
|
24989
|
-
|
|
24990
|
-
}
|
|
25046
|
+
Fields_SFNode .prototype .dispose .call (this);
|
|
25047
|
+
},
|
|
25048
|
+
configurable: true,
|
|
25049
|
+
},
|
|
25050
|
+
};
|
|
24991
25051
|
|
|
24992
25052
|
const SFNodeCache_default_ = SFNodeCache;
|
|
24993
25053
|
;
|
|
@@ -25411,16 +25471,7 @@ for (const key of Object .keys (SFNode .prototype))
|
|
|
25411
25471
|
|
|
25412
25472
|
Object .defineProperties (SFNode,
|
|
25413
25473
|
{
|
|
25414
|
-
|
|
25415
|
-
{
|
|
25416
|
-
value: Base_X3DConstants .SFNode,
|
|
25417
|
-
enumerable: true,
|
|
25418
|
-
},
|
|
25419
|
-
typeName:
|
|
25420
|
-
{
|
|
25421
|
-
value: "SFNode",
|
|
25422
|
-
enumerable: true,
|
|
25423
|
-
},
|
|
25474
|
+
... Base_X3DField .getStaticProperties ("SFNode"),
|
|
25424
25475
|
});
|
|
25425
25476
|
|
|
25426
25477
|
const SFNode_default_ = SFNode;
|
|
@@ -25437,16 +25488,7 @@ function SFVecPrototypeTemplate (Constructor, TypeName, Vector, double, properti
|
|
|
25437
25488
|
|
|
25438
25489
|
Object .defineProperties (Constructor,
|
|
25439
25490
|
{
|
|
25440
|
-
|
|
25441
|
-
{
|
|
25442
|
-
value: Base_X3DConstants [TypeName],
|
|
25443
|
-
enumerable: true,
|
|
25444
|
-
},
|
|
25445
|
-
typeName:
|
|
25446
|
-
{
|
|
25447
|
-
value: TypeName,
|
|
25448
|
-
enumerable: true,
|
|
25449
|
-
},
|
|
25491
|
+
... Base_X3DField .getStaticProperties (TypeName),
|
|
25450
25492
|
});
|
|
25451
25493
|
|
|
25452
25494
|
Object .assign (Object .setPrototypeOf (Constructor .prototype, Base_X3DField .prototype),
|
|
@@ -25983,16 +26025,7 @@ Object .defineProperties (SFRotation .prototype,
|
|
|
25983
26025
|
|
|
25984
26026
|
Object .defineProperties (SFRotation,
|
|
25985
26027
|
{
|
|
25986
|
-
|
|
25987
|
-
{
|
|
25988
|
-
value: Base_X3DConstants .SFRotation,
|
|
25989
|
-
enumerable: true,
|
|
25990
|
-
},
|
|
25991
|
-
typeName:
|
|
25992
|
-
{
|
|
25993
|
-
value: "SFRotation",
|
|
25994
|
-
enumerable: true,
|
|
25995
|
-
},
|
|
26028
|
+
... Base_X3DField .getStaticProperties ("SFRotation"),
|
|
25996
26029
|
IDENTITY:
|
|
25997
26030
|
{
|
|
25998
26031
|
value: new SFRotation (),
|
|
@@ -27859,6 +27892,7 @@ const X3DTypedArrayField_default_ = X3DTypedArrayField;
|
|
|
27859
27892
|
|
|
27860
27893
|
|
|
27861
27894
|
|
|
27895
|
+
|
|
27862
27896
|
const
|
|
27863
27897
|
{ SFBool, SFDouble, SFFloat, SFInt32, SFString, SFTime } = Fields_SFScalar,
|
|
27864
27898
|
{ SFMatrix3d: ArrayFields_SFMatrix3d, SFMatrix3f: ArrayFields_SFMatrix3f } = Fields_SFMatrix3,
|
|
@@ -28088,16 +28122,7 @@ for (const key of Object .keys (MFNode .prototype))
|
|
|
28088
28122
|
|
|
28089
28123
|
Object .defineProperties (MFNode,
|
|
28090
28124
|
{
|
|
28091
|
-
|
|
28092
|
-
{
|
|
28093
|
-
value: Base_X3DConstants .MFNode,
|
|
28094
|
-
enumerable: true,
|
|
28095
|
-
},
|
|
28096
|
-
typeName:
|
|
28097
|
-
{
|
|
28098
|
-
value: "MFNode",
|
|
28099
|
-
enumerable: true,
|
|
28100
|
-
},
|
|
28125
|
+
... Base_X3DField .getStaticProperties ("MFNode"),
|
|
28101
28126
|
});
|
|
28102
28127
|
|
|
28103
28128
|
function MFString (... args)
|
|
@@ -28142,16 +28167,7 @@ for (const key of Object .keys (MFString .prototype))
|
|
|
28142
28167
|
|
|
28143
28168
|
Object .defineProperties (MFString,
|
|
28144
28169
|
{
|
|
28145
|
-
|
|
28146
|
-
{
|
|
28147
|
-
value: Base_X3DConstants .MFString,
|
|
28148
|
-
enumerable: true,
|
|
28149
|
-
},
|
|
28150
|
-
typeName:
|
|
28151
|
-
{
|
|
28152
|
-
value: "MFString",
|
|
28153
|
-
enumerable: true,
|
|
28154
|
-
},
|
|
28170
|
+
... Base_X3DField .getStaticProperties ("MFString"),
|
|
28155
28171
|
});
|
|
28156
28172
|
|
|
28157
28173
|
/**
|
|
@@ -28176,16 +28192,7 @@ for (const key of Object .keys (MFImage .prototype))
|
|
|
28176
28192
|
|
|
28177
28193
|
Object .defineProperties (MFImage,
|
|
28178
28194
|
{
|
|
28179
|
-
|
|
28180
|
-
{
|
|
28181
|
-
value: Base_X3DConstants .MFImage,
|
|
28182
|
-
enumerable: true,
|
|
28183
|
-
},
|
|
28184
|
-
typeName:
|
|
28185
|
-
{
|
|
28186
|
-
value: "MFImage",
|
|
28187
|
-
enumerable: true,
|
|
28188
|
-
},
|
|
28195
|
+
... Base_X3DField .getStaticProperties ("MFImage"),
|
|
28189
28196
|
});
|
|
28190
28197
|
|
|
28191
28198
|
function TypedArrayTemplate (TypeName, SingleType, ValueType, ArrayType, Components, singleValue)
|
|
@@ -28224,16 +28231,7 @@ function TypedArrayTemplate (TypeName, SingleType, ValueType, ArrayType, Compone
|
|
|
28224
28231
|
|
|
28225
28232
|
Object .defineProperties (ArrayField,
|
|
28226
28233
|
{
|
|
28227
|
-
|
|
28228
|
-
{
|
|
28229
|
-
value: Base_X3DConstants [TypeName],
|
|
28230
|
-
enumerable: true,
|
|
28231
|
-
},
|
|
28232
|
-
typeName:
|
|
28233
|
-
{
|
|
28234
|
-
value: TypeName,
|
|
28235
|
-
enumerable: true,
|
|
28236
|
-
},
|
|
28234
|
+
... Base_X3DField .getStaticProperties (TypeName),
|
|
28237
28235
|
});
|
|
28238
28236
|
|
|
28239
28237
|
return ArrayField;
|
|
@@ -28592,16 +28590,7 @@ Object .defineProperties (SFImage .prototype,
|
|
|
28592
28590
|
|
|
28593
28591
|
Object .defineProperties (SFImage,
|
|
28594
28592
|
{
|
|
28595
|
-
|
|
28596
|
-
{
|
|
28597
|
-
value: Base_X3DConstants .SFImage,
|
|
28598
|
-
enumerable: true,
|
|
28599
|
-
},
|
|
28600
|
-
typeName:
|
|
28601
|
-
{
|
|
28602
|
-
value: "SFImage",
|
|
28603
|
-
enumerable: true,
|
|
28604
|
-
},
|
|
28593
|
+
... Base_X3DField .getStaticProperties ("SFImage"),
|
|
28605
28594
|
});
|
|
28606
28595
|
|
|
28607
28596
|
const SFImage_default_ = SFImage;
|
|
@@ -29311,7 +29300,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
29311
29300
|
|
|
29312
29301
|
/* harmony default export */ const Base_X3DBaseNode = (Namespace/* default */.A .add ("X3DBaseNode", X3DBaseNode_default_));
|
|
29313
29302
|
;// ./src/x_ite/Browser/Legacy.js
|
|
29314
|
-
/* provided dependency */ var Legacy_$ = __webpack_require__(
|
|
29303
|
+
/* provided dependency */ var Legacy_$ = __webpack_require__(308)["A"];
|
|
29315
29304
|
const Legacy =
|
|
29316
29305
|
{
|
|
29317
29306
|
elements (elements, X3DBrowser)
|
|
@@ -29373,7 +29362,7 @@ const Legacy_default_ = Legacy;
|
|
|
29373
29362
|
|
|
29374
29363
|
/* harmony default export */ const Browser_Legacy = (Namespace/* default */.A .add ("Legacy", Legacy_default_));
|
|
29375
29364
|
;// ./src/x_ite/BROWSER_VERSION.js
|
|
29376
|
-
const BROWSER_VERSION_default_ = "14.
|
|
29365
|
+
const BROWSER_VERSION_default_ = "14.2.0";
|
|
29377
29366
|
;
|
|
29378
29367
|
|
|
29379
29368
|
/* harmony default export */ const BROWSER_VERSION = (Namespace/* default */.A .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
|
|
@@ -29960,7 +29949,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
29960
29949
|
|
|
29961
29950
|
/* harmony default export */ const gettext = (Namespace/* default */.A .add ("gettext", gettext_default_));
|
|
29962
29951
|
;// ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
29963
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
29952
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(308)["A"];
|
|
29964
29953
|
|
|
29965
29954
|
|
|
29966
29955
|
|
|
@@ -30411,7 +30400,7 @@ const TextCompression_default_ = TextCompression;
|
|
|
30411
30400
|
|
|
30412
30401
|
/* harmony default export */ const Core_TextCompression = (Namespace/* default */.A .add ("TextCompression", TextCompression_default_));
|
|
30413
30402
|
;// ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
30414
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
30403
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(308)["A"];
|
|
30415
30404
|
|
|
30416
30405
|
|
|
30417
30406
|
|
|
@@ -30890,7 +30879,7 @@ const BrowserProperties_default_ = BrowserProperties;
|
|
|
30890
30879
|
|
|
30891
30880
|
/* harmony default export */ const Core_BrowserProperties = (Namespace/* default */.A .add ("BrowserProperties", BrowserProperties_default_));
|
|
30892
30881
|
;// ./src/x_ite/Browser/Core/RenderingProperties.js
|
|
30893
|
-
/* provided dependency */ var RenderingProperties_$ = __webpack_require__(
|
|
30882
|
+
/* provided dependency */ var RenderingProperties_$ = __webpack_require__(308)["A"];
|
|
30894
30883
|
|
|
30895
30884
|
|
|
30896
30885
|
|
|
@@ -30974,7 +30963,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
30974
30963
|
|
|
30975
30964
|
/* harmony default export */ const Core_RenderingProperties = (Namespace/* default */.A .add ("RenderingProperties", RenderingProperties_default_));
|
|
30976
30965
|
;// ./src/x_ite/Browser/Core/Notification.js
|
|
30977
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
30966
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(308)["A"];
|
|
30978
30967
|
|
|
30979
30968
|
|
|
30980
30969
|
|
|
@@ -31060,7 +31049,7 @@ const Notification_default_ = Notification;
|
|
|
31060
31049
|
|
|
31061
31050
|
/* harmony default export */ const Core_Notification = (Namespace/* default */.A .add ("Notification", Notification_default_));
|
|
31062
31051
|
;// ./src/x_ite/Browser/Core/ContextMenu.js
|
|
31063
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
31052
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(308)["A"];
|
|
31064
31053
|
|
|
31065
31054
|
|
|
31066
31055
|
|
|
@@ -34498,7 +34487,7 @@ const NamedNodesArray_default_ = NamedNodesArray;
|
|
|
34498
34487
|
|
|
34499
34488
|
/* harmony default export */ const Execution_NamedNodesArray = (Namespace/* default */.A .add ("NamedNodesArray", NamedNodesArray_default_));
|
|
34500
34489
|
;// ./src/x_ite/Components/Core/X3DImportedNodeProxy.js
|
|
34501
|
-
/* provided dependency */ var X3DImportedNodeProxy_$ = __webpack_require__(
|
|
34490
|
+
/* provided dependency */ var X3DImportedNodeProxy_$ = __webpack_require__(308)["A"];
|
|
34502
34491
|
|
|
34503
34492
|
|
|
34504
34493
|
|
|
@@ -36447,7 +36436,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
36447
36436
|
|
|
36448
36437
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (Namespace/* default */.A .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
|
|
36449
36438
|
;// ./src/x_ite/Parser/X3DParser.js
|
|
36450
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
36439
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(308)["A"];
|
|
36451
36440
|
|
|
36452
36441
|
|
|
36453
36442
|
function X3DParser (scene, name = "Parser")
|
|
@@ -36516,13 +36505,18 @@ Object .assign (X3DParser .prototype,
|
|
|
36516
36505
|
},
|
|
36517
36506
|
convertColor (value, defaultColor = "white")
|
|
36518
36507
|
{
|
|
36508
|
+
this .body ??= X3DParser_$("body");
|
|
36509
|
+
this .wrap ??= X3DParser_$("<div></div>") .hide ();
|
|
36510
|
+
this .div ??= X3DParser_$("<div></div>") .appendTo (this .wrap);
|
|
36511
|
+
|
|
36512
|
+
this .wrap .css ("color", defaultColor) .appendTo (this .body);
|
|
36513
|
+
this .div .css ("color", value);
|
|
36514
|
+
|
|
36519
36515
|
const
|
|
36520
|
-
|
|
36521
|
-
div = X3DParser_$("<div></div>") .css ("color", value) .appendTo (wrap),
|
|
36522
|
-
rgb = window .getComputedStyle (div [0]) .color,
|
|
36516
|
+
rgb = window .getComputedStyle (this .div [0]) .color,
|
|
36523
36517
|
values = rgb .replace (/^rgba?\(|\)$/g, "") .split (/[\s,]+/) .map (s => parseFloat (s));
|
|
36524
36518
|
|
|
36525
|
-
wrap .
|
|
36519
|
+
this .wrap .detach ();
|
|
36526
36520
|
|
|
36527
36521
|
values [0] /= 255;
|
|
36528
36522
|
values [1] /= 255;
|
|
@@ -36765,7 +36759,7 @@ const Placeholder_default_ = Placeholder;
|
|
|
36765
36759
|
|
|
36766
36760
|
/* harmony default export */ const Parser_Placeholder = (Namespace/* default */.A .add ("Placeholder", Placeholder_default_));
|
|
36767
36761
|
;// ./src/x_ite/Parser/VRMLParser.js
|
|
36768
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
36762
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(308)["A"];
|
|
36769
36763
|
|
|
36770
36764
|
|
|
36771
36765
|
|
|
@@ -36849,7 +36843,7 @@ const Grammar = Parser_Expressions ({
|
|
|
36849
36843
|
noDoubleQuotes: /[^"]+/y,
|
|
36850
36844
|
|
|
36851
36845
|
CONSTANTS: /([+-]?)\b(NAN|INFINITY|INF|PI(?:2|1_4|2_4|3_4|4_4|5_4|6_4|7_4|8_4|1_2|2_2|3_2|4_2|1_3|2_3|3_3|4_3|5_3|6_3)?|SQRT(?:1_2|2))\b/iy,
|
|
36852
|
-
HTMLColor: /
|
|
36846
|
+
HTMLColor: /0[xX][\da-fA-F]+|[a-zA-Z]+\([^\)]*\)|[a-zA-Z]+/y,
|
|
36853
36847
|
});
|
|
36854
36848
|
|
|
36855
36849
|
/*
|
|
@@ -39440,12 +39434,12 @@ Object .assign (VRMLParser .prototype,
|
|
|
39440
39434
|
[Base_X3DConstants .MFVec4f]: VRMLParser .prototype .mfvec4Value,
|
|
39441
39435
|
});
|
|
39442
39436
|
|
|
39443
|
-
Base_X3DField .prototype .fromVRMLString = function (
|
|
39437
|
+
Base_X3DField .prototype .fromVRMLString = function (value, scene)
|
|
39444
39438
|
{
|
|
39445
39439
|
const parser = new VRMLParser (scene);
|
|
39446
39440
|
|
|
39447
39441
|
parser .setUnits (!!scene);
|
|
39448
|
-
parser .setInput (
|
|
39442
|
+
parser .setInput (value);
|
|
39449
39443
|
|
|
39450
39444
|
if (!parser .fieldValue (this))
|
|
39451
39445
|
throw new Error (`Couldn't read value for field '${this .getName ()}'.`);
|
|
@@ -39458,7 +39452,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
39458
39452
|
|
|
39459
39453
|
/* harmony default export */ const Parser_VRMLParser = (Namespace/* default */.A .add ("VRMLParser", VRMLParser_default_));
|
|
39460
39454
|
;// ./src/x_ite/Parser/XMLParser.js
|
|
39461
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
39455
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(308)["A"];
|
|
39462
39456
|
|
|
39463
39457
|
|
|
39464
39458
|
|
|
@@ -40729,11 +40723,11 @@ const HTMLParser =
|
|
|
40729
40723
|
},
|
|
40730
40724
|
};
|
|
40731
40725
|
|
|
40732
|
-
Base_X3DField .prototype .fromXMLString = function (
|
|
40726
|
+
Base_X3DField .prototype .fromXMLString = function (value, scene)
|
|
40733
40727
|
{
|
|
40734
40728
|
const parser = new XMLParser (scene);
|
|
40735
40729
|
|
|
40736
|
-
if (!parser .fieldValue (this,
|
|
40730
|
+
if (!parser .fieldValue (this, value))
|
|
40737
40731
|
throw new Error (`Couldn't read value for field '${this .getName ()}'.`);
|
|
40738
40732
|
|
|
40739
40733
|
parser .setupNodes ();
|
|
@@ -40744,7 +40738,7 @@ const XMLParser_default_ = XMLParser;
|
|
|
40744
40738
|
|
|
40745
40739
|
/* harmony default export */ const Parser_XMLParser = (Namespace/* default */.A .add ("XMLParser", XMLParser_default_));
|
|
40746
40740
|
;// ./src/x_ite/Parser/JSONParser.js
|
|
40747
|
-
/* provided dependency */ var JSONParser_$ = __webpack_require__(
|
|
40741
|
+
/* provided dependency */ var JSONParser_$ = __webpack_require__(308)["A"];
|
|
40748
40742
|
|
|
40749
40743
|
|
|
40750
40744
|
|
|
@@ -41653,7 +41647,7 @@ const Plane3_default_ = Plane3;
|
|
|
41653
41647
|
|
|
41654
41648
|
/* harmony default export */ const Geometry_Plane3 = (Namespace/* default */.A .add ("Plane3", Plane3_default_));
|
|
41655
41649
|
;// ./src/standard/Math/Geometry/Triangle3.js
|
|
41656
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
41650
|
+
/* provided dependency */ var libtess = __webpack_require__(46);
|
|
41657
41651
|
|
|
41658
41652
|
|
|
41659
41653
|
const Triangle3 =
|
|
@@ -48358,7 +48352,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
48358
48352
|
|
|
48359
48353
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (Namespace/* default */.A .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
|
|
48360
48354
|
;// ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
48361
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
48355
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(308)["A"];
|
|
48362
48356
|
|
|
48363
48357
|
|
|
48364
48358
|
|
|
@@ -50874,7 +50868,7 @@ const Layer_default_ = Layer;
|
|
|
50874
50868
|
|
|
50875
50869
|
/* harmony default export */ const Layering_Layer = (Namespace/* default */.A .add ("Layer", Layer_default_));
|
|
50876
50870
|
;// ./src/x_ite/Parser/GLTF2Parser.js
|
|
50877
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
50871
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(308)["A"];
|
|
50878
50872
|
|
|
50879
50873
|
|
|
50880
50874
|
|
|
@@ -55229,7 +55223,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
55229
55223
|
|
|
55230
55224
|
/* harmony default export */ const Parser_GLTF2Parser = (Namespace/* default */.A .add ("GLTF2Parser", GLTF2Parser_default_));
|
|
55231
55225
|
;// ./src/x_ite/Parser/GLB2Parser.js
|
|
55232
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
55226
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(308)["A"];
|
|
55233
55227
|
|
|
55234
55228
|
|
|
55235
55229
|
|
|
@@ -55335,7 +55329,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
55335
55329
|
|
|
55336
55330
|
/* harmony default export */ const Parser_GLB2Parser = (Namespace/* default */.A .add ("GLB2Parser", GLB2Parser_default_));
|
|
55337
55331
|
;// ./src/x_ite/Parser/OBJParser.js
|
|
55338
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
55332
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(308)["A"];
|
|
55339
55333
|
|
|
55340
55334
|
|
|
55341
55335
|
|
|
@@ -56789,7 +56783,7 @@ const STLAParser_default_ = STLAParser;
|
|
|
56789
56783
|
|
|
56790
56784
|
/* harmony default export */ const Parser_STLAParser = (Namespace/* default */.A .add ("STLAParser", STLAParser_default_));
|
|
56791
56785
|
;// ./src/x_ite/Parser/STLBParser.js
|
|
56792
|
-
/* provided dependency */ var STLBParser_$ = __webpack_require__(
|
|
56786
|
+
/* provided dependency */ var STLBParser_$ = __webpack_require__(308)["A"];
|
|
56793
56787
|
|
|
56794
56788
|
|
|
56795
56789
|
|
|
@@ -58159,8 +58153,8 @@ const Bezier_default_ = Bezier;
|
|
|
58159
58153
|
|
|
58160
58154
|
/* harmony default export */ const Algorithms_Bezier = (Namespace/* default */.A .add ("Bezier", Bezier_default_));
|
|
58161
58155
|
;// ./src/x_ite/Parser/SVGParser.js
|
|
58162
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
58163
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
58156
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(308)["A"];
|
|
58157
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(46);
|
|
58164
58158
|
|
|
58165
58159
|
|
|
58166
58160
|
|
|
@@ -58204,7 +58198,7 @@ const SVGParser_Grammar = Parser_Expressions ({
|
|
|
58204
58198
|
scale: /scale/y,
|
|
58205
58199
|
skewX: /skewX/y,
|
|
58206
58200
|
skewY: /skewY/y,
|
|
58207
|
-
color:
|
|
58201
|
+
color: /#[\da-fA-F]+|[a-zA-Z]+\([^\)]*\)|[a-zA-Z]+/y,
|
|
58208
58202
|
url: /url\("?(.*?)"?\)/y,
|
|
58209
58203
|
path: /[mMlLhHvVqQtTcCsSaAzZ]/y,
|
|
58210
58204
|
});
|
|
@@ -60894,7 +60888,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
60894
60888
|
|
|
60895
60889
|
/* harmony default export */ const Parser_SVGParser = (Namespace/* default */.A .add ("SVGParser", SVGParser_default_));
|
|
60896
60890
|
;// ./src/x_ite/Parser/GoldenGate.js
|
|
60897
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
60891
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(308)["A"];
|
|
60898
60892
|
|
|
60899
60893
|
|
|
60900
60894
|
|
|
@@ -61310,7 +61304,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
61310
61304
|
|
|
61311
61305
|
/* harmony default export */ const Execution_X3DWorld = (Namespace/* default */.A .add ("X3DWorld", X3DWorld_default_));
|
|
61312
61306
|
;// ./src/x_ite/InputOutput/FileLoader.js
|
|
61313
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
61307
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(308)["A"];
|
|
61314
61308
|
|
|
61315
61309
|
|
|
61316
61310
|
|
|
@@ -62017,7 +62011,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
62017
62011
|
|
|
62018
62012
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (Namespace/* default */.A .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
|
|
62019
62013
|
;// ./src/x_ite/Routing/X3DRoute.js
|
|
62020
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
62014
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(308)["A"];
|
|
62021
62015
|
|
|
62022
62016
|
|
|
62023
62017
|
|
|
@@ -64674,7 +64668,7 @@ add ("PT_Sans/PTSans-Italic.woff2", false, true);
|
|
|
64674
64668
|
// add ("PT_Sans/PTSans-BoldItalic.woff2", true, true);
|
|
64675
64669
|
|
|
64676
64670
|
;// ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
64677
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
64671
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(308)["A"];
|
|
64678
64672
|
|
|
64679
64673
|
|
|
64680
64674
|
|
|
@@ -70787,8 +70781,8 @@ const OrientationChaser_default_ = OrientationChaser;
|
|
|
70787
70781
|
|
|
70788
70782
|
/* harmony default export */ const Followers_OrientationChaser = (Namespace/* default */.A .add ("OrientationChaser", OrientationChaser_default_));
|
|
70789
70783
|
;// ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
70790
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
70791
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
70784
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(717);
|
|
70785
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(308)["A"];
|
|
70792
70786
|
|
|
70793
70787
|
|
|
70794
70788
|
|
|
@@ -71863,8 +71857,8 @@ const ScreenLine_default_ = ScreenLine;
|
|
|
71863
71857
|
|
|
71864
71858
|
/* harmony default export */ const Rendering_ScreenLine = (Namespace/* default */.A .add ("ScreenLine", ScreenLine_default_));
|
|
71865
71859
|
;// ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
71866
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
71867
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
71860
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(717);
|
|
71861
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(308)["A"];
|
|
71868
71862
|
|
|
71869
71863
|
|
|
71870
71864
|
|
|
@@ -72601,8 +72595,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
72601
72595
|
|
|
72602
72596
|
/* harmony default export */ const Navigation_FlyViewer = (Namespace/* default */.A .add ("FlyViewer", FlyViewer_default_));
|
|
72603
72597
|
;// ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
72604
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
72605
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
72598
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(717);
|
|
72599
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(308)["A"];
|
|
72606
72600
|
|
|
72607
72601
|
|
|
72608
72602
|
|
|
@@ -72815,8 +72809,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
72815
72809
|
|
|
72816
72810
|
/* harmony default export */ const Navigation_NoneViewer = (Namespace/* default */.A .add ("NoneViewer", NoneViewer_default_));
|
|
72817
72811
|
;// ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
72818
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
72819
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
72812
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(717);
|
|
72813
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(308)["A"];
|
|
72820
72814
|
|
|
72821
72815
|
|
|
72822
72816
|
|
|
@@ -74162,8 +74156,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
74162
74156
|
|
|
74163
74157
|
/* harmony default export */ const Picking_X3DPickingContext = (Namespace/* default */.A .add ("X3DPickingContext", X3DPickingContext_default_));
|
|
74164
74158
|
;// ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
74165
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
74166
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
74159
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(717);
|
|
74160
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(308)["A"];
|
|
74167
74161
|
|
|
74168
74162
|
|
|
74169
74163
|
|
|
@@ -74241,10 +74235,6 @@ Object .assign (Object .setPrototypeOf (PointingDevice .prototype, Base_X3DBaseN
|
|
|
74241
74235
|
if (event .button !== 0)
|
|
74242
74236
|
return;
|
|
74243
74237
|
|
|
74244
|
-
// Stop event propagation.
|
|
74245
|
-
|
|
74246
|
-
event .preventDefault ();
|
|
74247
|
-
|
|
74248
74238
|
// Handle button release.
|
|
74249
74239
|
|
|
74250
74240
|
const
|
|
@@ -74261,6 +74251,13 @@ Object .assign (Object .setPrototypeOf (PointingDevice .prototype, Base_X3DBaseN
|
|
|
74261
74251
|
browser .buttonReleaseEvent ();
|
|
74262
74252
|
browser .setCursor (this .over ? "POINTER" : "DEFAULT");
|
|
74263
74253
|
this .onverifymotion (x, y);
|
|
74254
|
+
|
|
74255
|
+
if (!this .over)
|
|
74256
|
+
return;
|
|
74257
|
+
|
|
74258
|
+
// Stop event propagation.
|
|
74259
|
+
|
|
74260
|
+
event .preventDefault ();
|
|
74264
74261
|
},
|
|
74265
74262
|
dblclick (event)
|
|
74266
74263
|
{
|
|
@@ -74279,10 +74276,6 @@ Object .assign (Object .setPrototypeOf (PointingDevice .prototype, Base_X3DBaseN
|
|
|
74279
74276
|
},
|
|
74280
74277
|
mousemove (event)
|
|
74281
74278
|
{
|
|
74282
|
-
// Stop event propagation.
|
|
74283
|
-
|
|
74284
|
-
event .preventDefault ();
|
|
74285
|
-
|
|
74286
74279
|
// Motion.
|
|
74287
74280
|
|
|
74288
74281
|
const browser = this .getBrowser ();
|
|
@@ -74290,6 +74283,13 @@ Object .assign (Object .setPrototypeOf (PointingDevice .prototype, Base_X3DBaseN
|
|
|
74290
74283
|
const { x, y } = browser .getPointerFromEvent (event);
|
|
74291
74284
|
|
|
74292
74285
|
this .onmotion (x, y, true);
|
|
74286
|
+
|
|
74287
|
+
if (!this .over)
|
|
74288
|
+
return;
|
|
74289
|
+
|
|
74290
|
+
// Stop event propagation.
|
|
74291
|
+
|
|
74292
|
+
event .preventDefault ();
|
|
74293
74293
|
},
|
|
74294
74294
|
touchstart (event)
|
|
74295
74295
|
{
|
|
@@ -75417,7 +75417,7 @@ const Lock_default_ = Lock;
|
|
|
75417
75417
|
|
|
75418
75418
|
/* harmony default export */ const Utility_Lock = (Namespace/* default */.A .add ("Lock", Lock_default_));
|
|
75419
75419
|
;// ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
75420
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
75420
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(308)["A"];
|
|
75421
75421
|
|
|
75422
75422
|
|
|
75423
75423
|
|
|
@@ -77572,7 +77572,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
77572
77572
|
|
|
77573
77573
|
/* harmony default export */ const Shaders_X3DShaderNode = (Namespace/* default */.A .add ("X3DShaderNode", X3DShaderNode_default_));
|
|
77574
77574
|
;// ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
77575
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
77575
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(308)["A"];
|
|
77576
77576
|
|
|
77577
77577
|
|
|
77578
77578
|
|
|
@@ -79571,7 +79571,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
79571
79571
|
|
|
79572
79572
|
/* harmony default export */ const Shaders_ShaderCompiler = (Namespace/* default */.A .add ("ShaderCompiler", ShaderCompiler_default_));
|
|
79573
79573
|
;// ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
79574
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
79574
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(308)["A"];
|
|
79575
79575
|
|
|
79576
79576
|
|
|
79577
79577
|
|
|
@@ -80814,9 +80814,6 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
|
|
|
80814
80814
|
|
|
80815
80815
|
this .addRenderOptions (options, renderObject, shapeNode .getAlphaMode ());
|
|
80816
80816
|
|
|
80817
|
-
if (renderContext .shadows || renderObject .getGlobalShadows () .at (-1))
|
|
80818
|
-
options .push ("X3D_SHADOWS", "X3D_PCF_FILTERING");
|
|
80819
|
-
|
|
80820
80817
|
switch (fogNode ?.getFogType ())
|
|
80821
80818
|
{
|
|
80822
80819
|
case 1:
|
|
@@ -80848,6 +80845,9 @@ Object .assign (Object .setPrototypeOf (X3DMaterialNode .prototype, Shape_X3DApp
|
|
|
80848
80845
|
{
|
|
80849
80846
|
options .push ("X3D_LIGHTING")
|
|
80850
80847
|
options .push (`X3D_NUM_LIGHTS ${Math .min (numLights, browser .getMaxLights ())}`);
|
|
80848
|
+
|
|
80849
|
+
if (renderContext .shadows || renderObject .getGlobalShadows () .at (-1))
|
|
80850
|
+
options .push ("X3D_SHADOWS", "X3D_PCF_FILTERING");
|
|
80851
80851
|
}
|
|
80852
80852
|
|
|
80853
80853
|
if (numEnvironmentLights && geometryContext .hasNormals)
|
|
@@ -81503,7 +81503,7 @@ const PeriodicWave_default_ = PeriodicWave;
|
|
|
81503
81503
|
|
|
81504
81504
|
/* harmony default export */ const Sound_PeriodicWave = (Namespace/* default */.A .add ("PeriodicWave", PeriodicWave_default_));
|
|
81505
81505
|
;// ./src/x_ite/Browser/Sound/X3DSoundContext.js
|
|
81506
|
-
/* provided dependency */ var X3DSoundContext_$ = __webpack_require__(
|
|
81506
|
+
/* provided dependency */ var X3DSoundContext_$ = __webpack_require__(308)["A"];
|
|
81507
81507
|
|
|
81508
81508
|
|
|
81509
81509
|
|
|
@@ -81810,7 +81810,7 @@ const TextureTransform_default_ = TextureTransform;
|
|
|
81810
81810
|
|
|
81811
81811
|
/* harmony default export */ const Texturing_TextureTransform = (Namespace/* default */.A .add ("TextureTransform", TextureTransform_default_));
|
|
81812
81812
|
;// ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
81813
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
81813
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(308)["A"];
|
|
81814
81814
|
const KTXDecoder_default_ = class KTXDecoder
|
|
81815
81815
|
{
|
|
81816
81816
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -82843,7 +82843,7 @@ const X3DBrowserContext_default_ = X3DBrowserContext;
|
|
|
82843
82843
|
|
|
82844
82844
|
/* harmony default export */ const Browser_X3DBrowserContext = (Namespace/* default */.A .add ("X3DBrowserContext", X3DBrowserContext_default_));
|
|
82845
82845
|
;// ./src/x_ite/Browser/DOMIntegration.js
|
|
82846
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
82846
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(308)["A"];
|
|
82847
82847
|
/*******************************************************************************
|
|
82848
82848
|
* MIT License
|
|
82849
82849
|
*
|
|
@@ -93742,7 +93742,7 @@ Object .defineProperties (InlineGeometry,
|
|
|
93742
93742
|
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "url", new x_ite_Fields .MFString ()),
|
|
93743
93743
|
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "autoRefresh", new x_ite_Fields .SFTime (0)),
|
|
93744
93744
|
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "autoRefreshTimeLimit", new x_ite_Fields .SFTime (3600)),
|
|
93745
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "solid", new x_ite_Fields .SFBool (
|
|
93745
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "solid", new x_ite_Fields .SFBool ()),
|
|
93746
93746
|
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "smooth", new x_ite_Fields .SFBool (true)),
|
|
93747
93747
|
]),
|
|
93748
93748
|
enumerable: true,
|
|
@@ -100895,9 +100895,9 @@ const PNGMedia_default_ = PNGMedia;
|
|
|
100895
100895
|
|
|
100896
100896
|
/* harmony default export */ const Texturing_PNGMedia = (Namespace/* default */.A .add ("PNGMedia", PNGMedia_default_));
|
|
100897
100897
|
;// ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
100898
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
100899
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
100900
|
-
/* provided dependency */ var APNG = __webpack_require__(
|
|
100898
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(308)["A"];
|
|
100899
|
+
/* provided dependency */ var SuperGif = __webpack_require__(868);
|
|
100900
|
+
/* provided dependency */ var APNG = __webpack_require__(494);
|
|
100901
100901
|
|
|
100902
100902
|
|
|
100903
100903
|
|
|
@@ -102012,7 +102012,7 @@ Object .assign (Object .setPrototypeOf (RenderedTexture .prototype, Texturing_X3
|
|
|
102012
102012
|
const dependentRenderer = new Rendering_DependentRenderer (this .getExecutionContext (), renderObject);
|
|
102013
102013
|
|
|
102014
102014
|
this .dependentRenderers .set (renderObject, dependentRenderer);
|
|
102015
|
-
dependentRenderer .setDepthClearColor (
|
|
102015
|
+
dependentRenderer .setDepthClearColor (1, 1, 1, 1);
|
|
102016
102016
|
}
|
|
102017
102017
|
|
|
102018
102018
|
// Prepare.
|
|
@@ -102108,20 +102108,21 @@ Object .defineProperties (RenderedTexture,
|
|
|
102108
102108
|
fieldDefinitions:
|
|
102109
102109
|
{
|
|
102110
102110
|
value: new Base_FieldDefinitionArray ([
|
|
102111
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata",
|
|
102112
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "description",
|
|
102113
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "enabled",
|
|
102114
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "replaceImage",
|
|
102115
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "
|
|
102116
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "
|
|
102117
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "
|
|
102118
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "
|
|
102119
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "
|
|
102120
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .
|
|
102121
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "
|
|
102122
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .
|
|
102123
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .
|
|
102124
|
-
new Base_X3DFieldDefinition (Base_X3DConstants .
|
|
102111
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "metadata", new x_ite_Fields .SFNode ()),
|
|
102112
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "description", new x_ite_Fields .SFString ()),
|
|
102113
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "enabled", new x_ite_Fields .SFBool (true)),
|
|
102114
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "replaceImage", new x_ite_Fields .SFBool (true)),
|
|
102115
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "maximumNumberFrames", new x_ite_Fields .SFInt32 (1000)),
|
|
102116
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "url", new x_ite_Fields .MFString ()),
|
|
102117
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "update", new x_ite_Fields .SFString ("NONE")),
|
|
102118
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "updateInterval", new x_ite_Fields .SFTime (0.1)),
|
|
102119
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "dimensions", new x_ite_Fields .MFInt32 (128, 128, 4)),
|
|
102120
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "depthMap", new x_ite_Fields .SFBool ()),
|
|
102121
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "repeatS", new x_ite_Fields .SFBool (true)),
|
|
102122
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "repeatT", new x_ite_Fields .SFBool (true)),
|
|
102123
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .outputOnly, "isActive", new x_ite_Fields .SFBool ()),
|
|
102124
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .initializeOnly, "textureProperties", new x_ite_Fields .SFNode ()),
|
|
102125
|
+
new Base_X3DFieldDefinition (Base_X3DConstants .inputOutput, "children", new x_ite_Fields .MFNode ()),
|
|
102125
102126
|
]),
|
|
102126
102127
|
enumerable: true,
|
|
102127
102128
|
},
|
|
@@ -102256,7 +102257,7 @@ const Components_default_ = Components;
|
|
|
102256
102257
|
|
|
102257
102258
|
/* harmony default export */ const x_ite_Components = (Namespace/* default */.A .add ("Components", Components_default_));
|
|
102258
102259
|
;// ./src/x_ite/Browser/X3DBrowser.js
|
|
102259
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
102260
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(308)["A"];
|
|
102260
102261
|
|
|
102261
102262
|
|
|
102262
102263
|
|
|
@@ -102334,6 +102335,11 @@ Object .assign (Object .setPrototypeOf (X3DBrowser .prototype, Browser_X3DBrowse
|
|
|
102334
102335
|
{
|
|
102335
102336
|
Browser_X3DBrowserContext .prototype .initialize .call (this);
|
|
102336
102337
|
|
|
102338
|
+
this .getCanvas () .on ("webglcontextlost", event =>
|
|
102339
|
+
{
|
|
102340
|
+
this .callBrowserCallbacks (Base_X3DConstants .CONNECTION_ERROR);
|
|
102341
|
+
});
|
|
102342
|
+
|
|
102337
102343
|
const scene = new Execution_X3DScene (this);
|
|
102338
102344
|
|
|
102339
102345
|
scene .setup ();
|
|
@@ -102875,7 +102881,7 @@ Object .assign (Object .setPrototypeOf (X3DBrowser .prototype, Browser_X3DBrowse
|
|
|
102875
102881
|
}
|
|
102876
102882
|
else
|
|
102877
102883
|
{
|
|
102878
|
-
this .callBrowserCallbacks (Base_X3DConstants .
|
|
102884
|
+
this .callBrowserCallbacks (Base_X3DConstants .INITIALIZED_ERROR);
|
|
102879
102885
|
this .callBrowserEventHandler ("error");
|
|
102880
102886
|
|
|
102881
102887
|
setTimeout (() =>
|
|
@@ -103218,6 +103224,10 @@ Object .assign (Object .setPrototypeOf (X3DBrowser .prototype, Browser_X3DBrowse
|
|
|
103218
103224
|
{
|
|
103219
103225
|
this .currentScene .toJSONStream (generator);
|
|
103220
103226
|
},
|
|
103227
|
+
loseContext ()
|
|
103228
|
+
{
|
|
103229
|
+
this .getContext () .getExtension ("WEBGL_lose_context") .loseContext ();
|
|
103230
|
+
},
|
|
103221
103231
|
dispose ()
|
|
103222
103232
|
{
|
|
103223
103233
|
this [_DOMIntegration] .dispose ();
|
|
@@ -103394,7 +103404,7 @@ const SUPPORTED_VERSIONS_default_ = [
|
|
|
103394
103404
|
|
|
103395
103405
|
/* harmony default export */ const SUPPORTED_VERSIONS = (Namespace/* default */.A .add ("SUPPORTED_VERSIONS", SUPPORTED_VERSIONS_default_));
|
|
103396
103406
|
;// ./src/x_ite/X3DCanvasElement.js
|
|
103397
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
103407
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(308)["A"];
|
|
103398
103408
|
|
|
103399
103409
|
|
|
103400
103410
|
class X3DCanvasElement extends HTMLElement
|
|
@@ -103558,8 +103568,8 @@ const QuickSort_default_ = QuickSort;
|
|
|
103558
103568
|
|
|
103559
103569
|
/* harmony default export */ const Algorithms_QuickSort = (Namespace/* default */.A .add ("QuickSort", QuickSort_default_));
|
|
103560
103570
|
;// ./src/lib/jquery.js
|
|
103561
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
103562
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
103571
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(308)["A"];
|
|
103572
|
+
/* provided dependency */ var pako = __webpack_require__(177);
|
|
103563
103573
|
Object .assign (jquery_$,
|
|
103564
103574
|
{
|
|
103565
103575
|
decodeText (input)
|
|
@@ -103623,13 +103633,13 @@ const jquery_default_ = jquery_$;
|
|
|
103623
103633
|
|
|
103624
103634
|
/* harmony default export */ const jquery = (Namespace/* default */.A .add ("jquery", jquery_default_));
|
|
103625
103635
|
;// ./src/lib/libtess.js
|
|
103626
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
103636
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(46);
|
|
103627
103637
|
const libtess_default_ = libtess_libtess;
|
|
103628
103638
|
;
|
|
103629
103639
|
|
|
103630
103640
|
/* harmony default export */ const lib_libtess = (Namespace/* default */.A .add ("libtess", libtess_default_));
|
|
103631
103641
|
;// ./src/x_ite/X3D.js
|
|
103632
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
103642
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(308)["A"];
|
|
103633
103643
|
|
|
103634
103644
|
|
|
103635
103645
|
|
|
@@ -103795,7 +103805,7 @@ Namespace/* default */.A, Namespace/* default */.A .Fields,
|
|
|
103795
103805
|
|
|
103796
103806
|
// Assign X3D to global namespace.
|
|
103797
103807
|
|
|
103798
|
-
window [Symbol .for ("X_ITE.X3D-14.
|
|
103808
|
+
window [Symbol .for ("X_ITE.X3D-14.2.0")] = x_ite_X3D;
|
|
103799
103809
|
|
|
103800
103810
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
103801
103811
|
|