x_ite 9.1.8 → 9.1.10
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 +876 -870
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +876 -870
- 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.10 */(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
|
+
/***/ 473:
|
|
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__(239);
|
|
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
|
+
/***/ 360:
|
|
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__(239)], __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
|
+
/***/ 239:
|
|
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
|
+
/***/ 488:
|
|
11163
11163
|
/***/ ((module) => {
|
|
11164
11164
|
|
|
11165
11165
|
/**
|
|
@@ -15938,7 +15938,7 @@ if (true) {
|
|
|
15938
15938
|
|
|
15939
15939
|
/***/ }),
|
|
15940
15940
|
|
|
15941
|
-
/***/
|
|
15941
|
+
/***/ 102:
|
|
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
|
+
/***/ 899:
|
|
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.10")];
|
|
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
|
*
|
|
@@ -30731,158 +30728,245 @@ x_ite_Namespace .add ("SFTime", "x_ite/Fields/SFTime", SFTime_default_);
|
|
|
30731
30728
|
|
|
30732
30729
|
|
|
30733
30730
|
|
|
30734
|
-
|
|
30735
|
-
function SFVec4Template (TypeName, double)
|
|
30736
|
-
{
|
|
30737
|
-
function SFVec4 (x, y, z, w)
|
|
30738
|
-
{
|
|
30739
|
-
switch (arguments .length)
|
|
30740
|
-
{
|
|
30741
|
-
case 0:
|
|
30742
|
-
Base_X3DField .call (this, new Numbers_Vector4 (0, 0, 0, 0));
|
|
30743
|
-
break;
|
|
30744
|
-
|
|
30745
|
-
case 1:
|
|
30746
|
-
Base_X3DField .call (this, arguments [0]);
|
|
30747
|
-
break;
|
|
30748
|
-
|
|
30749
|
-
case 4:
|
|
30750
|
-
Base_X3DField .call (this, new Numbers_Vector4 (+x, +y, +z, +w));
|
|
30751
|
-
break;
|
|
30752
|
-
|
|
30753
|
-
default:
|
|
30754
|
-
throw new Error ("Invalid arguments.");
|
|
30755
|
-
}
|
|
30756
|
-
}
|
|
30757
|
-
|
|
30758
|
-
Fields_SFVecPrototypeTemplate (SFVec4, TypeName, Numbers_Vector4, double);
|
|
30759
|
-
|
|
30760
|
-
for (const key of Object .keys (SFVec4 .prototype))
|
|
30761
|
-
Object .defineProperty (SFVec4 .prototype, key, { enumerable: false });
|
|
30762
|
-
|
|
30763
|
-
const x = {
|
|
30764
|
-
get ()
|
|
30765
|
-
{
|
|
30766
|
-
return this .getValue () .x;
|
|
30767
|
-
},
|
|
30768
|
-
set (value)
|
|
30769
|
-
{
|
|
30770
|
-
this .getValue () .x = +value;
|
|
30771
|
-
this .addEvent ();
|
|
30772
|
-
},
|
|
30773
|
-
};
|
|
30774
|
-
|
|
30775
|
-
const y = {
|
|
30776
|
-
get ()
|
|
30777
|
-
{
|
|
30778
|
-
return this .getValue () .y;
|
|
30779
|
-
},
|
|
30780
|
-
set (value)
|
|
30781
|
-
{
|
|
30782
|
-
this .getValue () .y = +value;
|
|
30783
|
-
this .addEvent ();
|
|
30784
|
-
},
|
|
30785
|
-
};
|
|
30786
|
-
|
|
30787
|
-
const z = {
|
|
30788
|
-
get ()
|
|
30789
|
-
{
|
|
30790
|
-
return this .getValue () .z;
|
|
30791
|
-
},
|
|
30792
|
-
set (value)
|
|
30793
|
-
{
|
|
30794
|
-
this .getValue () .z = +value;
|
|
30795
|
-
this .addEvent ();
|
|
30796
|
-
},
|
|
30797
|
-
};
|
|
30798
|
-
|
|
30799
|
-
const w = {
|
|
30800
|
-
get ()
|
|
30801
|
-
{
|
|
30802
|
-
return this .getValue () .w;
|
|
30803
|
-
},
|
|
30804
|
-
set (value)
|
|
30805
|
-
{
|
|
30806
|
-
this .getValue () .w = +value;
|
|
30807
|
-
this .addEvent ();
|
|
30808
|
-
},
|
|
30809
|
-
};
|
|
30810
|
-
|
|
30811
|
-
Object .defineProperties (SFVec4 .prototype,
|
|
30812
|
-
{
|
|
30813
|
-
0: x,
|
|
30814
|
-
1: y,
|
|
30815
|
-
2: z,
|
|
30816
|
-
3: w,
|
|
30817
|
-
x: Object .assign ({ enumerable: true }, x),
|
|
30818
|
-
y: Object .assign ({ enumerable: true }, y),
|
|
30819
|
-
z: Object .assign ({ enumerable: true }, z),
|
|
30820
|
-
w: Object .assign ({ enumerable: true }, w),
|
|
30821
|
-
});
|
|
30822
|
-
|
|
30823
|
-
return SFVec4;
|
|
30824
|
-
}
|
|
30825
|
-
|
|
30826
|
-
const SFVec4 = {
|
|
30827
|
-
SFVec4d: SFVec4Template ("SFVec4d", true),
|
|
30828
|
-
SFVec4f: SFVec4Template ("SFVec4f", false),
|
|
30829
|
-
};
|
|
30830
|
-
|
|
30831
|
-
const SFVec4_default_ = SFVec4;
|
|
30832
|
-
;
|
|
30833
|
-
|
|
30834
|
-
x_ite_Namespace .add ("SFVec4", "x_ite/Fields/SFVec4", SFVec4_default_);
|
|
30835
|
-
/* harmony default export */ const Fields_SFVec4 = (SFVec4_default_);
|
|
30836
|
-
;// CONCATENATED MODULE: ./src/
|
|
30837
|
-
/*******************************************************************************
|
|
30838
|
-
*
|
|
30839
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30840
|
-
*
|
|
30841
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
30842
|
-
*
|
|
30843
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
30844
|
-
*
|
|
30845
|
-
* The copyright notice above does not evidence any actual of intended
|
|
30846
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
30847
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
30848
|
-
* create3000.
|
|
30849
|
-
*
|
|
30850
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
30851
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
30852
|
-
* permission of create3000.
|
|
30853
|
-
*
|
|
30854
|
-
* NON-MILITARY USE ONLY
|
|
30855
|
-
*
|
|
30856
|
-
* All create3000 software are effectively free software with a non-military use
|
|
30857
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
30858
|
-
* source in any way you please with the exception anything that uses it must be
|
|
30859
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
30860
|
-
*
|
|
30861
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30862
|
-
*
|
|
30863
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
30864
|
-
*
|
|
30865
|
-
* This file is part of the X_ITE Project.
|
|
30866
|
-
*
|
|
30867
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
30868
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
30869
|
-
* Free Software Foundation.
|
|
30870
|
-
*
|
|
30871
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
30872
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
30873
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
30874
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
30875
|
-
*
|
|
30876
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
30877
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
30878
|
-
* copy of the GPLv3 License.
|
|
30879
|
-
*
|
|
30880
|
-
* For Silvio, Joy and Adi.
|
|
30881
|
-
*
|
|
30882
|
-
******************************************************************************/
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
|
|
30731
|
+
|
|
30732
|
+
function SFVec4Template (TypeName, double)
|
|
30733
|
+
{
|
|
30734
|
+
function SFVec4 (x, y, z, w)
|
|
30735
|
+
{
|
|
30736
|
+
switch (arguments .length)
|
|
30737
|
+
{
|
|
30738
|
+
case 0:
|
|
30739
|
+
Base_X3DField .call (this, new Numbers_Vector4 (0, 0, 0, 0));
|
|
30740
|
+
break;
|
|
30741
|
+
|
|
30742
|
+
case 1:
|
|
30743
|
+
Base_X3DField .call (this, arguments [0]);
|
|
30744
|
+
break;
|
|
30745
|
+
|
|
30746
|
+
case 4:
|
|
30747
|
+
Base_X3DField .call (this, new Numbers_Vector4 (+x, +y, +z, +w));
|
|
30748
|
+
break;
|
|
30749
|
+
|
|
30750
|
+
default:
|
|
30751
|
+
throw new Error ("Invalid arguments.");
|
|
30752
|
+
}
|
|
30753
|
+
}
|
|
30754
|
+
|
|
30755
|
+
Fields_SFVecPrototypeTemplate (SFVec4, TypeName, Numbers_Vector4, double);
|
|
30756
|
+
|
|
30757
|
+
for (const key of Object .keys (SFVec4 .prototype))
|
|
30758
|
+
Object .defineProperty (SFVec4 .prototype, key, { enumerable: false });
|
|
30759
|
+
|
|
30760
|
+
const x = {
|
|
30761
|
+
get ()
|
|
30762
|
+
{
|
|
30763
|
+
return this .getValue () .x;
|
|
30764
|
+
},
|
|
30765
|
+
set (value)
|
|
30766
|
+
{
|
|
30767
|
+
this .getValue () .x = +value;
|
|
30768
|
+
this .addEvent ();
|
|
30769
|
+
},
|
|
30770
|
+
};
|
|
30771
|
+
|
|
30772
|
+
const y = {
|
|
30773
|
+
get ()
|
|
30774
|
+
{
|
|
30775
|
+
return this .getValue () .y;
|
|
30776
|
+
},
|
|
30777
|
+
set (value)
|
|
30778
|
+
{
|
|
30779
|
+
this .getValue () .y = +value;
|
|
30780
|
+
this .addEvent ();
|
|
30781
|
+
},
|
|
30782
|
+
};
|
|
30783
|
+
|
|
30784
|
+
const z = {
|
|
30785
|
+
get ()
|
|
30786
|
+
{
|
|
30787
|
+
return this .getValue () .z;
|
|
30788
|
+
},
|
|
30789
|
+
set (value)
|
|
30790
|
+
{
|
|
30791
|
+
this .getValue () .z = +value;
|
|
30792
|
+
this .addEvent ();
|
|
30793
|
+
},
|
|
30794
|
+
};
|
|
30795
|
+
|
|
30796
|
+
const w = {
|
|
30797
|
+
get ()
|
|
30798
|
+
{
|
|
30799
|
+
return this .getValue () .w;
|
|
30800
|
+
},
|
|
30801
|
+
set (value)
|
|
30802
|
+
{
|
|
30803
|
+
this .getValue () .w = +value;
|
|
30804
|
+
this .addEvent ();
|
|
30805
|
+
},
|
|
30806
|
+
};
|
|
30807
|
+
|
|
30808
|
+
Object .defineProperties (SFVec4 .prototype,
|
|
30809
|
+
{
|
|
30810
|
+
0: x,
|
|
30811
|
+
1: y,
|
|
30812
|
+
2: z,
|
|
30813
|
+
3: w,
|
|
30814
|
+
x: Object .assign ({ enumerable: true }, x),
|
|
30815
|
+
y: Object .assign ({ enumerable: true }, y),
|
|
30816
|
+
z: Object .assign ({ enumerable: true }, z),
|
|
30817
|
+
w: Object .assign ({ enumerable: true }, w),
|
|
30818
|
+
});
|
|
30819
|
+
|
|
30820
|
+
return SFVec4;
|
|
30821
|
+
}
|
|
30822
|
+
|
|
30823
|
+
const SFVec4 = {
|
|
30824
|
+
SFVec4d: SFVec4Template ("SFVec4d", true),
|
|
30825
|
+
SFVec4f: SFVec4Template ("SFVec4f", false),
|
|
30826
|
+
};
|
|
30827
|
+
|
|
30828
|
+
const SFVec4_default_ = SFVec4;
|
|
30829
|
+
;
|
|
30830
|
+
|
|
30831
|
+
x_ite_Namespace .add ("SFVec4", "x_ite/Fields/SFVec4", SFVec4_default_);
|
|
30832
|
+
/* harmony default export */ const Fields_SFVec4 = (SFVec4_default_);
|
|
30833
|
+
;// CONCATENATED MODULE: ./src/shim.js
|
|
30834
|
+
/*******************************************************************************
|
|
30835
|
+
*
|
|
30836
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30837
|
+
*
|
|
30838
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
30839
|
+
*
|
|
30840
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
30841
|
+
*
|
|
30842
|
+
* The copyright notice above does not evidence any actual of intended
|
|
30843
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
30844
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
30845
|
+
* create3000.
|
|
30846
|
+
*
|
|
30847
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
30848
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
30849
|
+
* permission of create3000.
|
|
30850
|
+
*
|
|
30851
|
+
* NON-MILITARY USE ONLY
|
|
30852
|
+
*
|
|
30853
|
+
* All create3000 software are effectively free software with a non-military use
|
|
30854
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
30855
|
+
* source in any way you please with the exception anything that uses it must be
|
|
30856
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
30857
|
+
*
|
|
30858
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30859
|
+
*
|
|
30860
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
30861
|
+
*
|
|
30862
|
+
* This file is part of the X_ITE Project.
|
|
30863
|
+
*
|
|
30864
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
30865
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
30866
|
+
* Free Software Foundation.
|
|
30867
|
+
*
|
|
30868
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
30869
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
30870
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
30871
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
30872
|
+
*
|
|
30873
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
30874
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
30875
|
+
* copy of the GPLv3 License.
|
|
30876
|
+
*
|
|
30877
|
+
* For Silvio, Joy and Adi.
|
|
30878
|
+
*
|
|
30879
|
+
******************************************************************************/
|
|
30880
|
+
|
|
30881
|
+
(() =>
|
|
30882
|
+
{
|
|
30883
|
+
// Added at February 2022
|
|
30884
|
+
// https://github.com/tc39/proposal-relative-indexing-method#polyfill
|
|
30885
|
+
|
|
30886
|
+
function at (n)
|
|
30887
|
+
{
|
|
30888
|
+
// ToInteger() abstract op
|
|
30889
|
+
n = Math.trunc(n) || 0;
|
|
30890
|
+
// Allow negative indexing from the end
|
|
30891
|
+
if (n < 0) n += this.length;
|
|
30892
|
+
// OOB access is guaranteed to return undefined
|
|
30893
|
+
if (n < 0 || n >= this.length) return undefined;
|
|
30894
|
+
// Otherwise, this is just normal property access
|
|
30895
|
+
return this[n];
|
|
30896
|
+
}
|
|
30897
|
+
|
|
30898
|
+
const TypedArray = Reflect .getPrototypeOf (Int8Array);
|
|
30899
|
+
for (const C of [Array, String, TypedArray])
|
|
30900
|
+
{
|
|
30901
|
+
if (C .prototype .at === undefined)
|
|
30902
|
+
{
|
|
30903
|
+
Object .defineProperty (C .prototype, "at",
|
|
30904
|
+
{
|
|
30905
|
+
value: at,
|
|
30906
|
+
writable: true,
|
|
30907
|
+
enumerable: false,
|
|
30908
|
+
configurable: true,
|
|
30909
|
+
});
|
|
30910
|
+
}
|
|
30911
|
+
}
|
|
30912
|
+
})();
|
|
30913
|
+
|
|
30914
|
+
const shim_default_ = undefined;
|
|
30915
|
+
;
|
|
30916
|
+
|
|
30917
|
+
x_ite_Namespace .add ("shim", "shim", shim_default_);
|
|
30918
|
+
/* harmony default export */ const shim = ((/* unused pure expression or super */ null && (shim_default_)));
|
|
30919
|
+
;// CONCATENATED MODULE: ./src/x_ite/Base/X3DArrayField.js
|
|
30920
|
+
/*******************************************************************************
|
|
30921
|
+
*
|
|
30922
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30923
|
+
*
|
|
30924
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
30925
|
+
*
|
|
30926
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
30927
|
+
*
|
|
30928
|
+
* The copyright notice above does not evidence any actual of intended
|
|
30929
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
30930
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
30931
|
+
* create3000.
|
|
30932
|
+
*
|
|
30933
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
30934
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
30935
|
+
* permission of create3000.
|
|
30936
|
+
*
|
|
30937
|
+
* NON-MILITARY USE ONLY
|
|
30938
|
+
*
|
|
30939
|
+
* All create3000 software are effectively free software with a non-military use
|
|
30940
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
30941
|
+
* source in any way you please with the exception anything that uses it must be
|
|
30942
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
30943
|
+
*
|
|
30944
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
30945
|
+
*
|
|
30946
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
30947
|
+
*
|
|
30948
|
+
* This file is part of the X_ITE Project.
|
|
30949
|
+
*
|
|
30950
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
30951
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
30952
|
+
* Free Software Foundation.
|
|
30953
|
+
*
|
|
30954
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
30955
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
30956
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
30957
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
30958
|
+
*
|
|
30959
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
30960
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
30961
|
+
* copy of the GPLv3 License.
|
|
30962
|
+
*
|
|
30963
|
+
* For Silvio, Joy and Adi.
|
|
30964
|
+
*
|
|
30965
|
+
******************************************************************************/
|
|
30966
|
+
|
|
30967
|
+
|
|
30968
|
+
|
|
30969
|
+
|
|
30886
30970
|
function X3DArrayField (value)
|
|
30887
30971
|
{
|
|
30888
30972
|
Base_X3DField .call (this, value);
|
|
@@ -31381,6 +31465,10 @@ Object .assign (Object .setPrototypeOf (X3DObjectArrayField .prototype, Base_X3D
|
|
|
31381
31465
|
|
|
31382
31466
|
return target [X3DObjectArrayField_proxy];
|
|
31383
31467
|
},
|
|
31468
|
+
valueOf ()
|
|
31469
|
+
{
|
|
31470
|
+
return this [X3DObjectArrayField_proxy];
|
|
31471
|
+
},
|
|
31384
31472
|
toStream (generator)
|
|
31385
31473
|
{
|
|
31386
31474
|
const
|
|
@@ -32262,6 +32350,10 @@ Object .assign (Object .setPrototypeOf (X3DTypedArrayField .prototype, Base_X3DA
|
|
|
32262
32350
|
|
|
32263
32351
|
return target [X3DTypedArrayField_proxy];
|
|
32264
32352
|
},
|
|
32353
|
+
valueOf ()
|
|
32354
|
+
{
|
|
32355
|
+
return this [X3DTypedArrayField_proxy];
|
|
32356
|
+
},
|
|
32265
32357
|
toStream (generator)
|
|
32266
32358
|
{
|
|
32267
32359
|
const
|
|
@@ -34251,7 +34343,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34251
34343
|
x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
34252
34344
|
/* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
|
|
34253
34345
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34254
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34346
|
+
/* provided dependency */ var $ = __webpack_require__(239);
|
|
34255
34347
|
/*******************************************************************************
|
|
34256
34348
|
*
|
|
34257
34349
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34388,7 +34480,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
|
|
|
34388
34480
|
*
|
|
34389
34481
|
******************************************************************************/
|
|
34390
34482
|
|
|
34391
|
-
const BROWSER_VERSION_default_ = "9.1.
|
|
34483
|
+
const BROWSER_VERSION_default_ = "9.1.10";
|
|
34392
34484
|
;
|
|
34393
34485
|
|
|
34394
34486
|
x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
|
|
@@ -38239,7 +38331,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
|
|
|
38239
38331
|
x_ite_Namespace .add ("X3DProtoDeclarationNode", "x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
|
|
38240
38332
|
/* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
|
|
38241
38333
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38242
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
38334
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(239);
|
|
38243
38335
|
/*******************************************************************************
|
|
38244
38336
|
*
|
|
38245
38337
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39064,7 +39156,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39064
39156
|
x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
39065
39157
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
39066
39158
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
39067
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
39159
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(239);
|
|
39068
39160
|
/*******************************************************************************
|
|
39069
39161
|
*
|
|
39070
39162
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41617,7 +41709,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41617
41709
|
x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41618
41710
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41619
41711
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41620
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41712
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(239);
|
|
41621
41713
|
/*******************************************************************************
|
|
41622
41714
|
*
|
|
41623
41715
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43710,7 +43802,7 @@ const URLs_default_ = URLs;
|
|
|
43710
43802
|
x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
|
|
43711
43803
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
43712
43804
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
43713
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
43805
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(239);
|
|
43714
43806
|
/*******************************************************************************
|
|
43715
43807
|
*
|
|
43716
43808
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47011,7 +47103,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
47011
47103
|
x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
47012
47104
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
47013
47105
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
47014
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
47106
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(239);
|
|
47015
47107
|
/*******************************************************************************
|
|
47016
47108
|
*
|
|
47017
47109
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47163,7 +47255,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
47163
47255
|
x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
47164
47256
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
47165
47257
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
47166
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
47258
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(239);
|
|
47167
47259
|
/*******************************************************************************
|
|
47168
47260
|
*
|
|
47169
47261
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50518,8 +50610,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50518
50610
|
x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50519
50611
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50520
50612
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50521
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50522
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
50613
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(239);
|
|
50614
|
+
/* provided dependency */ var libtess = __webpack_require__(488);
|
|
50523
50615
|
/*******************************************************************************
|
|
50524
50616
|
*
|
|
50525
50617
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53287,7 +53379,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53287
53379
|
x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53288
53380
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53289
53381
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53290
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53382
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(239);
|
|
53291
53383
|
/*******************************************************************************
|
|
53292
53384
|
*
|
|
53293
53385
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53624,7 +53716,7 @@ const Plane3_default_ = Plane3;
|
|
|
53624
53716
|
x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
|
|
53625
53717
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
53626
53718
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
53627
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
53719
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(488);
|
|
53628
53720
|
/*******************************************************************************
|
|
53629
53721
|
*
|
|
53630
53722
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -61131,7 +61223,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
61131
61223
|
x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
61132
61224
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
61133
61225
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
61134
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
61226
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(239);
|
|
61135
61227
|
/*******************************************************************************
|
|
61136
61228
|
*
|
|
61137
61229
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -61272,7 +61364,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
61272
61364
|
|
|
61273
61365
|
this .loadNext ();
|
|
61274
61366
|
},
|
|
61275
|
-
|
|
61367
|
+
setKTXTexture (texture)
|
|
61276
61368
|
{
|
|
61277
61369
|
if (texture .target !== this .getTarget ())
|
|
61278
61370
|
return this .setError ({ type: "Invalid KTX texture target, must be 'TEXTURE_2D'." });
|
|
@@ -61299,7 +61391,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
61299
61391
|
this .setError ({ type: error .message });
|
|
61300
61392
|
}
|
|
61301
61393
|
},
|
|
61302
|
-
|
|
61394
|
+
setImage ()
|
|
61303
61395
|
{
|
|
61304
61396
|
if (DEVELOPMENT)
|
|
61305
61397
|
{
|
|
@@ -61357,7 +61449,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
61357
61449
|
// Upload image to GPU.
|
|
61358
61450
|
|
|
61359
61451
|
this .setTextureFromData (width, height, this ._colorSpaceConversion .getValue (), this .isTransparent (), image);
|
|
61360
|
-
this .setTransparent (this .isImageTransparent (
|
|
61452
|
+
this .setTransparent (this .isImageTransparent (this .getTextureData (this .getTexture (), width, height)));
|
|
61361
61453
|
this .setLoadState (Base_X3DConstants .COMPLETE_STATE);
|
|
61362
61454
|
this .addNodeEvent ();
|
|
61363
61455
|
}
|
|
@@ -61368,7 +61460,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
61368
61460
|
this .setError ({ type: error .message });
|
|
61369
61461
|
}
|
|
61370
61462
|
},
|
|
61371
|
-
|
|
61463
|
+
getTextureData (texture, width, height)
|
|
61372
61464
|
{
|
|
61373
61465
|
const
|
|
61374
61466
|
gl = this .getBrowser () .getContext (),
|
|
@@ -61377,7 +61469,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
61377
61469
|
|
|
61378
61470
|
gl .bindFramebuffer (gl .FRAMEBUFFER, framebuffer);
|
|
61379
61471
|
gl .framebufferTexture2D (gl .FRAMEBUFFER, gl .COLOR_ATTACHMENT0, gl .TEXTURE_2D, texture, 0);
|
|
61380
|
-
|
|
61472
|
+
gl .readPixels (0, 0, width, height, gl .RGBA, gl .UNSIGNED_BYTE, data);
|
|
61381
61473
|
gl .deleteFramebuffer (framebuffer);
|
|
61382
61474
|
|
|
61383
61475
|
return data;
|
|
@@ -65718,7 +65810,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
65718
65810
|
x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
65719
65811
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
65720
65812
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
65721
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
65813
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(239);
|
|
65722
65814
|
/*******************************************************************************
|
|
65723
65815
|
*
|
|
65724
65816
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -80405,7 +80497,7 @@ Object .defineProperties (EnvironmentLight,
|
|
|
80405
80497
|
},
|
|
80406
80498
|
componentInfo:
|
|
80407
80499
|
{
|
|
80408
|
-
value: Object .freeze ({ name: "Lighting", level:
|
|
80500
|
+
value: Object .freeze ({ name: "Lighting", level: 3 }),
|
|
80409
80501
|
enumerable: true,
|
|
80410
80502
|
},
|
|
80411
80503
|
containerField:
|
|
@@ -89408,7 +89500,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
89408
89500
|
x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
89409
89501
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
89410
89502
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
89411
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
89503
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(239);
|
|
89412
89504
|
/*******************************************************************************
|
|
89413
89505
|
*
|
|
89414
89506
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95049,7 +95141,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95049
95141
|
x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
95050
95142
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
95051
95143
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95052
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95144
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(239);
|
|
95053
95145
|
/*******************************************************************************
|
|
95054
95146
|
*
|
|
95055
95147
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95706,7 +95798,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
95706
95798
|
x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
95707
95799
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
95708
95800
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
95709
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
95801
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(239);
|
|
95710
95802
|
/*******************************************************************************
|
|
95711
95803
|
*
|
|
95712
95804
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99124,7 +99216,7 @@ const Components_Shape_default_ = {
|
|
|
99124
99216
|
x_ite_Namespace .add ("Shape", "x_ite/Components/Shape", Components_Shape_default_);
|
|
99125
99217
|
/* harmony default export */ const Components_Shape = (Components_Shape_default_);
|
|
99126
99218
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundProcessingNode.js
|
|
99127
|
-
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(
|
|
99219
|
+
/* provided dependency */ var X3DSoundProcessingNode_$ = __webpack_require__(239);
|
|
99128
99220
|
/*******************************************************************************
|
|
99129
99221
|
*
|
|
99130
99222
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -99764,7 +99856,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
99764
99856
|
x_ite_Namespace .add ("X3DSoundSourceNode", "x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
99765
99857
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
99766
99858
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
99767
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
99859
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(239);
|
|
99768
99860
|
/*******************************************************************************
|
|
99769
99861
|
*
|
|
99770
99862
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -100066,7 +100158,7 @@ const X3DSoundNode_default_ = X3DSoundNode;
|
|
|
100066
100158
|
x_ite_Namespace .add ("X3DSoundNode", "x_ite/Components/Sound/X3DSoundNode", X3DSoundNode_default_);
|
|
100067
100159
|
/* harmony default export */ const Sound_X3DSoundNode = (X3DSoundNode_default_);
|
|
100068
100160
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/X3DSoundDestinationNode.js
|
|
100069
|
-
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(
|
|
100161
|
+
/* provided dependency */ var X3DSoundDestinationNode_$ = __webpack_require__(239);
|
|
100070
100162
|
/*******************************************************************************
|
|
100071
100163
|
*
|
|
100072
100164
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101716,7 +101808,7 @@ const ListenerPointSource_default_ = ListenerPointSource;
|
|
|
101716
101808
|
x_ite_Namespace .add ("ListenerPointSource", "x_ite/Components/Sound/ListenerPointSource", ListenerPointSource_default_);
|
|
101717
101809
|
/* harmony default export */ const Sound_ListenerPointSource = (ListenerPointSource_default_);
|
|
101718
101810
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/MicrophoneSource.js
|
|
101719
|
-
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(
|
|
101811
|
+
/* provided dependency */ var MicrophoneSource_$ = __webpack_require__(239);
|
|
101720
101812
|
/*******************************************************************************
|
|
101721
101813
|
*
|
|
101722
101814
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -103385,8 +103477,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
103385
103477
|
x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
|
|
103386
103478
|
/* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
|
|
103387
103479
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
103388
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
103389
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
103480
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(239);
|
|
103481
|
+
/* provided dependency */ var SuperGif = __webpack_require__(899);
|
|
103390
103482
|
/*******************************************************************************
|
|
103391
103483
|
*
|
|
103392
103484
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -106084,74 +106176,74 @@ const Context =
|
|
|
106084
106176
|
});
|
|
106085
106177
|
}
|
|
106086
106178
|
|
|
106087
|
-
// Async functions
|
|
106088
|
-
|
|
106089
|
-
Object .assign (gl, gl .getVersion () === 1
|
|
106090
|
-
?
|
|
106091
|
-
{
|
|
106092
|
-
readPixelsAsync: gl .readPixels,
|
|
106093
|
-
}
|
|
106094
|
-
:
|
|
106095
|
-
{
|
|
106096
|
-
clientWaitAsync (sync, flags, timeout)
|
|
106097
|
-
{
|
|
106098
|
-
return new Promise ((resolve, reject) =>
|
|
106099
|
-
{
|
|
106100
|
-
const check = () =>
|
|
106101
|
-
{
|
|
106102
|
-
const result = this .clientWaitSync (sync, flags, 0);
|
|
106103
|
-
|
|
106104
|
-
switch (result)
|
|
106105
|
-
{
|
|
106106
|
-
case this .WAIT_FAILED:
|
|
106107
|
-
{
|
|
106108
|
-
reject (new Error ("clientWaitSync: WAIT_FAILED"));
|
|
106109
|
-
return;
|
|
106110
|
-
}
|
|
106111
|
-
case this .TIMEOUT_EXPIRED:
|
|
106112
|
-
{
|
|
106113
|
-
setTimeout (check, timeout);
|
|
106114
|
-
return;
|
|
106115
|
-
}
|
|
106116
|
-
default:
|
|
106117
|
-
{
|
|
106118
|
-
resolve ();
|
|
106119
|
-
return;
|
|
106120
|
-
}
|
|
106121
|
-
}
|
|
106122
|
-
};
|
|
106123
|
-
|
|
106124
|
-
setTimeout (check);
|
|
106125
|
-
});
|
|
106126
|
-
},
|
|
106127
|
-
getBufferSubDataAsync: async function (target, buffer, srcByteOffset, dstBuffer, /* optional */ dstOffset, /* optional */ length)
|
|
106128
|
-
{
|
|
106129
|
-
const sync = this .fenceSync (this .SYNC_GPU_COMMANDS_COMPLETE, 0);
|
|
106130
|
-
|
|
106131
|
-
this .flush ();
|
|
106132
|
-
|
|
106133
|
-
await this .clientWaitAsync (sync, 0, 10);
|
|
106134
|
-
|
|
106135
|
-
this .deleteSync (sync);
|
|
106179
|
+
// // Async functions, DOES'NT WORK WELL WITH OPERA!!!
|
|
106136
106180
|
|
|
106137
|
-
|
|
106138
|
-
|
|
106139
|
-
|
|
106140
|
-
|
|
106141
|
-
|
|
106142
|
-
|
|
106143
|
-
|
|
106144
|
-
|
|
106145
|
-
|
|
106146
|
-
|
|
106147
|
-
|
|
106148
|
-
|
|
106149
|
-
|
|
106150
|
-
|
|
106151
|
-
|
|
106152
|
-
|
|
106153
|
-
|
|
106154
|
-
|
|
106181
|
+
// Object .assign (gl, gl .getVersion () === 1
|
|
106182
|
+
// ?
|
|
106183
|
+
// {
|
|
106184
|
+
// readPixelsAsync: gl .readPixels,
|
|
106185
|
+
// }
|
|
106186
|
+
// :
|
|
106187
|
+
// {
|
|
106188
|
+
// clientWaitAsync (sync, flags, timeout)
|
|
106189
|
+
// {
|
|
106190
|
+
// return new Promise ((resolve, reject) =>
|
|
106191
|
+
// {
|
|
106192
|
+
// const check = () =>
|
|
106193
|
+
// {
|
|
106194
|
+
// const result = this .clientWaitSync (sync, flags, 0);
|
|
106195
|
+
|
|
106196
|
+
// switch (result)
|
|
106197
|
+
// {
|
|
106198
|
+
// case this .WAIT_FAILED:
|
|
106199
|
+
// {
|
|
106200
|
+
// reject (new Error ("clientWaitSync: WAIT_FAILED"));
|
|
106201
|
+
// return;
|
|
106202
|
+
// }
|
|
106203
|
+
// case this .TIMEOUT_EXPIRED:
|
|
106204
|
+
// {
|
|
106205
|
+
// setTimeout (check, timeout);
|
|
106206
|
+
// return;
|
|
106207
|
+
// }
|
|
106208
|
+
// default:
|
|
106209
|
+
// {
|
|
106210
|
+
// resolve ();
|
|
106211
|
+
// return;
|
|
106212
|
+
// }
|
|
106213
|
+
// }
|
|
106214
|
+
// };
|
|
106215
|
+
|
|
106216
|
+
// setTimeout (check);
|
|
106217
|
+
// });
|
|
106218
|
+
// },
|
|
106219
|
+
// getBufferSubDataAsync: async function (target, buffer, srcByteOffset, dstBuffer, /* optional */ dstOffset, /* optional */ length)
|
|
106220
|
+
// {
|
|
106221
|
+
// const sync = this .fenceSync (this .SYNC_GPU_COMMANDS_COMPLETE, 0);
|
|
106222
|
+
|
|
106223
|
+
// this .flush ();
|
|
106224
|
+
|
|
106225
|
+
// await this .clientWaitAsync (sync, 0, 10);
|
|
106226
|
+
|
|
106227
|
+
// this .deleteSync (sync);
|
|
106228
|
+
|
|
106229
|
+
// this .bindBuffer (target, buffer);
|
|
106230
|
+
// this .getBufferSubData (target, srcByteOffset, dstBuffer, dstOffset, length);
|
|
106231
|
+
// this .bindBuffer (target, null);
|
|
106232
|
+
// },
|
|
106233
|
+
// readPixelsAsync: async function (x, y, w, h, format, type, dest, dstOffset)
|
|
106234
|
+
// {
|
|
106235
|
+
// const buffer = this .createBuffer ();
|
|
106236
|
+
|
|
106237
|
+
// this .bindBuffer (this .PIXEL_PACK_BUFFER, buffer);
|
|
106238
|
+
// this .bufferData (this .PIXEL_PACK_BUFFER, dest .byteLength, this .STREAM_READ);
|
|
106239
|
+
// this .readPixels (x, y, w, h, format, type, 0);
|
|
106240
|
+
// this .bindBuffer (this .PIXEL_PACK_BUFFER, null);
|
|
106241
|
+
|
|
106242
|
+
// await this .getBufferSubDataAsync (this .PIXEL_PACK_BUFFER, buffer, 0, dest, dstOffset);
|
|
106243
|
+
|
|
106244
|
+
// this .deleteBuffer (buffer);
|
|
106245
|
+
// },
|
|
106246
|
+
// });
|
|
106155
106247
|
|
|
106156
106248
|
// Return context.
|
|
106157
106249
|
|
|
@@ -106661,7 +106753,7 @@ const gettext_default_ = gettext;
|
|
|
106661
106753
|
x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
|
|
106662
106754
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
106663
106755
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
106664
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
106756
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(239);
|
|
106665
106757
|
/*******************************************************************************
|
|
106666
106758
|
*
|
|
106667
106759
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107091,7 +107183,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
107091
107183
|
x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
107092
107184
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
107093
107185
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
107094
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
107186
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(239);
|
|
107095
107187
|
/*******************************************************************************
|
|
107096
107188
|
*
|
|
107097
107189
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107681,7 +107773,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
107681
107773
|
x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
107682
107774
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
107683
107775
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
107684
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
107776
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(239);
|
|
107685
107777
|
/*******************************************************************************
|
|
107686
107778
|
*
|
|
107687
107779
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -107804,8 +107896,8 @@ const Notification_default_ = Notification;
|
|
|
107804
107896
|
x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
|
|
107805
107897
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
107806
107898
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
107807
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
107808
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
107899
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(473);
|
|
107900
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(239);
|
|
107809
107901
|
/*******************************************************************************
|
|
107810
107902
|
*
|
|
107811
107903
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110553,7 +110645,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
110553
110645
|
x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
|
|
110554
110646
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
110555
110647
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
110556
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
110648
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(239);
|
|
110557
110649
|
/*******************************************************************************
|
|
110558
110650
|
*
|
|
110559
110651
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113080,8 +113172,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
113080
113172
|
x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
113081
113173
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
113082
113174
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
113083
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
113084
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
113175
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(360);
|
|
113176
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(239);
|
|
113085
113177
|
/*******************************************************************************
|
|
113086
113178
|
*
|
|
113087
113179
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -113953,8 +114045,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
113953
114045
|
x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
113954
114046
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
113955
114047
|
;// 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__(
|
|
114048
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(360);
|
|
114049
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(239);
|
|
113958
114050
|
/*******************************************************************************
|
|
113959
114051
|
*
|
|
113960
114052
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114963,8 +115055,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
114963
115055
|
x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
114964
115056
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
114965
115057
|
;// 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__(
|
|
115058
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(360);
|
|
115059
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(239);
|
|
114968
115060
|
/*******************************************************************************
|
|
114969
115061
|
*
|
|
114970
115062
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115295,8 +115387,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
115295
115387
|
x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
115296
115388
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
115297
115389
|
;// 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__(
|
|
115390
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(360);
|
|
115391
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(239);
|
|
115300
115392
|
/*******************************************************************************
|
|
115301
115393
|
*
|
|
115302
115394
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116435,8 +116527,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
116435
116527
|
x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
116436
116528
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
116437
116529
|
;// 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__(
|
|
116530
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(360);
|
|
116531
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(239);
|
|
116440
116532
|
/*******************************************************************************
|
|
116441
116533
|
*
|
|
116442
116534
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117715,7 +117807,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
117715
117807
|
x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
117716
117808
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
117717
117809
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
117718
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
117810
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(239);
|
|
117719
117811
|
/*******************************************************************************
|
|
117720
117812
|
*
|
|
117721
117813
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118618,7 +118710,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
118618
118710
|
x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
|
|
118619
118711
|
/* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
|
|
118620
118712
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
118621
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
118713
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(239);
|
|
118622
118714
|
const KTXDecoder_default_ = class KTXDecoder
|
|
118623
118715
|
{
|
|
118624
118716
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -120171,7 +120263,7 @@ const Components_default_ = Components;
|
|
|
120171
120263
|
x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
|
|
120172
120264
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
120173
120265
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
120174
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
120266
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(239);
|
|
120175
120267
|
/*******************************************************************************
|
|
120176
120268
|
* MIT License
|
|
120177
120269
|
*
|
|
@@ -121310,7 +121402,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
121310
121402
|
x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
121311
121403
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
121312
121404
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
121313
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
121405
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(239);
|
|
121314
121406
|
/*******************************************************************************
|
|
121315
121407
|
*
|
|
121316
121408
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122391,7 +122483,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
122391
122483
|
x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
122392
122484
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
122393
122485
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
122394
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
122486
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(239);
|
|
122395
122487
|
/*******************************************************************************
|
|
122396
122488
|
*
|
|
122397
122489
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122523,8 +122615,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
|
|
|
122523
122615
|
x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
|
|
122524
122616
|
/* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
|
|
122525
122617
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
122526
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
122527
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
122618
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(239);
|
|
122619
|
+
/* provided dependency */ var pako = __webpack_require__(102);
|
|
122528
122620
|
Object .assign (jquery_$,
|
|
122529
122621
|
{
|
|
122530
122622
|
decodeText (input)
|
|
@@ -122601,14 +122693,14 @@ const jquery_default_ = jquery_$;
|
|
|
122601
122693
|
x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
|
|
122602
122694
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
122603
122695
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
122604
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
122696
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(488);
|
|
122605
122697
|
const libtess_default_ = libtess_libtess;
|
|
122606
122698
|
;
|
|
122607
122699
|
|
|
122608
122700
|
x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
|
|
122609
122701
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
122610
122702
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
122611
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
122703
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(239);
|
|
122612
122704
|
/*******************************************************************************
|
|
122613
122705
|
*
|
|
122614
122706
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -122862,92 +122954,6 @@ Object .assign (X3D,
|
|
|
122862
122954
|
|
|
122863
122955
|
/* harmony default export */ const x_ite_X3D = (X3D);
|
|
122864
122956
|
|
|
122865
|
-
;// CONCATENATED MODULE: ./src/shim.js
|
|
122866
|
-
/*******************************************************************************
|
|
122867
|
-
*
|
|
122868
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
122869
|
-
*
|
|
122870
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
122871
|
-
*
|
|
122872
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
122873
|
-
*
|
|
122874
|
-
* The copyright notice above does not evidence any actual of intended
|
|
122875
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
122876
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
122877
|
-
* create3000.
|
|
122878
|
-
*
|
|
122879
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
122880
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
122881
|
-
* permission of create3000.
|
|
122882
|
-
*
|
|
122883
|
-
* NON-MILITARY USE ONLY
|
|
122884
|
-
*
|
|
122885
|
-
* All create3000 software are effectively free software with a non-military use
|
|
122886
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
122887
|
-
* source in any way you please with the exception anything that uses it must be
|
|
122888
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
122889
|
-
*
|
|
122890
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
122891
|
-
*
|
|
122892
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
122893
|
-
*
|
|
122894
|
-
* This file is part of the X_ITE Project.
|
|
122895
|
-
*
|
|
122896
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
122897
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
122898
|
-
* Free Software Foundation.
|
|
122899
|
-
*
|
|
122900
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
122901
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
122902
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
122903
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
122904
|
-
*
|
|
122905
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
122906
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
122907
|
-
* copy of the GPLv3 License.
|
|
122908
|
-
*
|
|
122909
|
-
* For Silvio, Joy and Adi.
|
|
122910
|
-
*
|
|
122911
|
-
******************************************************************************/
|
|
122912
|
-
|
|
122913
|
-
(() =>
|
|
122914
|
-
{
|
|
122915
|
-
// Added at February 2022
|
|
122916
|
-
// https://github.com/tc39/proposal-relative-indexing-method#polyfill
|
|
122917
|
-
|
|
122918
|
-
function at (n)
|
|
122919
|
-
{
|
|
122920
|
-
// ToInteger() abstract op
|
|
122921
|
-
n = Math.trunc(n) || 0;
|
|
122922
|
-
// Allow negative indexing from the end
|
|
122923
|
-
if (n < 0) n += this.length;
|
|
122924
|
-
// OOB access is guaranteed to return undefined
|
|
122925
|
-
if (n < 0 || n >= this.length) return undefined;
|
|
122926
|
-
// Otherwise, this is just normal property access
|
|
122927
|
-
return this[n];
|
|
122928
|
-
}
|
|
122929
|
-
|
|
122930
|
-
const TypedArray = Reflect .getPrototypeOf (Int8Array);
|
|
122931
|
-
for (const C of [Array, String, TypedArray])
|
|
122932
|
-
{
|
|
122933
|
-
if (C .prototype .at === undefined)
|
|
122934
|
-
{
|
|
122935
|
-
Object .defineProperty (C .prototype, "at",
|
|
122936
|
-
{
|
|
122937
|
-
value: at,
|
|
122938
|
-
writable: true,
|
|
122939
|
-
enumerable: false,
|
|
122940
|
-
configurable: true,
|
|
122941
|
-
});
|
|
122942
|
-
}
|
|
122943
|
-
}
|
|
122944
|
-
})();
|
|
122945
|
-
|
|
122946
|
-
const shim_default_ = undefined;
|
|
122947
|
-
;
|
|
122948
|
-
|
|
122949
|
-
x_ite_Namespace .add ("shim", "shim", shim_default_);
|
|
122950
|
-
/* harmony default export */ const shim = ((/* unused pure expression or super */ null && (shim_default_)));
|
|
122951
122957
|
;// CONCATENATED MODULE: ./src/x_ite.js
|
|
122952
122958
|
/*******************************************************************************
|
|
122953
122959
|
*
|
|
@@ -123002,7 +123008,7 @@ x_ite_Namespace .add ("shim", "shim", shim_default_);
|
|
|
123002
123008
|
|
|
123003
123009
|
// Assign X3D to global namespace.
|
|
123004
123010
|
|
|
123005
|
-
window [Symbol .for ("X_ITE.X3D-9.1.
|
|
123011
|
+
window [Symbol .for ("X_ITE.X3D-9.1.10")] = x_ite_X3D;
|
|
123006
123012
|
|
|
123007
123013
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
123008
123014
|
|