x_ite 11.5.11 → 11.5.14

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 (54) hide show
  1. package/README.md +4 -4
  2. package/dist/assets/components/AnnotationComponent.js +2 -378
  3. package/dist/assets/components/AnnotationComponent.min.js +2 -2
  4. package/dist/assets/components/CADGeometryComponent.js +2 -378
  5. package/dist/assets/components/CADGeometryComponent.min.js +2 -2
  6. package/dist/assets/components/CubeMapTexturingComponent.js +4 -333
  7. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
  8. package/dist/assets/components/DISComponent.js +2 -331
  9. package/dist/assets/components/DISComponent.min.js +2 -2
  10. package/dist/assets/components/EventUtilitiesComponent.js +2 -472
  11. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
  12. package/dist/assets/components/Geometry2DComponent.js +2 -707
  13. package/dist/assets/components/Geometry2DComponent.min.js +2 -2
  14. package/dist/assets/components/GeospatialComponent.js +4 -897
  15. package/dist/assets/components/GeospatialComponent.min.js +2 -2
  16. package/dist/assets/components/HAnimComponent.js +9 -338
  17. package/dist/assets/components/HAnimComponent.min.js +2 -2
  18. package/dist/assets/components/KeyDeviceSensorComponent.js +2 -237
  19. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
  20. package/dist/assets/components/LayoutComponent.js +2 -425
  21. package/dist/assets/components/LayoutComponent.min.js +2 -2
  22. package/dist/assets/components/NURBSComponent.js +3 -896
  23. package/dist/assets/components/NURBSComponent.min.js +2 -2
  24. package/dist/assets/components/ParticleSystemsComponent.js +9 -715
  25. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
  26. package/dist/assets/components/PickingComponent.js +2 -566
  27. package/dist/assets/components/PickingComponent.min.js +2 -2
  28. package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -942
  29. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
  30. package/dist/assets/components/ScriptingComponent.js +2 -190
  31. package/dist/assets/components/ScriptingComponent.min.js +2 -2
  32. package/dist/assets/components/TextComponent.js +2 -379
  33. package/dist/assets/components/TextComponent.min.js +2 -2
  34. package/dist/assets/components/TextureProjectionComponent.js +8 -196
  35. package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
  36. package/dist/assets/components/Texturing3DComponent.js +4303 -4867
  37. package/dist/assets/components/Texturing3DComponent.min.js +2 -2
  38. package/dist/assets/components/VolumeRenderingComponent.js +5 -900
  39. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
  40. package/dist/assets/components/WebXRComponent.js +5 -145
  41. package/dist/assets/components/WebXRComponent.min.js +2 -2
  42. package/dist/assets/components/X_ITEComponent.js +18 -853
  43. package/dist/assets/components/X_ITEComponent.min.js +2 -2
  44. package/dist/assets/fonts/PT_Sans/OFL.txt +94 -94
  45. package/dist/assets/lib/libktx.js +1 -1
  46. package/dist/assets/lib/libktx.wasm +0 -0
  47. package/dist/example.html +1 -1
  48. package/dist/x_ite.css +1 -1
  49. package/dist/x_ite.js +51129 -70574
  50. package/dist/x_ite.min.js +2 -2
  51. package/dist/x_ite.min.mjs +2 -2
  52. package/dist/x_ite.mjs +51013 -70458
  53. package/dist/x_ite.zip +0 -0
  54. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
