x_ite 11.5.10 → 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.
Files changed (57) hide show
  1. package/README.md +4 -4
  2. package/dist/X3DUOM.xml +2 -0
  3. package/dist/assets/components/AnnotationComponent.js +2 -378
  4. package/dist/assets/components/AnnotationComponent.min.js +2 -2
  5. package/dist/assets/components/CADGeometryComponent.js +2 -378
  6. package/dist/assets/components/CADGeometryComponent.min.js +2 -2
  7. package/dist/assets/components/CubeMapTexturingComponent.js +7 -336
  8. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
  9. package/dist/assets/components/DISComponent.js +2 -331
  10. package/dist/assets/components/DISComponent.min.js +2 -2
  11. package/dist/assets/components/EventUtilitiesComponent.js +2 -472
  12. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
  13. package/dist/assets/components/Geometry2DComponent.js +2 -707
  14. package/dist/assets/components/Geometry2DComponent.min.js +2 -2
  15. package/dist/assets/components/GeospatialComponent.js +4 -897
  16. package/dist/assets/components/GeospatialComponent.min.js +2 -2
  17. package/dist/assets/components/HAnimComponent.js +83 -337
  18. package/dist/assets/components/HAnimComponent.min.js +2 -2
  19. package/dist/assets/components/KeyDeviceSensorComponent.js +2 -237
  20. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
  21. package/dist/assets/components/LayoutComponent.js +2 -425
  22. package/dist/assets/components/LayoutComponent.min.js +2 -2
  23. package/dist/assets/components/NURBSComponent.js +3 -896
  24. package/dist/assets/components/NURBSComponent.min.js +2 -2
  25. package/dist/assets/components/ParticleSystemsComponent.js +26 -732
  26. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
  27. package/dist/assets/components/PickingComponent.js +2 -566
  28. package/dist/assets/components/PickingComponent.min.js +2 -2
  29. package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -942
  30. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
  31. package/dist/assets/components/ScriptingComponent.js +2 -190
  32. package/dist/assets/components/ScriptingComponent.min.js +2 -2
  33. package/dist/assets/components/TextComponent.js +2 -379
  34. package/dist/assets/components/TextComponent.min.js +2 -2
  35. package/dist/assets/components/TextureProjectionComponent.js +8 -196
  36. package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
  37. package/dist/assets/components/Texturing3DComponent.js +3569 -4133
  38. package/dist/assets/components/Texturing3DComponent.min.js +2 -2
  39. package/dist/assets/components/VolumeRenderingComponent.js +11 -906
  40. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
  41. package/dist/assets/components/WebXRComponent.js +5 -145
  42. package/dist/assets/components/WebXRComponent.min.js +2 -2
  43. package/dist/assets/components/X_ITEComponent.js +273 -901
  44. package/dist/assets/components/X_ITEComponent.min.js +2 -2
  45. package/dist/assets/fonts/PT_Sans/OFL.txt +94 -94
  46. package/dist/assets/lib/draco_decoder_gltf.js +1 -1
  47. package/dist/assets/lib/libktx.js +1 -1
  48. package/dist/assets/lib/libktx.wasm +0 -0
  49. package/dist/assets/lib/woff2_decoder.js +1 -1
  50. package/dist/example.html +1 -1
  51. package/dist/x_ite.css +1 -1
  52. package/dist/x_ite.js +50500 -70043
  53. package/dist/x_ite.min.js +2 -2
  54. package/dist/x_ite.min.mjs +2 -2
  55. package/dist/x_ite.mjs +50447 -69990
  56. package/dist/x_ite.zip +0 -0
  57. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
- /* X_ITE v11.5.10 */
2
- const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.10")];
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/Components/EventUtilities/BooleanFilter.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
 
115
68
 
116
69
 
@@ -171,53 +124,6 @@ const __default__ = BooleanFilter;
171
124
  const external_X_ITE_X3D_Algorithm_namespaceObject = __X_ITE_X3D__ .Algorithm;
172
125
  var external_X_ITE_X3D_Algorithm_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Algorithm_namespaceObject);
173
126
  ;// ./src/x_ite/Components/EventUtilities/X3DSequencerNode.js
