x_ite 9.1.8 → 9.1.9
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 +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +20 -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 +27 -30
- 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 +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +17 -17
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +38 -38
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +26 -27
- 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 +30 -30
- 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 +21197 -1694
- package/dist/x_ite.js +565 -560
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +565 -560
- package/dist/x_ite.zip +0 -0
- package/package.json +8 -4
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v9.1.
|
|
1
|
+
/* X_ITE v9.1.9 */(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
|
+
/***/ 323:
|
|
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__(604);
|
|
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
|
+
/***/ 674:
|
|
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__(604)], __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
|
+
/***/ 604:
|
|
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
|
+
/***/ 594:
|
|
11163
11163
|
/***/ ((module) => {
|
|
11164
11164
|
|
|
11165
11165
|
/**
|
|
@@ -15938,7 +15938,7 @@ if (true) {
|
|
|
15938
15938
|
|
|
15939
15939
|
/***/ }),
|
|
15940
15940
|
|
|
15941
|
-
/***/
|
|
15941
|
+
/***/ 960:
|
|
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
|
+
/***/ 767:
|
|
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.1.
|
|
20314
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-9.1.9")];
|
|
20315
20315
|
|
|
20316
20316
|
if (X3D)
|
|
20317
20317
|
X3D [name] = module;
|
|
@@ -23007,8 +23007,8 @@ Object .assign (Object .setPrototypeOf (X3DField .prototype, Base_X3DChildObject
|
|
|
23007
23007
|
{
|
|
23008
23008
|
if (this [_referencesCallbacks] .size)
|
|
23009
23009
|
{
|
|
23010
|
-
for (const
|
|
23011
|
-
|
|
23010
|
+
for (const callback of Utility_MapUtilities .values (referencesCallbacksTemp, this [_referencesCallbacks]))
|
|
23011
|
+
callback ();
|
|
23012
23012
|
}
|
|
23013
23013
|
};
|
|
23014
23014
|
})(),
|
|
@@ -23105,8 +23105,8 @@ Object .assign (Object .setPrototypeOf (X3DField .prototype, Base_X3DChildObject
|
|
|
23105
23105
|
{
|
|
23106
23106
|
if (this [_routeCallbacks] .size)
|
|
23107
23107
|
{
|
|
23108
|
-
for (const
|
|
23109
|
-
|
|
23108
|
+
for (const callback of Utility_MapUtilities .values (routeCallbacksTemp, this [_routeCallbacks]))
|
|
23109
|
+
callback ();
|
|
23110
23110
|
}
|
|
23111
23111
|
};
|
|
23112
23112
|
})(),
|
|
@@ -24660,7 +24660,7 @@ x_ite_Namespace .add ("SFInt32", "x_ite/Fields/SFInt32", SFInt32_default_);
|
|
|
24660
24660
|
|
|
24661
24661
|
|
|
24662
24662
|
|
|
24663
|
-
function SFMatrixPrototypeTemplate (Constructor, TypeName, Matrix,
|
|
24663
|
+
function SFMatrixPrototypeTemplate (Constructor, TypeName, Matrix, double)
|
|
24664
24664
|
{
|
|
24665
24665
|
const _formatter = double ? "DoubleFormat" : "FloatFormat";
|
|
24666
24666
|
|
|
@@ -24772,19 +24772,19 @@ function SFMatrixPrototypeTemplate (Constructor, TypeName, Matrix, SFVec, double
|
|
|
24772
24772
|
},
|
|
24773
24773
|
multVecMatrix (vector)
|
|
24774
24774
|
{
|
|
24775
|
-
return new
|
|
24775
|
+
return new (vector .constructor) (this .getValue () .multVecMatrix (vector .getValue () .copy ()));
|
|
24776
24776
|
},
|
|
24777
24777
|
multMatrixVec (vector)
|
|
24778
24778
|
{
|
|
24779
|
-
return new
|
|
24779
|
+
return new (vector .constructor) (this .getValue () .multMatrixVec (vector .getValue () .copy ()));
|
|
24780
24780
|
},
|
|
24781
24781
|
multDirMatrix (vector)
|
|
24782
24782
|
{
|
|
24783
|
-
return new
|
|
24783
|
+
return new (vector .constructor) (this .getValue () .multDirMatrix (vector .getValue () .copy ()));
|
|
24784
24784
|
},
|
|
24785
24785
|
multMatrixDir (vector)
|
|
24786
24786
|
{
|
|
24787
|
-
return new
|
|
24787
|
+
return new (vector .constructor) (this .getValue () .multMatrixDir (vector .getValue () .copy ()));
|
|
24788
24788
|
},
|
|
24789
24789
|
toStream (generator)
|
|
24790
24790
|
{
|
|
@@ -24841,212 +24841,6 @@ const SFMatrixPrototypeTemplate_default_ = SFMatrixPrototypeTemplate;
|
|
|
24841
24841
|
|
|
24842
24842
|
x_ite_Namespace .add ("SFMatrixPrototypeTemplate", "x_ite/Fields/SFMatrixPrototypeTemplate", SFMatrixPrototypeTemplate_default_);
|
|
24843
24843
|
/* harmony default export */ const Fields_SFMatrixPrototypeTemplate = (SFMatrixPrototypeTemplate_default_);
|
|
24844
|
-
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVecPrototypeTemplate.js
|
|
24845
|
-
/*******************************************************************************
|
|
24846
|
-
*
|
|
24847
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
24848
|
-
*
|
|
24849
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
24850
|
-
*
|
|
24851
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
24852
|
-
*
|
|
24853
|
-
* The copyright notice above does not evidence any actual of intended
|
|
24854
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
24855
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
24856
|
-
* create3000.
|
|
24857
|
-
*
|
|
24858
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
24859
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
24860
|
-
* permission of create3000.
|
|
24861
|
-
*
|
|
24862
|
-
* NON-MILITARY USE ONLY
|
|
24863
|
-
*
|
|
24864
|
-
* All create3000 software are effectively free software with a non-military use
|
|
24865
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
24866
|
-
* source in any way you please with the exception anything that uses it must be
|
|
24867
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
24868
|
-
*
|
|
24869
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
24870
|
-
*
|
|
24871
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
24872
|
-
*
|
|
24873
|
-
* This file is part of the X_ITE Project.
|
|
24874
|
-
*
|
|
24875
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
24876
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
24877
|
-
* Free Software Foundation.
|
|
24878
|
-
*
|
|
24879
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
24880
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
24881
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
24882
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
24883
|
-
*
|
|
24884
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
24885
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
24886
|
-
* copy of the GPLv3 License.
|
|
24887
|
-
*
|
|
24888
|
-
* For Silvio, Joy and Adi.
|
|
24889
|
-
*
|
|
24890
|
-
******************************************************************************/
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
|
|
24894
|
-
function SFVecPrototypeTemplate (Constructor, TypeName, Vector, double)
|
|
24895
|
-
{
|
|
24896
|
-
const _formatter = double ? "DoubleFormat" : "FloatFormat";
|
|
24897
|
-
|
|
24898
|
-
Object .defineProperties (Constructor,
|
|
24899
|
-
{
|
|
24900
|
-
typeName:
|
|
24901
|
-
{
|
|
24902
|
-
value: TypeName,
|
|
24903
|
-
enumerable: true,
|
|
24904
|
-
},
|
|
24905
|
-
});
|
|
24906
|
-
|
|
24907
|
-
return Object .assign (Object .setPrototypeOf (Constructor .prototype, Base_X3DField .prototype),
|
|
24908
|
-
{
|
|
24909
|
-
*[Symbol .iterator] ()
|
|
24910
|
-
{
|
|
24911
|
-
yield* this .getValue ();
|
|
24912
|
-
},
|
|
24913
|
-
copy ()
|
|
24914
|
-
{
|
|
24915
|
-
return new (this .constructor) (this .getValue () .copy ());
|
|
24916
|
-
},
|
|
24917
|
-
equals (vector)
|
|
24918
|
-
{
|
|
24919
|
-
return this .getValue () .equals (vector .getValue ());
|
|
24920
|
-
},
|
|
24921
|
-
isDefaultValue ()
|
|
24922
|
-
{
|
|
24923
|
-
return this .getValue () .equals (Vector .Zero);
|
|
24924
|
-
},
|
|
24925
|
-
set (value)
|
|
24926
|
-
{
|
|
24927
|
-
this .getValue () .assign (value);
|
|
24928
|
-
},
|
|
24929
|
-
abs ()
|
|
24930
|
-
{
|
|
24931
|
-
return new (this .constructor) (this .getValue () .copy () .abs ());
|
|
24932
|
-
},
|
|
24933
|
-
add (vector)
|
|
24934
|
-
{
|
|
24935
|
-
return new (this .constructor) (this .getValue () .copy () .add (vector .getValue ()));
|
|
24936
|
-
},
|
|
24937
|
-
distance (vector)
|
|
24938
|
-
{
|
|
24939
|
-
return this .getValue () .distance (vector .getValue ());
|
|
24940
|
-
},
|
|
24941
|
-
divide (value)
|
|
24942
|
-
{
|
|
24943
|
-
return new (this .constructor) (this .getValue () .copy () .divide (value));
|
|
24944
|
-
},
|
|
24945
|
-
divVec (vector)
|
|
24946
|
-
{
|
|
24947
|
-
return new (this .constructor) (this .getValue () .copy () .divVec (vector .getValue ()));
|
|
24948
|
-
},
|
|
24949
|
-
dot (vector)
|
|
24950
|
-
{
|
|
24951
|
-
return this .getValue () .dot (vector .getValue ());
|
|
24952
|
-
},
|
|
24953
|
-
inverse ()
|
|
24954
|
-
{
|
|
24955
|
-
return new (this .constructor) (this .getValue () .copy () .inverse ());
|
|
24956
|
-
},
|
|
24957
|
-
length ()
|
|
24958
|
-
{
|
|
24959
|
-
return this .getValue () .magnitude ();
|
|
24960
|
-
},
|
|
24961
|
-
lerp (destination, t)
|
|
24962
|
-
{
|
|
24963
|
-
return new (this .constructor) (this .getValue () .copy () .lerp (destination, t));
|
|
24964
|
-
},
|
|
24965
|
-
max (vector)
|
|
24966
|
-
{
|
|
24967
|
-
return new (this .constructor) (this .getValue () .copy () .max (vector .getValue ()));
|
|
24968
|
-
},
|
|
24969
|
-
min (vector)
|
|
24970
|
-
{
|
|
24971
|
-
return new (this .constructor) (this .getValue () .copy () .min (vector .getValue ()));
|
|
24972
|
-
},
|
|
24973
|
-
multiply (value)
|
|
24974
|
-
{
|
|
24975
|
-
return new (this .constructor) (this .getValue () .copy () .multiply (value));
|
|
24976
|
-
},
|
|
24977
|
-
multVec (vector)
|
|
24978
|
-
{
|
|
24979
|
-
return new (this .constructor) (this .getValue () .copy () .multVec (vector .getValue ()));
|
|
24980
|
-
},
|
|
24981
|
-
negate ()
|
|
24982
|
-
{
|
|
24983
|
-
return new (this .constructor) (this .getValue () .copy () .negate ());
|
|
24984
|
-
},
|
|
24985
|
-
normalize (vector)
|
|
24986
|
-
{
|
|
24987
|
-
return new (this .constructor) (this .getValue () .copy () .normalize ());
|
|
24988
|
-
},
|
|
24989
|
-
subtract (vector)
|
|
24990
|
-
{
|
|
24991
|
-
return new (this .constructor) (this .getValue () .copy () .subtract (vector .getValue ()));
|
|
24992
|
-
},
|
|
24993
|
-
toStream (generator)
|
|
24994
|
-
{
|
|
24995
|
-
const
|
|
24996
|
-
value = this .getValue (),
|
|
24997
|
-
last = value .length - 1,
|
|
24998
|
-
category = generator .Unit (this .getUnit ());
|
|
24999
|
-
|
|
25000
|
-
for (let i = 0; i < last; ++ i)
|
|
25001
|
-
{
|
|
25002
|
-
generator .string += generator [_formatter] (generator .ToUnit (category, value [i]));
|
|
25003
|
-
generator .string += generator .Space ();
|
|
25004
|
-
}
|
|
25005
|
-
|
|
25006
|
-
generator .string += generator [_formatter] (generator .ToUnit (category, value [last]));
|
|
25007
|
-
},
|
|
25008
|
-
toVRMLStream (generator)
|
|
25009
|
-
{
|
|
25010
|
-
this .toStream (generator);
|
|
25011
|
-
},
|
|
25012
|
-
toXMLStream (generator)
|
|
25013
|
-
{
|
|
25014
|
-
this .toStream (generator);
|
|
25015
|
-
},
|
|
25016
|
-
toJSONStream (generator)
|
|
25017
|
-
{
|
|
25018
|
-
generator .string += '[';
|
|
25019
|
-
generator .string += generator .TidySpace ();
|
|
25020
|
-
|
|
25021
|
-
this .toJSONStreamValue (generator);
|
|
25022
|
-
|
|
25023
|
-
generator .string += generator .TidySpace ();
|
|
25024
|
-
generator .string += ']';
|
|
25025
|
-
},
|
|
25026
|
-
toJSONStreamValue (generator)
|
|
25027
|
-
{
|
|
25028
|
-
const
|
|
25029
|
-
value = this .getValue (),
|
|
25030
|
-
last = value .length - 1,
|
|
25031
|
-
category = generator .Unit (this .getUnit ());
|
|
25032
|
-
|
|
25033
|
-
for (let i = 0; i < last; ++ i)
|
|
25034
|
-
{
|
|
25035
|
-
generator .string += generator .JSONNumber (generator [_formatter] (generator .ToUnit (category, value [i])));
|
|
25036
|
-
generator .string += ',';
|
|
25037
|
-
generator .string += generator .TidySpace ();
|
|
25038
|
-
}
|
|
25039
|
-
|
|
25040
|
-
generator .string += generator .JSONNumber (generator [_formatter] (generator .ToUnit (category, value [last])));
|
|
25041
|
-
},
|
|
25042
|
-
});
|
|
25043
|
-
}
|
|
25044
|
-
|
|
25045
|
-
const SFVecPrototypeTemplate_default_ = SFVecPrototypeTemplate;
|
|
25046
|
-
;
|
|
25047
|
-
|
|
25048
|
-
x_ite_Namespace .add ("SFVecPrototypeTemplate", "x_ite/Fields/SFVecPrototypeTemplate", SFVecPrototypeTemplate_default_);
|
|
25049
|
-
/* harmony default export */ const Fields_SFVecPrototypeTemplate = (SFVecPrototypeTemplate_default_);
|
|
25050
24844
|
;// CONCATENATED MODULE: ./src/standard/Math/Numbers/Vector2.js
|
|
25051
24845
|
/*******************************************************************************
|
|
25052
24846
|
*
|
|
@@ -25290,131 +25084,6 @@ const Vector2_default_ = Vector2;
|
|
|
25290
25084
|
|
|
25291
25085
|
x_ite_Namespace .add ("Vector2", "standard/Math/Numbers/Vector2", Vector2_default_);
|
|
25292
25086
|
/* harmony default export */ const Numbers_Vector2 = (Vector2_default_);
|
|
25293
|
-
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVec2.js
|
|
25294
|
-
/*******************************************************************************
|
|
25295
|
-
*
|
|
25296
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
25297
|
-
*
|
|
25298
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
25299
|
-
*
|
|
25300
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
25301
|
-
*
|
|
25302
|
-
* The copyright notice above does not evidence any actual of intended
|
|
25303
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
25304
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
25305
|
-
* create3000.
|
|
25306
|
-
*
|
|
25307
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
25308
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
25309
|
-
* permission of create3000.
|
|
25310
|
-
*
|
|
25311
|
-
* NON-MILITARY USE ONLY
|
|
25312
|
-
*
|
|
25313
|
-
* All create3000 software are effectively free software with a non-military use
|
|
25314
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
25315
|
-
* source in any way you please with the exception anything that uses it must be
|
|
25316
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
25317
|
-
*
|
|
25318
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
25319
|
-
*
|
|
25320
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
25321
|
-
*
|
|
25322
|
-
* This file is part of the X_ITE Project.
|
|
25323
|
-
*
|
|
25324
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
25325
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
25326
|
-
* Free Software Foundation.
|
|
25327
|
-
*
|
|
25328
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
25329
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
25330
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
25331
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
25332
|
-
*
|
|
25333
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
25334
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
25335
|
-
* copy of the GPLv3 License.
|
|
25336
|
-
*
|
|
25337
|
-
* For Silvio, Joy and Adi.
|
|
25338
|
-
*
|
|
25339
|
-
******************************************************************************/
|
|
25340
|
-
|
|
25341
|
-
|
|
25342
|
-
|
|
25343
|
-
|
|
25344
|
-
|
|
25345
|
-
function SFVec2Template (TypeName, double)
|
|
25346
|
-
{
|
|
25347
|
-
function SFVec2 (x, y)
|
|
25348
|
-
{
|
|
25349
|
-
switch (arguments .length)
|
|
25350
|
-
{
|
|
25351
|
-
case 0:
|
|
25352
|
-
Base_X3DField .call (this, new Numbers_Vector2 (0, 0));
|
|
25353
|
-
break;
|
|
25354
|
-
|
|
25355
|
-
case 1:
|
|
25356
|
-
Base_X3DField .call (this, arguments [0]);
|
|
25357
|
-
break;
|
|
25358
|
-
|
|
25359
|
-
case 2:
|
|
25360
|
-
Base_X3DField .call (this, new Numbers_Vector2 (+x, +y));
|
|
25361
|
-
break;
|
|
25362
|
-
|
|
25363
|
-
default:
|
|
25364
|
-
throw new Error ("Invalid arguments.");
|
|
25365
|
-
}
|
|
25366
|
-
}
|
|
25367
|
-
|
|
25368
|
-
Fields_SFVecPrototypeTemplate (SFVec2, TypeName, Numbers_Vector2, double);
|
|
25369
|
-
|
|
25370
|
-
for (const key of Object .keys (SFVec2 .prototype))
|
|
25371
|
-
Object .defineProperty (SFVec2 .prototype, key, { enumerable: false });
|
|
25372
|
-
|
|
25373
|
-
const x = {
|
|
25374
|
-
get ()
|
|
25375
|
-
{
|
|
25376
|
-
return this .getValue () .x;
|
|
25377
|
-
},
|
|
25378
|
-
set (value)
|
|
25379
|
-
{
|
|
25380
|
-
this .getValue () .x = +value;
|
|
25381
|
-
this .addEvent ();
|
|
25382
|
-
},
|
|
25383
|
-
};
|
|
25384
|
-
|
|
25385
|
-
const y = {
|
|
25386
|
-
get ()
|
|
25387
|
-
{
|
|
25388
|
-
return this .getValue () .y;
|
|
25389
|
-
},
|
|
25390
|
-
set (value)
|
|
25391
|
-
{
|
|
25392
|
-
this .getValue () .y = +value;
|
|
25393
|
-
this .addEvent ();
|
|
25394
|
-
},
|
|
25395
|
-
};
|
|
25396
|
-
|
|
25397
|
-
Object .defineProperties (SFVec2 .prototype,
|
|
25398
|
-
{
|
|
25399
|
-
0: x,
|
|
25400
|
-
1: y,
|
|
25401
|
-
x: Object .assign ({ enumerable: true }, x),
|
|
25402
|
-
y: Object .assign ({ enumerable: true }, y),
|
|
25403
|
-
});
|
|
25404
|
-
|
|
25405
|
-
return SFVec2;
|
|
25406
|
-
}
|
|
25407
|
-
|
|
25408
|
-
const SFVec2 = {
|
|
25409
|
-
SFVec2d: SFVec2Template ("SFVec2d", true),
|
|
25410
|
-
SFVec2f: SFVec2Template ("SFVec2f", false),
|
|
25411
|
-
};
|
|
25412
|
-
|
|
25413
|
-
const SFVec2_default_ = SFVec2;
|
|
25414
|
-
;
|
|
25415
|
-
|
|
25416
|
-
x_ite_Namespace .add ("SFVec2", "x_ite/Fields/SFVec2", SFVec2_default_);
|
|
25417
|
-
/* harmony default export */ const Fields_SFVec2 = (SFVec2_default_);
|
|
25418
25087
|
;// CONCATENATED MODULE: ./src/standard/Math/Numbers/Vector3.js
|
|
25419
25088
|
/*******************************************************************************
|
|
25420
25089
|
*
|
|
@@ -26918,8 +26587,7 @@ x_ite_Namespace .add ("Matrix3", "standard/Math/Numbers/Matrix3", Matrix3_defaul
|
|
|
26918
26587
|
|
|
26919
26588
|
|
|
26920
26589
|
|
|
26921
|
-
|
|
26922
|
-
function SFMatrix3Template (TypeName, SFVec2, double)
|
|
26590
|
+
function SFMatrix3Template (TypeName, double)
|
|
26923
26591
|
{
|
|
26924
26592
|
function SFMatrix3 (m00, m01, m02,
|
|
26925
26593
|
m10, m11, m12,
|
|
@@ -26961,7 +26629,7 @@ function SFMatrix3Template (TypeName, SFVec2, double)
|
|
|
26961
26629
|
}
|
|
26962
26630
|
}
|
|
26963
26631
|
|
|
26964
|
-
Object .assign (Fields_SFMatrixPrototypeTemplate (SFMatrix3, TypeName, Numbers_Matrix3,
|
|
26632
|
+
Object .assign (Fields_SFMatrixPrototypeTemplate (SFMatrix3, TypeName, Numbers_Matrix3, double),
|
|
26965
26633
|
{
|
|
26966
26634
|
setTransform: (function ()
|
|
26967
26635
|
{
|
|
@@ -27017,8 +26685,8 @@ function SFMatrix3Template (TypeName, SFVec2, double)
|
|
|
27017
26685
|
}
|
|
27018
26686
|
|
|
27019
26687
|
const SFMatrix3 = {
|
|
27020
|
-
SFMatrix3d: SFMatrix3Template ("SFMatrix3d",
|
|
27021
|
-
SFMatrix3f: SFMatrix3Template ("SFMatrix3f",
|
|
26688
|
+
SFMatrix3d: SFMatrix3Template ("SFMatrix3d", true),
|
|
26689
|
+
SFMatrix3f: SFMatrix3Template ("SFMatrix3f", false),
|
|
27022
26690
|
};
|
|
27023
26691
|
|
|
27024
26692
|
const SFMatrix3_default_ = SFMatrix3;
|
|
@@ -27026,151 +26694,6 @@ const SFMatrix3_default_ = SFMatrix3;
|
|
|
27026
26694
|
|
|
27027
26695
|
x_ite_Namespace .add ("SFMatrix3", "x_ite/Fields/SFMatrix3", SFMatrix3_default_);
|
|
27028
26696
|
/* harmony default export */ const Fields_SFMatrix3 = (SFMatrix3_default_);
|
|
27029
|
-
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVec3.js
|
|
27030
|
-
/*******************************************************************************
|
|
27031
|
-
*
|
|
27032
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
27033
|
-
*
|
|
27034
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
27035
|
-
*
|
|
27036
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
27037
|
-
*
|
|
27038
|
-
* The copyright notice above does not evidence any actual of intended
|
|
27039
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
27040
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
27041
|
-
* create3000.
|
|
27042
|
-
*
|
|
27043
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
27044
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
27045
|
-
* permission of create3000.
|
|
27046
|
-
*
|
|
27047
|
-
* NON-MILITARY USE ONLY
|
|
27048
|
-
*
|
|
27049
|
-
* All create3000 software are effectively free software with a non-military use
|
|
27050
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
27051
|
-
* source in any way you please with the exception anything that uses it must be
|
|
27052
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
27053
|
-
*
|
|
27054
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
27055
|
-
*
|
|
27056
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
27057
|
-
*
|
|
27058
|
-
* This file is part of the X_ITE Project.
|
|
27059
|
-
*
|
|
27060
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
27061
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
27062
|
-
* Free Software Foundation.
|
|
27063
|
-
*
|
|
27064
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
27065
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
27066
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
27067
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
27068
|
-
*
|
|
27069
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
27070
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
27071
|
-
* copy of the GPLv3 License.
|
|
27072
|
-
*
|
|
27073
|
-
* For Silvio, Joy and Adi.
|
|
27074
|
-
*
|
|
27075
|
-
******************************************************************************/
|
|
27076
|
-
|
|
27077
|
-
|
|
27078
|
-
|
|
27079
|
-
|
|
27080
|
-
|
|
27081
|
-
function SFVec3Template (TypeName, double)
|
|
27082
|
-
{
|
|
27083
|
-
function SFVec3 (x, y, z)
|
|
27084
|
-
{
|
|
27085
|
-
switch (arguments .length)
|
|
27086
|
-
{
|
|
27087
|
-
case 0:
|
|
27088
|
-
Base_X3DField .call (this, new Numbers_Vector3 (0, 0, 0));
|
|
27089
|
-
break;
|
|
27090
|
-
|
|
27091
|
-
case 1:
|
|
27092
|
-
Base_X3DField .call (this, arguments [0]);
|
|
27093
|
-
break;
|
|
27094
|
-
|
|
27095
|
-
case 3:
|
|
27096
|
-
Base_X3DField .call (this, new Numbers_Vector3 (+x, +y, +z));
|
|
27097
|
-
break;
|
|
27098
|
-
|
|
27099
|
-
default:
|
|
27100
|
-
throw new Error ("Invalid arguments.");
|
|
27101
|
-
}
|
|
27102
|
-
}
|
|
27103
|
-
|
|
27104
|
-
Object .assign (Fields_SFVecPrototypeTemplate (SFVec3, TypeName, Numbers_Vector3, double),
|
|
27105
|
-
{
|
|
27106
|
-
cross (vector)
|
|
27107
|
-
{
|
|
27108
|
-
return new (this .constructor) (this .getValue () .copy () .cross (vector .getValue ()));
|
|
27109
|
-
},
|
|
27110
|
-
});
|
|
27111
|
-
|
|
27112
|
-
for (const key of Object .keys (SFVec3 .prototype))
|
|
27113
|
-
Object .defineProperty (SFVec3 .prototype, key, { enumerable: false });
|
|
27114
|
-
|
|
27115
|
-
const x = {
|
|
27116
|
-
get ()
|
|
27117
|
-
{
|
|
27118
|
-
return this .getValue () .x;
|
|
27119
|
-
},
|
|
27120
|
-
set (value)
|
|
27121
|
-
{
|
|
27122
|
-
this .getValue () .x = +value;
|
|
27123
|
-
this .addEvent ();
|
|
27124
|
-
},
|
|
27125
|
-
};
|
|
27126
|
-
|
|
27127
|
-
const y = {
|
|
27128
|
-
get ()
|
|
27129
|
-
{
|
|
27130
|
-
return this .getValue () .y;
|
|
27131
|
-
},
|
|
27132
|
-
set (value)
|
|
27133
|
-
{
|
|
27134
|
-
this .getValue () .y = +value;
|
|
27135
|
-
this .addEvent ();
|
|
27136
|
-
},
|
|
27137
|
-
};
|
|
27138
|
-
|
|
27139
|
-
const z = {
|
|
27140
|
-
get ()
|
|
27141
|
-
{
|
|
27142
|
-
return this .getValue () .z;
|
|
27143
|
-
},
|
|
27144
|
-
set (value)
|
|
27145
|
-
{
|
|
27146
|
-
this .getValue () .z = +value;
|
|
27147
|
-
this .addEvent ();
|
|
27148
|
-
},
|
|
27149
|
-
};
|
|
27150
|
-
|
|
27151
|
-
Object .defineProperties (SFVec3 .prototype,
|
|
27152
|
-
{
|
|
27153
|
-
0: x,
|
|
27154
|
-
1: y,
|
|
27155
|
-
2: z,
|
|
27156
|
-
x: Object .assign ({ enumerable: true }, x),
|
|
27157
|
-
y: Object .assign ({ enumerable: true }, y),
|
|
27158
|
-
z: Object .assign ({ enumerable: true }, z),
|
|
27159
|
-
});
|
|
27160
|
-
|
|
27161
|
-
return SFVec3;
|
|
27162
|
-
}
|
|
27163
|
-
|
|
27164
|
-
const SFVec3 = {
|
|
27165
|
-
SFVec3d: SFVec3Template ("SFVec3d", true),
|
|
27166
|
-
SFVec3f: SFVec3Template ("SFVec3f", false),
|
|
27167
|
-
};
|
|
27168
|
-
|
|
27169
|
-
const SFVec3_default_ = SFVec3;
|
|
27170
|
-
;
|
|
27171
|
-
|
|
27172
|
-
x_ite_Namespace .add ("SFVec3", "x_ite/Fields/SFVec3", SFVec3_default_);
|
|
27173
|
-
/* harmony default export */ const Fields_SFVec3 = (SFVec3_default_);
|
|
27174
26697
|
;// CONCATENATED MODULE: ./src/standard/Math/Numbers/Vector4.js
|
|
27175
26698
|
/*******************************************************************************
|
|
27176
26699
|
*
|
|
@@ -29486,8 +29009,7 @@ x_ite_Namespace .add ("Matrix4", "standard/Math/Numbers/Matrix4", Matrix4_defaul
|
|
|
29486
29009
|
|
|
29487
29010
|
|
|
29488
29011
|
|
|
29489
|
-
|
|
29490
|
-
function SFMatrix4Template (TypeName, SFVec3, double)
|
|
29012
|
+
function SFMatrix4Template (TypeName, double)
|
|
29491
29013
|
{
|
|
29492
29014
|
function SFMatrix4 (m00, m01, m02, m03,
|
|
29493
29015
|
m10, m11, m12, m13,
|
|
@@ -29533,7 +29055,7 @@ function SFMatrix4Template (TypeName, SFVec3, double)
|
|
|
29533
29055
|
}
|
|
29534
29056
|
}
|
|
29535
29057
|
|
|
29536
|
-
Fields_SFMatrixPrototypeTemplate (SFMatrix4, TypeName, Numbers_Matrix4,
|
|
29058
|
+
Fields_SFMatrixPrototypeTemplate (SFMatrix4, TypeName, Numbers_Matrix4, double);
|
|
29537
29059
|
|
|
29538
29060
|
for (const key of Object .keys (SFMatrix4 .prototype))
|
|
29539
29061
|
Object .defineProperty (SFMatrix4 .prototype, key, { enumerable: false });
|
|
@@ -29562,9 +29084,9 @@ function SFMatrix4Template (TypeName, SFVec3, double)
|
|
|
29562
29084
|
}
|
|
29563
29085
|
|
|
29564
29086
|
const SFMatrix4 = {
|
|
29565
|
-
SFMatrix4d: SFMatrix4Template ("SFMatrix4d",
|
|
29566
|
-
SFMatrix4f: SFMatrix4Template ("SFMatrix4f",
|
|
29567
|
-
VrmlMatrix: SFMatrix4Template ("VrmlMatrix",
|
|
29087
|
+
SFMatrix4d: SFMatrix4Template ("SFMatrix4d", true),
|
|
29088
|
+
SFMatrix4f: SFMatrix4Template ("SFMatrix4f", false),
|
|
29089
|
+
VrmlMatrix: SFMatrix4Template ("VrmlMatrix", false),
|
|
29568
29090
|
};
|
|
29569
29091
|
|
|
29570
29092
|
const SFMatrix4_default_ = SFMatrix4;
|
|
@@ -29917,8 +29439,7 @@ Object .assign (Object .setPrototypeOf (SFNode .prototype, Base_X3DField .protot
|
|
|
29917
29439
|
target = this [_target],
|
|
29918
29440
|
current = target .getValue ();
|
|
29919
29441
|
|
|
29920
|
-
|
|
29921
|
-
current .removeParent (target [_proxy]);
|
|
29442
|
+
current ?.removeParent (target [_proxy]);
|
|
29922
29443
|
|
|
29923
29444
|
// No need to test for X3DBaseNode, because there is a special version of SFNode in Script.
|
|
29924
29445
|
|
|
@@ -30009,7 +29530,7 @@ Object .assign (Object .setPrototypeOf (SFNode .prototype, Base_X3DField .protot
|
|
|
30009
29530
|
{
|
|
30010
29531
|
return Base_X3DField .prototype .addFieldCallback .apply (target, arguments);
|
|
30011
29532
|
}
|
|
30012
|
-
case 3:
|
|
29533
|
+
case 3: // Depreciated
|
|
30013
29534
|
{
|
|
30014
29535
|
const value = target .getValue ();
|
|
30015
29536
|
|
|
@@ -30030,7 +29551,7 @@ Object .assign (Object .setPrototypeOf (SFNode .prototype, Base_X3DField .protot
|
|
|
30030
29551
|
{
|
|
30031
29552
|
return Base_X3DField .prototype .removeFieldCallback .apply (target, arguments);
|
|
30032
29553
|
}
|
|
30033
|
-
case 2:
|
|
29554
|
+
case 2: // Depreciated
|
|
30034
29555
|
{
|
|
30035
29556
|
const value = target .getValue ();
|
|
30036
29557
|
|
|
@@ -30152,6 +29673,357 @@ const SFNode_default_ = SFNode;
|
|
|
30152
29673
|
|
|
30153
29674
|
x_ite_Namespace .add ("SFNode", "x_ite/Fields/SFNode", SFNode_default_);
|
|
30154
29675
|
/* harmony default export */ const Fields_SFNode = (SFNode_default_);
|
|
29676
|
+
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVecPrototypeTemplate.js
|
|
29677
|
+
/*******************************************************************************
|
|
29678
|
+
*
|
|
29679
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
29680
|
+
*
|
|
29681
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
29682
|
+
*
|
|
29683
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
29684
|
+
*
|
|
29685
|
+
* The copyright notice above does not evidence any actual of intended
|
|
29686
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
29687
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
29688
|
+
* create3000.
|
|
29689
|
+
*
|
|
29690
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
29691
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
29692
|
+
* permission of create3000.
|
|
29693
|
+
*
|
|
29694
|
+
* NON-MILITARY USE ONLY
|
|
29695
|
+
*
|
|
29696
|
+
* All create3000 software are effectively free software with a non-military use
|
|
29697
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
29698
|
+
* source in any way you please with the exception anything that uses it must be
|
|
29699
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
29700
|
+
*
|
|
29701
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
29702
|
+
*
|
|
29703
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
29704
|
+
*
|
|
29705
|
+
* This file is part of the X_ITE Project.
|
|
29706
|
+
*
|
|
29707
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
29708
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
29709
|
+
* Free Software Foundation.
|
|
29710
|
+
*
|
|
29711
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
29712
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
29713
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
29714
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
29715
|
+
*
|
|
29716
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
29717
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
29718
|
+
* copy of the GPLv3 License.
|
|
29719
|
+
*
|
|
29720
|
+
* For Silvio, Joy and Adi.
|
|
29721
|
+
*
|
|
29722
|
+
******************************************************************************/
|
|
29723
|
+
|
|
29724
|
+
|
|
29725
|
+
|
|
29726
|
+
function SFVecPrototypeTemplate (Constructor, TypeName, Vector, double)
|
|
29727
|
+
{
|
|
29728
|
+
const _formatter = double ? "DoubleFormat" : "FloatFormat";
|
|
29729
|
+
|
|
29730
|
+
Object .defineProperties (Constructor,
|
|
29731
|
+
{
|
|
29732
|
+
typeName:
|
|
29733
|
+
{
|
|
29734
|
+
value: TypeName,
|
|
29735
|
+
enumerable: true,
|
|
29736
|
+
},
|
|
29737
|
+
});
|
|
29738
|
+
|
|
29739
|
+
return Object .assign (Object .setPrototypeOf (Constructor .prototype, Base_X3DField .prototype),
|
|
29740
|
+
{
|
|
29741
|
+
*[Symbol .iterator] ()
|
|
29742
|
+
{
|
|
29743
|
+
yield* this .getValue ();
|
|
29744
|
+
},
|
|
29745
|
+
copy ()
|
|
29746
|
+
{
|
|
29747
|
+
return new (this .constructor) (this .getValue () .copy ());
|
|
29748
|
+
},
|
|
29749
|
+
equals (vector)
|
|
29750
|
+
{
|
|
29751
|
+
return this .getValue () .equals (vector .getValue ());
|
|
29752
|
+
},
|
|
29753
|
+
isDefaultValue ()
|
|
29754
|
+
{
|
|
29755
|
+
return this .getValue () .equals (Vector .Zero);
|
|
29756
|
+
},
|
|
29757
|
+
set (value)
|
|
29758
|
+
{
|
|
29759
|
+
this .getValue () .assign (value);
|
|
29760
|
+
},
|
|
29761
|
+
abs ()
|
|
29762
|
+
{
|
|
29763
|
+
return new (this .constructor) (this .getValue () .copy () .abs ());
|
|
29764
|
+
},
|
|
29765
|
+
add (vector)
|
|
29766
|
+
{
|
|
29767
|
+
return new (this .constructor) (this .getValue () .copy () .add (vector .getValue ()));
|
|
29768
|
+
},
|
|
29769
|
+
distance (vector)
|
|
29770
|
+
{
|
|
29771
|
+
return this .getValue () .distance (vector .getValue ());
|
|
29772
|
+
},
|
|
29773
|
+
divide (value)
|
|
29774
|
+
{
|
|
29775
|
+
return new (this .constructor) (this .getValue () .copy () .divide (value));
|
|
29776
|
+
},
|
|
29777
|
+
divVec (vector)
|
|
29778
|
+
{
|
|
29779
|
+
return new (this .constructor) (this .getValue () .copy () .divVec (vector .getValue ()));
|
|
29780
|
+
},
|
|
29781
|
+
dot (vector)
|
|
29782
|
+
{
|
|
29783
|
+
return this .getValue () .dot (vector .getValue ());
|
|
29784
|
+
},
|
|
29785
|
+
inverse ()
|
|
29786
|
+
{
|
|
29787
|
+
return new (this .constructor) (this .getValue () .copy () .inverse ());
|
|
29788
|
+
},
|
|
29789
|
+
length ()
|
|
29790
|
+
{
|
|
29791
|
+
return this .getValue () .magnitude ();
|
|
29792
|
+
},
|
|
29793
|
+
lerp (destination, t)
|
|
29794
|
+
{
|
|
29795
|
+
return new (this .constructor) (this .getValue () .copy () .lerp (destination, t));
|
|
29796
|
+
},
|
|
29797
|
+
max (vector)
|
|
29798
|
+
{
|
|
29799
|
+
return new (this .constructor) (this .getValue () .copy () .max (vector .getValue ()));
|
|
29800
|
+
},
|
|
29801
|
+
min (vector)
|
|
29802
|
+
{
|
|
29803
|
+
return new (this .constructor) (this .getValue () .copy () .min (vector .getValue ()));
|
|
29804
|
+
},
|
|
29805
|
+
multiply (value)
|
|
29806
|
+
{
|
|
29807
|
+
return new (this .constructor) (this .getValue () .copy () .multiply (value));
|
|
29808
|
+
},
|
|
29809
|
+
multVec (vector)
|
|
29810
|
+
{
|
|
29811
|
+
return new (this .constructor) (this .getValue () .copy () .multVec (vector .getValue ()));
|
|
29812
|
+
},
|
|
29813
|
+
negate ()
|
|
29814
|
+
{
|
|
29815
|
+
return new (this .constructor) (this .getValue () .copy () .negate ());
|
|
29816
|
+
},
|
|
29817
|
+
normalize (vector)
|
|
29818
|
+
{
|
|
29819
|
+
return new (this .constructor) (this .getValue () .copy () .normalize ());
|
|
29820
|
+
},
|
|
29821
|
+
subtract (vector)
|
|
29822
|
+
{
|
|
29823
|
+
return new (this .constructor) (this .getValue () .copy () .subtract (vector .getValue ()));
|
|
29824
|
+
},
|
|
29825
|
+
toStream (generator)
|
|
29826
|
+
{
|
|
29827
|
+
const
|
|
29828
|
+
value = this .getValue (),
|
|
29829
|
+
last = value .length - 1,
|
|
29830
|
+
category = generator .Unit (this .getUnit ());
|
|
29831
|
+
|
|
29832
|
+
for (let i = 0; i < last; ++ i)
|
|
29833
|
+
{
|
|
29834
|
+
generator .string += generator [_formatter] (generator .ToUnit (category, value [i]));
|
|
29835
|
+
generator .string += generator .Space ();
|
|
29836
|
+
}
|
|
29837
|
+
|
|
29838
|
+
generator .string += generator [_formatter] (generator .ToUnit (category, value [last]));
|
|
29839
|
+
},
|
|
29840
|
+
toVRMLStream (generator)
|
|
29841
|
+
{
|
|
29842
|
+
this .toStream (generator);
|
|
29843
|
+
},
|
|
29844
|
+
toXMLStream (generator)
|
|
29845
|
+
{
|
|
29846
|
+
this .toStream (generator);
|
|
29847
|
+
},
|
|
29848
|
+
toJSONStream (generator)
|
|
29849
|
+
{
|
|
29850
|
+
generator .string += '[';
|
|
29851
|
+
generator .string += generator .TidySpace ();
|
|
29852
|
+
|
|
29853
|
+
this .toJSONStreamValue (generator);
|
|
29854
|
+
|
|
29855
|
+
generator .string += generator .TidySpace ();
|
|
29856
|
+
generator .string += ']';
|
|
29857
|
+
},
|
|
29858
|
+
toJSONStreamValue (generator)
|
|
29859
|
+
{
|
|
29860
|
+
const
|
|
29861
|
+
value = this .getValue (),
|
|
29862
|
+
last = value .length - 1,
|
|
29863
|
+
category = generator .Unit (this .getUnit ());
|
|
29864
|
+
|
|
29865
|
+
for (let i = 0; i < last; ++ i)
|
|
29866
|
+
{
|
|
29867
|
+
generator .string += generator .JSONNumber (generator [_formatter] (generator .ToUnit (category, value [i])));
|
|
29868
|
+
generator .string += ',';
|
|
29869
|
+
generator .string += generator .TidySpace ();
|
|
29870
|
+
}
|
|
29871
|
+
|
|
29872
|
+
generator .string += generator .JSONNumber (generator [_formatter] (generator .ToUnit (category, value [last])));
|
|
29873
|
+
},
|
|
29874
|
+
});
|
|
29875
|
+
}
|
|
29876
|
+
|
|
29877
|
+
const SFVecPrototypeTemplate_default_ = SFVecPrototypeTemplate;
|
|
29878
|
+
;
|
|
29879
|
+
|
|
29880
|
+
x_ite_Namespace .add ("SFVecPrototypeTemplate", "x_ite/Fields/SFVecPrototypeTemplate", SFVecPrototypeTemplate_default_);
|
|
29881
|
+
/* harmony default export */ const Fields_SFVecPrototypeTemplate = (SFVecPrototypeTemplate_default_);
|
|
29882
|
+
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVec3.js
|
|
29883
|
+
/*******************************************************************************
|
|
29884
|
+
*
|
|
29885
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
29886
|
+
*
|
|
29887
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
29888
|
+
*
|
|
29889
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
29890
|
+
*
|
|
29891
|
+
* The copyright notice above does not evidence any actual of intended
|
|
29892
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
29893
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
29894
|
+
* create3000.
|
|
29895
|
+
*
|
|
29896
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
29897
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
29898
|
+
* permission of create3000.
|
|
29899
|
+
*
|
|
29900
|
+
* NON-MILITARY USE ONLY
|
|
29901
|
+
*
|
|
29902
|
+
* All create3000 software are effectively free software with a non-military use
|
|
29903
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
29904
|
+
* source in any way you please with the exception anything that uses it must be
|
|
29905
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
29906
|
+
*
|
|
29907
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
29908
|
+
*
|
|
29909
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
29910
|
+
*
|
|
29911
|
+
* This file is part of the X_ITE Project.
|
|
29912
|
+
*
|
|
29913
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
29914
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
29915
|
+
* Free Software Foundation.
|
|
29916
|
+
*
|
|
29917
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
29918
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
29919
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
29920
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
29921
|
+
*
|
|
29922
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
29923
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
29924
|
+
* copy of the GPLv3 License.
|
|
29925
|
+
*
|
|
29926
|
+
* For Silvio, Joy and Adi.
|
|
29927
|
+
*
|
|
29928
|
+
******************************************************************************/
|
|
29929
|
+
|
|
29930
|
+
|
|
29931
|
+
|
|
29932
|
+
|
|
29933
|
+
|
|
29934
|
+
function SFVec3Template (TypeName, double)
|
|
29935
|
+
{
|
|
29936
|
+
function SFVec3 (x, y, z)
|
|
29937
|
+
{
|
|
29938
|
+
switch (arguments .length)
|
|
29939
|
+
{
|
|
29940
|
+
case 0:
|
|
29941
|
+
Base_X3DField .call (this, new Numbers_Vector3 (0, 0, 0));
|
|
29942
|
+
break;
|
|
29943
|
+
|
|
29944
|
+
case 1:
|
|
29945
|
+
Base_X3DField .call (this, arguments [0]);
|
|
29946
|
+
break;
|
|
29947
|
+
|
|
29948
|
+
case 3:
|
|
29949
|
+
Base_X3DField .call (this, new Numbers_Vector3 (+x, +y, +z));
|
|
29950
|
+
break;
|
|
29951
|
+
|
|
29952
|
+
default:
|
|
29953
|
+
throw new Error ("Invalid arguments.");
|
|
29954
|
+
}
|
|
29955
|
+
}
|
|
29956
|
+
|
|
29957
|
+
Object .assign (Fields_SFVecPrototypeTemplate (SFVec3, TypeName, Numbers_Vector3, double),
|
|
29958
|
+
{
|
|
29959
|
+
cross (vector)
|
|
29960
|
+
{
|
|
29961
|
+
return new (this .constructor) (this .getValue () .copy () .cross (vector .getValue ()));
|
|
29962
|
+
},
|
|
29963
|
+
});
|
|
29964
|
+
|
|
29965
|
+
for (const key of Object .keys (SFVec3 .prototype))
|
|
29966
|
+
Object .defineProperty (SFVec3 .prototype, key, { enumerable: false });
|
|
29967
|
+
|
|
29968
|
+
const x = {
|
|
29969
|
+
get ()
|
|
29970
|
+
{
|
|
29971
|
+
return this .getValue () .x;
|
|
29972
|
+
},
|
|
29973
|
+
set (value)
|
|
29974
|
+
{
|
|
29975
|
+
this .getValue () .x = +value;
|
|
29976
|
+
this .addEvent ();
|
|
29977
|
+
},
|
|
29978
|
+
};
|
|
29979
|
+
|
|
29980
|
+
const y = {
|
|
29981
|
+
get ()
|
|
29982
|
+
{
|
|
29983
|
+
return this .getValue () .y;
|
|
29984
|
+
},
|
|
29985
|
+
set (value)
|
|
29986
|
+
{
|
|
29987
|
+
this .getValue () .y = +value;
|
|
29988
|
+
this .addEvent ();
|
|
29989
|
+
},
|
|
29990
|
+
};
|
|
29991
|
+
|
|
29992
|
+
const z = {
|
|
29993
|
+
get ()
|
|
29994
|
+
{
|
|
29995
|
+
return this .getValue () .z;
|
|
29996
|
+
},
|
|
29997
|
+
set (value)
|
|
29998
|
+
{
|
|
29999
|
+
this .getValue () .z = +value;
|
|
30000
|
+
this .addEvent ();
|
|
30001
|
+
},
|
|
30002
|
+
};
|
|
30003
|
+
|
|
30004
|
+
Object .defineProperties (SFVec3 .prototype,
|
|
30005
|
+
{
|
|
30006
|
+
0: x,
|
|
30007
|
+
1: y,
|
|
30008
|
+
2: z,
|
|
30009
|
+
x: Object .assign ({ enumerable: true }, x),
|
|
30010
|
+
y: Object .assign ({ enumerable: true }, y),
|
|
30011
|
+
z: Object .assign ({ enumerable: true }, z),
|
|
30012
|
+
});
|
|
30013
|
+
|
|
30014
|
+
return SFVec3;
|
|
30015
|
+
}
|
|
30016
|
+
|
|
30017
|
+
const SFVec3 = {
|
|
30018
|
+
SFVec3d: SFVec3Template ("SFVec3d", true),
|
|
30019
|
+
SFVec3f: SFVec3Template ("SFVec3f", false),
|
|
30020
|
+
};
|
|
30021
|
+
|
|
30022
|
+
const SFVec3_default_ = SFVec3;
|
|
30023
|
+
;
|
|
30024
|
+
|
|
30025
|
+
x_ite_Namespace .add ("SFVec3", "x_ite/Fields/SFVec3", SFVec3_default_);
|
|
30026
|
+
/* harmony default export */ const Fields_SFVec3 = (SFVec3_default_);
|
|
30155
30027
|
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFRotation.js
|
|
30156
30028
|
/*******************************************************************************
|
|
30157
30029
|
*
|
|
@@ -30680,6 +30552,131 @@ const SFTime_default_ = SFTime;
|
|
|
30680
30552
|
|
|
30681
30553
|
x_ite_Namespace .add ("SFTime", "x_ite/Fields/SFTime", SFTime_default_);
|
|
30682
30554
|
/* harmony default export */ const Fields_SFTime = (SFTime_default_);
|
|
30555
|
+
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVec2.js
|
|
30556
|
+
/*******************************************************************************
|
|
30557
|
+
*
|
|
30558
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30559
|
+
*
|
|
30560
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
30561
|
+
*
|
|
30562
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
30563
|
+
*
|
|
30564
|
+
* The copyright notice above does not evidence any actual of intended
|
|
30565
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
30566
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
30567
|
+
* create3000.
|
|
30568
|
+
*
|
|
30569
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
30570
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
30571
|
+
* permission of create3000.
|
|
30572
|
+
*
|
|
30573
|
+
* NON-MILITARY USE ONLY
|
|
30574
|
+
*
|
|
30575
|
+
* All create3000 software are effectively free software with a non-military use
|
|
30576
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
30577
|
+
* source in any way you please with the exception anything that uses it must be
|
|
30578
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
30579
|
+
*
|
|
30580
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30581
|
+
*
|
|
30582
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
30583
|
+
*
|
|
30584
|
+
* This file is part of the X_ITE Project.
|
|
30585
|
+
*
|
|
30586
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
30587
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
30588
|
+
* Free Software Foundation.
|
|
30589
|
+
*
|
|
30590
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
30591
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
30592
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
30593
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
30594
|
+
*
|
|
30595
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
30596
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
30597
|
+
* copy of the GPLv3 License.
|
|
30598
|
+
*
|
|
30599
|
+
* For Silvio, Joy and Adi.
|
|
30600
|
+
*
|
|
30601
|
+
******************************************************************************/
|
|
30602
|
+
|
|
30603
|
+
|
|
30604
|
+
|
|
30605
|
+
|
|
30606
|
+
|
|
30607
|
+
function SFVec2Template (TypeName, double)
|
|
30608
|
+
{
|
|
30609
|
+
function SFVec2 (x, y)
|
|
30610
|
+
{
|
|
30611
|
+
switch (arguments .length)
|
|
30612
|
+
{
|
|
30613
|
+
case 0:
|
|
30614
|
+
Base_X3DField .call (this, new Numbers_Vector2 (0, 0));
|
|
30615
|
+
break;
|
|
30616
|
+
|
|
30617
|
+
case 1:
|
|
30618
|
+
Base_X3DField .call (this, arguments [0]);
|
|
30619
|
+
break;
|
|
30620
|
+
|
|
30621
|
+
case 2:
|
|
30622
|
+
Base_X3DField .call (this, new Numbers_Vector2 (+x, +y));
|
|
30623
|
+
break;
|
|
30624
|
+
|
|
30625
|
+
default:
|
|
30626
|
+
throw new Error ("Invalid arguments.");
|
|
30627
|
+
}
|
|
30628
|
+
}
|
|
30629
|
+
|
|
30630
|
+
Fields_SFVecPrototypeTemplate (SFVec2, TypeName, Numbers_Vector2, double);
|
|
30631
|
+
|
|
30632
|
+
for (const key of Object .keys (SFVec2 .prototype))
|
|
30633
|
+
Object .defineProperty (SFVec2 .prototype, key, { enumerable: false });
|
|
30634
|
+
|
|
30635
|
+
const x = {
|
|
30636
|
+
get ()
|
|
30637
|
+
{
|
|
30638
|
+
return this .getValue () .x;
|
|
30639
|
+
},
|
|
30640
|
+
set (value)
|
|
30641
|
+
{
|
|
30642
|
+
this .getValue () .x = +value;
|
|
30643
|
+
this .addEvent ();
|
|
30644
|
+
},
|
|
30645
|
+
};
|
|
30646
|
+
|
|
30647
|
+
const y = {
|
|
30648
|
+
get ()
|
|
30649
|
+
{
|
|
30650
|
+
return this .getValue () .y;
|
|
30651
|
+
},
|
|
30652
|
+
set (value)
|
|
30653
|
+
{
|
|
30654
|
+
this .getValue () .y = +value;
|
|
30655
|
+
this .addEvent ();
|
|
30656
|
+
},
|
|
30657
|
+
};
|
|
30658
|
+
|
|
30659
|
+
Object .defineProperties (SFVec2 .prototype,
|
|
30660
|
+
{
|
|
30661
|
+
0: x,
|
|
30662
|
+
1: y,
|
|
30663
|
+
x: Object .assign ({ enumerable: true }, x),
|
|
30664
|
+
y: Object .assign ({ enumerable: true }, y),
|
|
30665
|
+
});
|
|
30666
|
+
|
|
30667
|
+
return SFVec2;
|
|
30668
|
+
}
|
|
30669
|
+
|
|
30670
|
+
const SFVec2 = {
|
|
30671
|
+
SFVec2d: SFVec2Template ("SFVec2d", true),
|
|
30672
|
+
SFVec2f: SFVec2Template ("SFVec2f", false),
|
|
30673
|
+
};
|
|
30674
|
+
|
|
30675
|
+
const SFVec2_default_ = SFVec2;
|
|
30676
|
+
;
|
|
30677
|
+
|
|
30678
|
+
x_ite_Namespace .add ("SFVec2", "x_ite/Fields/SFVec2", SFVec2_default_);
|
|
30679
|
+
/* harmony default export */ const Fields_SFVec2 = (SFVec2_default_);
|
|
30683
30680
|
;// CONCATENATED MODULE: ./src/x_ite/Fields/SFVec4.js
|
|
30684
30681
|
/*******************************************************************************
|
|
30685
30682
|
*
|
|
@@ -31381,6 +31378,10 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31381
31378
|
|
|
31382
31379
|
return target [X3DObjectArrayField_proxy];
|
|
31383
31380
|
},
|
|
31381
|
+
valueOf ()
|
|
31382
|
+
{
|
|
31383
|
+
return this [X3DObjectArrayField_proxy];
|
|
31384
|
+
},
|
|
31384
31385
|
toStream (generator)
|
|
31385
31386
|
{
|
|
31386
31387
|
const
|
|
@@ -32262,6 +32263,10 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32262
32263
|
|
|
32263
32264
|
return target [X3DTypedArrayField_proxy];
|
|
32264
32265
|
},
|
|
32266
|
+
valueOf ()
|
|
32267
|
+
{
|
|
32268
|
+
return this [X3DTypedArrayField_proxy];
|
|
32269
|
+
},
|
|
32265
32270
|
toStream (generator)
|
|
32266
32271
|
{
|
|
32267
32272
|
const
|
|
@@ -34251,7 +34256,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34251
34256
|
x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
34252
34257
|
/* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
|
|
34253
34258
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34254
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34259
|
+
/* provided dependency */ var $ = __webpack_require__(604);
|
|
34255
34260
|
/*******************************************************************************
|
|
34256
34261
|
*
|
|
34257
34262
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34388,7 +34393,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
|
|
|
34388
34393
|
*
|
|
34389
34394
|
******************************************************************************/
|
|
34390
34395
|
|
|
34391
|
-
const BROWSER_VERSION_default_ = "9.1.
|
|
34396
|
+
const BROWSER_VERSION_default_ = "9.1.9";
|
|
34392
34397
|
;
|
|
34393
34398
|
|
|
34394
34399
|
x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
|
|
@@ -38239,7 +38244,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
|
|
|
38239
38244
|
x_ite_Namespace .add ("X3DProtoDeclarationNode", "x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
|
|
38240
38245
|
/* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
|
|
38241
38246
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38242
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
38247
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(604);
|
|
38243
38248
|
/*******************************************************************************
|
|
38244
38249
|
*
|
|
38245
38250
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39064,7 +39069,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39064
39069
|
x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
39065
39070
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
39066
39071
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
39067
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
39072
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(604);
|
|
39068
39073
|
/*******************************************************************************
|
|
39069
39074
|
*
|
|
39070
39075
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41617,7 +41622,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41617
41622
|
x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41618
41623
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41619
41624
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41620
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41625
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(604);
|
|
41621
41626
|
/*******************************************************************************
|
|
41622
41627
|
*
|
|
41623
41628
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43710,7 +43715,7 @@ const URLs_default_ = URLs;
|
|
|
43710
43715
|
x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
|
|
43711
43716
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
43712
43717
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
43713
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
43718
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(604);
|
|
43714
43719
|
/*******************************************************************************
|
|
43715
43720
|
*
|
|
43716
43721
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47011,7 +47016,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
47011
47016
|
x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
47012
47017
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
47013
47018
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
47014
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
47019
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(604);
|
|
47015
47020
|
/*******************************************************************************
|
|
47016
47021
|
*
|
|
47017
47022
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47163,7 +47168,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
47163
47168
|
x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
47164
47169
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
47165
47170
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
47166
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
47171
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(604);
|
|
47167
47172
|
/*******************************************************************************
|
|
47168
47173
|
*
|
|
47169
47174
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50518,8 +50523,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50518
50523
|
x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50519
50524
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50520
50525
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50521
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50522
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
50526
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(604);
|
|
50527
|
+
/* provided dependency */ var libtess = __webpack_require__(594);
|
|
50523
50528
|
/*******************************************************************************
|
|
50524
50529
|
*
|
|
50525
50530
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53287,7 +53292,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53287
53292
|
x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53288
53293
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53289
53294
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53290
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53295
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(604);
|
|
53291
53296
|
/*******************************************************************************
|
|
53292
53297
|
*
|
|
53293
53298
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53624,7 +53629,7 @@ const Plane3_default_ = Plane3;
|
|
|
53624
53629
|
x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
|
|
53625
53630
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
53626
53631
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
53627
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
53632
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(594);
|
|
53628
53633
|
/*******************************************************************************
|
|
53629
53634
|
*
|
|
53630
53635
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -61131,7 +61136,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
61131
61136
|
x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
61132
61137
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
61133
61138
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
61134
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
61139
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(604);
|
|
61135
61140
|
/*******************************************************************************
|
|
61136
61141
|
*
|
|
61137
61142
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -65718,7 +65723,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
65718
65723
|
x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
65719
65724
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
65720
65725
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
65721
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
65726
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(604);
|
|
65722
65727
|
/*******************************************************************************
|
|
65723
65728
|
*
|
|
65724
65729
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -80405,7 +80410,7 @@ Object .defineProperties (EnvironmentLight,
|
|
|
80405
80410
|
},
|
|
80406
80411
|
componentInfo:
|
|
80407
80412
|
{
|
|
80408
|
-
value: Object .freeze ({ name: "Lighting", level:
|
|
80413
|
+
value: Object .freeze ({ name: "Lighting", level: 3 }),
|
|
80409
80414
|
enumerable: true,
|
|
80410
80415
|
},
|
|
80411
80416
|
containerField:
|
|
@@ -89408,7 +89413,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
89408
89413
|
x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
89409
89414
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
89410
89415
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
89411
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
89416
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(604);
|
|
89412
89417
|
/*******************************************************************************
|
|
89413
89418
|
*
|
|
89414
89419
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95049,7 +95054,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95049
95054
|
x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
95050
95055
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
95051
95056
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95052
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95057
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(604);
|
|
95053
95058
|
/*******************************************************************************
|
|
95054
95059
|
*
|
|
95055
95060
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95706,7 +95711,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
95706
95711
|
x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
95707
95712
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
95708
95713
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
95709
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
95714
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(604);
|
|
95710
95715
|
/*******************************************************************************
|
|
95711
95716
|
*
|
|
95712
95717
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99124,7 +99129,7 @@ const Components_Shape_default_ = {
|
|
|
99124
99129
|
x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
|
|
99125
99130
|
/* harmony default export */ const Components_Shape = (Components_Shape_default_);
|
|
99126
99131
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
|
|
99127
|
-
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(
|
|
99132
|
+
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(604);
|
|
99128
99133
|
/*******************************************************************************
|
|
99129
99134
|
*
|
|
99130
99135
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99764,7 +99769,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
99764
99769
|
x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
99765
99770
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
99766
99771
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
99767
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
99772
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(604);
|
|
99768
99773
|
/*******************************************************************************
|
|
99769
99774
|
*
|
|
99770
99775
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -100066,7 +100071,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
|
|
|
100066
100071
|
x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
|
|
100067
100072
|
/* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
|
|
100068
100073
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
|
|
100069
|
-
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(
|
|
100074
|
+
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(604);
|
|
100070
100075
|
/*******************************************************************************
|
|
100071
100076
|
*
|
|
100072
100077
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101716,7 +101721,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
|
|
|
101716
101721
|
x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
|
|
101717
101722
|
/* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
|
|
101718
101723
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
|
|
101719
|
-
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(
|
|
101724
|
+
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(604);
|
|
101720
101725
|
/*******************************************************************************
|
|
101721
101726
|
*
|
|
101722
101727
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -103385,8 +103390,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
103385
103390
|
x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
|
|
103386
103391
|
/* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
|
|
103387
103392
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
103388
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
103389
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
103393
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(604);
|
|
103394
|
+
/* provided dependency */ var SuperGif = __webpack_require__(767);
|
|
103390
103395
|
/*******************************************************************************
|
|
103391
103396
|
*
|
|
103392
103397
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -106661,7 +106666,7 @@ const gettext_default_ = gettext;
|
|
|
106661
106666
|
x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
|
|
106662
106667
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
106663
106668
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
106664
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
106669
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(604);
|
|
106665
106670
|
/*******************************************************************************
|
|
106666
106671
|
*
|
|
106667
106672
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107091,7 +107096,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
107091
107096
|
x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
107092
107097
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
107093
107098
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107094
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107099
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(604);
|
|
107095
107100
|
/*******************************************************************************
|
|
107096
107101
|
*
|
|
107097
107102
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107681,7 +107686,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
107681
107686
|
x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
107682
107687
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
107683
107688
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
107684
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
107689
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(604);
|
|
107685
107690
|
/*******************************************************************************
|
|
107686
107691
|
*
|
|
107687
107692
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107804,8 +107809,8 @@ const Notification_default_ = Notification;
|
|
|
107804
107809
|
x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
|
|
107805
107810
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
107806
107811
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
107807
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
107808
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
107812
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(323);
|
|
107813
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(604);
|
|
107809
107814
|
/*******************************************************************************
|
|
107810
107815
|
*
|
|
107811
107816
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110553,7 +110558,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
110553
110558
|
x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
|
|
110554
110559
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
110555
110560
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
110556
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
110561
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(604);
|
|
110557
110562
|
/*******************************************************************************
|
|
110558
110563
|
*
|
|
110559
110564
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113080,8 +113085,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113080
113085
|
x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
113081
113086
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
113082
113087
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113083
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113084
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113088
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(674);
|
|
113089
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(604);
|
|
113085
113090
|
/*******************************************************************************
|
|
113086
113091
|
*
|
|
113087
113092
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113953,8 +113958,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
113953
113958
|
x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
113954
113959
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
113955
113960
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
113956
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
113957
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
113961
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(674);
|
|
113962
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(604);
|
|
113958
113963
|
/*******************************************************************************
|
|
113959
113964
|
*
|
|
113960
113965
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114963,8 +114968,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
114963
114968
|
x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
114964
114969
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
114965
114970
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
114966
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
114967
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
114971
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(674);
|
|
114972
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(604);
|
|
114968
114973
|
/*******************************************************************************
|
|
114969
114974
|
*
|
|
114970
114975
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115295,8 +115300,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
115295
115300
|
x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
115296
115301
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
115297
115302
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
115298
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
115299
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
115303
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(674);
|
|
115304
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(604);
|
|
115300
115305
|
/*******************************************************************************
|
|
115301
115306
|
*
|
|
115302
115307
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116435,8 +116440,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
116435
116440
|
x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
116436
116441
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
116437
116442
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
116438
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
116439
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
116443
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(674);
|
|
116444
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(604);
|
|
116440
116445
|
/*******************************************************************************
|
|
116441
116446
|
*
|
|
116442
116447
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117715,7 +117720,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
117715
117720
|
x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
117716
117721
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
117717
117722
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
117718
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
117723
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(604);
|
|
117719
117724
|
/*******************************************************************************
|
|
117720
117725
|
*
|
|
117721
117726
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118618,7 +118623,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
118618
118623
|
x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
|
|
118619
118624
|
/* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
|
|
118620
118625
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
118621
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
118626
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(604);
|
|
118622
118627
|
const KTXDecoder_default_ = class KTXDecoder
|
|
118623
118628
|
{
|
|
118624
118629
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -120171,7 +120176,7 @@ const Components_default_ = Components;
|
|
|
120171
120176
|
x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
|
|
120172
120177
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
120173
120178
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
120174
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
120179
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(604);
|
|
120175
120180
|
/*******************************************************************************
|
|
120176
120181
|
* MIT License
|
|
120177
120182
|
*
|
|
@@ -121310,7 +121315,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
121310
121315
|
x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
121311
121316
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
121312
121317
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
121313
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
121318
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(604);
|
|
121314
121319
|
/*******************************************************************************
|
|
121315
121320
|
*
|
|
121316
121321
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122391,7 +122396,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
122391
122396
|
x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
122392
122397
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
122393
122398
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
122394
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
122399
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(604);
|
|
122395
122400
|
/*******************************************************************************
|
|
122396
122401
|
*
|
|
122397
122402
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122523,8 +122528,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
|
|
|
122523
122528
|
x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
|
|
122524
122529
|
/* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
|
|
122525
122530
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
122526
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
122527
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
122531
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(604);
|
|
122532
|
+
/* provided dependency */ var pako = __webpack_require__(960);
|
|
122528
122533
|
Object .assign (jquery_$,
|
|
122529
122534
|
{
|
|
122530
122535
|
decodeText (input)
|
|
@@ -122601,14 +122606,14 @@ const jquery_default_ = jquery_$;
|
|
|
122601
122606
|
x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
|
|
122602
122607
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
122603
122608
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
122604
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
122609
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(594);
|
|
122605
122610
|
const libtess_default_ = libtess_libtess;
|
|
122606
122611
|
;
|
|
122607
122612
|
|
|
122608
122613
|
x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
|
|
122609
122614
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
122610
122615
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
122611
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
122616
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(604);
|
|
122612
122617
|
/*******************************************************************************
|
|
122613
122618
|
*
|
|
122614
122619
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -123002,7 +123007,7 @@ x_ite_Namespace .add ("shim", "shim", shim_default_);
|
|
|
123002
123007
|
|
|
123003
123008
|
// Assign X3D to global namespace.
|
|
123004
123009
|
|
|
123005
|
-
window [Symbol .for ("X_ITE.X3D-9.1.
|
|
123010
|
+
window [Symbol .for ("X_ITE.X3D-9.1.9")] = x_ite_X3D;
|
|
123006
123011
|
|
|
123007
123012
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
123008
123013
|
|