- /* X_ITE v11.5.11 */
2
- const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.11")];
1
+ /* X_ITE v11.5.14 */
2
+ const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.14")];
3
3
  /******/ (() => { // webpackBootstrap
4
4
  /******/ var __webpack_modules__ = ({
5
5
 
@@ -108,53 +108,6 @@ var external_X_ITE_X3D_Matrix4_default = /*#__PURE__*/__webpack_require__.n(exte
108
108
  const external_X_ITE_X3D_Namespace_namespaceObject = __X_ITE_X3D__ .Namespace;
109
109
  var external_X_ITE_X3D_Namespace_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Namespace_namespaceObject);
110
110
  ;// ./src/x_ite/Components/RigidBodyPhysics/X3DRigidJointNode.js
111
- /*******************************************************************************
112
- *
113
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
114
- *
115
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
116
- *
117
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
118
- *
119
- * The copyright notice above does not evidence any actual of intended
120
- * publication of such source code, and is an unpublished work by create3000.
121
- * This material contains CONFIDENTIAL INFORMATION that is the property of
122
- * create3000.
123
- *
124
- * No permission is granted to copy, distribute, or create derivative works from
125
- * the contents of this software, in whole or in part, without the prior written
126
- * permission of create3000.
127
- *
128
- * NON-MILITARY USE ONLY
129
- *
130
- * All create3000 software are effectively free software with a non-military use
131
- * restriction. It is free. Well commented source is provided. You may reuse the
132
- * source in any way you please with the exception anything that uses it must be
133
- * marked to indicate is contains 'non-military use only' components.
134
- *
135
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
136
- *
137
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
138
- *
139
- * This file is part of the X_ITE Project.
140
- *
141
- * X_ITE is free software: you can redistribute it and/or modify it under the
142
- * terms of the GNU General Public License version 3 only, as published by the
143
- * Free Software Foundation.
144
- *
145
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
146
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
147
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
148
- * details (a copy is included in the LICENSE file that accompanied this code).
149
- *
150
- * You should have received a copy of the GNU General Public License version 3
151
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
152
- * copy of the GPLv3 License.
153
- *
154
- * For Silvio, Joy and Adi.
155
- *
156
- ******************************************************************************/
157
-
158
111
 
159
112
 
160
113
 
@@ -372,53 +325,6 @@ const ammo_default_ = Ammo;
372
325
 
373
326
  /* harmony default export */ const ammo = (external_X_ITE_X3D_Namespace_default().add ("ammo", ammo_default_));
374
327
  ;// ./src/lib/ammojs/AmmoClass.js
375
- /*******************************************************************************
376
- *
377
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
378
- *
379
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
380
- *
381
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
382
- *
383
- * The copyright notice above does not evidence any actual of intended
384
- * publication of such source code, and is an unpublished work by create3000.
385
- * This material contains CONFIDENTIAL INFORMATION that is the property of
386
- * create3000.
387
- *
388
- * No permission is granted to copy, distribute, or create derivative works from
389
- * the contents of this software, in whole or in part, without the prior written
390
- * permission of create3000.
391
- *
392
- * NON-MILITARY USE ONLY
393
- *
394
- * All create3000 software are effectively free software with a non-military use
395
- * restriction. It is free. Well commented source is provided. You may reuse the
396
- * source in any way you please with the exception anything that uses it must be
397
- * marked to indicate is contains 'non-military use only' components.
398
- *
399
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
400
- *
401
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
402
- *
403
- * This file is part of the X_ITE Project.
404
- *
405
- * X_ITE is free software: you can redistribute it and/or modify it under the
406
- * terms of the GNU General Public License version 3 only, as published by the
407
- * Free Software Foundation.
408
- *
409
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
410
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
411
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
412
- * details (a copy is included in the LICENSE file that accompanied this code).
413
- *
414
- * You should have received a copy of the GNU General Public License version 3
415
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
416
- * copy of the GPLv3 License.
417
- *
418
- * For Silvio, Joy and Adi.
419
- *
420
- ******************************************************************************/
421
-
422
328
 
423
329
 
424
330
  const AmmoClass_default_ = new ammo ();
@@ -426,53 +332,6 @@ const AmmoClass_default_ = new ammo ();
426
332
 
427
333
  /* harmony default export */ const AmmoClass = (external_X_ITE_X3D_Namespace_default().add ("AmmoClass", AmmoClass_default_));
428
334
  ;// ./src/x_ite/Components/RigidBodyPhysics/BallJoint.js
429
- /*******************************************************************************
430
- *
431
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
432
- *
433
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
434
- *
435
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
436
- *
437
- * The copyright notice above does not evidence any actual of intended
438
- * publication of such source code, and is an unpublished work by create3000.
439
- * This material contains CONFIDENTIAL INFORMATION that is the property of
440
- * create3000.
441
- *
442
- * No permission is granted to copy, distribute, or create derivative works from
443
- * the contents of this software, in whole or in part, without the prior written
444
- * permission of create3000.
445
- *
446
- * NON-MILITARY USE ONLY
447
- *
448
- * All create3000 software are effectively free software with a non-military use
449
- * restriction. It is free. Well commented source is provided. You may reuse the
450
- * source in any way you please with the exception anything that uses it must be
451
- * marked to indicate is contains 'non-military use only' components.
452
- *
453
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
454
- *
455
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
456
- *
457
- * This file is part of the X_ITE Project.
458
- *
459
- * X_ITE is free software: you can redistribute it and/or modify it under the
460
- * terms of the GNU General Public License version 3 only, as published by the
461
- * Free Software Foundation.
462
- *
463
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
464
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
465
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
466
- * details (a copy is included in the LICENSE file that accompanied this code).
467
- *
468
- * You should have received a copy of the GNU General Public License version 3
469
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
470
- * copy of the GPLv3 License.
471
- *
472
- * For Silvio, Joy and Adi.
473
- *
474
- ******************************************************************************/
475
-
476
335
 
477
336
 
478
337
 
@@ -630,53 +489,6 @@ var external_X_ITE_X3D_X3DBoundedObject_default = /*#__PURE__*/__webpack_require
630
489
  const external_X_ITE_X3D_TraverseType_namespaceObject = __X_ITE_X3D__ .TraverseType;
631
490
  var external_X_ITE_X3D_TraverseType_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_TraverseType_namespaceObject);
632
491
  ;// ./src/x_ite/Components/RigidBodyPhysics/X3DNBodyCollidableNode.js
633
- /*******************************************************************************
634
- *
635
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
636
- *
637
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
638
- *
639
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
640
- *
641
- * The copyright notice above does not evidence any actual of intended
642
- * publication of such source code, and is an unpublished work by create3000.
643
- * This material contains CONFIDENTIAL INFORMATION that is the property of
644
- * create3000.
645
- *
646
- * No permission is granted to copy, distribute, or create derivative works from
647
- * the contents of this software, in whole or in part, without the prior written
648
- * permission of create3000.
649
- *
650
- * NON-MILITARY USE ONLY
651
- *
652
- * All create3000 software are effectively free software with a non-military use
653
- * restriction. It is free. Well commented source is provided. You may reuse the
654
- * source in any way you please with the exception anything that uses it must be
655
- * marked to indicate is contains 'non-military use only' components.
656
- *
657
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
658
- *
659
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
660
- *
661
- * This file is part of the X_ITE Project.
662
- *
663
- * X_ITE is free software: you can redistribute it and/or modify it under the
664
- * terms of the GNU General Public License version 3 only, as published by the
665
- * Free Software Foundation.
666
- *
667
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
668
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
669
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
670
- * details (a copy is included in the LICENSE file that accompanied this code).
671
- *
672
- * You should have received a copy of the GNU General Public License version 3
673
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
674
- * copy of the GPLv3 License.
675
- *
676
- * For Silvio, Joy and Adi.
677
- *
678
- ******************************************************************************/
679
-
680
492
 
681
493
 
682
494
 
@@ -990,53 +802,6 @@ const X3DNBodyCollidableNode_default_ = X3DNBodyCollidableNode;
990
802
 
991
803
  /* harmony default export */ const RigidBodyPhysics_X3DNBodyCollidableNode = (external_X_ITE_X3D_Namespace_default().add ("X3DNBodyCollidableNode", X3DNBodyCollidableNode_default_));
992
804
  ;// ./src/x_ite/Components/RigidBodyPhysics/CollidableOffset.js
993
- /*******************************************************************************
994
- *
995
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
996
- *
997
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
998
- *
999
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
1000
- *
1001
- * The copyright notice above does not evidence any actual of intended
1002
- * publication of such source code, and is an unpublished work by create3000.
1003
- * This material contains CONFIDENTIAL INFORMATION that is the property of
1004
- * create3000.
1005
- *
1006
- * No permission is granted to copy, distribute, or create derivative works from
1007
- * the contents of this software, in whole or in part, without the prior written
1008
- * permission of create3000.
1009
- *
1010
- * NON-MILITARY USE ONLY
1011
- *
1012
- * All create3000 software are effectively free software with a non-military use
1013
- * restriction. It is free. Well commented source is provided. You may reuse the
1014
- * source in any way you please with the exception anything that uses it must be
1015
- * marked to indicate is contains 'non-military use only' components.
1016
- *
1017
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1018
- *
1019
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
1020
- *
1021
- * This file is part of the X_ITE Project.
1022
- *
1023
- * X_ITE is free software: you can redistribute it and/or modify it under the
1024
- * terms of the GNU General Public License version 3 only, as published by the
1025
- * Free Software Foundation.
1026
- *
1027
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1028
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1029
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1030
- * details (a copy is included in the LICENSE file that accompanied this code).
1031
- *
1032
- * You should have received a copy of the GNU General Public License version 3
1033
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1034
- * copy of the GPLv3 License.
1035
- *
1036
- * For Silvio, Joy and Adi.
1037
- *
1038
- ******************************************************************************/
1039
-
1040
805
 
1041
806
 
1042
807
 
@@ -1126,53 +891,6 @@ const CollidableOffset_default_ = CollidableOffset;
1126
891
 
1127
892
  /* harmony default export */ const RigidBodyPhysics_CollidableOffset = (external_X_ITE_X3D_Namespace_default().add ("CollidableOffset", CollidableOffset_default_));
1128
893
  ;// ./src/x_ite/Components/RigidBodyPhysics/CollidableShape.js
1129
- /*******************************************************************************
1130
- *
1131
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1132
- *
1133
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
1134
- *
1135
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
1136
- *
1137
- * The copyright notice above does not evidence any actual of intended
1138
- * publication of such source code, and is an unpublished work by create3000.
1139
- * This material contains CONFIDENTIAL INFORMATION that is the property of
1140
- * create3000.
1141
- *
1142
- * No permission is granted to copy, distribute, or create derivative works from
1143
- * the contents of this software, in whole or in part, without the prior written
1144
- * permission of create3000.
1145
- *
1146
- * NON-MILITARY USE ONLY
1147
- *
1148
- * All create3000 software are effectively free software with a non-military use
1149
- * restriction. It is free. Well commented source is provided. You may reuse the
1150
- * source in any way you please with the exception anything that uses it must be
1151
- * marked to indicate is contains 'non-military use only' components.
1152
- *
1153
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1154
- *
1155
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
1156
- *
1157
- * This file is part of the X_ITE Project.
1158
- *
1159
- * X_ITE is free software: you can redistribute it and/or modify it under the
1160
- * terms of the GNU General Public License version 3 only, as published by the
1161
- * Free Software Foundation.
1162
- *
1163
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1164
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1165
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1166
- * details (a copy is included in the LICENSE file that accompanied this code).
1167
- *
1168
- * You should have received a copy of the GNU General Public License version 3
1169
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1170
- * copy of the GPLv3 License.
1171
- *
1172
- * For Silvio, Joy and Adi.
1173
- *
1174
- ******************************************************************************/
1175
-
1176
894
 
1177
895
 
1178
896
 
@@ -1491,53 +1209,6 @@ const CollidableShape_default_ = CollidableShape;
1491
1209
 
1492
1210
  /* harmony default export */ const RigidBodyPhysics_CollidableShape = (external_X_ITE_X3D_Namespace_default().add ("CollidableShape", CollidableShape_default_));
1493
1211
  ;// ./src/x_ite/Browser/RigidBodyPhysics/AppliedParametersType.js
1494
- /*******************************************************************************
1495
- *
1496
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1497
- *
1498
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
1499
- *
1500
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
1501
- *
1502
- * The copyright notice above does not evidence any actual of intended
1503
- * publication of such source code, and is an unpublished work by create3000.
1504
- * This material contains CONFIDENTIAL INFORMATION that is the property of
1505
- * create3000.
1506
- *
1507
- * No permission is granted to copy, distribute, or create derivative works from
1508
- * the contents of this software, in whole or in part, without the prior written
1509
- * permission of create3000.
1510
- *
1511
- * NON-MILITARY USE ONLY
1512
- *
1513
- * All create3000 software are effectively free software with a non-military use
1514
- * restriction. It is free. Well commented source is provided. You may reuse the
1515
- * source in any way you please with the exception anything that uses it must be
1516
- * marked to indicate is contains 'non-military use only' components.
1517
- *
1518
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1519
- *
1520
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
1521
- *
1522
- * This file is part of the X_ITE Project.
1523
- *
1524
- * X_ITE is free software: you can redistribute it and/or modify it under the
1525
- * terms of the GNU General Public License version 3 only, as published by the
1526
- * Free Software Foundation.
1527
- *
1528
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1529
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1530
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1531
- * details (a copy is included in the LICENSE file that accompanied this code).
1532
- *
1533
- * You should have received a copy of the GNU General Public License version 3
1534
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1535
- * copy of the GPLv3 License.
1536
- *
1537
- * For Silvio, Joy and Adi.
1538
- *
1539
- ******************************************************************************/
1540
-
1541
1212
  let AppliedParametersType_i = 0;
1542
1213
 
1543
1214
  const AppliedParametersType =
@@ -1558,53 +1229,6 @@ const AppliedParametersType_default_ = AppliedParametersType;
1558
1229
 
1559
1230
  /* harmony default export */ const RigidBodyPhysics_AppliedParametersType = (external_X_ITE_X3D_Namespace_default().add ("AppliedParametersType", AppliedParametersType_default_));
1560
1231
  ;// ./src/x_ite/Components/RigidBodyPhysics/CollisionCollection.js
1561
- /*******************************************************************************
1562
- *
1563
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1564
- *
1565
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
1566
- *
1567
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
1568
- *
1569
- * The copyright notice above does not evidence any actual of intended
1570
- * publication of such source code, and is an unpublished work by create3000.
1571
- * This material contains CONFIDENTIAL INFORMATION that is the property of
1572
- * create3000.
1573
- *
1574
- * No permission is granted to copy, distribute, or create derivative works from
1575
- * the contents of this software, in whole or in part, without the prior written
1576
- * permission of create3000.
1577
- *
1578
- * NON-MILITARY USE ONLY
1579
- *
1580
- * All create3000 software are effectively free software with a non-military use
1581
- * restriction. It is free. Well commented source is provided. You may reuse the
1582
- * source in any way you please with the exception anything that uses it must be
1583
- * marked to indicate is contains 'non-military use only' components.
1584
- *
1585
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1586
- *
1587
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
1588
- *
1589
- * This file is part of the X_ITE Project.
1590
- *
1591
- * X_ITE is free software: you can redistribute it and/or modify it under the
1592
- * terms of the GNU General Public License version 3 only, as published by the
1593
- * Free Software Foundation.
1594
- *
1595
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1596
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1597
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1598
- * details (a copy is included in the LICENSE file that accompanied this code).
1599
- *
1600
- * You should have received a copy of the GNU General Public License version 3
1601
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1602
- * copy of the GPLv3 License.
1603
- *
1604
- * For Silvio, Joy and Adi.
1605
- *
1606
- ******************************************************************************/
1607
-
1608
1232
 
1609
1233
 
1610
1234
 
@@ -1783,53 +1407,6 @@ const CollisionCollection_default_ = CollisionCollection;
1783
1407
  const external_X_ITE_X3D_X3DSensorNode_namespaceObject = __X_ITE_X3D__ .X3DSensorNode;
1784
1408
  var external_X_ITE_X3D_X3DSensorNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DSensorNode_namespaceObject);
1785
1409
  ;// ./src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js
1786
- /*******************************************************************************
1787
- *
1788
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1789
- *
1790
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
1791
- *
1792
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
1793
- *
1794
- * The copyright notice above does not evidence any actual of intended
1795
- * publication of such source code, and is an unpublished work by create3000.
1796
- * This material contains CONFIDENTIAL INFORMATION that is the property of
1797
- * create3000.
1798
- *
1799
- * No permission is granted to copy, distribute, or create derivative works from
1800
- * the contents of this software, in whole or in part, without the prior written
1801
- * permission of create3000.
1802
- *
1803
- * NON-MILITARY USE ONLY
1804
- *
1805
- * All create3000 software are effectively free software with a non-military use
1806
- * restriction. It is free. Well commented source is provided. You may reuse the
1807
- * source in any way you please with the exception anything that uses it must be
1808
- * marked to indicate is contains 'non-military use only' components.
1809
- *
1810
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1811
- *
1812
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
1813
- *
1814
- * This file is part of the X_ITE Project.
1815
- *
1816
- * X_ITE is free software: you can redistribute it and/or modify it under the
1817
- * terms of the GNU General Public License version 3 only, as published by the
1818
- * Free Software Foundation.
1819
- *
1820
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1821
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1822
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1823
- * details (a copy is included in the LICENSE file that accompanied this code).
1824
- *
1825
- * You should have received a copy of the GNU General Public License version 3
1826
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1827
- * copy of the GPLv3 License.
1828
- *
1829
- * For Silvio, Joy and Adi.
1830
- *
1831
- ******************************************************************************/
1832
-
1833
1410
 
1834
1411
 
1835
1412
 
@@ -2048,53 +1625,6 @@ const CollisionSensor_default_ = CollisionSensor;
2048
1625
 
2049
1626
  /* harmony default export */ const RigidBodyPhysics_CollisionSensor = (external_X_ITE_X3D_Namespace_default().add ("CollisionSensor", CollisionSensor_default_));
2050
1627
  ;// ./src/x_ite/Components/RigidBodyPhysics/X3DNBodyCollisionSpaceNode.js
2051
- /*******************************************************************************
2052
- *
2053
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2054
- *
2055
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
2056
- *
2057
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
2058
- *
2059
- * The copyright notice above does not evidence any actual of intended
2060
- * publication of such source code, and is an unpublished work by create3000.
2061
- * This material contains CONFIDENTIAL INFORMATION that is the property of
2062
- * create3000.
2063
- *
2064
- * No permission is granted to copy, distribute, or create derivative works from
2065
- * the contents of this software, in whole or in part, without the prior written
2066
- * permission of create3000.
2067
- *
2068
- * NON-MILITARY USE ONLY
2069
- *
2070
- * All create3000 software are effectively free software with a non-military use
2071
- * restriction. It is free. Well commented source is provided. You may reuse the
2072
- * source in any way you please with the exception anything that uses it must be
2073
- * marked to indicate is contains 'non-military use only' components.
2074
- *
2075
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2076
- *
2077
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
2078
- *
2079
- * This file is part of the X_ITE Project.
2080
- *
2081
- * X_ITE is free software: you can redistribute it and/or modify it under the
2082
- * terms of the GNU General Public License version 3 only, as published by the
2083
- * Free Software Foundation.
2084
- *
2085
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
2086
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
2087
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
2088
- * details (a copy is included in the LICENSE file that accompanied this code).
2089
- *
2090
- * You should have received a copy of the GNU General Public License version 3
2091
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
2092
- * copy of the GPLv3 License.
2093
- *
2094
- * For Silvio, Joy and Adi.
2095
- *
2096
- ******************************************************************************/
2097
-
2098
1628
 
2099
1629
 
2100
1630
 
@@ -2129,53 +1659,6 @@ const X3DNBodyCollisionSpaceNode_default_ = X3DNBodyCollisionSpaceNode;
2129
1659
 
2130
1660
  /* harmony default export */ const RigidBodyPhysics_X3DNBodyCollisionSpaceNode = (external_X_ITE_X3D_Namespace_default().add ("X3DNBodyCollisionSpaceNode", X3DNBodyCollisionSpaceNode_default_));
2131
1661
  ;// ./src/x_ite/Components/RigidBodyPhysics/CollisionSpace.js
2132
- /*******************************************************************************
2133
- *
2134
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2135
- *
2136
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
2137
- *
2138
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
2139
- *
2140
- * The copyright notice above does not evidence any actual of intended
2141
- * publication of such source code, and is an unpublished work by create3000.
2142
- * This material contains CONFIDENTIAL INFORMATION that is the property of
2143
- * create3000.
2144
- *
2145
- * No permission is granted to copy, distribute, or create derivative works from
2146
- * the contents of this software, in whole or in part, without the prior written
2147
- * permission of create3000.
2148
- *
2149
- * NON-MILITARY USE ONLY
2150
- *
2151
- * All create3000 software are effectively free software with a non-military use
2152
- * restriction. It is free. Well commented source is provided. You may reuse the
2153
- * source in any way you please with the exception anything that uses it must be
2154
- * marked to indicate is contains 'non-military use only' components.
2155
- *
2156
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2157
- *
2158
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
2159
- *
2160
- * This file is part of the X_ITE Project.
2161
- *
2162
- * X_ITE is free software: you can redistribute it and/or modify it under the
2163
- * terms of the GNU General Public License version 3 only, as published by the
2164
- * Free Software Foundation.
2165
- *
2166
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
2167
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
2168
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
2169
- * details (a copy is included in the LICENSE file that accompanied this code).
2170
- *
2171
- * You should have received a copy of the GNU General Public License version 3
2172
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
2173
- * copy of the GPLv3 License.
2174
- *
2175
- * For Silvio, Joy and Adi.
2176
- *
2177
- ******************************************************************************/
2178
-
2179
1662
 
2180
1663
 
2181
1664
 
@@ -2295,53 +1778,6 @@ const CollisionSpace_default_ = CollisionSpace;
2295
1778
 
2296
1779
  /* harmony default export */ const RigidBodyPhysics_CollisionSpace = (external_X_ITE_X3D_Namespace_default().add ("CollisionSpace", CollisionSpace_default_));
2297
1780
  ;// ./src/x_ite/Components/RigidBodyPhysics/Contact.js
2298
- /*******************************************************************************
2299
- *
2300
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2301
- *
2302
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
2303
- *
2304
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
2305
- *
2306
- * The copyright notice above does not evidence any actual of intended
2307
- * publication of such source code, and is an unpublished work by create3000.
2308
- * This material contains CONFIDENTIAL INFORMATION that is the property of
2309
- * create3000.
2310
- *
2311
- * No permission is granted to copy, distribute, or create derivative works from
2312
- * the contents of this software, in whole or in part, without the prior written
2313
- * permission of create3000.
2314
- *
2315
- * NON-MILITARY USE ONLY
2316
- *
2317
- * All create3000 software are effectively free software with a non-military use
2318
- * restriction. It is free. Well commented source is provided. You may reuse the
2319
- * source in any way you please with the exception anything that uses it must be
2320
- * marked to indicate is contains 'non-military use only' components.
2321
- *
2322
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2323
- *
2324
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
2325
- *
2326
- * This file is part of the X_ITE Project.
2327
- *
2328
- * X_ITE is free software: you can redistribute it and/or modify it under the
2329
- * terms of the GNU General Public License version 3 only, as published by the
2330
- * Free Software Foundation.
2331
- *
2332
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
2333
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
2334
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
2335
- * details (a copy is included in the LICENSE file that accompanied this code).
2336
- *
2337
- * You should have received a copy of the GNU General Public License version 3
2338
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
2339
- * copy of the GPLv3 License.
2340
- *
2341
- * For Silvio, Joy and Adi.
2342
- *
2343
- ******************************************************************************/
2344
-
2345
1781
 
2346
1782
 
2347
1783
 
@@ -2401,53 +1837,6 @@ const Contact_default_ = Contact;
2401
1837
  const external_X_ITE_X3D_Rotation4_namespaceObject = __X_ITE_X3D__ .Rotation4;
2402
1838
  var external_X_ITE_X3D_Rotation4_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Rotation4_namespaceObject);
2403
1839
  ;// ./src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js
2404
- /*******************************************************************************
2405
- *
2406
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2407
- *
2408
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
2409
- *
2410
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
2411
- *
2412
- * The copyright notice above does not evidence any actual of intended
2413
- * publication of such source code, and is an unpublished work by create3000.
2414
- * This material contains CONFIDENTIAL INFORMATION that is the property of
2415
- * create3000.
2416
- *
2417
- * No permission is granted to copy, distribute, or create derivative works from
2418
- * the contents of this software, in whole or in part, without the prior written
2419
- * permission of create3000.
2420
- *
2421
- * NON-MILITARY USE ONLY
2422
- *
2423
- * All create3000 software are effectively free software with a non-military use
2424
- * restriction. It is free. Well commented source is provided. You may reuse the
2425
- * source in any way you please with the exception anything that uses it must be
2426
- * marked to indicate is contains 'non-military use only' components.
2427
- *
2428
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2429
- *
2430
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
2431
- *
2432
- * This file is part of the X_ITE Project.
2433
- *
2434
- * X_ITE is free software: you can redistribute it and/or modify it under the
2435
- * terms of the GNU General Public License version 3 only, as published by the
2436
- * Free Software Foundation.
2437
- *
2438
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
2439
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
2440
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
2441
- * details (a copy is included in the LICENSE file that accompanied this code).
2442
- *
2443
- * You should have received a copy of the GNU General Public License version 3
2444
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
2445
- * copy of the GPLv3 License.
2446
- *
2447
- * For Silvio, Joy and Adi.
2448
- *
2449
- ******************************************************************************/
2450
-
2451
1840
 
2452
1841
 
2453
1842
 
@@ -2692,53 +2081,6 @@ const DoubleAxisHingeJoint_default_ = DoubleAxisHingeJoint;
2692
2081
 
2693
2082
  /* harmony default export */ const RigidBodyPhysics_DoubleAxisHingeJoint = (external_X_ITE_X3D_Namespace_default().add ("DoubleAxisHingeJoint", DoubleAxisHingeJoint_default_));
2694
2083
  ;// ./src/x_ite/Components/RigidBodyPhysics/MotorJoint.js
2695
- /*******************************************************************************
2696
- *
2697
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2698
- *
2699
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
2700
- *
2701
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
2702
- *
2703
- * The copyright notice above does not evidence any actual of intended
2704
- * publication of such source code, and is an unpublished work by create3000.
2705
- * This material contains CONFIDENTIAL INFORMATION that is the property of
2706
- * create3000.
2707
- *
2708
- * No permission is granted to copy, distribute, or create derivative works from
2709
- * the contents of this software, in whole or in part, without the prior written
2710
- * permission of create3000.
2711
- *
2712
- * NON-MILITARY USE ONLY
2713
- *
2714
- * All create3000 software are effectively free software with a non-military use
2715
- * restriction. It is free. Well commented source is provided. You may reuse the
2716
- * source in any way you please with the exception anything that uses it must be
2717
- * marked to indicate is contains 'non-military use only' components.
2718
- *
2719
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2720
- *
2721
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
2722
- *
2723
- * This file is part of the X_ITE Project.
2724
- *
2725
- * X_ITE is free software: you can redistribute it and/or modify it under the
2726
- * terms of the GNU General Public License version 3 only, as published by the
2727
- * Free Software Foundation.
2728
- *
2729
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
2730
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
2731
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
2732
- * details (a copy is included in the LICENSE file that accompanied this code).
2733
- *
2734
- * You should have received a copy of the GNU General Public License version 3
2735
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
2736
- * copy of the GPLv3 License.
2737
- *
2738
- * For Silvio, Joy and Adi.
2739
- *
2740
- ******************************************************************************/
2741
-
2742
2084
 
2743
2085
 
2744
2086
 
@@ -2827,53 +2169,6 @@ const MotorJoint_default_ = MotorJoint;
2827
2169
  const external_X_ITE_X3D_Quaternion_namespaceObject = __X_ITE_X3D__ .Quaternion;
2828
2170
  var external_X_ITE_X3D_Quaternion_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Quaternion_namespaceObject);