174
- /*******************************************************************************
175
- *
176
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
177
- *
178
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
179
- *
180
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
181
- *
182
- * The copyright notice above does not evidence any actual of intended
183
- * publication of such source code, and is an unpublished work by create3000.
184
- * This material contains CONFIDENTIAL INFORMATION that is the property of
185
- * create3000.
186
- *
187
- * No permission is granted to copy, distribute, or create derivative works from
188
- * the contents of this software, in whole or in part, without the prior written
189
- * permission of create3000.
190
- *
191
- * NON-MILITARY USE ONLY
192
- *
193
- * All create3000 software are effectively free software with a non-military use
194
- * restriction. It is free. Well commented source is provided. You may reuse the
195
- * source in any way you please with the exception anything that uses it must be
196
- * marked to indicate is contains 'non-military use only' components.
197
- *
198
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
199
- *
200
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
201
- *
202
- * This file is part of the X_ITE Project.
203
- *
204
- * X_ITE is free software: you can redistribute it and/or modify it under the
205
- * terms of the GNU General Public License version 3 only, as published by the
206
- * Free Software Foundation.
207
- *
208
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
209
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
210
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
211
- * details (a copy is included in the LICENSE file that accompanied this code).
212
- *
213
- * You should have received a copy of the GNU General Public License version 3
214
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
215
- * copy of the GPLv3 License.
216
- *
217
- * For Silvio, Joy and Adi.
218
- *
219
- ******************************************************************************/
220
-
221
127
 
222
128
 
223
129
 
@@ -317,53 +223,6 @@ const X3DSequencerNode_default_ = X3DSequencerNode;
317
223
 
318
224
  /* harmony default export */ const EventUtilities_X3DSequencerNode = (external_X_ITE_X3D_Namespace_default().add ("X3DSequencerNode", X3DSequencerNode_default_));
319
225
  ;// ./src/x_ite/Components/EventUtilities/BooleanSequencer.js
320
- /*******************************************************************************
321
- *
322
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
323
- *
324
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
325
- *
326
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
327
- *
328
- * The copyright notice above does not evidence any actual of intended
329
- * publication of such source code, and is an unpublished work by create3000.
330
- * This material contains CONFIDENTIAL INFORMATION that is the property of
331
- * create3000.
332
- *
333
- * No permission is granted to copy, distribute, or create derivative works from
334
- * the contents of this software, in whole or in part, without the prior written
335
- * permission of create3000.
336
- *
337
- * NON-MILITARY USE ONLY
338
- *
339
- * All create3000 software are effectively free software with a non-military use
340
- * restriction. It is free. Well commented source is provided. You may reuse the
341
- * source in any way you please with the exception anything that uses it must be
342
- * marked to indicate is contains 'non-military use only' components.
343
- *
344
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
345
- *
346
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
347
- *
348
- * This file is part of the X_ITE Project.
349
- *
350
- * X_ITE is free software: you can redistribute it and/or modify it under the
351
- * terms of the GNU General Public License version 3 only, as published by the
352
- * Free Software Foundation.
353
- *
354
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
355
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
356
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
357
- * details (a copy is included in the LICENSE file that accompanied this code).
358
- *
359
- * You should have received a copy of the GNU General Public License version 3
360
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
361
- * copy of the GPLv3 License.
362
- *
363
- * For Silvio, Joy and Adi.
364
- *
365
- ******************************************************************************/
366
-
367
226
 
368
227
 
369
228
 
@@ -419,53 +278,6 @@ const BooleanSequencer_default_ = BooleanSequencer;
419
278
 
420
279
  /* harmony default export */ const EventUtilities_BooleanSequencer = (external_X_ITE_X3D_Namespace_default().add ("BooleanSequencer", BooleanSequencer_default_));
421
280
  ;// ./src/x_ite/Components/EventUtilities/BooleanToggle.js
422
- /*******************************************************************************
423
- *
424
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
425
- *
426
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
427
- *
428
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
429
- *
430
- * The copyright notice above does not evidence any actual of intended
431
- * publication of such source code, and is an unpublished work by create3000.
432
- * This material contains CONFIDENTIAL INFORMATION that is the property of
433
- * create3000.
434
- *
435
- * No permission is granted to copy, distribute, or create derivative works from
436
- * the contents of this software, in whole or in part, without the prior written
437
- * permission of create3000.
438
- *
439
- * NON-MILITARY USE ONLY
440
- *
441
- * All create3000 software are effectively free software with a non-military use
442
- * restriction. It is free. Well commented source is provided. You may reuse the
443
- * source in any way you please with the exception anything that uses it must be
444
- * marked to indicate is contains 'non-military use only' components.
445
- *
446
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
447
- *
448
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
449
- *
450
- * This file is part of the X_ITE Project.
451
- *
452
- * X_ITE is free software: you can redistribute it and/or modify it under the
453
- * terms of the GNU General Public License version 3 only, as published by the
454
- * Free Software Foundation.
455
- *
456
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
457
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
458
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
459
- * details (a copy is included in the LICENSE file that accompanied this code).
460
- *
461
- * You should have received a copy of the GNU General Public License version 3
462
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
463
- * copy of the GPLv3 License.
464
- *
465
- * For Silvio, Joy and Adi.
466
- *
467
- ******************************************************************************/
468
-
469
281
 
