x_ite 11.5.11 → 11.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/components/AnnotationComponent.js +2 -378
- package/dist/assets/components/AnnotationComponent.min.js +2 -2
- package/dist/assets/components/CADGeometryComponent.js +2 -378
- package/dist/assets/components/CADGeometryComponent.min.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.js +4 -333
- package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
- package/dist/assets/components/DISComponent.js +2 -331
- package/dist/assets/components/DISComponent.min.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.js +2 -472
- package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
- package/dist/assets/components/Geometry2DComponent.js +2 -707
- package/dist/assets/components/Geometry2DComponent.min.js +2 -2
- package/dist/assets/components/GeospatialComponent.js +4 -897
- package/dist/assets/components/GeospatialComponent.min.js +2 -2
- package/dist/assets/components/HAnimComponent.js +9 -338
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -237
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +2 -425
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +3 -896
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +9 -715
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
- package/dist/assets/components/PickingComponent.js +2 -566
- package/dist/assets/components/PickingComponent.min.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -942
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
- package/dist/assets/components/ScriptingComponent.js +2 -190
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +2 -379
- package/dist/assets/components/TextComponent.min.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.js +8 -196
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
- package/dist/assets/components/Texturing3DComponent.js +112 -676
- package/dist/assets/components/Texturing3DComponent.min.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.js +5 -900
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
- package/dist/assets/components/WebXRComponent.js +5 -145
- package/dist/assets/components/WebXRComponent.min.js +2 -2
- package/dist/assets/components/X_ITEComponent.js +18 -853
- package/dist/assets/components/X_ITEComponent.min.js +2 -2
- package/dist/assets/fonts/PT_Sans/OFL.txt +94 -94
- package/dist/assets/lib/libktx.js +1 -1
- package/dist/assets/lib/libktx.wasm +0 -0
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +51001 -70446
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +50296 -69741
- package/dist/x_ite.zip +0 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* X_ITE v11.5.
|
|
2
|
-
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.
|
|
1
|
+
/* X_ITE v11.5.12 */
|
|
2
|
+
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.12")];
|
|
3
3
|
/******/ (() => { // webpackBootstrap
|
|
4
4
|
/******/ "use strict";
|
|
5
5
|
/******/ // The require scope
|
|
@@ -64,53 +64,6 @@ var external_X_ITE_X3D_X3DConstants_default = /*#__PURE__*/__webpack_require__.n
|
|
|
64
64
|
const external_X_ITE_X3D_Namespace_namespaceObject = __X_ITE_X3D__ .Namespace;
|
|
65
65
|
var external_X_ITE_X3D_Namespace_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Namespace_namespaceObject);
|
|
66
66
|
;// ./src/standard/Math/Geometry/Spheroid3.js
|
|
67
|
-
/*******************************************************************************
|
|
68
|
-
*
|
|
69
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
70
|
-
*
|
|
71
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
72
|
-
*
|
|
73
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
74
|
-
*
|
|
75
|
-
* The copyright notice above does not evidence any actual of intended
|
|
76
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
77
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
78
|
-
* create3000.
|
|
79
|
-
*
|
|
80
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
81
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
82
|
-
* permission of create3000.
|
|
83
|
-
*
|
|
84
|
-
* NON-MILITARY USE ONLY
|
|
85
|
-
*
|
|
86
|
-
* All create3000 software are effectively free software with a non-military use
|
|
87
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
88
|
-
* source in any way you please with the exception anything that uses it must be
|
|
89
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
90
|
-
*
|
|
91
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
92
|
-
*
|
|
93
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
94
|
-
*
|
|
95
|
-
* This file is part of the X_ITE Project.
|
|
96
|
-
*
|
|
97
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
98
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
99
|
-
* Free Software Foundation.
|
|
100
|
-
*
|
|
101
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
102
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
103
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
104
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
105
|
-
*
|
|
106
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
107
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
108
|
-
* copy of the GPLv3 License.
|
|
109
|
-
*
|
|
110
|
-
* For Silvio, Joy and Adi.
|
|
111
|
-
*
|
|
112
|
-
******************************************************************************/
|
|
113
|
-
|
|
114
67
|
function Spheroid3 (semiMajorAxis = 1, semiMinorAxis = 1, use_f_1 = false)
|
|
115
68
|
{
|
|
116
69
|
this .set (semiMajorAxis, semiMinorAxis, use_f_1);
|
|
@@ -166,53 +119,6 @@ const __default__ = Spheroid3;
|
|
|
166
119
|
|
|
167
120
|
/* harmony default export */ const Geometry_Spheroid3 = (external_X_ITE_X3D_Namespace_default().add ("Spheroid3", __default__));
|
|
168
121
|
;// ./src/standard/Geospatial/ReferenceEllipsoids.js
|
|
169
|
-
/*******************************************************************************
|
|
170
|
-
*
|
|
171
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
172
|
-
*
|
|
173
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
174
|
-
*
|
|
175
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
176
|
-
*
|
|
177
|
-
* The copyright notice above does not evidence any actual of intended
|
|
178
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
179
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
180
|
-
* create3000.
|
|
181
|
-
*
|
|
182
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
183
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
184
|
-
* permission of create3000.
|
|
185
|
-
*
|
|
186
|
-
* NON-MILITARY USE ONLY
|
|
187
|
-
*
|
|
188
|
-
* All create3000 software are effectively free software with a non-military use
|
|
189
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
190
|
-
* source in any way you please with the exception anything that uses it must be
|
|
191
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
192
|
-
*
|
|
193
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
194
|
-
*
|
|
195
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
196
|
-
*
|
|
197
|
-
* This file is part of the X_ITE Project.
|
|
198
|
-
*
|
|
199
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
200
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
201
|
-
* Free Software Foundation.
|
|
202
|
-
*
|
|
203
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
204
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
205
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
206
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
207
|
-
*
|
|
208
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
209
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
210
|
-
* copy of the GPLv3 License.
|
|
211
|
-
*
|
|
212
|
-
* For Silvio, Joy and Adi.
|
|
213
|
-
*
|
|
214
|
-
******************************************************************************/
|
|
215
|
-
|
|
216
122
|
|
|
217
123
|
|
|
218
124
|
const ReferenceEllipsoids = new Map ([
|
|
@@ -261,53 +167,6 @@ const ReferenceEllipsoids_default_ = ReferenceEllipsoids;
|
|
|
261
167
|
|
|
262
168
|
/* harmony default export */ const Geospatial_ReferenceEllipsoids = (external_X_ITE_X3D_Namespace_default().add ("ReferenceEllipsoids", ReferenceEllipsoids_default_));
|
|
263
169
|
;// ./src/standard/Geospatial/Geodetic.js
|
|
264
|
-
/*******************************************************************************
|
|
265
|
-
*
|
|
266
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
267
|
-
*
|
|
268
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
269
|
-
*
|
|
270
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
271
|
-
*
|
|
272
|
-
* The copyright notice above does not evidence any actual of intended
|
|
273
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
274
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
275
|
-
* create3000.
|
|
276
|
-
*
|
|
277
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
278
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
279
|
-
* permission of create3000.
|
|
280
|
-
*
|
|
281
|
-
* NON-MILITARY USE ONLY
|
|
282
|
-
*
|
|
283
|
-
* All create3000 software are effectively free software with a non-military use
|
|
284
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
285
|
-
* source in any way you please with the exception anything that uses it must be
|
|
286
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
287
|
-
*
|
|
288
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
289
|
-
*
|
|
290
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
291
|
-
*
|
|
292
|
-
* This file is part of the X_ITE Project.
|
|
293
|
-
*
|
|
294
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
295
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
296
|
-
* Free Software Foundation.
|
|
297
|
-
*
|
|
298
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
299
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
300
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
301
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
302
|
-
*
|
|
303
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
304
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
305
|
-
* copy of the GPLv3 License.
|
|
306
|
-
*
|
|
307
|
-
* For Silvio, Joy and Adi.
|
|
308
|
-
*
|
|
309
|
-
******************************************************************************/
|
|
310
|
-
|
|
311
170
|
const
|
|
312
171
|
EPS_H = 1e-3,
|
|
313
172
|
EPS_P = 1e-10,
|
|
@@ -452,53 +311,6 @@ const Geodetic_default_ = Geodetic;
|
|
|
452
311
|
const external_X_ITE_X3D_Algorithm_namespaceObject = __X_ITE_X3D__ .Algorithm;
|
|
453
312
|
var external_X_ITE_X3D_Algorithm_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Algorithm_namespaceObject);
|
|
454
313
|
;// ./src/standard/Geospatial/UniversalTransverseMercator.js
|
|
455
|
-
/*******************************************************************************
|
|
456
|
-
*
|
|
457
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
458
|
-
*
|
|
459
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
460
|
-
*
|
|
461
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
462
|
-
*
|
|
463
|
-
* The copyright notice above does not evidence any actual of intended
|
|
464
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
465
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
466
|
-
* create3000.
|
|
467
|
-
*
|
|
468
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
469
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
470
|
-
* permission of create3000.
|
|
471
|
-
*
|
|
472
|
-
* NON-MILITARY USE ONLY
|
|
473
|
-
*
|
|
474
|
-
* All create3000 software are effectively free software with a non-military use
|
|
475
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
476
|
-
* source in any way you please with the exception anything that uses it must be
|
|
477
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
478
|
-
*
|
|
479
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
480
|
-
*
|
|
481
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
482
|
-
*
|
|
483
|
-
* This file is part of the X_ITE Project.
|
|
484
|
-
*
|
|
485
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
486
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
487
|
-
* Free Software Foundation.
|
|
488
|
-
*
|
|
489
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
490
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
491
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
492
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
493
|
-
*
|
|
494
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
495
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
496
|
-
* copy of the GPLv3 License.
|
|
497
|
-
*
|
|
498
|
-
* For Silvio, Joy and Adi.
|
|
499
|
-
*
|
|
500
|
-
******************************************************************************/
|
|
501
|
-
|
|
502
314
|
|
|
503
315
|
|
|
504
316
|
|
|
@@ -660,53 +472,6 @@ const UniversalTransverseMercator_default_ = UniversalTransverseMercator;
|
|
|
660
472
|
|
|
661
473
|
/* harmony default export */ const Geospatial_UniversalTransverseMercator = (external_X_ITE_X3D_Namespace_default().add ("UniversalTransverseMercator", UniversalTransverseMercator_default_));
|
|
662
474
|
;// ./src/x_ite/Browser/Geospatial/Geocentric.js
|
|
663
|
-
/*******************************************************************************
|
|
664
|
-
*
|
|
665
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
666
|
-
*
|
|
667
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
668
|
-
*
|
|
669
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
670
|
-
*
|
|
671
|
-
* The copyright notice above does not evidence any actual of intended
|
|
672
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
673
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
674
|
-
* create3000.
|
|
675
|
-
*
|
|
676
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
677
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
678
|
-
* permission of create3000.
|
|
679
|
-
*
|
|
680
|
-
* NON-MILITARY USE ONLY
|
|
681
|
-
*
|
|
682
|
-
* All create3000 software are effectively free software with a non-military use
|
|
683
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
684
|
-
* source in any way you please with the exception anything that uses it must be
|
|
685
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
686
|
-
*
|
|
687
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
688
|
-
*
|
|
689
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
690
|
-
*
|
|
691
|
-
* This file is part of the X_ITE Project.
|
|
692
|
-
*
|
|
693
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
694
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
695
|
-
* Free Software Foundation.
|
|
696
|
-
*
|
|
697
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
698
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
699
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
700
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
701
|
-
*
|
|
702
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
703
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
704
|
-
* copy of the GPLv3 License.
|
|
705
|
-
*
|
|
706
|
-
* For Silvio, Joy and Adi.
|
|
707
|
-
*
|
|
708
|
-
******************************************************************************/
|
|
709
|
-
|
|
710
475
|
|
|
711
476
|
|
|
712
477
|
function Geocentric () { }
|
|
@@ -739,53 +504,6 @@ const Geocentric_default_ = Geocentric;
|
|
|
739
504
|
|
|
740
505
|
/* harmony default export */ const Geospatial_Geocentric = (external_X_ITE_X3D_Namespace_default().add ("Geocentric", Geocentric_default_));
|
|
741
506
|
;// ./src/x_ite/Browser/Geospatial/GeospatialObject.js
|
|
742
|
-
/*******************************************************************************
|
|
743
|
-
*
|
|
744
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
745
|
-
*
|
|
746
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
747
|
-
*
|
|
748
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
749
|
-
*
|
|
750
|
-
* The copyright notice above does not evidence any actual of intended
|
|
751
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
752
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
753
|
-
* create3000.
|
|
754
|
-
*
|
|
755
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
756
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
757
|
-
* permission of create3000.
|
|
758
|
-
*
|
|
759
|
-
* NON-MILITARY USE ONLY
|
|
760
|
-
*
|
|
761
|
-
* All create3000 software are effectively free software with a non-military use
|
|
762
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
763
|
-
* source in any way you please with the exception anything that uses it must be
|
|
764
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
765
|
-
*
|
|
766
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
767
|
-
*
|
|
768
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
769
|
-
*
|
|
770
|
-
* This file is part of the X_ITE Project.
|
|
771
|
-
*
|
|
772
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
773
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
774
|
-
* Free Software Foundation.
|
|
775
|
-
*
|
|
776
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
777
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
778
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
779
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
780
|
-
*
|
|
781
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
782
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
783
|
-
* copy of the GPLv3 License.
|
|
784
|
-
*
|
|
785
|
-
* For Silvio, Joy and Adi.
|
|
786
|
-
*
|
|
787
|
-
******************************************************************************/
|
|
788
|
-
|
|
789
507
|
|
|
790
508
|
|
|
791
509
|
|
|
@@ -957,53 +675,6 @@ var external_X_ITE_X3D_Vector3_default = /*#__PURE__*/__webpack_require__.n(exte
|
|
|
957
675
|
const external_X_ITE_X3D_Matrix4_namespaceObject = __X_ITE_X3D__ .Matrix4;
|
|
958
676
|
var external_X_ITE_X3D_Matrix4_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Matrix4_namespaceObject);
|
|
959
677
|
;// ./src/x_ite/Components/Geospatial/X3DGeospatialObject.js
|
|
960
|
-
/*******************************************************************************
|
|
961
|
-
*
|
|
962
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
963
|
-
*
|
|
964
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
965
|
-
*
|
|
966
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
967
|
-
*
|
|
968
|
-
* The copyright notice above does not evidence any actual of intended
|
|
969
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
970
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
971
|
-
* create3000.
|
|
972
|
-
*
|
|
973
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
974
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
975
|
-
* permission of create3000.
|
|
976
|
-
*
|
|
977
|
-
* NON-MILITARY USE ONLY
|
|
978
|
-
*
|
|
979
|
-
* All create3000 software are effectively free software with a non-military use
|
|
980
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
981
|
-
* source in any way you please with the exception anything that uses it must be
|
|
982
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
983
|
-
*
|
|
984
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
985
|
-
*
|
|
986
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
987
|
-
*
|
|
988
|
-
* This file is part of the X_ITE Project.
|
|
989
|
-
*
|
|
990
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
991
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
992
|
-
* Free Software Foundation.
|
|
993
|
-
*
|
|
994
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
995
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
996
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
997
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
998
|
-
*
|
|
999
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1000
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1001
|
-
* copy of the GPLv3 License.
|
|
1002
|
-
*
|
|
1003
|
-
* For Silvio, Joy and Adi.
|
|
1004
|
-
*
|
|
1005
|
-
******************************************************************************/
|
|
1006
|
-
|
|
1007
678
|
|
|
1008
679
|
|
|
1009
680
|
|
|
@@ -1226,53 +897,6 @@ const X3DGeospatialObject_default_ = X3DGeospatialObject;
|
|
|
1226
897
|
const external_X_ITE_X3D_Triangle3_namespaceObject = __X_ITE_X3D__ .Triangle3;
|
|
1227
898
|
var external_X_ITE_X3D_Triangle3_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Triangle3_namespaceObject);
|
|
1228
899
|
;// ./src/x_ite/Components/Geospatial/GeoCoordinate.js
|
|
1229
|
-
/*******************************************************************************
|
|
1230
|
-
*
|
|
1231
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1232
|
-
*
|
|
1233
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1234
|
-
*
|
|
1235
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1236
|
-
*
|
|
1237
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1238
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1239
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1240
|
-
* create3000.
|
|
1241
|
-
*
|
|
1242
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1243
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1244
|
-
* permission of create3000.
|
|
1245
|
-
*
|
|
1246
|
-
* NON-MILITARY USE ONLY
|
|
1247
|
-
*
|
|
1248
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1249
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1250
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1251
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1252
|
-
*
|
|
1253
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1254
|
-
*
|
|
1255
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1256
|
-
*
|
|
1257
|
-
* This file is part of the X_ITE Project.
|
|
1258
|
-
*
|
|
1259
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1260
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1261
|
-
* Free Software Foundation.
|
|
1262
|
-
*
|
|
1263
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1264
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1265
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1266
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1267
|
-
*
|
|
1268
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1269
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1270
|
-
* copy of the GPLv3 License.
|
|
1271
|
-
*
|
|
1272
|
-
* For Silvio, Joy and Adi.
|
|
1273
|
-
*
|
|
1274
|
-
******************************************************************************/
|
|
1275
|
-
|
|
1276
900
|
|
|
1277
901
|
|
|
1278
902
|
|
|
@@ -1457,53 +1081,6 @@ var external_X_ITE_X3D_X3DGeometryNode_default = /*#__PURE__*/__webpack_require_
|
|
|
1457
1081
|
const external_X_ITE_X3D_Vector2_namespaceObject = __X_ITE_X3D__ .Vector2;
|
|
1458
1082
|
var external_X_ITE_X3D_Vector2_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Vector2_namespaceObject);
|
|
1459
1083
|
;// ./src/x_ite/Components/Geospatial/GeoElevationGrid.js
|
|
1460
|
-
/*******************************************************************************
|
|
1461
|
-
*
|
|
1462
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1463
|
-
*
|
|
1464
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1465
|
-
*
|
|
1466
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1467
|
-
*
|
|
1468
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1469
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1470
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1471
|
-
* create3000.
|
|
1472
|
-
*
|
|
1473
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1474
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1475
|
-
* permission of create3000.
|
|
1476
|
-
*
|
|
1477
|
-
* NON-MILITARY USE ONLY
|
|
1478
|
-
*
|
|
1479
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1480
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1481
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1482
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1483
|
-
*
|
|
1484
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1485
|
-
*
|
|
1486
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1487
|
-
*
|
|
1488
|
-
* This file is part of the X_ITE Project.
|
|
1489
|
-
*
|
|
1490
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1491
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1492
|
-
* Free Software Foundation.
|
|
1493
|
-
*
|
|
1494
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1495
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1496
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1497
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1498
|
-
*
|
|
1499
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1500
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1501
|
-
* copy of the GPLv3 License.
|
|
1502
|
-
*
|
|
1503
|
-
* For Silvio, Joy and Adi.
|
|
1504
|
-
*
|
|
1505
|
-
******************************************************************************/
|
|
1506
|
-
|
|
1507
1084
|
|
|
1508
1085
|
|
|
1509
1086
|
|
|
@@ -1754,7 +1331,7 @@ Object .assign (Object .setPrototypeOf (GeoElevationGrid .prototype, (external_X
|
|
|
1754
1331
|
colorArray = this .getColors (),
|
|
1755
1332
|
multiTexCoordArray = this .getMultiTexCoords (),
|
|
1756
1333
|
normalArray = this .getNormals (),
|
|
1757
|
-
tangentArray = this .
|
|
1334
|
+
tangentArray = this .getTangents (),
|
|
1758
1335
|
vertexArray = this .getVertices ();
|
|
1759
1336
|
|
|
1760
1337
|
let face = 0;
|
|
@@ -1883,53 +1460,6 @@ var external_X_ITE_X3D_Group_default = /*#__PURE__*/__webpack_require__.n(extern
|
|
|
1883
1460
|
const external_X_ITE_X3D_Inline_namespaceObject = __X_ITE_X3D__ .Inline;
|
|
1884
1461
|
var external_X_ITE_X3D_Inline_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Inline_namespaceObject);
|
|
1885
1462
|
;// ./src/x_ite/Components/Geospatial/GeoLOD.js
|
|
1886
|
-
/*******************************************************************************
|
|
1887
|
-
*
|
|
1888
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1889
|
-
*
|
|
1890
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1891
|
-
*
|
|
1892
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1893
|
-
*
|
|
1894
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1895
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1896
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1897
|
-
* create3000.
|
|
1898
|
-
*
|
|
1899
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1900
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1901
|
-
* permission of create3000.
|
|
1902
|
-
*
|
|
1903
|
-
* NON-MILITARY USE ONLY
|
|
1904
|
-
*
|
|
1905
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1906
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1907
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1908
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1909
|
-
*
|
|
1910
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1911
|
-
*
|
|
1912
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1913
|
-
*
|
|
1914
|
-
* This file is part of the X_ITE Project.
|
|
1915
|
-
*
|
|
1916
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1917
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1918
|
-
* Free Software Foundation.
|
|
1919
|
-
*
|
|
1920
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1921
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1922
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1923
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1924
|
-
*
|
|
1925
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1926
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1927
|
-
* copy of the GPLv3 License.
|
|
1928
|
-
*
|
|
1929
|
-
* For Silvio, Joy and Adi.
|
|
1930
|
-
*
|
|
1931
|
-
******************************************************************************/
|
|
1932
|
-
|
|
1933
1463
|
|
|
1934
1464
|
|
|
1935
1465
|
|
|
@@ -2269,53 +1799,6 @@ const GeoLOD_default_ = GeoLOD;
|
|
|
2269
1799
|
const external_X_ITE_X3D_X3DTransformMatrix3DNode_namespaceObject = __X_ITE_X3D__ .X3DTransformMatrix3DNode;
|
|
2270
1800
|
var external_X_ITE_X3D_X3DTransformMatrix3DNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DTransformMatrix3DNode_namespaceObject);
|
|
2271
1801
|
;// ./src/x_ite/Components/Geospatial/GeoLocation.js
|
|
2272
|
-
/*******************************************************************************
|
|
2273
|
-
*
|
|
2274
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2275
|
-
*
|
|
2276
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2277
|
-
*
|
|
2278
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2279
|
-
*
|
|
2280
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2281
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2282
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2283
|
-
* create3000.
|
|
2284
|
-
*
|
|
2285
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2286
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2287
|
-
* permission of create3000.
|
|
2288
|
-
*
|
|
2289
|
-
* NON-MILITARY USE ONLY
|
|
2290
|
-
*
|
|
2291
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2292
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2293
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2294
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2295
|
-
*
|
|
2296
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2297
|
-
*
|
|
2298
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2299
|
-
*
|
|
2300
|
-
* This file is part of the X_ITE Project.
|
|
2301
|
-
*
|
|
2302
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2303
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2304
|
-
* Free Software Foundation.
|
|
2305
|
-
*
|
|
2306
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2307
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2308
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2309
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2310
|
-
*
|
|
2311
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2312
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2313
|
-
* copy of the GPLv3 License.
|
|
2314
|
-
*
|
|
2315
|
-
* For Silvio, Joy and Adi.
|
|
2316
|
-
*
|
|
2317
|
-
******************************************************************************/
|
|
2318
|
-
|
|
2319
1802
|
|
|
2320
1803
|
|
|
2321
1804
|
|
|
@@ -2394,53 +1877,6 @@ var external_X_ITE_X3D_X3DInfoNode_default = /*#__PURE__*/__webpack_require__.n(
|
|
|
2394
1877
|
const external_X_ITE_X3D_X3DUrlObject_namespaceObject = __X_ITE_X3D__ .X3DUrlObject;
|
|
2395
1878
|
var external_X_ITE_X3D_X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DUrlObject_namespaceObject);
|
|
2396
1879
|
;// ./src/x_ite/Components/Geospatial/GeoMetadata.js
|
|
2397
|
-
/*******************************************************************************
|
|
2398
|
-
*
|
|
2399
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2400
|
-
*
|
|
2401
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2402
|
-
*
|
|
2403
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2404
|
-
*
|
|
2405
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2406
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2407
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2408
|
-
* create3000.
|
|
2409
|
-
*
|
|
2410
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2411
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2412
|
-
* permission of create3000.
|
|
2413
|
-
*
|
|
2414
|
-
* NON-MILITARY USE ONLY
|
|
2415
|
-
*
|
|
2416
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2417
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2418
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2419
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2420
|
-
*
|
|
2421
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2422
|
-
*
|
|
2423
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2424
|
-
*
|
|
2425
|
-
* This file is part of the X_ITE Project.
|
|
2426
|
-
*
|
|
2427
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2428
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2429
|
-
* Free Software Foundation.
|
|
2430
|
-
*
|
|
2431
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2432
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2433
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2434
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2435
|
-
*
|
|
2436
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2437
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2438
|
-
* copy of the GPLv3 License.
|
|
2439
|
-
*
|
|
2440
|
-
* For Silvio, Joy and Adi.
|
|
2441
|
-
*
|
|
2442
|
-
******************************************************************************/
|
|
2443
|
-
|
|
2444
1880
|
|
|
2445
1881
|
|
|
2446
1882
|
|
|
@@ -2498,53 +1934,6 @@ const GeoMetadata_default_ = GeoMetadata;
|
|
|
2498
1934
|
|
|
2499
1935
|
/* harmony default export */ const Geospatial_GeoMetadata = (external_X_ITE_X3D_Namespace_default().add ("GeoMetadata", GeoMetadata_default_));
|
|
2500
1936
|
;// ./src/x_ite/Components/Geospatial/GeoOrigin.js
|
|
2501
|
-
/*******************************************************************************
|
|
2502
|
-
*
|
|
2503
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2504
|
-
*
|
|
2505
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2506
|
-
*
|
|
2507
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2508
|
-
*
|
|
2509
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2510
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2511
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2512
|
-
* create3000.
|
|
2513
|
-
*
|
|
2514
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2515
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2516
|
-
* permission of create3000.
|
|
2517
|
-
*
|
|
2518
|
-
* NON-MILITARY USE ONLY
|
|
2519
|
-
*
|
|
2520
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2521
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2522
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2523
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2524
|
-
*
|
|
2525
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2526
|
-
*
|
|
2527
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2528
|
-
*
|
|
2529
|
-
* This file is part of the X_ITE Project.
|
|
2530
|
-
*
|
|
2531
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2532
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2533
|
-
* Free Software Foundation.
|
|
2534
|
-
*
|
|
2535
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2536
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2537
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2538
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2539
|
-
*
|
|
2540
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2541
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2542
|
-
* copy of the GPLv3 License.
|
|
2543
|
-
*
|
|
2544
|
-
* For Silvio, Joy and Adi.
|
|
2545
|
-
*
|
|
2546
|
-
******************************************************************************/
|
|
2547
|
-
|
|
2548
1937
|
|
|
2549
1938
|
|
|
2550
1939
|
|
|
@@ -2604,53 +1993,6 @@ const GeoOrigin_default_ = GeoOrigin;
|
|
|
2604
1993
|
const external_X_ITE_X3D_X3DInterpolatorNode_namespaceObject = __X_ITE_X3D__ .X3DInterpolatorNode;
|
|
2605
1994
|
var external_X_ITE_X3D_X3DInterpolatorNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DInterpolatorNode_namespaceObject);
|
|
2606
1995
|
;// ./src/x_ite/Components/Geospatial/GeoPositionInterpolator.js
|
|
2607
|
-
/*******************************************************************************
|
|
2608
|
-
*
|
|
2609
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2610
|
-
*
|
|
2611
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2612
|
-
*
|
|
2613
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2614
|
-
*
|
|
2615
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2616
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2617
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2618
|
-
* create3000.
|
|
2619
|
-
*
|
|
2620
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2621
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2622
|
-
* permission of create3000.
|
|
2623
|
-
*
|
|
2624
|
-
* NON-MILITARY USE ONLY
|
|
2625
|
-
*
|
|
2626
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2627
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2628
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2629
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2630
|
-
*
|
|
2631
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2632
|
-
*
|
|
2633
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2634
|
-
*
|
|
2635
|
-
* This file is part of the X_ITE Project.
|
|
2636
|
-
*
|
|
2637
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2638
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2639
|
-
* Free Software Foundation.
|
|
2640
|
-
*
|
|
2641
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2642
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2643
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2644
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2645
|
-
*
|
|
2646
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2647
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2648
|
-
* copy of the GPLv3 License.
|
|
2649
|
-
*
|
|
2650
|
-
* For Silvio, Joy and Adi.
|
|
2651
|
-
*
|
|
2652
|
-
******************************************************************************/
|
|
2653
|
-
|
|
2654
1996
|
|
|
2655
1997
|
|
|
2656
1998
|
|
|
@@ -2673,7 +2015,7 @@ function GeoPositionInterpolator (executionContext)
|
|
|
2673
2015
|
this ._value_changed .setUnit ("length");
|
|
2674
2016
|
|
|
2675
2017
|
// Private properties
|
|
2676
|
-
|
|
2018
|
+
|
|
2677
2019
|
this .geocentric = new Geospatial_Geocentric ();
|
|
2678
2020
|
}
|
|
2679
2021
|
|
|
@@ -2756,53 +2098,6 @@ var external_X_ITE_X3D_X3DEnvironmentalSensorNode_default = /*#__PURE__*/__webpa
|
|
|
2756
2098
|
const external_X_ITE_X3D_ProximitySensor_namespaceObject = __X_ITE_X3D__ .ProximitySensor;
|
|
2757
2099
|
var external_X_ITE_X3D_ProximitySensor_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_ProximitySensor_namespaceObject);
|
|
2758
2100
|
;// ./src/x_ite/Components/Geospatial/GeoProximitySensor.js
|
|
2759
|
-
/*******************************************************************************
|
|
2760
|
-
*
|
|
2761
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2762
|
-
*
|
|
2763
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2764
|
-
*
|
|
2765
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2766
|
-
*
|
|
2767
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2768
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2769
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2770
|
-
* create3000.
|
|
2771
|
-
*
|
|
2772
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2773
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2774
|
-
* permission of create3000.
|
|
2775
|
-
*
|
|
2776
|
-
* NON-MILITARY USE ONLY
|
|
2777
|
-
*
|
|
2778
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2779
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2780
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2781
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2782
|
-
*
|
|
2783
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2784
|
-
*
|
|
2785
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2786
|
-
*
|
|
2787
|
-
* This file is part of the X_ITE Project.
|
|
2788
|
-
*
|
|
2789
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2790
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2791
|
-
* Free Software Foundation.
|
|
2792
|
-
*
|
|
2793
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2794
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2795
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2796
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2797
|
-
*
|
|
2798
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2799
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2800
|
-
* copy of the GPLv3 License.
|
|
2801
|
-
*
|
|
2802
|
-
* For Silvio, Joy and Adi.
|
|
2803
|
-
*
|
|
2804
|
-
******************************************************************************/
|
|
2805
|
-
|
|
2806
2101
|
|
|
2807
2102
|
|
|
2808
2103
|
|
|
@@ -2915,53 +2210,6 @@ const GeoProximitySensor_default_ = GeoProximitySensor;
|
|
|
2915
2210
|
const external_X_ITE_X3D_X3DTouchSensorNode_namespaceObject = __X_ITE_X3D__ .X3DTouchSensorNode;
|
|
2916
2211
|
var external_X_ITE_X3D_X3DTouchSensorNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DTouchSensorNode_namespaceObject);
|
|
2917
2212
|
;// ./src/x_ite/Components/Geospatial/GeoTouchSensor.js
|
|
2918
|
-
/*******************************************************************************
|
|
2919
|
-
*
|
|
2920
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2921
|
-
*
|
|
2922
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2923
|
-
*
|
|
2924
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2925
|
-
*
|
|
2926
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2927
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2928
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2929
|
-
* create3000.
|
|
2930
|
-
*
|
|
2931
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2932
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2933
|
-
* permission of create3000.
|
|
2934
|
-
*
|
|
2935
|
-
* NON-MILITARY USE ONLY
|
|
2936
|
-
*
|
|
2937
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2938
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2939
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2940
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2941
|
-
*
|
|
2942
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2943
|
-
*
|
|
2944
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2945
|
-
*
|
|
2946
|
-
* This file is part of the X_ITE Project.
|
|
2947
|
-
*
|
|
2948
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2949
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2950
|
-
* Free Software Foundation.
|
|
2951
|
-
*
|
|
2952
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2953
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2954
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2955
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2956
|
-
*
|
|
2957
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2958
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2959
|
-
* copy of the GPLv3 License.
|
|
2960
|
-
*
|
|
2961
|
-
* For Silvio, Joy and Adi.
|
|
2962
|
-
*
|
|
2963
|
-
******************************************************************************/
|
|
2964
|
-
|
|
2965
2213
|
|
|
2966
2214
|
|
|
2967
2215
|
|
|
@@ -3038,53 +2286,6 @@ const GeoTouchSensor_default_ = GeoTouchSensor;
|
|
|
3038
2286
|
|
|
3039
2287
|
/* harmony default export */ const Geospatial_GeoTouchSensor = (external_X_ITE_X3D_Namespace_default().add ("GeoTouchSensor", GeoTouchSensor_default_));
|
|
3040
2288
|
;// ./src/x_ite/Components/Geospatial/GeoTransform.js
|
|
3041
|
-
/*******************************************************************************
|
|
3042
|
-
*
|
|
3043
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3044
|
-
*
|
|
3045
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3046
|
-
*
|
|
3047
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3048
|
-
*
|
|
3049
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3050
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3051
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3052
|
-
* create3000.
|
|
3053
|
-
*
|
|
3054
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3055
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3056
|
-
* permission of create3000.
|
|
3057
|
-
*
|
|
3058
|
-
* NON-MILITARY USE ONLY
|
|
3059
|
-
*
|
|
3060
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3061
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3062
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3063
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3064
|
-
*
|
|
3065
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3066
|
-
*
|
|
3067
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3068
|
-
*
|
|
3069
|
-
* This file is part of the X_ITE Project.
|
|
3070
|
-
*
|
|
3071
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3072
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3073
|
-
* Free Software Foundation.
|
|
3074
|
-
*
|
|
3075
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3076
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3077
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3078
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3079
|
-
*
|
|
3080
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3081
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3082
|
-
* copy of the GPLv3 License.
|
|
3083
|
-
*
|
|
3084
|
-
* For Silvio, Joy and Adi.
|
|
3085
|
-
*
|
|
3086
|
-
******************************************************************************/
|
|
3087
|
-
|
|
3088
2289
|
|
|
3089
2290
|
|
|
3090
2291
|
|
|
@@ -3186,53 +2387,6 @@ var external_X_ITE_X3D_NavigationInfo_default = /*#__PURE__*/__webpack_require__
|
|
|
3186
2387
|
const external_X_ITE_X3D_Rotation4_namespaceObject = __X_ITE_X3D__ .Rotation4;
|
|
3187
2388
|
var external_X_ITE_X3D_Rotation4_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Rotation4_namespaceObject);
|
|
3188
2389
|
;// ./src/x_ite/Components/Geospatial/GeoViewpoint.js
|
|
3189
|
-
/*******************************************************************************
|
|
3190
|
-
*
|
|
3191
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3192
|
-
*
|
|
3193
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3194
|
-
*
|
|
3195
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3196
|
-
*
|
|
3197
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3198
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3199
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3200
|
-
* create3000.
|
|
3201
|
-
*
|
|
3202
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3203
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3204
|
-
* permission of create3000.
|
|
3205
|
-
*
|
|
3206
|
-
* NON-MILITARY USE ONLY
|
|
3207
|
-
*
|
|
3208
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3209
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3210
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3211
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3212
|
-
*
|
|
3213
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3214
|
-
*
|
|
3215
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3216
|
-
*
|
|
3217
|
-
* This file is part of the X_ITE Project.
|
|
3218
|
-
*
|
|
3219
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3220
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3221
|
-
* Free Software Foundation.
|
|
3222
|
-
*
|
|
3223
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3224
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3225
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3226
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3227
|
-
*
|
|
3228
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3229
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3230
|
-
* copy of the GPLv3 License.
|
|
3231
|
-
*
|
|
3232
|
-
* For Silvio, Joy and Adi.
|
|
3233
|
-
*
|
|
3234
|
-
******************************************************************************/
|
|
3235
|
-
|
|
3236
2390
|
|
|
3237
2391
|
|
|
3238
2392
|
|
|
@@ -3479,53 +2633,6 @@ const GeoViewpoint_default_ = GeoViewpoint;
|
|
|
3479
2633
|
|
|
3480
2634
|
/* harmony default export */ const Geospatial_GeoViewpoint = (external_X_ITE_X3D_Namespace_default().add ("GeoViewpoint", GeoViewpoint_default_));
|
|
3481
2635
|
;// ./src/assets/components/GeospatialComponent.js
|
|
3482
|
-
/*******************************************************************************
|
|
3483
|
-
*
|
|
3484
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3485
|
-
*
|
|
3486
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3487
|
-
*
|
|
3488
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3489
|
-
*
|
|
3490
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3491
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3492
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3493
|
-
* create3000.
|
|
3494
|
-
*
|
|
3495
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3496
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3497
|
-
* permission of create3000.
|
|
3498
|
-
*
|
|
3499
|
-
* NON-MILITARY USE ONLY
|
|
3500
|
-
*
|
|
3501
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3502
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3503
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3504
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3505
|
-
*
|
|
3506
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3507
|
-
*
|
|
3508
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3509
|
-
*
|
|
3510
|
-
* This file is part of the X_ITE Project.
|
|
3511
|
-
*
|
|
3512
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3513
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3514
|
-
* Free Software Foundation.
|
|
3515
|
-
*
|
|
3516
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3517
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3518
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3519
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3520
|
-
*
|
|
3521
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3522
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3523
|
-
* copy of the GPLv3 License.
|
|
3524
|
-
*
|
|
3525
|
-
* For Silvio, Joy and Adi.
|
|
3526
|
-
*
|
|
3527
|
-
******************************************************************************/
|
|
3528
|
-
|
|
3529
2636
|
|
|
3530
2637
|
|
|
3531
2638
|
|