2829
2171
  ;// ./src/x_ite/Components/RigidBodyPhysics/RigidBody.js
2830
- /*******************************************************************************
2831
- *
2832
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2833
- *
2834
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
2835
- *
2836
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
2837
- *
2838
- * The copyright notice above does not evidence any actual of intended
2839
- * publication of such source code, and is an unpublished work by create3000.
2840
- * This material contains CONFIDENTIAL INFORMATION that is the property of
2841
- * create3000.
2842
- *
2843
- * No permission is granted to copy, distribute, or create derivative works from
2844
- * the contents of this software, in whole or in part, without the prior written
2845
- * permission of create3000.
2846
- *
2847
- * NON-MILITARY USE ONLY
2848
- *
2849
- * All create3000 software are effectively free software with a non-military use
2850
- * restriction. It is free. Well commented source is provided. You may reuse the
2851
- * source in any way you please with the exception anything that uses it must be
2852
- * marked to indicate is contains 'non-military use only' components.
2853
- *
2854
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2855
- *
2856
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
2857
- *
2858
- * This file is part of the X_ITE Project.
2859
- *
2860
- * X_ITE is free software: you can redistribute it and/or modify it under the
2861
- * terms of the GNU General Public License version 3 only, as published by the
2862
- * Free Software Foundation.
2863
- *
2864
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
2865
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
2866
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
2867
- * details (a copy is included in the LICENSE file that accompanied this code).
2868
- *
2869
- * You should have received a copy of the GNU General Public License version 3
2870
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
2871
- * copy of the GPLv3 License.
2872
- *
2873
- * For Silvio, Joy and Adi.
2874
- *
2875
- ******************************************************************************/
2876
-
2877
2172
 