470
282
 
471
283
 
@@ -514,53 +326,6 @@ const BooleanToggle_default_ = BooleanToggle;
514
326
 
515
327
  /* harmony default export */ const EventUtilities_BooleanToggle = (external_X_ITE_X3D_Namespace_default().add ("BooleanToggle", BooleanToggle_default_));
516
328
  ;// ./src/x_ite/Components/EventUtilities/X3DTriggerNode.js
517
- /*******************************************************************************
518
- *
519
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
520
- *
521
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
522
- *
523
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
524
- *
525
- * The copyright notice above does not evidence any actual of intended
526
- * publication of such source code, and is an unpublished work by create3000.
527
- * This material contains CONFIDENTIAL INFORMATION that is the property of
528
- * create3000.
529
- *
530
- * No permission is granted to copy, distribute, or create derivative works from
531
- * the contents of this software, in whole or in part, without the prior written
532
- * permission of create3000.
533
- *
534
- * NON-MILITARY USE ONLY
535
- *
536
- * All create3000 software are effectively free software with a non-military use
537
- * restriction. It is free. Well commented source is provided. You may reuse the
538
- * source in any way you please with the exception anything that uses it must be
539
- * marked to indicate is contains 'non-military use only' components.
540
- *
541
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
542
- *
543
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
544
- *
545
- * This file is part of the X_ITE Project.
546
- *
547
- * X_ITE is free software: you can redistribute it and/or modify it under the
548
- * terms of the GNU General Public License version 3 only, as published by the
549
- * Free Software Foundation.
550
- *
551
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
552
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
553
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
554
- * details (a copy is included in the LICENSE file that accompanied this code).
555
- *
556
- * You should have received a copy of the GNU General Public License version 3
557
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
558
- * copy of the GPLv3 License.
559
- *
560
- * For Silvio, Joy and Adi.
561
- *
562
- ******************************************************************************/
563
-
564
329
 
565
330
 
566
331
 
@@ -581,53 +346,6 @@ const X3DTriggerNode_default_ = X3DTriggerNode;
581
346
 
582
347
  /* harmony default export */ const EventUtilities_X3DTriggerNode = (external_X_ITE_X3D_Namespace_default().add ("X3DTriggerNode", X3DTriggerNode_default_));
583
348
  ;// ./src/x_ite/Components/EventUtilities/BooleanTrigger.js
584
- /*******************************************************************************
585
- *
586
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
587
- *
588
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
589
- *
590
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
591
- *
592
- * The copyright notice above does not evidence any actual of intended
593
- * publication of such source code, and is an unpublished work by create3000.
594
- * This material contains CONFIDENTIAL INFORMATION that is the property of
595
- * create3000.
596
- *
597
- * No permission is granted to copy, distribute, or create derivative works from
598
- * the contents of this software, in whole or in part, without the prior written
599
- * permission of create3000.
600
- *
601
- * NON-MILITARY USE ONLY
602
- *
603
- * All create3000 software are effectively free software with a non-military use
604
- * restriction. It is free. Well commented source is provided. You may reuse the
605
- * source in any way you please with the exception anything that uses it must be
606
- * marked to indicate is contains 'non-military use only' components.
607
- *
608
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
609
- *
610
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
611
- *
612
- * This file is part of the X_ITE Project.
613
- *
614
- * X_ITE is free software: you can redistribute it and/or modify it under the
615
- * terms of the GNU General Public License version 3 only, as published by the
616
- * Free Software Foundation.
617
- *
618
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
619
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
620
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
621
- * details (a copy is included in the LICENSE file that accompanied this code).
622
- *
623
- * You should have received a copy of the GNU General Public License version 3
624
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
625
- * copy of the GPLv3 License.
626
- *
627
- * For Silvio, Joy and Adi.
628
- *
629
- ******************************************************************************/
630
-
631
349
 
632
350
 
633
351
 
