x_ite 11.5.11 → 11.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/components/AnnotationComponent.js +2 -378
- package/dist/assets/components/AnnotationComponent.min.js +2 -2
- package/dist/assets/components/CADGeometryComponent.js +2 -378
- package/dist/assets/components/CADGeometryComponent.min.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.js +4 -333
- package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
- package/dist/assets/components/DISComponent.js +2 -331
- package/dist/assets/components/DISComponent.min.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.js +2 -472
- package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
- package/dist/assets/components/Geometry2DComponent.js +2 -707
- package/dist/assets/components/Geometry2DComponent.min.js +2 -2
- package/dist/assets/components/GeospatialComponent.js +4 -897
- package/dist/assets/components/GeospatialComponent.min.js +2 -2
- package/dist/assets/components/HAnimComponent.js +9 -338
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -237
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +2 -425
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +3 -896
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +9 -715
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
- package/dist/assets/components/PickingComponent.js +2 -566
- package/dist/assets/components/PickingComponent.min.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -942
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
- package/dist/assets/components/ScriptingComponent.js +2 -190
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +2 -379
- package/dist/assets/components/TextComponent.min.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.js +8 -196
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
- package/dist/assets/components/Texturing3DComponent.js +112 -676
- package/dist/assets/components/Texturing3DComponent.min.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.js +5 -900
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
- package/dist/assets/components/WebXRComponent.js +5 -145
- package/dist/assets/components/WebXRComponent.min.js +2 -2
- package/dist/assets/components/X_ITEComponent.js +18 -853
- package/dist/assets/components/X_ITEComponent.min.js +2 -2
- package/dist/assets/fonts/PT_Sans/OFL.txt +94 -94
- package/dist/assets/lib/libktx.js +1 -1
- package/dist/assets/lib/libktx.wasm +0 -0
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +51001 -70446
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +50296 -69741
- package/dist/x_ite.zip +0 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* X_ITE v11.5.
|
|
2
|
-
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.
|
|
1
|
+
/* X_ITE v11.5.12 */
|
|
2
|
+
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.12")];
|
|
3
3
|
/******/ (() => { // webpackBootstrap
|
|
4
4
|
/******/ "use strict";
|
|
5
5
|
/******/ // The require scope
|
|
@@ -109,53 +109,6 @@ int getIntersections(const in sampler2D volume,const in int verticesIndex,const
|
|
|
109
109
|
|
|
110
110
|
/* harmony default export */ const BVH_glsl = (external_X_ITE_X3D_Namespace_default().add ("BVH.glsl", BVH_glsl_default_));
|
|
111
111
|
;// ./src/x_ite/Components/ParticleSystems/X3DParticleEmitterNode.js
|
|
112
|
-
/*******************************************************************************
|
|
113
|
-
*
|
|
114
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
115
|
-
*
|
|
116
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
117
|
-
*
|
|
118
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
119
|
-
*
|
|
120
|
-
* The copyright notice above does not evidence any actual of intended
|
|
121
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
122
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
123
|
-
* create3000.
|
|
124
|
-
*
|
|
125
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
126
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
127
|
-
* permission of create3000.
|
|
128
|
-
*
|
|
129
|
-
* NON-MILITARY USE ONLY
|
|
130
|
-
*
|
|
131
|
-
* All create3000 software are effectively free software with a non-military use
|
|
132
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
133
|
-
* source in any way you please with the exception anything that uses it must be
|
|
134
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
135
|
-
*
|
|
136
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
137
|
-
*
|
|
138
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
139
|
-
*
|
|
140
|
-
* This file is part of the X_ITE Project.
|
|
141
|
-
*
|
|
142
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
143
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
144
|
-
* Free Software Foundation.
|
|
145
|
-
*
|
|
146
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
147
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
148
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
149
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
150
|
-
*
|
|
151
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
152
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
153
|
-
* copy of the GPLv3 License.
|
|
154
|
-
*
|
|
155
|
-
* For Silvio, Joy and Adi.
|
|
156
|
-
*
|
|
157
|
-
******************************************************************************/
|
|
158
|
-
|
|
159
112
|
|
|
160
113
|
|
|
161
114
|
|
|
@@ -590,7 +543,7 @@ precision highp float;void main(){}`
|
|
|
590
543
|
{
|
|
591
544
|
const location = gl .getUniformLocation (program, name);
|
|
592
545
|
|
|
593
|
-
gl .uniform1i (location, program [name + "TextureUnit"] = browser .
|
|
546
|
+
gl .uniform1i (location, program [name + "TextureUnit"] = browser .getTextureUnit ());
|
|
594
547
|
}
|
|
595
548
|
|
|
596
549
|
browser .resetTextureUnits ();
|
|
@@ -623,12 +576,12 @@ precision highp float;void main(){}`
|
|
|
623
576
|
|
|
624
577
|
return texture;
|
|
625
578
|
},
|
|
626
|
-
|
|
579
|
+
getTextureUnit (browser, object, property)
|
|
627
580
|
{
|
|
628
581
|
const textureUnit = object [property];
|
|
629
582
|
|
|
630
583
|
if (textureUnit === undefined)
|
|
631
|
-
return object [property] = browser .
|
|
584
|
+
return object [property] = browser .getTextureUnit ();
|
|
632
585
|
|
|
633
586
|
return textureUnit;
|
|
634
587
|
},
|
|
@@ -644,53 +597,6 @@ const X3DParticleEmitterNode_default_ = X3DParticleEmitterNode;
|
|
|
644
597
|
const external_X_ITE_X3D_Vector3_namespaceObject = __X_ITE_X3D__ .Vector3;
|
|
645
598
|
var external_X_ITE_X3D_Vector3_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Vector3_namespaceObject);
|
|
646
599
|
;// ./src/x_ite/Components/ParticleSystems/PointEmitter.js
|
|
647
|
-
/*******************************************************************************
|
|
648
|
-
*
|
|
649
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
650
|
-
*
|
|
651
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
652
|
-
*
|
|
653
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
654
|
-
*
|
|
655
|
-
* The copyright notice above does not evidence any actual of intended
|
|
656
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
657
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
658
|
-
* create3000.
|
|
659
|
-
*
|
|
660
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
661
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
662
|
-
* permission of create3000.
|
|
663
|
-
*
|
|
664
|
-
* NON-MILITARY USE ONLY
|
|
665
|
-
*
|
|
666
|
-
* All create3000 software are effectively free software with a non-military use
|
|
667
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
668
|
-
* source in any way you please with the exception anything that uses it must be
|
|
669
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
670
|
-
*
|
|
671
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
672
|
-
*
|
|
673
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
674
|
-
*
|
|
675
|
-
* This file is part of the X_ITE Project.
|
|
676
|
-
*
|
|
677
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
678
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
679
|
-
* Free Software Foundation.
|
|
680
|
-
*
|
|
681
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
682
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
683
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
684
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
685
|
-
*
|
|
686
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
687
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
688
|
-
* copy of the GPLv3 License.
|
|
689
|
-
*
|
|
690
|
-
* For Silvio, Joy and Adi.
|
|
691
|
-
*
|
|
692
|
-
******************************************************************************/
|
|
693
|
-
|
|
694
600
|
|
|
695
601
|
|
|
696
602
|
|
|
@@ -803,53 +709,6 @@ const PointEmitter_default_ = PointEmitter;
|
|
|
803
709
|
|
|
804
710
|
/* harmony default export */ const ParticleSystems_PointEmitter = (external_X_ITE_X3D_Namespace_default().add ("PointEmitter", PointEmitter_default_));
|
|
805
711
|
;// ./src/x_ite/Browser/ParticleSystems/X3DParticleSystemsContext.js
|
|
806
|
-
/*******************************************************************************
|
|
807
|
-
*
|
|
808
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
809
|
-
*
|
|
810
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
811
|
-
*
|
|
812
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
813
|
-
*
|
|
814
|
-
* The copyright notice above does not evidence any actual of intended
|
|
815
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
816
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
817
|
-
* create3000.
|
|
818
|
-
*
|
|
819
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
820
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
821
|
-
* permission of create3000.
|
|
822
|
-
*
|
|
823
|
-
* NON-MILITARY USE ONLY
|
|
824
|
-
*
|
|
825
|
-
* All create3000 software are effectively free software with a non-military use
|
|
826
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
827
|
-
* source in any way you please with the exception anything that uses it must be
|
|
828
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
829
|
-
*
|
|
830
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
831
|
-
*
|
|
832
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
833
|
-
*
|
|
834
|
-
* This file is part of the X_ITE Project.
|
|
835
|
-
*
|
|
836
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
837
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
838
|
-
* Free Software Foundation.
|
|
839
|
-
*
|
|
840
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
841
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
842
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
843
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
844
|
-
*
|
|
845
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
846
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
847
|
-
* copy of the GPLv3 License.
|
|
848
|
-
*
|
|
849
|
-
* For Silvio, Joy and Adi.
|
|
850
|
-
*
|
|
851
|
-
******************************************************************************/
|
|
852
|
-
|
|
853
712
|
|
|
854
713
|
|
|
855
714
|
const _defaultEmitter = Symbol ();
|
|
@@ -864,7 +723,6 @@ Object .assign (X3DParticleSystemsContext .prototype,
|
|
|
864
723
|
{
|
|
865
724
|
const defaultEmitter = new ParticleSystems_PointEmitter (this .getPrivateScene ());
|
|
866
725
|
|
|
867
|
-
defaultEmitter .setPrivate (true);
|
|
868
726
|
defaultEmitter .setup ();
|
|
869
727
|
|
|
870
728
|
return defaultEmitter;
|
|
@@ -877,53 +735,6 @@ const X3DParticleSystemsContext_default_ = X3DParticleSystemsContext;
|
|
|
877
735
|
|
|
878
736
|
/* harmony default export */ const ParticleSystems_X3DParticleSystemsContext = (external_X_ITE_X3D_Namespace_default().add ("X3DParticleSystemsContext", X3DParticleSystemsContext_default_));
|
|
879
737
|
;// ./src/x_ite/Components/ParticleSystems/X3DParticlePhysicsModelNode.js
|
|
880
|
-
/*******************************************************************************
|
|
881
|
-
*
|
|
882
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
883
|
-
*
|
|
884
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
885
|
-
*
|
|
886
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
887
|
-
*
|
|
888
|
-
* The copyright notice above does not evidence any actual of intended
|
|
889
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
890
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
891
|
-
* create3000.
|
|
892
|
-
*
|
|
893
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
894
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
895
|
-
* permission of create3000.
|
|
896
|
-
*
|
|
897
|
-
* NON-MILITARY USE ONLY
|
|
898
|
-
*
|
|
899
|
-
* All create3000 software are effectively free software with a non-military use
|
|
900
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
901
|
-
* source in any way you please with the exception anything that uses it must be
|
|
902
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
903
|
-
*
|
|
904
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
905
|
-
*
|
|
906
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
907
|
-
*
|
|
908
|
-
* This file is part of the X_ITE Project.
|
|
909
|
-
*
|
|
910
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
911
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
912
|
-
* Free Software Foundation.
|
|
913
|
-
*
|
|
914
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
915
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
916
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
917
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
918
|
-
*
|
|
919
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
920
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
921
|
-
* copy of the GPLv3 License.
|
|
922
|
-
*
|
|
923
|
-
* For Silvio, Joy and Adi.
|
|
924
|
-
*
|
|
925
|
-
******************************************************************************/
|
|
926
|
-
|
|
927
738
|
|
|
928
739
|
|
|
929
740
|
|
|
@@ -950,53 +761,6 @@ const X3DParticlePhysicsModelNode_default_ = X3DParticlePhysicsModelNode;
|
|
|
950
761
|
const external_X_ITE_X3D_X3DCast_namespaceObject = __X_ITE_X3D__ .X3DCast;
|
|
951
762
|
var external_X_ITE_X3D_X3DCast_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DCast_namespaceObject);
|
|
952
763
|
;// ./src/x_ite/Components/ParticleSystems/BoundedPhysicsModel.js
|
|
953
|
-
/*******************************************************************************
|
|
954
|
-
*
|
|
955
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
956
|
-
*
|
|
957
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
958
|
-
*
|
|
959
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
960
|
-
*
|
|
961
|
-
* The copyright notice above does not evidence any actual of intended
|
|
962
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
963
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
964
|
-
* create3000.
|
|
965
|
-
*
|
|
966
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
967
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
968
|
-
* permission of create3000.
|
|
969
|
-
*
|
|
970
|
-
* NON-MILITARY USE ONLY
|
|
971
|
-
*
|
|
972
|
-
* All create3000 software are effectively free software with a non-military use
|
|
973
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
974
|
-
* source in any way you please with the exception anything that uses it must be
|
|
975
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
976
|
-
*
|
|
977
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
978
|
-
*
|
|
979
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
980
|
-
*
|
|
981
|
-
* This file is part of the X_ITE Project.
|
|
982
|
-
*
|
|
983
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
984
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
985
|
-
* Free Software Foundation.
|
|
986
|
-
*
|
|
987
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
988
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
989
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
990
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
991
|
-
*
|
|
992
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
993
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
994
|
-
* copy of the GPLv3 License.
|
|
995
|
-
*
|
|
996
|
-
* For Silvio, Joy and Adi.
|
|
997
|
-
*
|
|
998
|
-
******************************************************************************/
|
|
999
|
-
|
|
1000
764
|
|
|
1001
765
|
|
|
1002
766
|
|
|
@@ -1075,53 +839,6 @@ const BoundedPhysicsModel_default_ = BoundedPhysicsModel;
|
|
|
1075
839
|
|
|
1076
840
|
/* harmony default export */ const ParticleSystems_BoundedPhysicsModel = (external_X_ITE_X3D_Namespace_default().add ("BoundedPhysicsModel", BoundedPhysicsModel_default_));
|
|
1077
841
|
;// ./src/x_ite/Components/ParticleSystems/ConeEmitter.js
|
|
1078
|
-
/*******************************************************************************
|
|
1079
|
-
*
|
|
1080
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1081
|
-
*
|
|
1082
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1083
|
-
*
|
|
1084
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1085
|
-
*
|
|
1086
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1087
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1088
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1089
|
-
* create3000.
|
|
1090
|
-
*
|
|
1091
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1092
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1093
|
-
* permission of create3000.
|
|
1094
|
-
*
|
|
1095
|
-
* NON-MILITARY USE ONLY
|
|
1096
|
-
*
|
|
1097
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1098
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1099
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1100
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1101
|
-
*
|
|
1102
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1103
|
-
*
|
|
1104
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1105
|
-
*
|
|
1106
|
-
* This file is part of the X_ITE Project.
|
|
1107
|
-
*
|
|
1108
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1109
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1110
|
-
* Free Software Foundation.
|
|
1111
|
-
*
|
|
1112
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1113
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1114
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1115
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1116
|
-
*
|
|
1117
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1118
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1119
|
-
* copy of the GPLv3 License.
|
|
1120
|
-
*
|
|
1121
|
-
* For Silvio, Joy and Adi.
|
|
1122
|
-
*
|
|
1123
|
-
******************************************************************************/
|
|
1124
|
-
|
|
1125
842
|
|
|
1126
843
|
|
|
1127
844
|
|
|
@@ -1244,53 +961,6 @@ const ConeEmitter_default_ = ConeEmitter;
|
|
|
1244
961
|
|
|
1245
962
|
/* harmony default export */ const ParticleSystems_ConeEmitter = (external_X_ITE_X3D_Namespace_default().add ("ConeEmitter", ConeEmitter_default_));
|
|
1246
963
|
;// ./src/x_ite/Components/ParticleSystems/ExplosionEmitter.js
|
|
1247
|
-
/*******************************************************************************
|
|
1248
|
-
*
|
|
1249
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1250
|
-
*
|
|
1251
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1252
|
-
*
|
|
1253
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1254
|
-
*
|
|
1255
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1256
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1257
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1258
|
-
* create3000.
|
|
1259
|
-
*
|
|
1260
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1261
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1262
|
-
* permission of create3000.
|
|
1263
|
-
*
|
|
1264
|
-
* NON-MILITARY USE ONLY
|
|
1265
|
-
*
|
|
1266
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1267
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1268
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1269
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1270
|
-
*
|
|
1271
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1272
|
-
*
|
|
1273
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1274
|
-
*
|
|
1275
|
-
* This file is part of the X_ITE Project.
|
|
1276
|
-
*
|
|
1277
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1278
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1279
|
-
* Free Software Foundation.
|
|
1280
|
-
*
|
|
1281
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1282
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1283
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1284
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1285
|
-
*
|
|
1286
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1287
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1288
|
-
* copy of the GPLv3 License.
|
|
1289
|
-
*
|
|
1290
|
-
* For Silvio, Joy and Adi.
|
|
1291
|
-
*
|
|
1292
|
-
******************************************************************************/
|
|
1293
|
-
|
|
1294
964
|
|
|
1295
965
|
|
|
1296
966
|
|
|
@@ -1386,53 +1056,6 @@ const ExplosionEmitter_default_ = ExplosionEmitter;
|
|
|
1386
1056
|
|
|
1387
1057
|
/* harmony default export */ const ParticleSystems_ExplosionEmitter = (external_X_ITE_X3D_Namespace_default().add ("ExplosionEmitter", ExplosionEmitter_default_));
|
|
1388
1058
|
;// ./src/x_ite/Components/ParticleSystems/ForcePhysicsModel.js
|
|
1389
|
-
/*******************************************************************************
|
|
1390
|
-
*
|
|
1391
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1392
|
-
*
|
|
1393
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1394
|
-
*
|
|
1395
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1396
|
-
*
|
|
1397
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1398
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1399
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1400
|
-
* create3000.
|
|
1401
|
-
*
|
|
1402
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1403
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1404
|
-
* permission of create3000.
|
|
1405
|
-
*
|
|
1406
|
-
* NON-MILITARY USE ONLY
|
|
1407
|
-
*
|
|
1408
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1409
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1410
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1411
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1412
|
-
*
|
|
1413
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1414
|
-
*
|
|
1415
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1416
|
-
*
|
|
1417
|
-
* This file is part of the X_ITE Project.
|
|
1418
|
-
*
|
|
1419
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1420
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1421
|
-
* Free Software Foundation.
|
|
1422
|
-
*
|
|
1423
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1424
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1425
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1426
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1427
|
-
*
|
|
1428
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1429
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1430
|
-
* copy of the GPLv3 License.
|
|
1431
|
-
*
|
|
1432
|
-
* For Silvio, Joy and Adi.
|
|
1433
|
-
*
|
|
1434
|
-
******************************************************************************/
|
|
1435
|
-
|
|
1436
1059
|
|
|
1437
1060
|
|
|
1438
1061
|
|
|
@@ -1524,53 +1147,6 @@ var external_X_ITE_X3D_Plane3_default = /*#__PURE__*/__webpack_require__.n(exter
|
|
|
1524
1147
|
const external_X_ITE_X3D_QuickSort_namespaceObject = __X_ITE_X3D__ .QuickSort;
|
|
1525
1148
|
var external_X_ITE_X3D_QuickSort_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_QuickSort_namespaceObject);
|
|
1526
1149
|
;// ./src/standard/Math/Utility/BVH.js
|
|
1527
|
-
/*******************************************************************************
|
|
1528
|
-
*
|
|
1529
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1530
|
-
*
|
|
1531
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1532
|
-
*
|
|
1533
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1534
|
-
*
|
|
1535
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1536
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1537
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1538
|
-
* create3000.
|
|
1539
|
-
*
|
|
1540
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1541
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1542
|
-
* permission of create3000.
|
|
1543
|
-
*
|
|
1544
|
-
* NON-MILITARY USE ONLY
|
|
1545
|
-
*
|
|
1546
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1547
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1548
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1549
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1550
|
-
*
|
|
1551
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1552
|
-
*
|
|
1553
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1554
|
-
*
|
|
1555
|
-
* This file is part of the X_ITE Project.
|
|
1556
|
-
*
|
|
1557
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1558
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1559
|
-
* Free Software Foundation.
|
|
1560
|
-
*
|
|
1561
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1562
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1563
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1564
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1565
|
-
*
|
|
1566
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1567
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1568
|
-
* copy of the GPLv3 License.
|
|
1569
|
-
*
|
|
1570
|
-
* For Silvio, Joy and Adi.
|
|
1571
|
-
*
|
|
1572
|
-
******************************************************************************/
|
|
1573
|
-
|
|
1574
1150
|
|
|
1575
1151
|
|
|
1576
1152
|
|
|
@@ -1903,53 +1479,6 @@ const BVH_default_ = BVH;
|
|
|
1903
1479
|
|
|
1904
1480
|
/* harmony default export */ const Utility_BVH = (external_X_ITE_X3D_Namespace_default().add ("BVH", BVH_default_));
|
|
1905
1481
|
;// ./src/x_ite/Components/ParticleSystems/ParticleSystem.js
|
|
1906
|
-
/*******************************************************************************
|
|
1907
|
-
*
|
|
1908
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1909
|
-
*
|
|
1910
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1911
|
-
*
|
|
1912
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1913
|
-
*
|
|
1914
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1915
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1916
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1917
|
-
* create3000.
|
|
1918
|
-
*
|
|
1919
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1920
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1921
|
-
* permission of create3000.
|
|
1922
|
-
*
|
|
1923
|
-
* NON-MILITARY USE ONLY
|
|
1924
|
-
*
|
|
1925
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1926
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1927
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1928
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1929
|
-
*
|
|
1930
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1931
|
-
*
|
|
1932
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1933
|
-
*
|
|
1934
|
-
* This file is part of the X_ITE Project.
|
|
1935
|
-
*
|
|
1936
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1937
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1938
|
-
* Free Software Foundation.
|
|
1939
|
-
*
|
|
1940
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1941
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1942
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1943
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1944
|
-
*
|
|
1945
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1946
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1947
|
-
* copy of the GPLv3 License.
|
|
1948
|
-
*
|
|
1949
|
-
* For Silvio, Joy and Adi.
|
|
1950
|
-
*
|
|
1951
|
-
******************************************************************************/
|
|
1952
|
-
|
|
1953
1482
|
|
|
1954
1483
|
|
|
1955
1484
|
|
|
@@ -2802,7 +2331,7 @@ Object .assign (Object .setPrototypeOf (ParticleSystem .prototype, (external_X_I
|
|
|
2802
2331
|
case (external_X_ITE_X3D_GeometryType_default()).SPRITE:
|
|
2803
2332
|
{
|
|
2804
2333
|
this .updateSprite (gl, this .getScreenAlignedRotation (renderContext .modelViewMatrix));
|
|
2805
|
-
//
|
|
2334
|
+
// Proceed with next case:
|
|
2806
2335
|
}
|
|
2807
2336
|
default:
|
|
2808
2337
|
{
|
|
@@ -2841,7 +2370,7 @@ Object .assign (Object .setPrototypeOf (ParticleSystem .prototype, (external_X_I
|
|
|
2841
2370
|
case (external_X_ITE_X3D_GeometryType_default()).SPRITE:
|
|
2842
2371
|
{
|
|
2843
2372
|
this .updateSprite (gl, this .getScreenAlignedRotation (renderContext .modelViewMatrix));
|
|
2844
|
-
//
|
|
2373
|
+
// Proceed with next case:
|
|
2845
2374
|
}
|
|
2846
2375
|
case (external_X_ITE_X3D_GeometryType_default()).QUAD:
|
|
2847
2376
|
case (external_X_ITE_X3D_GeometryType_default()).TRIANGLE:
|
|
@@ -2851,7 +2380,7 @@ Object .assign (Object .setPrototypeOf (ParticleSystem .prototype, (external_X_I
|
|
|
2851
2380
|
gl .frontFace (positiveScale ? gl .CCW : gl .CW);
|
|
2852
2381
|
gl .enable (gl .CULL_FACE);
|
|
2853
2382
|
|
|
2854
|
-
//
|
|
2383
|
+
// Proceed with next case:
|
|
2855
2384
|
}
|
|
2856
2385
|
default:
|
|
2857
2386
|
{
|
|
@@ -2872,7 +2401,7 @@ Object .assign (Object .setPrototypeOf (ParticleSystem .prototype, (external_X_I
|
|
|
2872
2401
|
|
|
2873
2402
|
if (this .numTexCoords)
|
|
2874
2403
|
{
|
|
2875
|
-
const textureUnit = browser .
|
|
2404
|
+
const textureUnit = browser .getTextureUnit ();
|
|
2876
2405
|
|
|
2877
2406
|
gl .activeTexture (gl .TEXTURE0 + textureUnit);
|
|
2878
2407
|
gl .bindTexture (gl .TEXTURE_2D, this .texCoordRampTexture);
|
|
@@ -2994,53 +2523,6 @@ const ParticleSystem_default_ = ParticleSystem;
|
|
|
2994
2523
|
const external_X_ITE_X3D_IndexedLineSet_namespaceObject = __X_ITE_X3D__ .IndexedLineSet;
|
|
2995
2524
|
var external_X_ITE_X3D_IndexedLineSet_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_IndexedLineSet_namespaceObject);
|
|
2996
2525
|
;// ./src/x_ite/Components/ParticleSystems/PolylineEmitter.js
|
|
2997
|
-
/*******************************************************************************
|
|
2998
|
-
*
|
|
2999
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3000
|
-
*
|
|
3001
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3002
|
-
*
|
|
3003
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3004
|
-
*
|
|
3005
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3006
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3007
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3008
|
-
* create3000.
|
|
3009
|
-
*
|
|
3010
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3011
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3012
|
-
* permission of create3000.
|
|
3013
|
-
*
|
|
3014
|
-
* NON-MILITARY USE ONLY
|
|
3015
|
-
*
|
|
3016
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3017
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3018
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3019
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3020
|
-
*
|
|
3021
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3022
|
-
*
|
|
3023
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3024
|
-
*
|
|
3025
|
-
* This file is part of the X_ITE Project.
|
|
3026
|
-
*
|
|
3027
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3028
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3029
|
-
* Free Software Foundation.
|
|
3030
|
-
*
|
|
3031
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3032
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3033
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3034
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3035
|
-
*
|
|
3036
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3037
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3038
|
-
* copy of the GPLv3 License.
|
|
3039
|
-
*
|
|
3040
|
-
* For Silvio, Joy and Adi.
|
|
3041
|
-
*
|
|
3042
|
-
******************************************************************************/
|
|
3043
|
-
|
|
3044
2526
|
|
|
3045
2527
|
|
|
3046
2528
|
|
|
@@ -3256,53 +2738,6 @@ const PolylineEmitter_default_ = PolylineEmitter;
|
|
|
3256
2738
|
const external_X_ITE_X3D_Triangle3_namespaceObject = __X_ITE_X3D__ .Triangle3;
|
|
3257
2739
|
var external_X_ITE_X3D_Triangle3_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Triangle3_namespaceObject);
|
|
3258
2740
|
;// ./src/x_ite/Components/ParticleSystems/SurfaceEmitter.js
|
|
3259
|
-
/*******************************************************************************
|
|
3260
|
-
*
|
|
3261
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3262
|
-
*
|
|
3263
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3264
|
-
*
|
|
3265
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3266
|
-
*
|
|
3267
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3268
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3269
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3270
|
-
* create3000.
|
|
3271
|
-
*
|
|
3272
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3273
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3274
|
-
* permission of create3000.
|
|
3275
|
-
*
|
|
3276
|
-
* NON-MILITARY USE ONLY
|
|
3277
|
-
*
|
|
3278
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3279
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3280
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3281
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3282
|
-
*
|
|
3283
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3284
|
-
*
|
|
3285
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3286
|
-
*
|
|
3287
|
-
* This file is part of the X_ITE Project.
|
|
3288
|
-
*
|
|
3289
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3290
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3291
|
-
* Free Software Foundation.
|
|
3292
|
-
*
|
|
3293
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3294
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3295
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3296
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3297
|
-
*
|
|
3298
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3299
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3300
|
-
* copy of the GPLv3 License.
|
|
3301
|
-
*
|
|
3302
|
-
* For Silvio, Joy and Adi.
|
|
3303
|
-
*
|
|
3304
|
-
******************************************************************************/
|
|
3305
|
-
|
|
3306
2741
|
|
|
3307
2742
|
|
|
3308
2743
|
|
|
@@ -3533,53 +2968,6 @@ const SurfaceEmitter_default_ = SurfaceEmitter;
|
|
|
3533
2968
|
const external_X_ITE_X3D_IndexedFaceSet_namespaceObject = __X_ITE_X3D__ .IndexedFaceSet;
|
|
3534
2969
|
var external_X_ITE_X3D_IndexedFaceSet_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_IndexedFaceSet_namespaceObject);
|
|
3535
2970
|
;// ./src/x_ite/Components/ParticleSystems/VolumeEmitter.js
|
|
3536
|
-
/*******************************************************************************
|
|
3537
|
-
*
|
|
3538
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3539
|
-
*
|
|
3540
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3541
|
-
*
|
|
3542
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3543
|
-
*
|
|
3544
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3545
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3546
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3547
|
-
* create3000.
|
|
3548
|
-
*
|
|
3549
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3550
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3551
|
-
* permission of create3000.
|
|
3552
|
-
*
|
|
3553
|
-
* NON-MILITARY USE ONLY
|
|
3554
|
-
*
|
|
3555
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3556
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3557
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3558
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3559
|
-
*
|
|
3560
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3561
|
-
*
|
|
3562
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3563
|
-
*
|
|
3564
|
-
* This file is part of the X_ITE Project.
|
|
3565
|
-
*
|
|
3566
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3567
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3568
|
-
* Free Software Foundation.
|
|
3569
|
-
*
|
|
3570
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3571
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3572
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3573
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3574
|
-
*
|
|
3575
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3576
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3577
|
-
* copy of the GPLv3 License.
|
|
3578
|
-
*
|
|
3579
|
-
* For Silvio, Joy and Adi.
|
|
3580
|
-
*
|
|
3581
|
-
******************************************************************************/
|
|
3582
|
-
|
|
3583
2971
|
|
|
3584
2972
|
|
|
3585
2973
|
|
|
@@ -3859,53 +3247,6 @@ const VolumeEmitter_default_ = VolumeEmitter;
|
|
|
3859
3247
|
const external_X_ITE_X3D_Algorithm_namespaceObject = __X_ITE_X3D__ .Algorithm;
|
|
3860
3248
|
var external_X_ITE_X3D_Algorithm_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Algorithm_namespaceObject);
|
|
3861
3249
|
;// ./src/x_ite/Components/ParticleSystems/WindPhysicsModel.js
|
|
3862
|
-
/*******************************************************************************
|
|
3863
|
-
*
|
|
3864
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3865
|
-
*
|
|
3866
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
3867
|
-
*
|
|
3868
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
3869
|
-
*
|
|
3870
|
-
* The copyright notice above does not evidence any actual of intended
|
|
3871
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
3872
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
3873
|
-
* create3000.
|
|
3874
|
-
*
|
|
3875
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
3876
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
3877
|
-
* permission of create3000.
|
|
3878
|
-
*
|
|
3879
|
-
* NON-MILITARY USE ONLY
|
|
3880
|
-
*
|
|
3881
|
-
* All create3000 software are effectively free software with a non-military use
|
|
3882
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
3883
|
-
* source in any way you please with the exception anything that uses it must be
|
|
3884
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
3885
|
-
*
|
|
3886
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
3887
|
-
*
|
|
3888
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
3889
|
-
*
|
|
3890
|
-
* This file is part of the X_ITE Project.
|
|
3891
|
-
*
|
|
3892
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
3893
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
3894
|
-
* Free Software Foundation.
|
|
3895
|
-
*
|
|
3896
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
3897
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
3898
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
3899
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
3900
|
-
*
|
|
3901
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
3902
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
3903
|
-
* copy of the GPLv3 License.
|
|
3904
|
-
*
|
|
3905
|
-
* For Silvio, Joy and Adi.
|
|
3906
|
-
*
|
|
3907
|
-
******************************************************************************/
|
|
3908
|
-
|
|
3909
3250
|
|
|
3910
3251
|
|
|
3911
3252
|
|
|
@@ -3994,53 +3335,6 @@ const WindPhysicsModel_default_ = WindPhysicsModel;
|
|
|
3994
3335
|
|
|
3995
3336
|
/* harmony default export */ const ParticleSystems_WindPhysicsModel = (external_X_ITE_X3D_Namespace_default().add ("WindPhysicsModel", WindPhysicsModel_default_));
|
|
3996
3337
|
;// ./src/assets/components/ParticleSystemsComponent.js
|
|
3997
|
-
/*******************************************************************************
|
|
3998
|
-
*
|
|
3999
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4000
|
-
*
|
|
4001
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
4002
|
-
*
|
|
4003
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
4004
|
-
*
|
|
4005
|
-
* The copyright notice above does not evidence any actual of intended
|
|
4006
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
4007
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
4008
|
-
* create3000.
|
|
4009
|
-
*
|
|
4010
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
4011
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
4012
|
-
* permission of create3000.
|
|
4013
|
-
*
|
|
4014
|
-
* NON-MILITARY USE ONLY
|
|
4015
|
-
*
|
|
4016
|
-
* All create3000 software are effectively free software with a non-military use
|
|
4017
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
4018
|
-
* source in any way you please with the exception anything that uses it must be
|
|
4019
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
4020
|
-
*
|
|
4021
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4022
|
-
*
|
|
4023
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
4024
|
-
*
|
|
4025
|
-
* This file is part of the X_ITE Project.
|
|
4026
|
-
*
|
|
4027
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
4028
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
4029
|
-
* Free Software Foundation.
|
|
4030
|
-
*
|
|
4031
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
4032
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
4033
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
4034
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
4035
|
-
*
|
|
4036
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
4037
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
4038
|
-
* copy of the GPLv3 License.
|
|
4039
|
-
*
|
|
4040
|
-
* For Silvio, Joy and Adi.
|
|
4041
|
-
*
|
|
4042
|
-
******************************************************************************/
|
|
4043
|
-
|
|
4044
3338
|
|
|
4045
3339
|
|
|
4046
3340
|
|