2878
2173
 
2879
2174
 
@@ -3343,53 +2638,6 @@ const RigidBody_default_ = RigidBody;
3343
2638
 
3344
2639
  /* harmony default export */ const RigidBodyPhysics_RigidBody = (external_X_ITE_X3D_Namespace_default().add ("RigidBody", RigidBody_default_));
3345
2640
  ;// ./src/x_ite/Components/RigidBodyPhysics/RigidBodyCollection.js
3346
- /*******************************************************************************
3347
- *
3348
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3349
- *
3350
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
3351
- *
3352
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
3353
- *
3354
- * The copyright notice above does not evidence any actual of intended
3355
- * publication of such source code, and is an unpublished work by create3000.
3356
- * This material contains CONFIDENTIAL INFORMATION that is the property of
3357
- * create3000.
3358
- *
3359
- * No permission is granted to copy, distribute, or create derivative works from
3360
- * the contents of this software, in whole or in part, without the prior written
3361
- * permission of create3000.
3362
- *
3363
- * NON-MILITARY USE ONLY
3364
- *
3365
- * All create3000 software are effectively free software with a non-military use
3366
- * restriction. It is free. Well commented source is provided. You may reuse the
3367
- * source in any way you please with the exception anything that uses it must be
3368
- * marked to indicate is contains 'non-military use only' components.
3369
- *
3370
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3371
- *
3372
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
3373
- *
3374
- * This file is part of the X_ITE Project.
3375
- *
3376
- * X_ITE is free software: you can redistribute it and/or modify it under the
3377
- * terms of the GNU General Public License version 3 only, as published by the
3378
- * Free Software Foundation.
3379
- *
3380
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
3381
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
3382
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
3383
- * details (a copy is included in the LICENSE file that accompanied this code).
3384
- *
3385
- * You should have received a copy of the GNU General Public License version 3
3386
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
3387
- * copy of the GPLv3 License.
3388
- *
3389
- * For Silvio, Joy and Adi.
3390
- *
3391
- ******************************************************************************/
3392
-
3393
2641
 
