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/x_ite/Browser/Picking/MatchCriterion.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
|
let i = 0;
|
|
115
68
|
|
|
116
69
|
const MatchCriterion =
|
|
@@ -125,53 +78,6 @@ const __default__ = MatchCriterion;
|
|
|
125
78
|
|
|
126
79
|
/* harmony default export */ const Picking_MatchCriterion = (external_X_ITE_X3D_Namespace_default().add ("MatchCriterion", __default__));
|
|
127
80
|
;// ./src/x_ite/Browser/Picking/IntersectionType.js
|
|
128
|
-
/*******************************************************************************
|
|
129
|
-
*
|
|
130
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
131
|
-
*
|
|
132
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
133
|
-
*
|
|
134
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
135
|
-
*
|
|
136
|
-
* The copyright notice above does not evidence any actual of intended
|
|
137
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
138
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
139
|
-
* create3000.
|
|
140
|
-
*
|
|
141
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
142
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
143
|
-
* permission of create3000.
|
|
144
|
-
*
|
|
145
|
-
* NON-MILITARY USE ONLY
|
|
146
|
-
*
|
|
147
|
-
* All create3000 software are effectively free software with a non-military use
|
|
148
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
149
|
-
* source in any way you please with the exception anything that uses it must be
|
|
150
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
151
|
-
*
|
|
152
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
153
|
-
*
|
|
154
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
155
|
-
*
|
|
156
|
-
* This file is part of the X_ITE Project.
|
|
157
|
-
*
|
|
158
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
159
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
160
|
-
* Free Software Foundation.
|
|
161
|
-
*
|
|
162
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
163
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
164
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
165
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
166
|
-
*
|
|
167
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
168
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
169
|
-
* copy of the GPLv3 License.
|
|
170
|
-
*
|
|
171
|
-
* For Silvio, Joy and Adi.
|
|
172
|
-
*
|
|
173
|
-
******************************************************************************/
|
|
174
|
-
|
|
175
81
|
let IntersectionType_i = 0;
|
|
176
82
|
|
|
177
83
|
const IntersectionType =
|
|
@@ -185,53 +91,6 @@ const IntersectionType_default_ = IntersectionType;
|
|
|
185
91
|
|
|
186
92
|
/* harmony default export */ const Picking_IntersectionType = (external_X_ITE_X3D_Namespace_default().add ("IntersectionType", IntersectionType_default_));
|
|
187
93
|
;// ./src/x_ite/Browser/Picking/SortOrder.js
|
|
188
|
-
/*******************************************************************************
|
|
189
|
-
*
|
|
190
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
191
|
-
*
|
|
192
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
193
|
-
*
|
|
194
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
195
|
-
*
|
|
196
|
-
* The copyright notice above does not evidence any actual of intended
|
|
197
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
198
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
199
|
-
* create3000.
|
|
200
|
-
*
|
|
201
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
202
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
203
|
-
* permission of create3000.
|
|
204
|
-
*
|
|
205
|
-
* NON-MILITARY USE ONLY
|
|
206
|
-
*
|
|
207
|
-
* All create3000 software are effectively free software with a non-military use
|
|
208
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
209
|
-
* source in any way you please with the exception anything that uses it must be
|
|
210
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
211
|
-
*
|
|
212
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
213
|
-
*
|
|
214
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
215
|
-
*
|
|
216
|
-
* This file is part of the X_ITE Project.
|
|
217
|
-
*
|
|
218
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
219
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
220
|
-
* Free Software Foundation.
|
|
221
|
-
*
|
|
222
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
223
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
224
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
225
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
226
|
-
*
|
|
227
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
228
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
229
|
-
* copy of the GPLv3 License.
|
|
230
|
-
*
|
|
231
|
-
* For Silvio, Joy and Adi.
|
|
232
|
-
*
|
|
233
|
-
******************************************************************************/
|
|
234
|
-
|
|
235
94
|
let SortOrder_i = 0;
|
|
236
95
|
|
|
237
96
|
const SortOrder =
|
|
@@ -256,53 +115,6 @@ var external_X_ITE_X3D_QuickSort_default = /*#__PURE__*/__webpack_require__.n(ex
|
|
|
256
115
|
const external_X_ITE_X3D_ObjectCache_namespaceObject = __X_ITE_X3D__ .ObjectCache;
|
|
257
116
|
var external_X_ITE_X3D_ObjectCache_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_ObjectCache_namespaceObject);
|
|
258
117
|
;// ./src/x_ite/Components/Picking/X3DPickSensorNode.js
|
|
259
|
-
/*******************************************************************************
|
|
260
|
-
*
|
|
261
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
262
|
-
*
|
|
263
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
264
|
-
*
|
|
265
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
266
|
-
*
|
|
267
|
-
* The copyright notice above does not evidence any actual of intended
|
|
268
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
269
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
270
|
-
* create3000.
|
|
271
|
-
*
|
|
272
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
273
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
274
|
-
* permission of create3000.
|
|
275
|
-
*
|
|
276
|
-
* NON-MILITARY USE ONLY
|
|
277
|
-
*
|
|
278
|
-
* All create3000 software are effectively free software with a non-military use
|
|
279
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
280
|
-
* source in any way you please with the exception anything that uses it must be
|
|
281
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
282
|
-
*
|
|
283
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
284
|
-
*
|
|
285
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
286
|
-
*
|
|
287
|
-
* This file is part of the X_ITE Project.
|
|
288
|
-
*
|
|
289
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
290
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
291
|
-
* Free Software Foundation.
|
|
292
|
-
*
|
|
293
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
294
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
295
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
296
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
297
|
-
*
|
|
298
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
299
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
300
|
-
* copy of the GPLv3 License.
|
|
301
|
-
*
|
|
302
|
-
* For Silvio, Joy and Adi.
|
|
303
|
-
*
|
|
304
|
-
******************************************************************************/
|
|
305
|
-
|
|
306
118
|
|
|
307
119
|
|
|
308
120
|
|
|
@@ -686,53 +498,6 @@ var external_X_ITE_X3D_Box3_default = /*#__PURE__*/__webpack_require__.n(externa
|
|
|
686
498
|
const external_X_ITE_X3D_Line3_namespaceObject = __X_ITE_X3D__ .Line3;
|
|
687
499
|
var external_X_ITE_X3D_Line3_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Line3_namespaceObject);
|
|
688
500
|
;// ./src/x_ite/Components/Picking/LinePickSensor.js
|
|
689
|
-
/*******************************************************************************
|
|
690
|
-
*
|
|
691
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
692
|
-
*
|
|
693
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
694
|
-
*
|
|
695
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
696
|
-
*
|
|
697
|
-
* The copyright notice above does not evidence any actual of intended
|
|
698
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
699
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
700
|
-
* create3000.
|
|
701
|
-
*
|
|
702
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
703
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
704
|
-
* permission of create3000.
|
|
705
|
-
*
|
|
706
|
-
* NON-MILITARY USE ONLY
|
|
707
|
-
*
|
|
708
|
-
* All create3000 software are effectively free software with a non-military use
|
|
709
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
710
|
-
* source in any way you please with the exception anything that uses it must be
|
|
711
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
712
|
-
*
|
|
713
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
714
|
-
*
|
|
715
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
716
|
-
*
|
|
717
|
-
* This file is part of the X_ITE Project.
|
|
718
|
-
*
|
|
719
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
720
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
721
|
-
* Free Software Foundation.
|
|
722
|
-
*
|
|
723
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
724
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
725
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
726
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
727
|
-
*
|
|
728
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
729
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
730
|
-
* copy of the GPLv3 License.
|
|
731
|
-
*
|
|
732
|
-
* For Silvio, Joy and Adi.
|
|
733
|
-
*
|
|
734
|
-
******************************************************************************/
|
|
735
|
-
|
|
736
501
|
|
|
737
502
|
|
|
738
503
|
|
|
@@ -1004,53 +769,6 @@ const LinePickSensor_default_ = LinePickSensor;
|
|
|
1004
769
|
const external_X_ITE_X3D_X3DGroupingNode_namespaceObject = __X_ITE_X3D__ .X3DGroupingNode;
|
|
1005
770
|
var external_X_ITE_X3D_X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DGroupingNode_namespaceObject);
|
|
1006
771
|
;// ./src/x_ite/Components/Picking/X3DPickableObject.js
|
|
1007
|
-
/*******************************************************************************
|
|
1008
|
-
*
|
|
1009
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1010
|
-
*
|
|
1011
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1012
|
-
*
|
|
1013
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1014
|
-
*
|
|
1015
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1016
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1017
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1018
|
-
* create3000.
|
|
1019
|
-
*
|
|
1020
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1021
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1022
|
-
* permission of create3000.
|
|
1023
|
-
*
|
|
1024
|
-
* NON-MILITARY USE ONLY
|
|
1025
|
-
*
|
|
1026
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1027
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1028
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1029
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1030
|
-
*
|
|
1031
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1032
|
-
*
|
|
1033
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1034
|
-
*
|
|
1035
|
-
* This file is part of the X_ITE Project.
|
|
1036
|
-
*
|
|
1037
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1038
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1039
|
-
* Free Software Foundation.
|
|
1040
|
-
*
|
|
1041
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1042
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1043
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1044
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1045
|
-
*
|
|
1046
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1047
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1048
|
-
* copy of the GPLv3 License.
|
|
1049
|
-
*
|
|
1050
|
-
* For Silvio, Joy and Adi.
|
|
1051
|
-
*
|
|
1052
|
-
******************************************************************************/
|
|
1053
|
-
|
|
1054
772
|
|
|
1055
773
|
|
|
1056
774
|
|
|
@@ -1096,53 +814,6 @@ const X3DPickableObject_default_ = X3DPickableObject;
|
|
|
1096
814
|
const external_X_ITE_X3D_TraverseType_namespaceObject = __X_ITE_X3D__ .TraverseType;
|
|
1097
815
|
var external_X_ITE_X3D_TraverseType_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_TraverseType_namespaceObject);
|
|
1098
816
|
;// ./src/x_ite/Components/Picking/PickableGroup.js
|
|
1099
|
-
/*******************************************************************************
|
|
1100
|
-
*
|
|
1101
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1102
|
-
*
|
|
1103
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1104
|
-
*
|
|
1105
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1106
|
-
*
|
|
1107
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1108
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1109
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1110
|
-
* create3000.
|
|
1111
|
-
*
|
|
1112
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1113
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1114
|
-
* permission of create3000.
|
|
1115
|
-
*
|
|
1116
|
-
* NON-MILITARY USE ONLY
|
|
1117
|
-
*
|
|
1118
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1119
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1120
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1121
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1122
|
-
*
|
|
1123
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1124
|
-
*
|
|
1125
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1126
|
-
*
|
|
1127
|
-
* This file is part of the X_ITE Project.
|
|
1128
|
-
*
|
|
1129
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1130
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1131
|
-
* Free Software Foundation.
|
|
1132
|
-
*
|
|
1133
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1134
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1135
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1136
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1137
|
-
*
|
|
1138
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1139
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1140
|
-
* copy of the GPLv3 License.
|
|
1141
|
-
*
|
|
1142
|
-
* For Silvio, Joy and Adi.
|
|
1143
|
-
*
|
|
1144
|
-
******************************************************************************/
|
|
1145
|
-
|
|
1146
817
|
|
|
1147
818
|
|
|
1148
819
|
|
|
@@ -1318,53 +989,6 @@ var external_X_ITE_X3D_Rotation4_default = /*#__PURE__*/__webpack_require__.n(ex
|
|
|
1318
989
|
const external_X_ITE_X3D_AmmoClass_namespaceObject = __X_ITE_X3D__ .AmmoClass;
|
|
1319
990
|
var external_X_ITE_X3D_AmmoClass_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_AmmoClass_namespaceObject);
|
|
1320
991
|
;// ./src/x_ite/Browser/Picking/VolumePicker.js
|
|
1321
|
-
/*******************************************************************************
|
|
1322
|
-
*
|
|
1323
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1324
|
-
*
|
|
1325
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1326
|
-
*
|
|
1327
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1328
|
-
*
|
|
1329
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1330
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1331
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1332
|
-
* create3000.
|
|
1333
|
-
*
|
|
1334
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1335
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1336
|
-
* permission of create3000.
|
|
1337
|
-
*
|
|
1338
|
-
* NON-MILITARY USE ONLY
|
|
1339
|
-
*
|
|
1340
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1341
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1342
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1343
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1344
|
-
*
|
|
1345
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1346
|
-
*
|
|
1347
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1348
|
-
*
|
|
1349
|
-
* This file is part of the X_ITE Project.
|
|
1350
|
-
*
|
|
1351
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1352
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1353
|
-
* Free Software Foundation.
|
|
1354
|
-
*
|
|
1355
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1356
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1357
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1358
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1359
|
-
*
|
|
1360
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1361
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1362
|
-
* copy of the GPLv3 License.
|
|
1363
|
-
*
|
|
1364
|
-
* For Silvio, Joy and Adi.
|
|
1365
|
-
*
|
|
1366
|
-
******************************************************************************/
|
|
1367
|
-
|
|
1368
992
|
|
|
1369
993
|
|
|
1370
994
|
|
|
@@ -1499,53 +1123,6 @@ const VolumePicker_default_ = VolumePicker;
|
|
|
1499
1123
|
|
|
1500
1124
|
/* harmony default export */ const Picking_VolumePicker = (external_X_ITE_X3D_Namespace_default().add ("VolumePicker", VolumePicker_default_));
|
|
1501
1125
|
;// ./src/x_ite/Components/Picking/PointPickSensor.js
|
|
1502
|
-
/*******************************************************************************
|
|
1503
|
-
*
|
|
1504
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1505
|
-
*
|
|
1506
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1507
|
-
*
|
|
1508
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1509
|
-
*
|
|
1510
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1511
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1512
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1513
|
-
* create3000.
|
|
1514
|
-
*
|
|
1515
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1516
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1517
|
-
* permission of create3000.
|
|
1518
|
-
*
|
|
1519
|
-
* NON-MILITARY USE ONLY
|
|
1520
|
-
*
|
|
1521
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1522
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1523
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1524
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1525
|
-
*
|
|
1526
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1527
|
-
*
|
|
1528
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1529
|
-
*
|
|
1530
|
-
* This file is part of the X_ITE Project.
|
|
1531
|
-
*
|
|
1532
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1533
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1534
|
-
* Free Software Foundation.
|
|
1535
|
-
*
|
|
1536
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1537
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1538
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1539
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1540
|
-
*
|
|
1541
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1542
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1543
|
-
* copy of the GPLv3 License.
|
|
1544
|
-
*
|
|
1545
|
-
* For Silvio, Joy and Adi.
|
|
1546
|
-
*
|
|
1547
|
-
******************************************************************************/
|
|
1548
|
-
|
|
1549
1126
|
|
|
1550
1127
|
|
|
1551
1128
|
|
|
@@ -1810,53 +1387,6 @@ const PointPickSensor_default_ = PointPickSensor;
|
|
|
1810
1387
|
|
|
1811
1388
|
/* harmony default export */ const Picking_PointPickSensor = (external_X_ITE_X3D_Namespace_default().add ("PointPickSensor", PointPickSensor_default_));
|
|
1812
1389
|
;// ./src/x_ite/Components/Picking/PrimitivePickSensor.js
|
|
1813
|
-
/*******************************************************************************
|
|
1814
|
-
*
|
|
1815
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1816
|
-
*
|
|
1817
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1818
|
-
*
|
|
1819
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1820
|
-
*
|
|
1821
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1822
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1823
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1824
|
-
* create3000.
|
|
1825
|
-
*
|
|
1826
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1827
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1828
|
-
* permission of create3000.
|
|
1829
|
-
*
|
|
1830
|
-
* NON-MILITARY USE ONLY
|
|
1831
|
-
*
|
|
1832
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1833
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1834
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1835
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1836
|
-
*
|
|
1837
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1838
|
-
*
|
|
1839
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1840
|
-
*
|
|
1841
|
-
* This file is part of the X_ITE Project.
|
|
1842
|
-
*
|
|
1843
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1844
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1845
|
-
* Free Software Foundation.
|
|
1846
|
-
*
|
|
1847
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1848
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1849
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1850
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1851
|
-
*
|
|
1852
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1853
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1854
|
-
* copy of the GPLv3 License.
|
|
1855
|
-
*
|
|
1856
|
-
* For Silvio, Joy and Adi.
|
|
1857
|
-
*
|
|
1858
|
-
******************************************************************************/
|
|
1859
|
-
|
|
1860
1390
|
|
|
1861
1391
|
|
|
1862
1392
|
|
|
@@ -2060,53 +1590,6 @@ const PrimitivePickSensor_default_ = PrimitivePickSensor;
|
|
|
2060
1590
|
|
|
2061
1591
|
/* harmony default export */ const Picking_PrimitivePickSensor = (external_X_ITE_X3D_Namespace_default().add ("PrimitivePickSensor", PrimitivePickSensor_default_));
|
|
2062
1592
|
;// ./src/x_ite/Components/Picking/VolumePickSensor.js
|
|
2063
|
-
/*******************************************************************************
|
|
2064
|
-
*
|
|
2065
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2066
|
-
*
|
|
2067
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2068
|
-
*
|
|
2069
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2070
|
-
*
|
|
2071
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2072
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2073
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2074
|
-
* create3000.
|
|
2075
|
-
*
|
|
2076
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2077
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2078
|
-
* permission of create3000.
|
|
2079
|
-
*
|
|
2080
|
-
* NON-MILITARY USE ONLY
|
|
2081
|
-
*
|
|
2082
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2083
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2084
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2085
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2086
|
-
*
|
|
2087
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2088
|
-
*
|
|
2089
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2090
|
-
*
|
|
2091
|
-
* This file is part of the X_ITE Project.
|
|
2092
|
-
*
|
|
2093
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2094
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2095
|
-
* Free Software Foundation.
|
|
2096
|
-
*
|
|
2097
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2098
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2099
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2100
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2101
|
-
*
|
|
2102
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2103
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2104
|
-
* copy of the GPLv3 License.
|
|
2105
|
-
*
|
|
2106
|
-
* For Silvio, Joy and Adi.
|
|
2107
|
-
*
|
|
2108
|
-
******************************************************************************/
|
|
2109
|
-
|
|
2110
1593
|
|
|
2111
1594
|
|
|
2112
1595
|
|
|
@@ -2285,53 +1768,6 @@ const VolumePickSensor_default_ = VolumePickSensor;
|
|
|
2285
1768
|
|
|
2286
1769
|
/* harmony default export */ const Picking_VolumePickSensor = (external_X_ITE_X3D_Namespace_default().add ("VolumePickSensor", VolumePickSensor_default_));
|
|
2287
1770
|
;// ./src/assets/components/PickingComponent.js
|
|
2288
|
-
/*******************************************************************************
|
|
2289
|
-
*
|
|
2290
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2291
|
-
*
|
|
2292
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
2293
|
-
*
|
|
2294
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
2295
|
-
*
|
|
2296
|
-
* The copyright notice above does not evidence any actual of intended
|
|
2297
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
2298
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
2299
|
-
* create3000.
|
|
2300
|
-
*
|
|
2301
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
2302
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
2303
|
-
* permission of create3000.
|
|
2304
|
-
*
|
|
2305
|
-
* NON-MILITARY USE ONLY
|
|
2306
|
-
*
|
|
2307
|
-
* All create3000 software are effectively free software with a non-military use
|
|
2308
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
2309
|
-
* source in any way you please with the exception anything that uses it must be
|
|
2310
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
2311
|
-
*
|
|
2312
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
2313
|
-
*
|
|
2314
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
2315
|
-
*
|
|
2316
|
-
* This file is part of the X_ITE Project.
|
|
2317
|
-
*
|
|
2318
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
2319
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
2320
|
-
* Free Software Foundation.
|
|
2321
|
-
*
|
|
2322
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
2323
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
2324
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
2325
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
2326
|
-
*
|
|
2327
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
2328
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
2329
|
-
* copy of the GPLv3 License.
|
|
2330
|
-
*
|
|
2331
|
-
* For Silvio, Joy and Adi.
|
|
2332
|
-
*
|
|
2333
|
-
******************************************************************************/
|
|
2334
|
-
|
|
2335
1771
|
|
|
2336
1772
|
|
|
2337
1773
|
|