@@ -675,53 +393,6 @@ const BooleanTrigger_default_ = BooleanTrigger;
675
393
 
676
394
  /* harmony default export */ const EventUtilities_BooleanTrigger = (external_X_ITE_X3D_Namespace_default().add ("BooleanTrigger", BooleanTrigger_default_));
677
395
  ;// ./src/x_ite/Components/EventUtilities/IntegerSequencer.js
678
- /*******************************************************************************
679
- *
680
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
681
- *
682
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
683
- *
684
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
685
- *
686
- * The copyright notice above does not evidence any actual of intended
687
- * publication of such source code, and is an unpublished work by create3000.
688
- * This material contains CONFIDENTIAL INFORMATION that is the property of
689
- * create3000.
690
- *
691
- * No permission is granted to copy, distribute, or create derivative works from
692
- * the contents of this software, in whole or in part, without the prior written
693
- * permission of create3000.
694
- *
695
- * NON-MILITARY USE ONLY
696
- *
697
- * All create3000 software are effectively free software with a non-military use
698
- * restriction. It is free. Well commented source is provided. You may reuse the
699
- * source in any way you please with the exception anything that uses it must be
700
- * marked to indicate is contains 'non-military use only' components.
701
- *
702
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
703
- *
704
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
705
- *
706
- * This file is part of the X_ITE Project.
707
- *
708
- * X_ITE is free software: you can redistribute it and/or modify it under the
709
- * terms of the GNU General Public License version 3 only, as published by the
710
- * Free Software Foundation.
711
- *
712
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
713
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
714
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
715
- * details (a copy is included in the LICENSE file that accompanied this code).
716
- *
717
- * You should have received a copy of the GNU General Public License version 3
718
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
719
- * copy of the GPLv3 License.
720
- *
721
- * For Silvio, Joy and Adi.
722
- *
723
- ******************************************************************************/
724
-
725
396
 
726
397
 
727
398
 
@@ -777,53 +448,6 @@ const IntegerSequencer_default_ = IntegerSequencer;
777
448
 
778
449
  /* harmony default export */ const EventUtilities_IntegerSequencer = (external_X_ITE_X3D_Namespace_default().add ("IntegerSequencer", IntegerSequencer_default_));
779
450
  ;// ./src/x_ite/Components/EventUtilities/IntegerTrigger.js
780
- /*******************************************************************************
781
- *
782
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
783
- *
784
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
785
- *
786
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
787
- *
788
- * The copyright notice above does not evidence any actual of intended
789
- * publication of such source code, and is an unpublished work by create3000.
790
- * This material contains CONFIDENTIAL INFORMATION that is the property of
791
- * create3000.
792
- *
793
- * No permission is granted to copy, distribute, or create derivative works from
794
- * the contents of this software, in whole or in part, without the prior written
795
- * permission of create3000.
796
- *
797
- * NON-MILITARY USE ONLY
798
- *
799
- * All create3000 software are effectively free software with a non-military use
800
- * restriction. It is free. Well commented source is provided. You may reuse the
801
- * source in any way you please with the exception anything that uses it must be
802
- * marked to indicate is contains 'non-military use only' components.
803
- *
804
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
805
- *
806
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
807
- *
808
- * This file is part of the X_ITE Project.
809
- *
810
- * X_ITE is free software: you can redistribute it and/or modify it under the
811
- * terms of the GNU General Public License version 3 only, as published by the
812
- * Free Software Foundation.
813
- *
814
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
815
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
816
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
817
- * details (a copy is included in the LICENSE file that accompanied this code).
818
- *
819
- * You should have received a copy of the GNU General Public License version 3
820
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
821
- * copy of the GPLv3 License.
822
- *
823
- * For Silvio, Joy and Adi.
824
- *
825
- ******************************************************************************/
826
-
827
451
 
828
452
 
829
453
 
@@ -872,53 +496,6 @@ const IntegerTrigger_default_ = IntegerTrigger;
872
496
 
873
497
  /* harmony default export */ const EventUtilities_IntegerTrigger = (external_X_ITE_X3D_Namespace_default().add ("IntegerTrigger", IntegerTrigger_default_));
874
498
  ;// ./src/x_ite/Components/EventUtilities/TimeTrigger.js