3394
2642
 
3395
2643
 
@@ -3731,53 +2979,6 @@ const RigidBodyCollection_default_ = RigidBodyCollection;
3731
2979
 
3732
2980
  /* harmony default export */ const RigidBodyPhysics_RigidBodyCollection = (external_X_ITE_X3D_Namespace_default().add ("RigidBodyCollection", RigidBodyCollection_default_));
3733
2981
  ;// ./src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js
3734
- /*******************************************************************************
3735
- *
3736
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3737
- *
3738
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
3739
- *
3740
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
3741
- *
3742
- * The copyright notice above does not evidence any actual of intended
3743
- * publication of such source code, and is an unpublished work by create3000.
3744
- * This material contains CONFIDENTIAL INFORMATION that is the property of
3745
- * create3000.
3746
- *
3747
- * No permission is granted to copy, distribute, or create derivative works from
3748
- * the contents of this software, in whole or in part, without the prior written
3749
- * permission of create3000.
3750
- *
3751
- * NON-MILITARY USE ONLY
3752
- *
3753
- * All create3000 software are effectively free software with a non-military use
3754
- * restriction. It is free. Well commented source is provided. You may reuse the
3755
- * source in any way you please with the exception anything that uses it must be
3756
- * marked to indicate is contains 'non-military use only' components.
3757
- *
3758
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3759
- *
3760
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
3761
- *
3762
- * This file is part of the X_ITE Project.
3763
- *
3764
- * X_ITE is free software: you can redistribute it and/or modify it under the
3765
- * terms of the GNU General Public License version 3 only, as published by the
3766
- * Free Software Foundation.
3767
- *
3768
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
3769
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
3770
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
3771
- * details (a copy is included in the LICENSE file that accompanied this code).
3772
- *
3773
- * You should have received a copy of the GNU General Public License version 3
3774
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
3775
- * copy of the GPLv3 License.
3776
- *
3777
- * For Silvio, Joy and Adi.
3778
- *
3779
- ******************************************************************************/
3780
-
3781
2982
 
