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
|
/******/ var __webpack_modules__ = ({
|
|
@@ -93,53 +93,6 @@ var external_X_ITE_X3D_X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n
|
|
|
93
93
|
const external_X_ITE_X3D_Namespace_namespaceObject = __X_ITE_X3D__ .Namespace;
|
|
94
94
|
var external_X_ITE_X3D_Namespace_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Namespace_namespaceObject);
|
|
95
95
|
;// ./src/x_ite/Browser/Text/TextAlignment.js
|
|
96
|
-
/*******************************************************************************
|
|
97
|
-
*
|
|
98
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
99
|
-
*
|
|
100
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
101
|
-
*
|
|
102
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
103
|
-
*
|
|
104
|
-
* The copyright notice above does not evidence any actual of intended
|
|
105
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
106
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
107
|
-
* create3000.
|
|
108
|
-
*
|
|
109
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
110
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
111
|
-
* permission of create3000.
|
|
112
|
-
*
|
|
113
|
-
* NON-MILITARY USE ONLY
|
|
114
|
-
*
|
|
115
|
-
* All create3000 software are effectively free software with a non-military use
|
|
116
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
117
|
-
* source in any way you please with the exception anything that uses it must be
|
|
118
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
119
|
-
*
|
|
120
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
121
|
-
*
|
|
122
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
123
|
-
*
|
|
124
|
-
* This file is part of the X_ITE Project.
|
|
125
|
-
*
|
|
126
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
127
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
128
|
-
* Free Software Foundation.
|
|
129
|
-
*
|
|
130
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
131
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
132
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
133
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
134
|
-
*
|
|
135
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
136
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
137
|
-
* copy of the GPLv3 License.
|
|
138
|
-
*
|
|
139
|
-
* For Silvio, Joy and Adi.
|
|
140
|
-
*
|
|
141
|
-
******************************************************************************/
|
|
142
|
-
|
|
143
96
|
let i = 0;
|
|
144
97
|
|
|
145
98
|
const TextAlignment =
|
|
@@ -162,53 +115,6 @@ const external_X_ITE_X3D_URLs_namespaceObject = __X_ITE_X3D__ .URLs;
|
|
|
162
115
|
var external_X_ITE_X3D_URLs_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_URLs_namespaceObject);
|
|
163
116
|
;// ./src/x_ite/Components/Text/X3DFontStyleNode.js
|
|
164
117
|
/* provided dependency */ var $ = __webpack_require__(254);
|
|
165
|
-
/*******************************************************************************
|
|
166
|
-
*
|
|
167
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
168
|
-
*
|
|
169
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
170
|
-
*
|
|
171
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
172
|
-
*
|
|
173
|
-
* The copyright notice above does not evidence any actual of intended
|
|
174
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
175
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
176
|
-
* create3000.
|
|
177
|
-
*
|
|
178
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
179
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
180
|
-
* permission of create3000.
|
|
181
|
-
*
|
|
182
|
-
* NON-MILITARY USE ONLY
|
|
183
|
-
*
|
|
184
|
-
* All create3000 software are effectively free software with a non-military use
|
|
185
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
186
|
-
* source in any way you please with the exception anything that uses it must be
|
|
187
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
188
|
-
*
|
|
189
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
190
|
-
*
|
|
191
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
192
|
-
*
|
|
193
|
-
* This file is part of the X_ITE Project.
|
|
194
|
-
*
|
|
195
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
196
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
197
|
-
* Free Software Foundation.
|
|
198
|
-
*
|
|
199
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
200
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
201
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
202
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
203
|
-
*
|
|
204
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
205
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
206
|
-
* copy of the GPLv3 License.
|
|
207
|
-
*
|
|
208
|
-
* For Silvio, Joy and Adi.
|
|
209
|
-
*
|
|
210
|
-
******************************************************************************/
|
|
211
|
-
|
|
212
118
|
|
|
213
119
|
|
|
214
120
|
|
|
@@ -448,53 +354,6 @@ var external_X_ITE_X3D_Vector3_default = /*#__PURE__*/__webpack_require__.n(exte
|
|
|
448
354
|
const external_X_ITE_X3D_Matrix3_namespaceObject = __X_ITE_X3D__ .Matrix3;
|
|
449
355
|
var external_X_ITE_X3D_Matrix3_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Matrix3_namespaceObject);
|
|
450
356
|
;// ./src/x_ite/Browser/Text/X3DTextGeometry.js
|
|
451
|
-
/*******************************************************************************
|
|
452
|
-
*
|
|
453
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
454
|
-
*
|
|
455
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
456
|
-
*
|
|
457
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
458
|
-
*
|
|
459
|
-
* The copyright notice above does not evidence any actual of intended
|
|
460
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
461
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
462
|
-
* create3000.
|
|
463
|
-
*
|
|
464
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
465
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
466
|
-
* permission of create3000.
|
|
467
|
-
*
|
|
468
|
-
* NON-MILITARY USE ONLY
|
|
469
|
-
*
|
|
470
|
-
* All create3000 software are effectively free software with a non-military use
|
|
471
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
472
|
-
* source in any way you please with the exception anything that uses it must be
|
|
473
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
474
|
-
*
|
|
475
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
476
|
-
*
|
|
477
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
478
|
-
*
|
|
479
|
-
* This file is part of the X_ITE Project.
|
|
480
|
-
*
|
|
481
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
482
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
483
|
-
* Free Software Foundation.
|
|
484
|
-
*
|
|
485
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
486
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
487
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
488
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
489
|
-
*
|
|
490
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
491
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
492
|
-
* copy of the GPLv3 License.
|
|
493
|
-
*
|
|
494
|
-
* For Silvio, Joy and Adi.
|
|
495
|
-
*
|
|
496
|
-
******************************************************************************/
|
|
497
|
-
|
|
498
357
|
|
|
499
358
|
|
|
500
359
|
|
|
@@ -1137,53 +996,6 @@ var external_X_ITE_X3D_Bezier_default = /*#__PURE__*/__webpack_require__.n(exter
|
|
|
1137
996
|
const external_X_ITE_X3D_libtess_namespaceObject = __X_ITE_X3D__ .libtess;
|
|
1138
997
|
var external_X_ITE_X3D_libtess_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_libtess_namespaceObject);
|
|
1139
998
|
;// ./src/x_ite/Browser/Text/PolygonText.js
|
|
1140
|
-
/*******************************************************************************
|
|
1141
|
-
*
|
|
1142
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1143
|
-
*
|
|
1144
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1145
|
-
*
|
|
1146
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1147
|
-
*
|
|
1148
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1149
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1150
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1151
|
-
* create3000.
|
|
1152
|
-
*
|
|
1153
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1154
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1155
|
-
* permission of create3000.
|
|
1156
|
-
*
|
|
1157
|
-
* NON-MILITARY USE ONLY
|
|
1158
|
-
*
|
|
1159
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1160
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1161
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1162
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1163
|
-
*
|
|
1164
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1165
|
-
*
|
|
1166
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1167
|
-
*
|
|
1168
|
-
* This file is part of the X_ITE Project.
|
|
1169
|
-
*
|
|
1170
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1171
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1172
|
-
* Free Software Foundation.
|
|
1173
|
-
*
|
|
1174
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1175
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1176
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1177
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1178
|
-
*
|
|
1179
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1180
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1181
|
-
* copy of the GPLv3 License.
|
|
1182
|
-
*
|
|
1183
|
-
* For Silvio, Joy and Adi.
|
|
1184
|
-
*
|
|
1185
|
-
******************************************************************************/
|
|
1186
|
-
|
|
1187
999
|
|
|
1188
1000
|
|
|
1189
1001
|
|
|
@@ -1502,53 +1314,6 @@ const PolygonText_default_ = PolygonText;
|
|
|
1502
1314
|
|
|
1503
1315
|
/* harmony default export */ const Text_PolygonText = (external_X_ITE_X3D_Namespace_default().add ("PolygonText", PolygonText_default_));
|
|
1504
1316
|
;// ./src/x_ite/Components/Text/FontStyle.js
|
|
1505
|
-
/*******************************************************************************
|
|
1506
|
-
*
|
|
1507
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1508
|
-
*
|
|
1509
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
1510
|
-
*
|
|
1511
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
1512
|
-
*
|
|
1513
|
-
* The copyright notice above does not evidence any actual of intended
|
|
1514
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
1515
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
1516
|
-
* create3000.
|
|
1517
|
-
*
|
|
1518
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
1519
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
1520
|
-
* permission of create3000.
|
|
1521
|
-
*
|
|
1522
|
-
* NON-MILITARY USE ONLY
|
|
1523
|
-
*
|
|
1524
|
-
* All create3000 software are effectively free software with a non-military use
|
|
1525
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
1526
|
-
* source in any way you please with the exception anything that uses it must be
|
|
1527
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
1528
|
-
*
|
|
1529
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
1530
|
-
*
|
|
1531
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
1532
|
-
*
|
|
1533
|
-
* This file is part of the X_ITE Project.
|
|
1534
|
-
*
|
|
1535
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
1536
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
1537
|
-
* Free Software Foundation.
|
|
1538
|
-
*
|
|
1539
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
1540
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
1541
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
1542
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
1543
|
-
*
|
|
1544
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
1545
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
1546
|
-
* copy of the GPLv3 License.
|
|
1547
|
-
*
|
|
1548
|
-
* For Silvio, Joy and Adi.
|
|
1549
|
-
*
|
|
1550
|
-
******************************************************************************/
|
|
1551
|
-
|
|
1552
1317
|
|
|
1553
1318
|
|
|
1554
1319
|
|
|
@@ -17871,53 +17636,6 @@ function loadSync() {
|
|
|
17871
17636
|
const external_X_ITE_X3D_DEVELOPMENT_namespaceObject = __X_ITE_X3D__ .DEVELOPMENT;
|
|
17872
17637
|
var external_X_ITE_X3D_DEVELOPMENT_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_DEVELOPMENT_namespaceObject);
|
|
17873
17638
|
;// ./src/x_ite/Browser/Text/X3DTextContext.js
|
|
17874
|
-
/*******************************************************************************
|
|
17875
|
-
*
|
|
17876
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
17877
|
-
*
|
|
17878
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
17879
|
-
*
|
|
17880
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
17881
|
-
*
|
|
17882
|
-
* The copyright notice above does not evidence any actual of intended
|
|
17883
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
17884
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
17885
|
-
* create3000.
|
|
17886
|
-
*
|
|
17887
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
17888
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
17889
|
-
* permission of create3000.
|
|
17890
|
-
*
|
|
17891
|
-
* NON-MILITARY USE ONLY
|
|
17892
|
-
*
|
|
17893
|
-
* All create3000 software are effectively free software with a non-military use
|
|
17894
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
17895
|
-
* source in any way you please with the exception anything that uses it must be
|
|
17896
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
17897
|
-
*
|
|
17898
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
17899
|
-
*
|
|
17900
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
17901
|
-
*
|
|
17902
|
-
* This file is part of the X_ITE Project.
|
|
17903
|
-
*
|
|
17904
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
17905
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
17906
|
-
* Free Software Foundation.
|
|
17907
|
-
*
|
|
17908
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
17909
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
17910
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
17911
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
17912
|
-
*
|
|
17913
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
17914
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
17915
|
-
* copy of the GPLv3 License.
|
|
17916
|
-
*
|
|
17917
|
-
* For Silvio, Joy and Adi.
|
|
17918
|
-
*
|
|
17919
|
-
******************************************************************************/
|
|
17920
|
-
|
|
17921
17639
|
|
|
17922
17640
|
|
|
17923
17641
|
|
|
@@ -17947,7 +17665,6 @@ Object .assign (X3DTextContext .prototype,
|
|
|
17947
17665
|
{
|
|
17948
17666
|
const defaultFontStyle = new Text_FontStyle (this .getPrivateScene ());
|
|
17949
17667
|
|
|
17950
|
-
defaultFontStyle .setPrivate (true);
|
|
17951
17668
|
defaultFontStyle .setup ();
|
|
17952
17669
|
|
|
17953
17670
|
return defaultFontStyle;
|
|
@@ -18125,53 +17842,6 @@ var external_X_ITE_X3D_X3DGeometryNode_default = /*#__PURE__*/__webpack_require_
|
|
|
18125
17842
|
const external_X_ITE_X3D_X3DCast_namespaceObject = __X_ITE_X3D__ .X3DCast;
|
|
18126
17843
|
var external_X_ITE_X3D_X3DCast_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DCast_namespaceObject);
|
|
18127
17844
|
;// ./src/x_ite/Components/Text/Text.js
|
|
18128
|
-
/*******************************************************************************
|
|
18129
|
-
*
|
|
18130
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
18131
|
-
*
|
|
18132
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
18133
|
-
*
|
|
18134
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
18135
|
-
*
|
|
18136
|
-
* The copyright notice above does not evidence any actual of intended
|
|
18137
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
18138
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
18139
|
-
* create3000.
|
|
18140
|
-
*
|
|
18141
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
18142
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
18143
|
-
* permission of create3000.
|
|
18144
|
-
*
|
|
18145
|
-
* NON-MILITARY USE ONLY
|
|
18146
|
-
*
|
|
18147
|
-
* All create3000 software are effectively free software with a non-military use
|
|
18148
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
18149
|
-
* source in any way you please with the exception anything that uses it must be
|
|
18150
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
18151
|
-
*
|
|
18152
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
18153
|
-
*
|
|
18154
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
18155
|
-
*
|
|
18156
|
-
* This file is part of the X_ITE Project.
|
|
18157
|
-
*
|
|
18158
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
18159
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
18160
|
-
* Free Software Foundation.
|
|
18161
|
-
*
|
|
18162
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
18163
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
18164
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
18165
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
18166
|
-
*
|
|
18167
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
18168
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
18169
|
-
* copy of the GPLv3 License.
|
|
18170
|
-
*
|
|
18171
|
-
* For Silvio, Joy and Adi.
|
|
18172
|
-
*
|
|
18173
|
-
******************************************************************************/
|
|
18174
|
-
|
|
18175
17845
|
|
|
18176
17846
|
|
|
18177
17847
|
|
|
@@ -18310,53 +17980,6 @@ const Text_default_ = Text;
|
|
|
18310
17980
|
|
|
18311
17981
|
/* harmony default export */ const Text_Text = (external_X_ITE_X3D_Namespace_default().add ("Text", Text_default_));
|
|
18312
17982
|
;// ./src/assets/components/TextComponent.js
|
|
18313
|
-
/*******************************************************************************
|
|
18314
|
-
*
|
|
18315
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
18316
|
-
*
|
|
18317
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
18318
|
-
*
|
|
18319
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
18320
|
-
*
|
|
18321
|
-
* The copyright notice above does not evidence any actual of intended
|
|
18322
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
18323
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
18324
|
-
* create3000.
|
|
18325
|
-
*
|
|
18326
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
18327
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
18328
|
-
* permission of create3000.
|
|
18329
|
-
*
|
|
18330
|
-
* NON-MILITARY USE ONLY
|
|
18331
|
-
*
|
|
18332
|
-
* All create3000 software are effectively free software with a non-military use
|
|
18333
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
18334
|
-
* source in any way you please with the exception anything that uses it must be
|
|
18335
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
18336
|
-
*
|
|
18337
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
18338
|
-
*
|
|
18339
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
18340
|
-
*
|
|
18341
|
-
* This file is part of the X_ITE Project.
|
|
18342
|
-
*
|
|
18343
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
18344
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
18345
|
-
* Free Software Foundation.
|
|
18346
|
-
*
|
|
18347
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
18348
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
18349
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
18350
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
18351
|
-
*
|
|
18352
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
18353
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
18354
|
-
* copy of the GPLv3 License.
|
|
18355
|
-
*
|
|
18356
|
-
* For Silvio, Joy and Adi.
|
|
18357
|
-
*
|
|
18358
|
-
******************************************************************************/
|
|
18359
|
-
|
|
18360
17983
|
|
|
18361
17984
|
|
|
18362
17985
|
|