x_ite 9.2.5 → 9.2.7
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 +14 -14
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +27 -27
- 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 +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +23 -23
- 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 +29 -29
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +23 -23
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +25 -25
- 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 +20 -20
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +40 -40
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +30 -30
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjection.js +15 -15
- package/dist/assets/components/TextureProjection.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +41 -41
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +8 -8
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +4 -1
- package/dist/x_ite.js +140 -156
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +142 -158
- package/dist/x_ite.zip +0 -0
- package/package.json +4 -4
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v9.2.
|
|
1
|
+
/* X_ITE v9.2.7 */(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,10 +11,10 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 548:
|
|
15
15
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
16
16
|
|
|
17
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
17
|
+
/* provided dependency */ var jQuery = __webpack_require__(368);
|
|
18
18
|
/**
|
|
19
19
|
* @preserve jquery.fullscreen 1.1.5
|
|
20
20
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -210,7 +210,7 @@ installFullScreenHandlers();
|
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 214:
|
|
214
214
|
/***/ ((module, exports, __webpack_require__) => {
|
|
215
215
|
|
|
216
216
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -224,7 +224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
224
224
|
(function (factory) {
|
|
225
225
|
if ( true ) {
|
|
226
226
|
// AMD. Register as an anonymous module.
|
|
227
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
227
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(368)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
228
228
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
229
229
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
230
230
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -435,7 +435,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
435
435
|
|
|
436
436
|
/***/ }),
|
|
437
437
|
|
|
438
|
-
/***/
|
|
438
|
+
/***/ 368:
|
|
439
439
|
/***/ (function(module, exports) {
|
|
440
440
|
|
|
441
441
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11159,7 +11159,7 @@ return jQuery;
|
|
|
11159
11159
|
|
|
11160
11160
|
/***/ }),
|
|
11161
11161
|
|
|
11162
|
-
/***/
|
|
11162
|
+
/***/ 125:
|
|
11163
11163
|
/***/ ((module) => {
|
|
11164
11164
|
|
|
11165
11165
|
/**
|
|
@@ -15938,7 +15938,7 @@ if (true) {
|
|
|
15938
15938
|
|
|
15939
15939
|
/***/ }),
|
|
15940
15940
|
|
|
15941
|
-
/***/
|
|
15941
|
+
/***/ 300:
|
|
15942
15942
|
/***/ (function(__unused_webpack_module, exports) {
|
|
15943
15943
|
|
|
15944
15944
|
|
|
@@ -19183,7 +19183,7 @@ if (true) {
|
|
|
19183
19183
|
|
|
19184
19184
|
/***/ }),
|
|
19185
19185
|
|
|
19186
|
-
/***/
|
|
19186
|
+
/***/ 939:
|
|
19187
19187
|
/***/ (function(module, exports) {
|
|
19188
19188
|
|
|
19189
19189
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
|
|
|
20311
20311
|
}
|
|
20312
20312
|
else
|
|
20313
20313
|
{
|
|
20314
|
-
const X3D = window [Symbol .for ("X_ITE.X3D-9.2.
|
|
20314
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-9.2.7")];
|
|
20315
20315
|
|
|
20316
20316
|
if (X3D)
|
|
20317
20317
|
X3D [name] = module;
|
|
@@ -20882,7 +20882,7 @@ const getUniqueName = function (map, name = "")
|
|
|
20882
20882
|
|
|
20883
20883
|
|
|
20884
20884
|
|
|
20885
|
-
function Generator ({ style = "TIDY", indent = "", precision =
|
|
20885
|
+
function Generator ({ style = "TIDY", indent = "", precision = 7, doublePrecision = 15, html = false, closingTags = false })
|
|
20886
20886
|
{
|
|
20887
20887
|
this .string = "";
|
|
20888
20888
|
this .indent = indent;
|
|
@@ -20892,29 +20892,37 @@ function Generator ({ style = "TIDY", indent = "", precision = 8, doublePrecisio
|
|
|
20892
20892
|
this .html = html;
|
|
20893
20893
|
this .closingTags = html || closingTags;
|
|
20894
20894
|
|
|
20895
|
-
this .floatFormat = new Intl .NumberFormat ("en",
|
|
20895
|
+
this .floatFormat = new Intl .NumberFormat ("en",
|
|
20896
|
+
{
|
|
20896
20897
|
notation: "standard",
|
|
20897
20898
|
maximumSignificantDigits: this .precision,
|
|
20898
20899
|
useGrouping: false,
|
|
20899
|
-
})
|
|
20900
|
+
})
|
|
20901
|
+
.format;
|
|
20900
20902
|
|
|
20901
|
-
this .floatExponentialFormat = new Intl .NumberFormat ("en",
|
|
20903
|
+
this .floatExponentialFormat = new Intl .NumberFormat ("en",
|
|
20904
|
+
{
|
|
20902
20905
|
notation: "scientific",
|
|
20903
20906
|
maximumSignificantDigits: this .precision,
|
|
20904
20907
|
useGrouping: false,
|
|
20905
|
-
})
|
|
20908
|
+
})
|
|
20909
|
+
.format;
|
|
20906
20910
|
|
|
20907
|
-
this .doubleFormat = new Intl .NumberFormat ("en",
|
|
20911
|
+
this .doubleFormat = new Intl .NumberFormat ("en",
|
|
20912
|
+
{
|
|
20908
20913
|
notation: "standard",
|
|
20909
20914
|
maximumSignificantDigits: this .doublePrecision,
|
|
20910
20915
|
useGrouping: false,
|
|
20911
|
-
})
|
|
20916
|
+
})
|
|
20917
|
+
.format;
|
|
20912
20918
|
|
|
20913
|
-
this .doubleExponentialFormat = new Intl .NumberFormat ("en",
|
|
20919
|
+
this .doubleExponentialFormat = new Intl .NumberFormat ("en",
|
|
20920
|
+
{
|
|
20914
20921
|
notation: "scientific",
|
|
20915
20922
|
maximumSignificantDigits: this .doublePrecision,
|
|
20916
20923
|
useGrouping: false,
|
|
20917
|
-
})
|
|
20924
|
+
})
|
|
20925
|
+
.format;
|
|
20918
20926
|
|
|
20919
20927
|
this .Style (style);
|
|
20920
20928
|
|
|
@@ -20928,8 +20936,6 @@ function Generator ({ style = "TIDY", indent = "", precision = 8, doublePrecisio
|
|
|
20928
20936
|
this .routeNodes = new Set ();
|
|
20929
20937
|
this .level = 0;
|
|
20930
20938
|
this .containerFields = [ ];
|
|
20931
|
-
this .units = true;
|
|
20932
|
-
this .unitCategories = [ ];
|
|
20933
20939
|
|
|
20934
20940
|
this .PushExecutionContext (null);
|
|
20935
20941
|
}
|
|
@@ -21288,40 +21294,9 @@ Object .assign (Generator .prototype,
|
|
|
21288
21294
|
return "inputOutput";
|
|
21289
21295
|
}
|
|
21290
21296
|
},
|
|
21291
|
-
SetUnits (value)
|
|
21292
|
-
{
|
|
21293
|
-
this .units = value;
|
|
21294
|
-
},
|
|
21295
|
-
GetUnits ()
|
|
21296
|
-
{
|
|
21297
|
-
return this .units;
|
|
21298
|
-
},
|
|
21299
|
-
PushUnitCategory (category)
|
|
21300
|
-
{
|
|
21301
|
-
this .unitCategories .push (category);
|
|
21302
|
-
},
|
|
21303
|
-
PopUnitCategory ()
|
|
21304
|
-
{
|
|
21305
|
-
this .unitCategories .pop ();
|
|
21306
|
-
},
|
|
21307
|
-
Unit (category)
|
|
21308
|
-
{
|
|
21309
|
-
if (this .unitCategories .length == 0)
|
|
21310
|
-
return category;
|
|
21311
|
-
|
|
21312
|
-
return this .unitCategories .at (-1);
|
|
21313
|
-
},
|
|
21314
21297
|
ToUnit (category, value)
|
|
21315
21298
|
{
|
|
21316
|
-
|
|
21317
|
-
{
|
|
21318
|
-
const executionContext = this .ExecutionContext ();
|
|
21319
|
-
|
|
21320
|
-
if (executionContext)
|
|
21321
|
-
return executionContext .toUnit (category, value);
|
|
21322
|
-
}
|
|
21323
|
-
|
|
21324
|
-
return value;
|
|
21299
|
+
return this .ExecutionContext () ?.toUnit (category, value) ?? value;
|
|
21325
21300
|
},
|
|
21326
21301
|
XMLEncode: (() =>
|
|
21327
21302
|
{
|
|
@@ -24239,7 +24214,7 @@ Object .assign (Object .setPrototypeOf (SFDouble .prototype, Base_X3DField .prot
|
|
|
24239
24214
|
valueOf: Base_X3DField .prototype .getValue,
|
|
24240
24215
|
toStream (generator)
|
|
24241
24216
|
{
|
|
24242
|
-
const category =
|
|
24217
|
+
const category = this .getUnit ();
|
|
24243
24218
|
|
|
24244
24219
|
generator .string += generator .DoubleFormat (generator .ToUnit (category, this .getValue ()));
|
|
24245
24220
|
},
|
|
@@ -24257,7 +24232,7 @@ Object .assign (Object .setPrototypeOf (SFDouble .prototype, Base_X3DField .prot
|
|
|
24257
24232
|
},
|
|
24258
24233
|
toJSONStreamValue (generator)
|
|
24259
24234
|
{
|
|
24260
|
-
const category =
|
|
24235
|
+
const category = this .getUnit ();
|
|
24261
24236
|
|
|
24262
24237
|
generator .string += generator .JSONNumber (generator .DoubleFormat (generator .ToUnit (category, this .getValue ())));
|
|
24263
24238
|
},
|
|
@@ -24352,7 +24327,7 @@ Object .assign (Object .setPrototypeOf (SFFloat .prototype, Base_X3DField .proto
|
|
|
24352
24327
|
valueOf: Base_X3DField .prototype .getValue,
|
|
24353
24328
|
toStream (generator)
|
|
24354
24329
|
{
|
|
24355
|
-
const category =
|
|
24330
|
+
const category = this .getUnit ();
|
|
24356
24331
|
|
|
24357
24332
|
generator .string += generator .FloatFormat (generator .ToUnit (category, this .getValue ()));
|
|
24358
24333
|
},
|
|
@@ -24370,7 +24345,7 @@ Object .assign (Object .setPrototypeOf (SFFloat .prototype, Base_X3DField .proto
|
|
|
24370
24345
|
},
|
|
24371
24346
|
toJSONStreamValue (generator)
|
|
24372
24347
|
{
|
|
24373
|
-
const category =
|
|
24348
|
+
const category = this .getUnit ();
|
|
24374
24349
|
|
|
24375
24350
|
generator .string += generator .JSONNumber (generator .FloatFormat (generator .ToUnit (category, this .getValue ())));
|
|
24376
24351
|
},
|
|
@@ -29719,7 +29694,7 @@ function SFVecPrototypeTemplate (Constructor, TypeName, Vector, double)
|
|
|
29719
29694
|
const
|
|
29720
29695
|
value = this .getValue (),
|
|
29721
29696
|
last = value .length - 1,
|
|
29722
|
-
category =
|
|
29697
|
+
category = this .getUnit ();
|
|
29723
29698
|
|
|
29724
29699
|
for (let i = 0; i < last; ++ i)
|
|
29725
29700
|
{
|
|
@@ -29752,7 +29727,7 @@ function SFVecPrototypeTemplate (Constructor, TypeName, Vector, double)
|
|
|
29752
29727
|
const
|
|
29753
29728
|
value = this .getValue (),
|
|
29754
29729
|
last = value .length - 1,
|
|
29755
|
-
category =
|
|
29730
|
+
category = this .getUnit ();
|
|
29756
29731
|
|
|
29757
29732
|
for (let i = 0; i < last; ++ i)
|
|
29758
29733
|
{
|
|
@@ -31378,17 +31353,11 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31378
31353
|
}
|
|
31379
31354
|
case 1:
|
|
31380
31355
|
{
|
|
31381
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
31382
|
-
|
|
31383
31356
|
array [0] .toStream (generator);
|
|
31384
|
-
|
|
31385
|
-
generator .PopUnitCategory ();
|
|
31386
31357
|
break;
|
|
31387
31358
|
}
|
|
31388
31359
|
default:
|
|
31389
31360
|
{
|
|
31390
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
31391
|
-
|
|
31392
31361
|
generator .string += "[";
|
|
31393
31362
|
generator .string += generator .ListStart ();
|
|
31394
31363
|
generator .IncIndent ();
|
|
@@ -31408,8 +31377,6 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31408
31377
|
generator .DecIndent ();
|
|
31409
31378
|
generator .string += generator .ListIndent ();
|
|
31410
31379
|
generator .string += "]";
|
|
31411
|
-
|
|
31412
|
-
generator .PopUnitCategory ();
|
|
31413
31380
|
break;
|
|
31414
31381
|
}
|
|
31415
31382
|
}
|
|
@@ -31428,8 +31395,6 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31428
31395
|
{
|
|
31429
31396
|
const array = target .getValue ();
|
|
31430
31397
|
|
|
31431
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
31432
|
-
|
|
31433
31398
|
for (let i = 0, length = array .length - 1; i < length; ++ i)
|
|
31434
31399
|
{
|
|
31435
31400
|
array [i] .toXMLStream (generator);
|
|
@@ -31438,8 +31403,6 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31438
31403
|
}
|
|
31439
31404
|
|
|
31440
31405
|
array .at (-1) .toXMLStream (generator);
|
|
31441
|
-
|
|
31442
|
-
generator .PopUnitCategory ();
|
|
31443
31406
|
}
|
|
31444
31407
|
},
|
|
31445
31408
|
toJSONStream (generator)
|
|
@@ -31452,8 +31415,6 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31452
31415
|
{
|
|
31453
31416
|
const value = this .getValue ();
|
|
31454
31417
|
|
|
31455
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
31456
|
-
|
|
31457
31418
|
generator .string += '[';
|
|
31458
31419
|
generator .string += generator .ListBreak ();
|
|
31459
31420
|
generator .string += generator .IncIndent ();
|
|
@@ -31476,8 +31437,6 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31476
31437
|
generator .string += generator .DecIndent ();
|
|
31477
31438
|
generator .string += generator .ListIndent ();
|
|
31478
31439
|
generator .string += ']';
|
|
31479
|
-
|
|
31480
|
-
generator .PopUnitCategory ();
|
|
31481
31440
|
}
|
|
31482
31441
|
else
|
|
31483
31442
|
{
|
|
@@ -32255,6 +32214,8 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32255
32214
|
components = target .getComponents (),
|
|
32256
32215
|
value = new (target .getSingleType ()) ();
|
|
32257
32216
|
|
|
32217
|
+
value .setUnit (target .getUnit ());
|
|
32218
|
+
|
|
32258
32219
|
switch (length)
|
|
32259
32220
|
{
|
|
32260
32221
|
case 0:
|
|
@@ -32266,12 +32227,9 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32266
32227
|
}
|
|
32267
32228
|
case 1:
|
|
32268
32229
|
{
|
|
32269
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
32270
|
-
|
|
32271
32230
|
if (components === 1)
|
|
32272
32231
|
{
|
|
32273
32232
|
value .set (array [0]);
|
|
32274
|
-
|
|
32275
32233
|
value .toStream (generator);
|
|
32276
32234
|
}
|
|
32277
32235
|
else
|
|
@@ -32282,13 +32240,10 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32282
32240
|
value .toStream (generator);
|
|
32283
32241
|
}
|
|
32284
32242
|
|
|
32285
|
-
generator .PopUnitCategory ();
|
|
32286
32243
|
break;
|
|
32287
32244
|
}
|
|
32288
32245
|
default:
|
|
32289
32246
|
{
|
|
32290
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
32291
|
-
|
|
32292
32247
|
generator .string += "[";
|
|
32293
32248
|
generator .string += generator .ListStart ();
|
|
32294
32249
|
generator .IncIndent ();
|
|
@@ -32337,8 +32292,6 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32337
32292
|
generator .DecIndent ();
|
|
32338
32293
|
generator .string += generator .ListIndent ();
|
|
32339
32294
|
generator .string += "]";
|
|
32340
|
-
|
|
32341
|
-
generator .PopUnitCategory ();
|
|
32342
32295
|
break;
|
|
32343
32296
|
}
|
|
32344
32297
|
}
|
|
@@ -32360,7 +32313,7 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32360
32313
|
components = target .getComponents (),
|
|
32361
32314
|
value = new (target .getSingleType ()) ();
|
|
32362
32315
|
|
|
32363
|
-
|
|
32316
|
+
value .setUnit (target .getUnit ());
|
|
32364
32317
|
|
|
32365
32318
|
if (components === 1)
|
|
32366
32319
|
{
|
|
@@ -32395,8 +32348,6 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32395
32348
|
|
|
32396
32349
|
value .toXMLStream (generator);
|
|
32397
32350
|
}
|
|
32398
|
-
|
|
32399
|
-
generator .PopUnitCategory ();
|
|
32400
32351
|
}
|
|
32401
32352
|
},
|
|
32402
32353
|
toJSONStream (generator)
|
|
@@ -32412,7 +32363,7 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32412
32363
|
components = target .getComponents (),
|
|
32413
32364
|
value = new (target .getSingleType ()) ();
|
|
32414
32365
|
|
|
32415
|
-
|
|
32366
|
+
value .setUnit (target .getUnit ());
|
|
32416
32367
|
|
|
32417
32368
|
generator .string += '[';
|
|
32418
32369
|
generator .string += generator .ListBreak ();
|
|
@@ -32463,8 +32414,6 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32463
32414
|
generator .string += generator .DecIndent ();
|
|
32464
32415
|
generator .string += generator .ListIndent ();
|
|
32465
32416
|
generator .string += ']';
|
|
32466
|
-
|
|
32467
|
-
generator .PopUnitCategory ();
|
|
32468
32417
|
}
|
|
32469
32418
|
else
|
|
32470
32419
|
{
|
|
@@ -32653,17 +32602,11 @@ Object .assign (Object .setPrototypeOf (MFNode .prototype, Base_X3DObjectArrayFi
|
|
|
32653
32602
|
}
|
|
32654
32603
|
case 1:
|
|
32655
32604
|
{
|
|
32656
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
32657
|
-
|
|
32658
32605
|
array [0] .toStream (generator);
|
|
32659
|
-
|
|
32660
|
-
generator .PopUnitCategory ();
|
|
32661
32606
|
break;
|
|
32662
32607
|
}
|
|
32663
32608
|
default:
|
|
32664
32609
|
{
|
|
32665
|
-
generator .PushUnitCategory (target .getUnit ());
|
|
32666
|
-
|
|
32667
32610
|
generator .string += "[";
|
|
32668
32611
|
generator .string += generator .TidyBreak ();
|
|
32669
32612
|
generator .IncIndent ();
|
|
@@ -32678,8 +32621,6 @@ Object .assign (Object .setPrototypeOf (MFNode .prototype, Base_X3DObjectArrayFi
|
|
|
32678
32621
|
generator .DecIndent ();
|
|
32679
32622
|
generator .string += generator .Indent ();
|
|
32680
32623
|
generator .string += "]";
|
|
32681
|
-
|
|
32682
|
-
generator .PopUnitCategory ();
|
|
32683
32624
|
break;
|
|
32684
32625
|
}
|
|
32685
32626
|
}
|
|
@@ -34235,7 +34176,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34235
34176
|
x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
34236
34177
|
/* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
|
|
34237
34178
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34238
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34179
|
+
/* provided dependency */ var $ = __webpack_require__(368);
|
|
34239
34180
|
/*******************************************************************************
|
|
34240
34181
|
*
|
|
34241
34182
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34372,7 +34313,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
|
|
|
34372
34313
|
*
|
|
34373
34314
|
******************************************************************************/
|
|
34374
34315
|
|
|
34375
|
-
const BROWSER_VERSION_default_ = "9.2.
|
|
34316
|
+
const BROWSER_VERSION_default_ = "9.2.7";
|
|
34376
34317
|
;
|
|
34377
34318
|
|
|
34378
34319
|
x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
|
|
@@ -38516,7 +38457,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
38516
38457
|
x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
38517
38458
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
38518
38459
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38519
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
38460
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(368);
|
|
38520
38461
|
/*******************************************************************************
|
|
38521
38462
|
*
|
|
38522
38463
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -38778,7 +38719,7 @@ const Expressions_default_ = Expressions;
|
|
|
38778
38719
|
x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
|
|
38779
38720
|
/* harmony default export */ const Parser_Expressions = (Expressions_default_);
|
|
38780
38721
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
38781
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
38722
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(368);
|
|
38782
38723
|
/*******************************************************************************
|
|
38783
38724
|
*
|
|
38784
38725
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41464,7 +41405,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41464
41405
|
x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41465
41406
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41466
41407
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41467
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41408
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(368);
|
|
41468
41409
|
/*******************************************************************************
|
|
41469
41410
|
*
|
|
41470
41411
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43573,7 +43514,7 @@ const URLs_default_ = URLs;
|
|
|
43573
43514
|
x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
|
|
43574
43515
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
43575
43516
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
43576
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
43517
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(368);
|
|
43577
43518
|
/*******************************************************************************
|
|
43578
43519
|
*
|
|
43579
43520
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -46874,7 +46815,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
46874
46815
|
x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
46875
46816
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
46876
46817
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
46877
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
46818
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(368);
|
|
46878
46819
|
/*******************************************************************************
|
|
46879
46820
|
*
|
|
46880
46821
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47026,7 +46967,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
47026
46967
|
x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
47027
46968
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
47028
46969
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
47029
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
46970
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(368);
|
|
47030
46971
|
/*******************************************************************************
|
|
47031
46972
|
*
|
|
47032
46973
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50381,8 +50322,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50381
50322
|
x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50382
50323
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50383
50324
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50384
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50385
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
50325
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(368);
|
|
50326
|
+
/* provided dependency */ var libtess = __webpack_require__(125);
|
|
50386
50327
|
/*******************************************************************************
|
|
50387
50328
|
*
|
|
50388
50329
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53150,7 +53091,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53150
53091
|
x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53151
53092
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53152
53093
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53153
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53094
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(368);
|
|
53154
53095
|
/*******************************************************************************
|
|
53155
53096
|
*
|
|
53156
53097
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53455,6 +53396,19 @@ Object .assign (Plane3 .prototype,
|
|
|
53455
53396
|
{
|
|
53456
53397
|
return point .dot (this .normal) - this .distanceFromOrigin;
|
|
53457
53398
|
},
|
|
53399
|
+
getPerpendicularVectorToPoint (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
53400
|
+
{
|
|
53401
|
+
return result .assign (this .normal) .multiply (this .getDistanceToPoint (point));
|
|
53402
|
+
},
|
|
53403
|
+
getClosestPointToPoint: (function ()
|
|
53404
|
+
{
|
|
53405
|
+
const p = new Numbers_Vector3 (0, 0, 0);
|
|
53406
|
+
|
|
53407
|
+
return function (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
53408
|
+
{
|
|
53409
|
+
return result .assign (point) .add (this .getPerpendicularVectorToPoint (point, p));
|
|
53410
|
+
};
|
|
53411
|
+
})(),
|
|
53458
53412
|
intersectsLine (line, intersection)
|
|
53459
53413
|
{
|
|
53460
53414
|
const { point, direction } = line;
|
|
@@ -53487,7 +53441,7 @@ const Plane3_default_ = Plane3;
|
|
|
53487
53441
|
x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
|
|
53488
53442
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
53489
53443
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
53490
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
53444
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(125);
|
|
53491
53445
|
/*******************************************************************************
|
|
53492
53446
|
*
|
|
53493
53447
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55467,7 +55421,7 @@ Object .assign (Line3 .prototype,
|
|
|
55467
55421
|
matrix .multDirMatrix (this .direction) .normalize ();
|
|
55468
55422
|
return this;
|
|
55469
55423
|
},
|
|
55470
|
-
getClosestPointToPoint (point, result)
|
|
55424
|
+
getClosestPointToPoint (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
55471
55425
|
{
|
|
55472
55426
|
const
|
|
55473
55427
|
r = result .assign (point) .subtract (this .point),
|
|
@@ -55502,7 +55456,7 @@ Object .assign (Line3 .prototype,
|
|
|
55502
55456
|
{
|
|
55503
55457
|
const t = new Numbers_Vector3 (0, 0, 0);
|
|
55504
55458
|
|
|
55505
|
-
return function (point, result)
|
|
55459
|
+
return function (point, result = new Numbers_Vector3 (0, 0, 0))
|
|
55506
55460
|
{
|
|
55507
55461
|
result .assign (this .point) .subtract (point);
|
|
55508
55462
|
|
|
@@ -55515,7 +55469,7 @@ Object .assign (Line3 .prototype,
|
|
|
55515
55469
|
d = new Numbers_Vector3 (0, 0, 0),
|
|
55516
55470
|
ad = new Numbers_Vector3 (0, 0, 0);
|
|
55517
55471
|
|
|
55518
|
-
return function (line, result)
|
|
55472
|
+
return function (line, result = new Numbers_Vector3 (0, 0, 0))
|
|
55519
55473
|
{
|
|
55520
55474
|
const bd = result;
|
|
55521
55475
|
|
|
@@ -56348,7 +56302,12 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56348
56302
|
|
|
56349
56303
|
if (num === this .pointingShapes .length)
|
|
56350
56304
|
{
|
|
56351
|
-
this .pointingShapes .push ({
|
|
56305
|
+
this .pointingShapes .push ({
|
|
56306
|
+
renderObject: this,
|
|
56307
|
+
modelViewMatrix: new Float32Array (16),
|
|
56308
|
+
clipPlanes: [ ],
|
|
56309
|
+
sensors: [ ],
|
|
56310
|
+
});
|
|
56352
56311
|
}
|
|
56353
56312
|
|
|
56354
56313
|
const pointingContext = this .pointingShapes [num];
|
|
@@ -56392,7 +56351,12 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56392
56351
|
|
|
56393
56352
|
if (num === this .collisionShapes .length)
|
|
56394
56353
|
{
|
|
56395
|
-
this .collisionShapes .push ({
|
|
56354
|
+
this .collisionShapes .push ({
|
|
56355
|
+
renderObject: this,
|
|
56356
|
+
modelViewMatrix: new Float32Array (16),
|
|
56357
|
+
collisions: [ ],
|
|
56358
|
+
clipPlanes: [ ]
|
|
56359
|
+
});
|
|
56396
56360
|
}
|
|
56397
56361
|
|
|
56398
56362
|
const collisionContext = this .collisionShapes [num];
|
|
@@ -56438,7 +56402,11 @@ Object .assign (X3DRenderObject .prototype,
|
|
|
56438
56402
|
|
|
56439
56403
|
if (num === this .shadowShapes .length)
|
|
56440
56404
|
{
|
|
56441
|
-
this .shadowShapes .push ({
|
|
56405
|
+
this .shadowShapes .push ({
|
|
56406
|
+
renderObject: this,
|
|
56407
|
+
modelViewMatrix: new Float32Array (16),
|
|
56408
|
+
clipPlanes: [ ]
|
|
56409
|
+
});
|
|
56442
56410
|
}
|
|
56443
56411
|
|
|
56444
56412
|
const depthContext = this .shadowShapes [num];
|
|
@@ -57881,7 +57849,7 @@ Object .assign (Object .setPrototypeOf (X3DGroupingNode .prototype, Core_X3DChil
|
|
|
57881
57849
|
|
|
57882
57850
|
if (Base_X3DCast (Base_X3DConstants .X3DBoundedObject, childNode))
|
|
57883
57851
|
{
|
|
57884
|
-
childNode ._display .addInterest ("set_displays_",
|
|
57852
|
+
childNode ._display .addInterest ("set_displays_", this);
|
|
57885
57853
|
childNode ._bboxDisplay .addInterest ("set_bboxDisplays__", this);
|
|
57886
57854
|
}
|
|
57887
57855
|
|
|
@@ -61986,7 +61954,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
61986
61954
|
x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
61987
61955
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
61988
61956
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
61989
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
61957
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(368);
|
|
61990
61958
|
/*******************************************************************************
|
|
61991
61959
|
*
|
|
61992
61960
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -65609,7 +65577,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
65609
65577
|
x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
65610
65578
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
65611
65579
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
65612
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
65580
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(368);
|
|
65613
65581
|
/*******************************************************************************
|
|
65614
65582
|
*
|
|
65615
65583
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66540,7 +66508,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
66540
66508
|
x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
|
|
66541
66509
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
|
|
66542
66510
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
66543
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
66511
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(368);
|
|
66544
66512
|
/*******************************************************************************
|
|
66545
66513
|
*
|
|
66546
66514
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -89417,7 +89385,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
89417
89385
|
x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
89418
89386
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
89419
89387
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
89420
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
89388
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(368);
|
|
89421
89389
|
/*******************************************************************************
|
|
89422
89390
|
*
|
|
89423
89391
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95058,7 +95026,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95058
95026
|
x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
95059
95027
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
95060
95028
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95061
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95029
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(368);
|
|
95062
95030
|
/*******************************************************************************
|
|
95063
95031
|
*
|
|
95064
95032
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95715,7 +95683,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
95715
95683
|
x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
95716
95684
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
95717
95685
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
95718
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
95686
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(368);
|
|
95719
95687
|
/*******************************************************************************
|
|
95720
95688
|
*
|
|
95721
95689
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99133,7 +99101,7 @@ const Components_Shape_default_ = {
|
|
|
99133
99101
|
x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
|
|
99134
99102
|
/* harmony default export */ const Components_Shape = (Components_Shape_default_);
|
|
99135
99103
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
|
|
99136
|
-
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(
|
|
99104
|
+
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(368);
|
|
99137
99105
|
/*******************************************************************************
|
|
99138
99106
|
*
|
|
99139
99107
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99773,7 +99741,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
99773
99741
|
x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
99774
99742
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
99775
99743
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
99776
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
99744
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(368);
|
|
99777
99745
|
/*******************************************************************************
|
|
99778
99746
|
*
|
|
99779
99747
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -100075,7 +100043,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
|
|
|
100075
100043
|
x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
|
|
100076
100044
|
/* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
|
|
100077
100045
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
|
|
100078
|
-
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(
|
|
100046
|
+
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(368);
|
|
100079
100047
|
/*******************************************************************************
|
|
100080
100048
|
*
|
|
100081
100049
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101725,7 +101693,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
|
|
|
101725
101693
|
x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
|
|
101726
101694
|
/* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
|
|
101727
101695
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
|
|
101728
|
-
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(
|
|
101696
|
+
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(368);
|
|
101729
101697
|
/*******************************************************************************
|
|
101730
101698
|
*
|
|
101731
101699
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -103394,8 +103362,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
103394
103362
|
x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
|
|
103395
103363
|
/* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
|
|
103396
103364
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
103397
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
103398
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
103365
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(368);
|
|
103366
|
+
/* provided dependency */ var SuperGif = __webpack_require__(939);
|
|
103399
103367
|
/*******************************************************************************
|
|
103400
103368
|
*
|
|
103401
103369
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105999,9 +105967,13 @@ x_ite_Namespace .add ("Time", "x_ite/Components/Time", Time_default_);
|
|
|
105999
105967
|
|
|
106000
105968
|
const Context =
|
|
106001
105969
|
{
|
|
105970
|
+
excludes: new Set ([
|
|
105971
|
+
"WEBGL_debug_renderer_info",
|
|
105972
|
+
"WEBGL_polygon_mode",
|
|
105973
|
+
]),
|
|
106002
105974
|
create (canvas, version, preserveDrawingBuffer, mobile)
|
|
106003
105975
|
{
|
|
106004
|
-
const options = { preserveDrawingBuffer
|
|
105976
|
+
const options = { preserveDrawingBuffer };
|
|
106005
105977
|
|
|
106006
105978
|
let gl = null;
|
|
106007
105979
|
|
|
@@ -106038,7 +106010,7 @@ const Context =
|
|
|
106038
106010
|
|
|
106039
106011
|
// Load extensions.
|
|
106040
106012
|
|
|
106041
|
-
for (const extension of gl .getSupportedExtensions ())
|
|
106013
|
+
for (const extension of gl .getSupportedExtensions () .filter (extension => !this .excludes .has (extension)))
|
|
106042
106014
|
gl .getExtension (extension);
|
|
106043
106015
|
|
|
106044
106016
|
// Feature detection:
|
|
@@ -106670,7 +106642,7 @@ const gettext_default_ = gettext;
|
|
|
106670
106642
|
x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
|
|
106671
106643
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
106672
106644
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
106673
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
106645
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(368);
|
|
106674
106646
|
/*******************************************************************************
|
|
106675
106647
|
*
|
|
106676
106648
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107100,7 +107072,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
107100
107072
|
x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
107101
107073
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
107102
107074
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107103
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107075
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(368);
|
|
107104
107076
|
/*******************************************************************************
|
|
107105
107077
|
*
|
|
107106
107078
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107690,7 +107662,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
107690
107662
|
x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
107691
107663
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
107692
107664
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
107693
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
107665
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(368);
|
|
107694
107666
|
/*******************************************************************************
|
|
107695
107667
|
*
|
|
107696
107668
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107813,8 +107785,8 @@ const Notification_default_ = Notification;
|
|
|
107813
107785
|
x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
|
|
107814
107786
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
107815
107787
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
107816
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
107817
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
107788
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(548);
|
|
107789
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(368);
|
|
107818
107790
|
/*******************************************************************************
|
|
107819
107791
|
*
|
|
107820
107792
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110566,7 +110538,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
110566
110538
|
x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
|
|
110567
110539
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
110568
110540
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
110569
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
110541
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(368);
|
|
110570
110542
|
/*******************************************************************************
|
|
110571
110543
|
*
|
|
110572
110544
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113089,8 +113061,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113089
113061
|
x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
113090
113062
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
113091
113063
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113092
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113093
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113064
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(214);
|
|
113065
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(368);
|
|
113094
113066
|
/*******************************************************************************
|
|
113095
113067
|
*
|
|
113096
113068
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113962,8 +113934,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
113962
113934
|
x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
113963
113935
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
113964
113936
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
113965
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
113966
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
113937
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(214);
|
|
113938
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(368);
|
|
113967
113939
|
/*******************************************************************************
|
|
113968
113940
|
*
|
|
113969
113941
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114972,8 +114944,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
114972
114944
|
x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
114973
114945
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
114974
114946
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
114975
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
114976
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
114947
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(214);
|
|
114948
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(368);
|
|
114977
114949
|
/*******************************************************************************
|
|
114978
114950
|
*
|
|
114979
114951
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115304,8 +115276,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
115304
115276
|
x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
115305
115277
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
115306
115278
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
115307
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
115308
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
115279
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(214);
|
|
115280
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(368);
|
|
115309
115281
|
/*******************************************************************************
|
|
115310
115282
|
*
|
|
115311
115283
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116444,8 +116416,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
116444
116416
|
x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
116445
116417
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
116446
116418
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
116447
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
116448
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
116419
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(214);
|
|
116420
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(368);
|
|
116449
116421
|
/*******************************************************************************
|
|
116450
116422
|
*
|
|
116451
116423
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116996,6 +116968,7 @@ function X3DPointingDeviceSensorContext ()
|
|
|
116996
116968
|
pointer: this [_pointer],
|
|
116997
116969
|
hitRay: null,
|
|
116998
116970
|
sensors: [ ],
|
|
116971
|
+
viewMatrix: new Numbers_Matrix4 (),
|
|
116999
116972
|
modelViewMatrix: new Numbers_Matrix4 (),
|
|
117000
116973
|
point: new Numbers_Vector3 (0, 0, 0),
|
|
117001
116974
|
normal: new Numbers_Vector3 (0, 0, 0),
|
|
@@ -117009,6 +116982,7 @@ function X3DPointingDeviceSensorContext ()
|
|
|
117009
116982
|
pointer: this .pointer .copy (),
|
|
117010
116983
|
hitRay: this .hitRay .copy (),
|
|
117011
116984
|
sensors: this .sensors .slice (),
|
|
116985
|
+
viewMatrix: this .viewMatrix .copy (),
|
|
117012
116986
|
modelViewMatrix: this .modelViewMatrix .copy (),
|
|
117013
116987
|
point: this .point .copy (),
|
|
117014
116988
|
normal: this .normal .copy (),
|
|
@@ -117189,6 +117163,7 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
117189
117163
|
hit .layerNode = pickingContext .renderObject;
|
|
117190
117164
|
hit .shapeNode = shapeNode;
|
|
117191
117165
|
|
|
117166
|
+
hit .viewMatrix .assign (pickingContext .renderObject .getViewpoint () .getViewMatrix ());
|
|
117192
117167
|
hit .modelViewMatrix .assign (pickingContext .modelViewMatrix);
|
|
117193
117168
|
|
|
117194
117169
|
// A ParticleSystem has only a geometry context.
|
|
@@ -117208,6 +117183,7 @@ Object .assign (X3DPointingDeviceSensorContext .prototype,
|
|
|
117208
117183
|
hit .layerNode = this [_pointingLayer];
|
|
117209
117184
|
hit .shapeNode = null;
|
|
117210
117185
|
|
|
117186
|
+
hit .viewMatrix .assign (Numbers_Matrix4 .Identity);
|
|
117211
117187
|
hit .modelViewMatrix .assign (Numbers_Matrix4 .Identity);
|
|
117212
117188
|
}
|
|
117213
117189
|
|
|
@@ -117724,7 +117700,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
117724
117700
|
x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
117725
117701
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
117726
117702
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
117727
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
117703
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(368);
|
|
117728
117704
|
/*******************************************************************************
|
|
117729
117705
|
*
|
|
117730
117706
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118626,7 +118602,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
118626
118602
|
x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
|
|
118627
118603
|
/* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
|
|
118628
118604
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
118629
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
118605
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(368);
|
|
118630
118606
|
const KTXDecoder_default_ = class KTXDecoder
|
|
118631
118607
|
{
|
|
118632
118608
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -120179,7 +120155,7 @@ const Components_default_ = Components;
|
|
|
120179
120155
|
x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
|
|
120180
120156
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
120181
120157
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
120182
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
120158
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(368);
|
|
120183
120159
|
/*******************************************************************************
|
|
120184
120160
|
* MIT License
|
|
120185
120161
|
*
|
|
@@ -121310,7 +121286,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
121310
121286
|
x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
121311
121287
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
121312
121288
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
121313
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
121289
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(368);
|
|
121314
121290
|
/*******************************************************************************
|
|
121315
121291
|
*
|
|
121316
121292
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122382,6 +122358,14 @@ Object .defineProperties (X3DBrowser .prototype,
|
|
|
122382
122358
|
},
|
|
122383
122359
|
enumerable: true,
|
|
122384
122360
|
},
|
|
122361
|
+
element:
|
|
122362
|
+
{
|
|
122363
|
+
get ()
|
|
122364
|
+
{
|
|
122365
|
+
return this .getElement () .get (0);
|
|
122366
|
+
},
|
|
122367
|
+
enumerable: true,
|
|
122368
|
+
},
|
|
122385
122369
|
});
|
|
122386
122370
|
|
|
122387
122371
|
Object .defineProperties (X3DBrowser,
|
|
@@ -122401,7 +122385,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
122401
122385
|
x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
122402
122386
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
122403
122387
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
122404
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
122388
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(368);
|
|
122405
122389
|
/*******************************************************************************
|
|
122406
122390
|
*
|
|
122407
122391
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122533,8 +122517,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
|
|
|
122533
122517
|
x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
|
|
122534
122518
|
/* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
|
|
122535
122519
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
122536
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
122537
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
122520
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(368);
|
|
122521
|
+
/* provided dependency */ var pako = __webpack_require__(300);
|
|
122538
122522
|
Object .assign (jquery_$,
|
|
122539
122523
|
{
|
|
122540
122524
|
decodeText (input)
|
|
@@ -122611,14 +122595,14 @@ const jquery_default_ = jquery_$;
|
|
|
122611
122595
|
x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
|
|
122612
122596
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
122613
122597
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
122614
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
122598
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(125);
|
|
122615
122599
|
const libtess_default_ = libtess_libtess;
|
|
122616
122600
|
;
|
|
122617
122601
|
|
|
122618
122602
|
x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
|
|
122619
122603
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
122620
122604
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
122621
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
122605
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(368);
|
|
122622
122606
|
/*******************************************************************************
|
|
122623
122607
|
*
|
|
122624
122608
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122926,7 +122910,7 @@ Object .assign (X3D,
|
|
|
122926
122910
|
|
|
122927
122911
|
// Assign X3D to global namespace.
|
|
122928
122912
|
|
|
122929
|
-
window [Symbol .for ("X_ITE.X3D-9.2.
|
|
122913
|
+
window [Symbol .for ("X_ITE.X3D-9.2.7")] = x_ite_X3D;
|
|
122930
122914
|
|
|
122931
122915
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
122932
122916
|
|