3782
2983
 
3783
2984
 
@@ -3974,53 +3175,6 @@ const SingleAxisHingeJoint_default_ = SingleAxisHingeJoint;
3974
3175
 
3975
3176
  /* harmony default export */ const RigidBodyPhysics_SingleAxisHingeJoint = (external_X_ITE_X3D_Namespace_default().add ("SingleAxisHingeJoint", SingleAxisHingeJoint_default_));
3976
3177
  ;// ./src/x_ite/Components/RigidBodyPhysics/SliderJoint.js
3977
- /*******************************************************************************
3978
- *
3979
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3980
- *
3981
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
3982
- *
3983
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
3984
- *
3985
- * The copyright notice above does not evidence any actual of intended
3986
- * publication of such source code, and is an unpublished work by create3000.
3987
- * This material contains CONFIDENTIAL INFORMATION that is the property of
3988
- * create3000.
3989
- *
3990
- * No permission is granted to copy, distribute, or create derivative works from
3991
- * the contents of this software, in whole or in part, without the prior written
3992
- * permission of create3000.
3993
- *
3994
- * NON-MILITARY USE ONLY
3995
- *
3996
- * All create3000 software are effectively free software with a non-military use
3997
- * restriction. It is free. Well commented source is provided. You may reuse the
3998
- * source in any way you please with the exception anything that uses it must be
3999
- * marked to indicate is contains 'non-military use only' components.
4000
- *
4001
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4002
- *
4003
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
4004
- *
4005
- * This file is part of the X_ITE Project.
4006
- *
4007
- * X_ITE is free software: you can redistribute it and/or modify it under the
4008
- * terms of the GNU General Public License version 3 only, as published by the
4009
- * Free Software Foundation.
4010
- *
4011
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
4012
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
4013
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
4014
- * details (a copy is included in the LICENSE file that accompanied this code).
4015
- *
4016
- * You should have received a copy of the GNU General Public License version 3
4017
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
4018
- * copy of the GPLv3 License.
4019
- *
4020
- * For Silvio, Joy and Adi.
4021
- *
4022
- ******************************************************************************/
4023
-
4024
3178
 