875
- /*******************************************************************************
876
- *
877
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
878
- *
879
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
880
- *
881
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
882
- *
883
- * The copyright notice above does not evidence any actual of intended
884
- * publication of such source code, and is an unpublished work by create3000.
885
- * This material contains CONFIDENTIAL INFORMATION that is the property of
886
- * create3000.
887
- *
888
- * No permission is granted to copy, distribute, or create derivative works from
889
- * the contents of this software, in whole or in part, without the prior written
890
- * permission of create3000.
891
- *
892
- * NON-MILITARY USE ONLY
893
- *
894
- * All create3000 software are effectively free software with a non-military use
895
- * restriction. It is free. Well commented source is provided. You may reuse the
896
- * source in any way you please with the exception anything that uses it must be
897
- * marked to indicate is contains 'non-military use only' components.
898
- *
899
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
900
- *
901
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
902
- *
903
- * This file is part of the X_ITE Project.
904
- *
905
- * X_ITE is free software: you can redistribute it and/or modify it under the
906
- * terms of the GNU General Public License version 3 only, as published by the
907
- * Free Software Foundation.
908
- *
909
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
910
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
911
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
912
- * details (a copy is included in the LICENSE file that accompanied this code).
913
- *
914
- * You should have received a copy of the GNU General Public License version 3
915
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
916
- * copy of the GPLv3 License.
917
- *
918
- * For Silvio, Joy and Adi.
919
- *
920
- ******************************************************************************/
921
-
922
499
 
923
500
 
924
501
 
@@ -966,53 +543,6 @@ const TimeTrigger_default_ = TimeTrigger;
966
543
 
967
544
  /* harmony default export */ const EventUtilities_TimeTrigger = (external_X_ITE_X3D_Namespace_default().add ("TimeTrigger", TimeTrigger_default_));
968
545
  ;// ./src/assets/components/EventUtilitiesComponent.js
969
- /*******************************************************************************
970
- *
971
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
972
- *
973
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
974
- *
975
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
976
- *
977
- * The copyright notice above does not evidence any actual of intended
978
- * publication of such source code, and is an unpublished work by create3000.
979
- * This material contains CONFIDENTIAL INFORMATION that is the property of
980
- * create3000.
981
- *
982
- * No permission is granted to copy, distribute, or create derivative works from
983
- * the contents of this software, in whole or in part, without the prior written
984
- * permission of create3000.
985
- *
986
- * NON-MILITARY USE ONLY
987
- *
988
- * All create3000 software are effectively free software with a non-military use
989
- * restriction. It is free. Well commented source is provided. You may reuse the
990
- * source in any way you please with the exception anything that uses it must be
991
- * marked to indicate is contains 'non-military use only' components.
992
- *
993
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
994
- *
995
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
996
- *
997
- * This file is part of the X_ITE Project.
998
- *
999
- * X_ITE is free software: you can redistribute it and/or modify it under the
1000
- * terms of the GNU General Public License version 3 only, as published by the
1001
- * Free Software Foundation.
1002
- *
1003
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1004
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1005
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1006
- * details (a copy is included in the LICENSE file that accompanied this code).
1007
- *
1008
- * You should have received a copy of the GNU General Public License version 3
1009
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1010
- * copy of the GPLv3 License.
1011
- *
1012
- * For Silvio, Joy and Adi.
1013
- *
1014
- ******************************************************************************/
1015
-
1016
546
 
1017
547
 
1018
548
 