4025
3179
 
4026
3180
 
@@ -4191,53 +3345,6 @@ const SliderJoint_default_ = SliderJoint;
4191
3345
 
4192
3346
  /* harmony default export */ const RigidBodyPhysics_SliderJoint = (external_X_ITE_X3D_Namespace_default().add ("SliderJoint", SliderJoint_default_));
4193
3347
  ;// ./src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js
4194
- /*******************************************************************************
4195
- *
4196
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4197
- *
4198
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
4199
- *
4200
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
4201
- *
4202
- * The copyright notice above does not evidence any actual of intended
4203
- * publication of such source code, and is an unpublished work by create3000.
4204
- * This material contains CONFIDENTIAL INFORMATION that is the property of
4205
- * create3000.
4206
- *
4207
- * No permission is granted to copy, distribute, or create derivative works from
4208
- * the contents of this software, in whole or in part, without the prior written
4209
- * permission of create3000.
4210
- *
4211
- * NON-MILITARY USE ONLY
4212
- *
4213
- * All create3000 software are effectively free software with a non-military use
4214
- * restriction. It is free. Well commented source is provided. You may reuse the
4215
- * source in any way you please with the exception anything that uses it must be
4216
- * marked to indicate is contains 'non-military use only' components.
4217
- *
4218
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4219
- *
4220
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
4221
- *
4222
- * This file is part of the X_ITE Project.
4223
- *
4224
- * X_ITE is free software: you can redistribute it and/or modify it under the
4225
- * terms of the GNU General Public License version 3 only, as published by the
4226
- * Free Software Foundation.
4227
- *
4228
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
4229
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
4230
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
4231
- * details (a copy is included in the LICENSE file that accompanied this code).
4232
- *
4233
- * You should have received a copy of the GNU General Public License version 3
4234
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
4235
- * copy of the GPLv3 License.
4236
- *
4237
- * For Silvio, Joy and Adi.
4238
- *
4239
- ******************************************************************************/
4240
-
4241
3348
 
4242
3349
 
4243
3350
 
@@ -4304,53 +3411,6 @@ const UniversalJoint_default_ = UniversalJoint;
4304
3411
 
4305
3412
  /* harmony default export */ const RigidBodyPhysics_UniversalJoint = (external_X_ITE_X3D_Namespace_default().add ("UniversalJoint", UniversalJoint_default_));
4306
3413
  ;// ./src/assets/components/RigidBodyPhysicsComponent.js
4307
- /*******************************************************************************
4308
- *
4309
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4310
- *
4311
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
4312
- *
4313
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
4314
- *
4315
- * The copyright notice above does not evidence any actual of intended
4316
- * publication of such source code, and is an unpublished work by create3000.
4317
- * This material contains CONFIDENTIAL INFORMATION that is the property of
4318
- * create3000.
4319
- *
4320
- * No permission is granted to copy, distribute, or create derivative works from
4321
- * the contents of this software, in whole or in part, without the prior written
4322
- * permission of create3000.
4323
- *
4324
- * NON-MILITARY USE ONLY
4325
- *
4326
- * All create3000 software are effectively free software with a non-military use
4327
- * restriction. It is free. Well commented source is provided. You may reuse the
4328
- * source in any way you please with the exception anything that uses it must be
4329
- * marked to indicate is contains 'non-military use only' components.
4330
- *
4331
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4332
- *
4333
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
4334
- *
4335
- * This file is part of the X_ITE Project.
4336
- *
4337
- * X_ITE is free software: you can redistribute it and/or modify it under the
4338
- * terms of the GNU General Public License version 3 only, as published by the
4339
- * Free Software Foundation.
4340
- *
4341
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
4342
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
4343
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
4344
- * details (a copy is included in the LICENSE file that accompanied this code).
4345
- *
4346
- * You should have received a copy of the GNU General Public License version 3
4347
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
4348
- * copy of the GPLv3 License.
4349
- *
4350
- * For Silvio, Joy and Adi.
4351
- *
4352
- ******************************************************************************/
4353
-
4354
3414
 
4355
3415
 
4356
3416