@@ -1,2 +1,2 @@
1
- /* X_ITE v11.5.10 */
2
- const e=window[Symbol.for("X_ITE.X3D-11.5.10")];(()=>{var t={n:e=>{var i=e&&e.__esModule?()=>e.default:()=>e;return t.d(i,{a:i}),i},d:(e,i)=>{for(var n in i)t.o(i,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:i[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const i=e.Components;var n=t.n(i);const o=e.Fields;var s=t.n(o);const r=e.X3DFieldDefinition;var a=t.n(r);const l=e.FieldDefinitionArray;var p=t.n(l);const u=e.X3DNode;var d=t.n(u);const c=e.X3DChildNode;var _=t.n(c);const h=e.X3DConstants;var g=t.n(h);const y=e.Namespace;var w=t.n(y);function O(e){_().call(this,e),this.addType(g().BooleanFilter)}Object.assign(Object.setPrototypeOf(O.prototype,_().prototype),{initialize(){_().prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){const e=this._set_boolean.getValue();e?this._inputTrue=!0:this._inputFalse=!1,this._inputNegate=!e}}),Object.defineProperties(O,{...d().getStaticProperties("BooleanFilter","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().outputOnly,"inputTrue",new(s().SFBool)),new(a())(g().outputOnly,"inputFalse",new(s().SFBool)),new(a())(g().outputOnly,"inputNegate",new(s().SFBool))]),enumerable:!0}});const f=O,b=w().add("BooleanFilter",f),S=e.Algorithm;var F=t.n(S);function T(e){_().call(this,e),this.addType(g().X3DSequencerNode),this.index=-1}Object.assign(Object.setPrototypeOf(T.prototype,_().prototype),{initialize(){_().prototype.initialize.call(this),this._set_fraction.addInterest("set_fraction__",this),this._previous.addInterest("set_previous__",this),this._next.addInterest("set_next__",this),this._key.addInterest("set_index__",this)},set_fraction__(){const e=this._set_fraction.getValue(),t=this._key,i=t.length;if(0===i)return;let n=0;if(1===i||e<=t[0])n=0;else if(e>=t[i-1])n=this.getSize()-1;else{n=F().upperBound(t,0,i,e)-1}n!==this.index&&n<this.getSize()&&this.sequence(this.index=n)},set_previous__(){this._previous.getValue()&&(this.index<=0?this.index=this.getSize()-1:--this.index,this.index<this.getSize()&&this.sequence(this.index))},set_next__(){this._next.getValue()&&(this.index>=this.getSize()-1?this.index=0:++this.index,this.index<this.getSize()&&this.sequence(this.index))},set_index__(){this.index=-1}}),Object.defineProperties(T,d().getStaticProperties("X3DSequencerNode","EventUtilities",1));const v=T,m=w().add("X3DSequencerNode",v);function B(e){m.call(this,e),this.addType(g().BooleanSequencer)}Object.assign(Object.setPrototypeOf(B.prototype,m.prototype),{initialize(){m.prototype.initialize.call(this),this._keyValue.addInterest("set_index__",this)},getSize(){return this._keyValue.length},sequence(e){this._value_changed=this._keyValue[e]}}),Object.defineProperties(B,{...d().getStaticProperties("BooleanSequencer","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_fraction",new(s().SFFloat)),new(a())(g().inputOnly,"previous",new(s().SFBool)),new(a())(g().inputOnly,"next",new(s().SFBool)),new(a())(g().inputOutput,"key",new(s().MFFloat)),new(a())(g().inputOutput,"keyValue",new(s().MFBool)),new(a())(g().outputOnly,"value_changed",new(s().SFBool))]),enumerable:!0}});const P=B,j=w().add("BooleanSequencer",P);function x(e){_().call(this,e),this.addType(g().BooleanToggle)}Object.assign(Object.setPrototypeOf(x.prototype,_().prototype),{initialize(){_().prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){this._set_boolean.getValue()&&(this._toggle=!this._toggle.getValue())}}),Object.defineProperties(x,{...d().getStaticProperties("BooleanToggle","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().inputOutput,"toggle",new(s().SFBool))]),enumerable:!0}});const z=x,I=w().add("BooleanToggle",z);function D(e){_().call(this,e),this.addType(g().X3DTriggerNode)}Object.setPrototypeOf(D.prototype,_().prototype),Object.defineProperties(D,d().getStaticProperties("X3DTriggerNode","EventUtilities",1));const N=D,V=w().add("X3DTriggerNode",N);function q(e){V.call(this,e),this.addType(g().BooleanTrigger)}Object.assign(Object.setPrototypeOf(q.prototype,V.prototype),{initialize(){V.prototype.initialize.call(this),this._set_triggerTime.addInterest("set_triggerTime__",this)},set_triggerTime__(){this._triggerTrue=!0}}),Object.defineProperties(q,{...d().getStaticProperties("BooleanTrigger","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_triggerTime",new(s().SFTime)),new(a())(g().outputOnly,"triggerTrue",new(s().SFBool))]),enumerable:!0}});const k=q,E=w().add("BooleanTrigger",k);function X(e){m.call(this,e),this.addType(g().IntegerSequencer)}Object.assign(Object.setPrototypeOf(X.prototype,m.prototype),{initialize(){m.prototype.initialize.call(this),this._keyValue.addInterest("set_index__",this)},getSize(){return this._keyValue.length},sequence(e){this._value_changed=this._keyValue[e]}}),Object.defineProperties(X,{...d().getStaticProperties("IntegerSequencer","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_fraction",new(s().SFFloat)),new(a())(g().inputOnly,"previous",new(s().SFBool)),new(a())(g().inputOnly,"next",new(s().SFBool)),new(a())(g().inputOutput,"key",new(s().MFFloat)),new(a())(g().inputOutput,"keyValue",new(s().MFInt32)),new(a())(g().outputOnly,"value_changed",new(s().SFInt32))]),enumerable:!0}});const U=X,C=w().add("IntegerSequencer",U);function M(e){V.call(this,e),this.addType(g().IntegerTrigger)}Object.assign(Object.setPrototypeOf(M.prototype,V.prototype),{initialize(){V.prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){this._triggerValue=this._integerKey}}),Object.defineProperties(M,{...d().getStaticProperties("IntegerTrigger","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().inputOutput,"integerKey",new(s().SFInt32)(-1)),new(a())(g().outputOnly,"triggerValue",new(s().SFInt32))]),enumerable:!0}});const A=M,K=w().add("IntegerTrigger",A);function G(e){V.call(this,e),this.addType(g().TimeTrigger)}Object.assign(Object.setPrototypeOf(G.prototype,V.prototype),{initialize(){V.prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){this._triggerTime=this.getBrowser().getCurrentTime()}}),Object.defineProperties(G,{...d().getStaticProperties("TimeTrigger","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().outputOnly,"triggerTime",new(s().SFTime))]),enumerable:!0}});const H=G,J=w().add("TimeTrigger",H);n().add({name:"EventUtilities",concreteNodes:[b,j,I,E,C,K,J],abstractNodes:[m,V]});w().add("EventUtilitiesComponent",undefined)})();
1
+ /* X_ITE v11.5.12 */
2
+ const e=window[Symbol.for("X_ITE.X3D-11.5.12")];(()=>{var t={n:e=>{var i=e&&e.__esModule?()=>e.default:()=>e;return t.d(i,{a:i}),i},d:(e,i)=>{for(var n in i)t.o(i,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:i[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const i=e.Components;var n=t.n(i);const o=e.Fields;var s=t.n(o);const r=e.X3DFieldDefinition;var a=t.n(r);const l=e.FieldDefinitionArray;var p=t.n(l);const u=e.X3DNode;var d=t.n(u);const c=e.X3DChildNode;var _=t.n(c);const h=e.X3DConstants;var g=t.n(h);const y=e.Namespace;var w=t.n(y);function O(e){_().call(this,e),this.addType(g().BooleanFilter)}Object.assign(Object.setPrototypeOf(O.prototype,_().prototype),{initialize(){_().prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){const e=this._set_boolean.getValue();e?this._inputTrue=!0:this._inputFalse=!1,this._inputNegate=!e}}),Object.defineProperties(O,{...d().getStaticProperties("BooleanFilter","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().outputOnly,"inputTrue",new(s().SFBool)),new(a())(g().outputOnly,"inputFalse",new(s().SFBool)),new(a())(g().outputOnly,"inputNegate",new(s().SFBool))]),enumerable:!0}});const f=O,b=w().add("BooleanFilter",f),S=e.Algorithm;var F=t.n(S);function T(e){_().call(this,e),this.addType(g().X3DSequencerNode),this.index=-1}Object.assign(Object.setPrototypeOf(T.prototype,_().prototype),{initialize(){_().prototype.initialize.call(this),this._set_fraction.addInterest("set_fraction__",this),this._previous.addInterest("set_previous__",this),this._next.addInterest("set_next__",this),this._key.addInterest("set_index__",this)},set_fraction__(){const e=this._set_fraction.getValue(),t=this._key,i=t.length;if(0===i)return;let n=0;if(1===i||e<=t[0])n=0;else if(e>=t[i-1])n=this.getSize()-1;else{n=F().upperBound(t,0,i,e)-1}n!==this.index&&n<this.getSize()&&this.sequence(this.index=n)},set_previous__(){this._previous.getValue()&&(this.index<=0?this.index=this.getSize()-1:--this.index,this.index<this.getSize()&&this.sequence(this.index))},set_next__(){this._next.getValue()&&(this.index>=this.getSize()-1?this.index=0:++this.index,this.index<this.getSize()&&this.sequence(this.index))},set_index__(){this.index=-1}}),Object.defineProperties(T,d().getStaticProperties("X3DSequencerNode","EventUtilities",1));const v=T,m=w().add("X3DSequencerNode",v);function B(e){m.call(this,e),this.addType(g().BooleanSequencer)}Object.assign(Object.setPrototypeOf(B.prototype,m.prototype),{initialize(){m.prototype.initialize.call(this),this._keyValue.addInterest("set_index__",this)},getSize(){return this._keyValue.length},sequence(e){this._value_changed=this._keyValue[e]}}),Object.defineProperties(B,{...d().getStaticProperties("BooleanSequencer","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_fraction",new(s().SFFloat)),new(a())(g().inputOnly,"previous",new(s().SFBool)),new(a())(g().inputOnly,"next",new(s().SFBool)),new(a())(g().inputOutput,"key",new(s().MFFloat)),new(a())(g().inputOutput,"keyValue",new(s().MFBool)),new(a())(g().outputOnly,"value_changed",new(s().SFBool))]),enumerable:!0}});const P=B,j=w().add("BooleanSequencer",P);function x(e){_().call(this,e),this.addType(g().BooleanToggle)}Object.assign(Object.setPrototypeOf(x.prototype,_().prototype),{initialize(){_().prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){this._set_boolean.getValue()&&(this._toggle=!this._toggle.getValue())}}),Object.defineProperties(x,{...d().getStaticProperties("BooleanToggle","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().inputOutput,"toggle",new(s().SFBool))]),enumerable:!0}});const z=x,I=w().add("BooleanToggle",z);function D(e){_().call(this,e),this.addType(g().X3DTriggerNode)}Object.setPrototypeOf(D.prototype,_().prototype),Object.defineProperties(D,d().getStaticProperties("X3DTriggerNode","EventUtilities",1));const N=D,V=w().add("X3DTriggerNode",N);function q(e){V.call(this,e),this.addType(g().BooleanTrigger)}Object.assign(Object.setPrototypeOf(q.prototype,V.prototype),{initialize(){V.prototype.initialize.call(this),this._set_triggerTime.addInterest("set_triggerTime__",this)},set_triggerTime__(){this._triggerTrue=!0}}),Object.defineProperties(q,{...d().getStaticProperties("BooleanTrigger","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_triggerTime",new(s().SFTime)),new(a())(g().outputOnly,"triggerTrue",new(s().SFBool))]),enumerable:!0}});const k=q,E=w().add("BooleanTrigger",k);function X(e){m.call(this,e),this.addType(g().IntegerSequencer)}Object.assign(Object.setPrototypeOf(X.prototype,m.prototype),{initialize(){m.prototype.initialize.call(this),this._keyValue.addInterest("set_index__",this)},getSize(){return this._keyValue.length},sequence(e){this._value_changed=this._keyValue[e]}}),Object.defineProperties(X,{...d().getStaticProperties("IntegerSequencer","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_fraction",new(s().SFFloat)),new(a())(g().inputOnly,"previous",new(s().SFBool)),new(a())(g().inputOnly,"next",new(s().SFBool)),new(a())(g().inputOutput,"key",new(s().MFFloat)),new(a())(g().inputOutput,"keyValue",new(s().MFInt32)),new(a())(g().outputOnly,"value_changed",new(s().SFInt32))]),enumerable:!0}});const U=X,C=w().add("IntegerSequencer",U);function M(e){V.call(this,e),this.addType(g().IntegerTrigger)}Object.assign(Object.setPrototypeOf(M.prototype,V.prototype),{initialize(){V.prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){this._triggerValue=this._integerKey}}),Object.defineProperties(M,{...d().getStaticProperties("IntegerTrigger","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().inputOutput,"integerKey",new(s().SFInt32)(-1)),new(a())(g().outputOnly,"triggerValue",new(s().SFInt32))]),enumerable:!0}});const A=M,K=w().add("IntegerTrigger",A);function G(e){V.call(this,e),this.addType(g().TimeTrigger)}Object.assign(Object.setPrototypeOf(G.prototype,V.prototype),{initialize(){V.prototype.initialize.call(this),this._set_boolean.addInterest("set_boolean__",this)},set_boolean__(){this._triggerTime=this.getBrowser().getCurrentTime()}}),Object.defineProperties(G,{...d().getStaticProperties("TimeTrigger","EventUtilities",1,"children","3.0"),fieldDefinitions:{value:new(p())([new(a())(g().inputOutput,"metadata",new(s().SFNode)),new(a())(g().inputOnly,"set_boolean",new(s().SFBool)),new(a())(g().outputOnly,"triggerTime",new(s().SFTime))]),enumerable:!0}});const H=G,J=w().add("TimeTrigger",H);n().add({name:"EventUtilities",concreteNodes:[b,j,I,E,C,K,J],abstractNodes:[m,V]});w().add("EventUtilitiesComponent",undefined)})();